* src/summaryview.c
[claws.git] / ChangeLog.claws
1 2003-07-13 [alfons]     0.9.3claws3
2
3         * src/summaryview.c
4                 o for now don't pass on keys when they we're handled by 
5                   ctree::key_press_event
6                 o clean up
7
8 2003-07-13 [alfons]     0.9.3claws2
9         
10         * src/main.c
11                 add command line option "--config-dir" to get the current 
12                 configuration dir
13
14 2003-07-12 [alfons]     0.9.3claws1
15
16         * src/matcher.[ch]
17         * src/matcher_parser_parse.y
18         * src/prefs_filtering.c
19         * src/filtering.c
20                 add "Lock" filter action to lock messages;
21
22         * src/filtering.c       
23                 remove debug_print()    
24         * src/prefs_filtering.c
25                 re-organize matcher part 9: 
26                 make action text entries easily extendible;
27                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
28                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
29
30 2003-07-12 [paul]
31
32         * tools/README
33                 update old information and add missing
34                 information
35
36 2003-07-12 [paul]       0.9.3claws
37
38         * 0.9.3claws released
39         
40 2003-07-12 [paul]       0.9.0claws103
41
42         * src/Makefile.am
43                 add addrquery.h
44
45 2003-07-12 [melvin]     0.9.0claws102
46
47         * src/messageview.c
48                 Fixed bug #215: Show MIME tab for single text/html messages. 
49                 
50 2003-07-12 [paul]       0.9.0claws101
51
52         * man/sylpheed.1
53                 updated
54
55 2003-07-12 [paul]       0.9.0claws100
56
57         * po/es.po
58           po/hr.po
59           po/pl.po
60           po/sr.po
61                 update Spanish, Croatian, Polish, Serbian translations.
62                 submitted by Ricardo Mones Lastra, Dragan, Witold
63                 Wladyslaw Wojciech Wilk, Urke MMI
64
65 2003-07-12 [melvin]     0.9.0claws99
66
67         * po/fr.po
68                 Updated French translations.
69
70 2003-07-12 [paul]       0.9.0claws98
71
72         * src/addressbook.c
73                 disable 'Lookup' button as it has no effect
74
75 2003-07-11 [alfons]     0.9.0claws97
76         
77         * src/summaryview.c
78                 summary_searchbar_pressed() should return TRUE to signal that
79                 event was handled. when returning void, the return value passed
80                 to GTK is actually random, but maybe FALSE, in which case the
81                 event is handled by parent
82                 
83 2003-07-10 [paul]       0.9.0claws96
84
85         * ac/missing/gettext.m4
86                 update to version 0.12
87
88 2003-07-10 [paul]       0.9.0claws95
89
90         * src/plugins/clamav/clamav_plugin.c
91                 fix bug where multipart/alternative messages
92                 would slip through without being scanned
93
94 2003-07-10 [christoph]  0.9.0claws94
95
96         * src/folder.c
97                 correct check if folder supports removing when a message is
98                 moved. if not the message is only copied.
99
100         (closes Bug 132 crash on startup in newsgroups folders)
101
102 2003-07-09 [alfons]     0.9.0claws93
103
104         * configure.ac
105         * src/common/defs.h
106                 --with-config-dir (default .sylpheed)
107
108 2003-07-09 [christoph]  0.9.0claws92
109
110         * configure.ac
111                 use PKG_CHECK_MODULES to check for gtkmathview
112                 (version 0.4.2 now required)
113
114 2003-07-08 [melvin]     0.9.0claws91
115
116         * src/action.c
117                 Implemented a progress bar that counts the number of completed
118                 tasks when the action runs more than one command.
119
120 2003-07-08 [alfons]     0.9.0claws90
121
122         * src/procmsg.c
123                 if queued message has an invalid Message-Id, don't try to
124                 find message it refers to (fixes #209 "crash when processing 
125                 in folder")
126
127 2003-07-08 [paul]       0.9.0claws89
128
129         * sync with 0.9.3cvs2
130                 see ChangeLog 2003-07-08
131
132 2003-07-08 [match]      0.9.0claws88
133
134         * src/ldapctrl.c
135                 extend LDAP search for first/last name by parsing search term.
136
137 2003-07-08 [alfons]     0.9.0claws87
138
139         * src/send_message.c
140                 fix bug #208 "Status message stuck when sending on POP3 account"
141
142 2003-07-07 [paul]       0.9.0claws86
143
144         * po/hr.po
145                 new Croatian translation, submitted by
146                 Dragan <drleskov@inet.hr>
147
148 2003-07-07 [paul]       0.9.0claws85
149
150         * sync with 0.9.3cvs1
151                 see ChangeLog 2003-07-07
152
153 2003-07-05 [christoph]  0.9.0claws84
154
155         * src/Makefile.am
156         * src/messageview.c
157         * src/mimeview.[ch]
158         * src/stock_pixmap.[ch]
159         * src/pixmaps/messageview_text.xpm              ** NEW **
160                 move mimeview tabs to the right side and use icons
161                 instead of text to save some space
162
163         (patch by Luke Plant <lukeplant@softhome.net>)
164
165 2003-07-05 [christoph]  0.9.0claws83
166
167         * src/inc.c
168                 add NULL pointer checks
169
170         (patch by Luke Plant <lukeplant@softhome.net>)
171         (closes Bug 204 0.9.0 quits on authentication error?!)
172
173 2003-07-05 [alfons]     0.9.0claws82
174
175         * configure.ac
176                 take the clue in bug #202 "./configure script - 
177                 'if test' comparison failure" reported by John Kristoff. 
178
179 2003-07-04 [christoph]  0.9.0claws81
180
181         * src/plugins/spamassassin/spamassassin.c
182                 set timeout for spam check
183
184 2003-07-04 [christoph]  0.9.0claws80
185
186         * src/main.c
187                 destroy all FolderItems when shutting down to
188                 allow folders to clean up
189
190 2003-07-04 [melvin]     0.9.0claws79
191
192         * src/gtk/gtkaspell.c
193                 Fixed bug #184 "Entering non-ascii character deletes
194                 previous char if spell checking enabled": this makes
195                 the spell checking in multibytes (e.g. UTF-8)locales work.
196                 (Patch by Luke Plant).
197                 
198 2003-07-04 [christoph]  0.9.0claws78
199
200         * sync with 0.9.2cvs1
201                 see ChangeLog 2003-06-10
202
203 2003-07-04 [paul]       0.9.0claws77
204
205         * sync with 0.9.3 release
206                 see ChangeLog 2003-07-04
207
208 2003-07-03 [christoph]  0.9.0claws76
209
210         * src/folder.[ch]
211         * src/imap.c
212         * src/mbox_folder.c
213         * src/mh.c
214         * src/news.c
215                 move folder_item_get_path() stuff into a folder virtual function
216
217         * src/procmsg.c
218                 use folder_item_fetch_msg() to get message and do not contruct
219                 the filename from path and number
220
221 2003-07-03 [paul]       0.9.0claws75
222
223         * sync with 0.9.2cvs12
224                 see ChangeLog 2003-07-03
225
226 2003-07-02 [paul]       0.9.0claws74
227
228         * src/messageview.c
229                 fix text-selection for replying
230
231 2003-07-02 [paul]       0.9.0claws73
232
233         * sync with 0.9.2cvs11
234                 see ChangeLog 2003-07-02
235
236 2003-07-02 [paul]       0.9.0claws72
237
238         * src/procmsg.c
239                 revert last commit because it breaks more
240                 than it fixes
241
242 2003-07-02 [paul]       0.9.0claws71
243
244         * src/procmsg.c
245                 fix thread by subject/sort by date
246
247 2003-07-01 [paul]       0.9.0claws70
248
249         * sync with 0.9.2cvs10
250                 see ChangeLog 2003-07-01
251
252 2003-06-30 [paul]       0.9.0claws69
253
254         * sync with 0.9.2cvs9
255                 see ChangeLog 2003-06-30
256
257 2003-06-28 [match]      0.9.0claws68
258
259         * src/addressbook.c
260                 fix null ptr.
261
262 2003-06-27 [paul]       0.9.0claws67
263
264         * sync with 0.9.2cvs7
265                 see ChangeLog 2003-06-27
266
267 2003-06-26 [christoph]  0.9.0claws66
268
269         * src/folder.c
270                 freeze folder updates while a folder is scanned
271
272         (closes Bug 185 New message counter)
273
274 2003-06-26 [darko]      0.9.0claws65
275
276         * src/ldapserver.c
277                 fix infinite loop when adding a new LDAP server
278
279 2003-06-26 [paul]       0.9.0claws64
280
281         * sync with 0.9.2cvs6
282                 see ChangeLog 2003-06-26
283
284 2003-06-26 [paul]       0.9.0claws63
285
286         * sync with 0.9.2cvs5
287                 see ChangeLog 2003-06-25 and 2003-06-26
288
289 2003-06-25 [match]      0.9.0claws62
290
291         * src/addr_compl.c
292                 Fixed tab/backtab for dropped-down completion list to
293                 move next/previous field. (close bug 147)
294
295 2003-06-25 [christoph]  0.9.0claws61
296
297         * src/addr_compl.[ch]
298         * src/addrindex.[ch]
299         * src/folderview.c
300         * src/inc.c
301         * src/news.c
302         * src/summaryview.c
303         * src/toolbar.c
304                 fix warnings
305
306 2003-06-25 [leandro]    0.9.0claws60
307
308         * src/compose.c
309                 o cleanups
310                 o gray out "Message/Remove references" menu item if not
311                   replying to a message
312
313 2003-06-24 [leandro]    0.9.0claws59
314
315         * src/compose.[ch]
316                 o removed "Message/Create new thread" menu item
317                 o added "Message/Remove references" menu item
318                   (it's off by default and will not check anymore
319                    if the subject changed)
320
321 2003-06-23 [alfons]     0.9.0claws58
322
323         * src/procmsg.c
324                 try better grouping messages threaded by subject based on their age.
325                 still not perfect - because the message tree is not sorted by date.  
326
327 2003-06-23 [thorsten]   0.9.0claws57
328
329         * src/pop.[ch]
330                 added mail_receive_hook to allow modifications
331                 directly after retrieval (e.g. adding headers).
332
333 2003-06-23 [paul]       0.9.0claws56
334
335         * src/sourcewindow.c
336                  enable the use of Ctrl+A to select all text in
337                  the sourcewindow
338                  Patch submitted by Ivan Francolin Martinez
339                  <ivanfm@users.sourceforge.net>
340
341 2003-06-22 [christoph]  0.9.0claws55
342
343         * src/folder.[ch]
344                 o add notification hook for folder tree changes
345                 o invoke hooks after folder tree scanning
346
347         * src/folderview.[ch]
348                 register hook for folder tree changes that
349                 updates the ctree
350
351         (there are more places that should be updated, like add, remove 
352          or move folder)
353
354         (closes Bug 164 Crash on rebuild folder tree)
355         (closes Bug 190 Crash on 'rebuilding folder tree')
356
357 2003-06-21 [leandro]    0.9.0claws54
358
359         * src/compose.[ch]
360                 create a new thread if subject changes
361                 (it's on by default, can be disabled in Message menu)
362
363 2003-06-21 [alfons]     0.9.0claws53
364
365         * src/summaryview.c
366                 quiet little compiler
367
368 2003-06-21 [christoph]  0.9.0claws52
369
370         update gettext stuff to version 0.12
371
372 2003-06-19 [alfons]     0.9.0claws51
373
374         * src/common/log.c
375         * src/common/plugin.c
376                 move defs.h before glib.h to prevent MIN/MAX redefs
377
378 2003-06-19 [alfons]
379
380         * src/addressbook.c
381                 translatable
382
383 2003-06-19 [match]      0.9.0claws50
384
385         * src/addressbook.[ch]
386         * src/addrindex.[ch]
387         * src/addr_compl.[ch]
388         * src/editldap.[ch]
389         * src/editldap_basedn.[ch]
390         * src/addritem.[ch]
391         * src/ldapquery.h
392                 re-implemented dynamic LDAP search. works without
393                 slowdown on display sender with addressbook
394                 option.
395         * src/addrbook.c
396                 documented code.
397
398 2003-06-19 [paul]       0.9.0claws49
399
400         * src/compose.c
401                 fix Bug #136 'Nonprovided quotation marks crash claws'
402                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
403
404 2003-06-19 [alfons]     0.9.0claws48
405
406         * src/prefs_common.[ch]
407         * src/procmsg.c
408                 restrict threading by subject by checking thread for
409                 age (prefs_common.thread_by_subject_max_age)
410
411 2003-06-18 [christoph]  0.9.0claws47
412
413         * src/imap.c
414                 fix memory leak in imap_cmd_fetch()
415
416 2003-06-18 [christoph]  0.9.0claws46
417
418         * src/prefs_gtk.c
419                 fix memory leak in prefs_set_default() when used multiple
420                 times or after prefs have been read
421
422 2003-06-18 [christoph]  0.9.0claws45
423
424         * src/common/plugin.c
425                 fix memory leak in plugin_unload()
426
427 2003-06-18 [christoph]  0.9.0claws44
428
429         * src/imap.c
430                 fix memory leak in imap_cmd_ok()
431
432 2003-06-18 [christoph]  0.9.0claws43
433
434         * src/folder.c
435                 stop messages that are downloaded from POP3 and added to
436                 an IMAP inbox from being filtered twice (first by POP3
437                 and again when IMAP folder is scaned to get the UID of
438                 the APPEND operation when no UIDPLUS is available)
439
440 2003-06-18 [alfons]
441
442         * tools/Makefile.am
443                 phoenix <- firebird     
444
445 2003-06-18 [paul]
446
447         * tools/launch_phoenix          ** REMOVED **
448           tools/launch_firebird         ** NEW **
449                 renamed and edited to reflect the browser's name change from
450                 'phoenix' to 'firebird'
451
452 2003-06-18 [paul]       0.9.0claws42
453
454         * sync with 0.9.2cvs2
455                 see ChangeLog 2003-06-16
456
457 2003-06-17 [alfons]     0.9.0claws41
458
459         * src/procmsg.c
460                 prevent threading problems when a node is an ancestor (parent / great parent),
461                 which mostly happens with circular references (thanks to Phillipe Gramoullé
462                 for finding an sample set of messages)
463
464 2003-06-16 [christoph]  0.9.0claws40
465
466         * src/main.c
467                 don't popup main window on --receive or --receive-all
468
469         * src/mainwindow.[ch]
470         * src/plugins/trayicon/trayicon.c
471                 allow hiding of main window by clicking on the trayicon
472                 (doesn't work correctly in seperate window mode and may
473                  cause unexpected GTK problems I couldn't find yet)
474
475         * src/common/ssl.c
476                 remove incorrect warning
477
478 2003-06-15 [alfons]     0.9.0claws39
479
480         * src/gtk/gtkstext.c
481                 don't output debug text;
482                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
483                 for pointing this out);
484
485 2003-06-14 [alfons]     0.9.0claws38
486         
487         * src/messageview.c
488                 remove printf() and make one if..else comply with coding style
489
490 2003-06-14 [alfons]     0.9.0claws37
491
492         * AUTHORS
493                 add Martin Wicke
494         * src/action.c
495         * src/messageview.[ch]
496         * src/summaryview.c
497                 apply patch #754162 "Quoting messages filtered by actions" submitted
498                 by Martin Wicke, which allows quoting message body changed by an
499                 action (Thanks!).
500
501 2003-06-13 [alfons]     0.9.0claws36
502
503         * src/utils.c
504                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
505                 use case insensitive regexp (suggested by Ivan Martinez)
506
507 2003-06-13 [christoph]  0.9.0claws35
508
509         * configure.ac
510         * src/plugins/trayicon/Makefile.am
511         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
512         * src/plugins/trayicon/trayicon.c
513         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
514         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
515         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
516         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
517         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
518         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
519                 replace my own EggTrayIcon backport with the backport
520                 used by (l|x)mule and gabber.
521
522 2003-06-13 [alfons]     0.9.0claws34
523
524         * AUTHORS
525         * src/common/utils.c
526                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
527
528 2003-06-13 [alfons]     0.9.0claws33
529
530         * src/compose.c
531                 clean up a little bit
532
533 2003-06-12 [alfons]     0.9.0claws32
534
535         * src/compose.c
536                 const correctness fix
537
538         * src/common/sylpheed.[ch]
539                 () -> (void)
540                 prevent redef MIN/MAX
541                 
542         * src/common/utils.[ch]
543                 () -> (void)
544
545 2003-06-12 [melvin]     0.9.0claws31
546
547         * src/compose.c
548                 Updated to take into accounts changes in GtkAspell.
549
550 2003-06-12 [alfons]     0.9.0claws30
551
552         * src/compose.c
553         * src/procmsg.c
554         * src/common/utils.[ch]
555                 handle reply subject prefixes better (initial 
556                 suggestion by Robert Story adapted and enhanced 
557                 using regexps)
558
559 2003-06-12 [melvin]     0.9.0claws29
560
561         * src/compose.c
562                 Use new gtkaspell_checkers_strerror() to get the speller's
563                 error message instead of accessing the (now private)
564                 checkers structure.
565                 Minor code clean up
566
567         * src/main.c
568                 Use #ifdef instead of #if for USE_ASPELL
569                 Use the new spell checkers init/quit functions 
570
571         * src/gtk/gtkaspell.c
572                 Use #ifdef instead of #if for USE_ASPELL
573                 Moved in the majority of GtkAspell structures that were
574                 exported before by gtkaspell.h
575         
576         * src/gtk/gktaspell.h
577                 Made gtkaspell.h contain only the necessary data to be
578                 publicized by moving many structures to gtkaspell.c.
579                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
580                 gtkaspell_checkers_new(): replaced by...
581                 gtkaspell_checkers_init(): new function for initialization
582                 gtkaspell_checkers_delete(): replaced by...
583                 gtkaspell_checkers_quit(): new function
584                 gtkaspell_checkers_strerror(): new function that returns
585                 the checker's last error message.
586                 
587 2003-06-11 [melvin]     0.9.0claws28
588
589         * po/POTFILES.in
590                 Updated to take into account gtkaspell.c migration to
591                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
592
593 2003-06-10 [alfons]     0.9.0claws27
594
595         * src/filtering.[ch]
596         * src/folder.c
597         * src/matcher.c
598         * src/scoring.[ch]
599                 - try fixing bug #18 (any brave testers?)
600                 - add more robustness by refusing previously 
601                   unchecked NULL pointers 
602
603 2003-06-10 [alfons]     0.9.0claws26
604
605         * src/procmsg.c
606                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
607
608 2003-06-09 [alfons]     0.9.0claws25
609
610         * src/prefs_common.c
611                 fix bug #163 "Icon switching doesnt work properly" by 
612                 preventing early freeing of prefs_common.pixmap_theme_path.
613
614 2003-06-09 [christoph]  0.9.0claws24
615
616         * src/gtk/gtkaspell.c
617                 revert Thorsten's fix and add forgotten g_strdup for
618                 aspell path (it should not be possible to alter the path a
619                 GtkASpell uses from outside)
620
621 2003-06-09 [thorsten]   0.9.0claws23
622
623         * src/gtk/gtkaspell.c
624                 dont free prefs_common.aspell_path when closing compose
625
626 2003-06-08 [colin]      0.9.0claws22
627
628         * src/plugins/spamassassin/spamassassin.c
629                 fix prefs types
630
631 2003-06-07 [christoph]  0.9.0claws21
632
633         * src/Makefile.am
634         * src/compose.c
635         * src/gtkaspell.[ch]            ** REMOVE **
636         * src/gtk/Makefile.am
637         * src/gtk/gtkaspell.[ch]        ** NEW **
638                 o make gtkaspell independent from sylpheed's prefs
639                 o move gtkaspell.[ch] to gtk directory
640
641 2003-06-07 [christoph]  0.9.0claws20
642
643         * src/Makefile.am
644         * src/crash.c
645         * src/export.c
646         * src/filesel.[ch]              ** REMOVE **
647         * src/folder.c
648         * src/main.[ch]
649         * src/common/sylpheed.[ch]
650         * src/gtk/Makefile.am
651         * src/gtk/filesel.[ch]          ** NEW **
652         * src/gtk/pluginwindow.c
653         * src/gtk/sslcertwindow.c
654                 move filesel.[ch] to gtk directory
655
656 2003-06-07 [alfons]     0.9.0claws19
657
658         * src/filesel.c
659                 make (multi) file selection dialog work again (Claws-only)
660
661 2003-06-07 [thorsten]   0.9.0claws18
662
663         * po/de.po
664                 fix typos
665
666 2003-06-07 [alfons]     0.9.0claws17
667
668         * configure.ac
669         * src/mimeview.c
670                 detect apache mishap in which case don't include fnmatch.h
671                 if regex.h is already included
672
673 2003-06-06 [christoph]  0.9.0claws16
674
675         * configure.ac
676         * src/mimeview.h
677                 add check for fnmatch.h and include it when available
678
679         * src/mimeview.[ch]
680                 fix wrong case sensitivity of Content-Types
681
682         * src/gtk/Makefile.am
683                 need the same include paths in gtk directory as in
684                 common directory because .h files in common can
685                 include files from these directories, when included
686                 in gtk's .h or .c files
687
688 2003-06-06 [alfons]     0.9.0claws15
689
690         * src/mimeview.c
691         * src/summaryview.c
692                 make it compile again because of regex.h / fnmatch.h 
693                 include problems (related to recent mime stuff, can
694                 someone check this?)
695
696 2003-06-06 [thorsten]   0.9.0claws14
697
698         * src/folderview.c
699                 possible use of uninitialized pointer while dragging
700
701 2003-06-06 [paul]       0.9.0claws13
702
703         * src/compose.c
704                 fix bug where the insert sig button would be effective
705                 only when auto_sig was set
706
707 2003-06-06 [paul]       0.9.0claws12
708
709         * sync with 0.9.2 release
710
711 2003-06-02 [paul]       0.9.0claws11
712
713         * sync with 0.9.1cvs1
714                 see ChangeLog 2003-06-02
715                 
716         * po/de.po
717                 update by Jens
718
719 2003-06-01 [christoph]  0.9.0claws10
720
721         * src/account.c
722                 don't use substring search to find accounts by email address
723
724         (closes Bug 169 Overly loose matching of "From" address)
725
726 2003-05-31 [christoph]  0.9.0claws9
727
728         * doc-src/rfc2683.txt
729         * src/imap.c
730                 limit IMAP command length as recommended in RFC2683
731                 (message number lists will be split into multiple imap
732                 sets, the limit of 1000 octets is not a hard limit)
733
734         (closes Bug 161 sylpheed-claws exits with segfault when logging
735          in to certain imap-servers)
736
737 2003-05-29 [alfons]     0.9.0claws8
738
739         * src/toolbar.[ch]
740                 add print button (calling summary_print());
741                 fine tune setting tooltip text;
742                 (if someone needs other buttons, please take these 
743                 commits as a guide, instead of bothering us - also
744                 see 0.8.11claws150) 
745
746 2003-05-29 [darko]      0.9.0claws7
747
748         * src/compose.c
749                 fix crash when word wrapping kicks in due to
750                 changed text by spell checker
751
752 2003-05-29 [paul]       0.9.0claws6
753
754         * src/compose.c
755                 fix bug where changing account would insert
756                 sig even if auto_sig was FALSE
757                 
758         * ChangeLog
759           ChangeLog.jp
760           INSTALL
761                 sync with 0.9.1 release
762
763 2003-05-28 [christoph]  0.9.0claws5
764
765         * src/imap.c
766                 fix truncation of too long commands
767
768         (closes Bug 167 IMAP hangs trying to get envelope
769          information in imap_get_uncached_messages)
770
771 2003-05-27 [paul]       0.9.0claws4
772
773         * tools/Makefile.am
774           tools/maildir2sylpheed.pl     ** NEW FILE **
775                 add kmail to sylpheed mailbox conversion script
776
777 2003-05-27 [paul]       0.9.0claws3
778
779         * sync with 0.9.0cvs10
780                 see ChangeLog 2003-05-26
781
782 2003-05-26 [paul]       0.9.0claws2
783
784         * sync with 0.9.0cvs9
785                 see ChangeLog 2003-05-26
786
787 2003-05-24 [paul]       0.9.0claws1
788
789         * sync with 0.9.0cvs8
790                 see ChangeLog 2003-05-23
791
792 2003-05-24 [paul]       0.9.0claws
793
794         * version 0.9.0claws released
795
796 2003-05-24 [paul]       0.8.11claws177
797
798         * src/plugins/dillo-viewer/Makefile.am
799           src/plugins/traycon/Makefile.am
800                 add missing files
801                 
802         * po/bg.po
803           po/en_GB.po
804           po/es.po
805           po/it.po
806           po/pt_BR.po
807           po/ru.po
808           po/sr.po
809                 update Bulgarian, British English, Spanish, Italian, 
810                 Brazilian Portuguese, Russian, and Serbian translations, 
811                 submitted by George Danchev, [me], Ricardo Mones Lastra,
812                 André Filipe de Assunção e Brito, Alessandro Maestri, 
813                 Ruslan N. Balkin, and Urke MMI
814
815 2003-05-23 [melvin]     0.8.11claws176
816
817         * po/fr.po
818                 Updated French translations
819
820 2003-05-22 [paul]       0.8.11claws175
821
822         * src/Makefile.am
823           src/addrbook.[ch]
824           src/addrcache.[ch]
825           src/addr_compl.[ch]
826           src/adressbook.[ch]
827           src/addrindex.[ch]
828           src/addritem.[ch]
829           src/editaddress.c
830           src/editgroup.c
831           src/editldap_basedn.c
832           src/editldap.c
833           src/jpilot.c
834           src/vcard.c
835                 revert to get ldap into it previous working state
836                 
837         * po/zh_TW.Big5.po
838                 new Taiwanese translation,
839                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
840
841 2003-05-22 [christoph]  0.8.11claws174
842
843         * src/plugins/spamassassin/libspamc.[ch]
844                 sync libspamc with SpamAssaain release 2.55
845
846 2003-05-22 [paul]       0.8.11claws173
847
848         * sync with 0.9.0cvs7
849                 see ChangeLog 2003-05-22
850                 
851         * src/summaryview.c
852                 revert change in 0.8.11claws172: follow
853                 Hiroyuki's decision and that's the end of it.
854
855 2003-05-21 [paul]       0.8.11claws172
856
857         * src/summaryview.c
858                 fix discrepency between open_unread_on_enter
859                 and always_show_msg
860
861 2003-05-21 [paul]       0.8.11claws171
862
863         * sync with 0.9.0cvs6
864                 see ChangeLog 2003-05-21
865
866 2003-05-21 [paul]       0.8.11claws170
867
868         * sync with 0.9.0cvs5
869                 see ChangeLog 2003-05-21
870
871 2003-05-20 [paul]       0.8.11claws169
872
873         * sync with 0.9.0cvs4
874                 see ChangeLog 2003-05-20
875                 fixes bug #152, 'encoding of IMAP folders names'
876
877 2003-05-20 [paul]       0.8.11claws168
878
879         * sync with 0.9.0cvs3
880                 see ChangeLog 2003-05-20
881                 
882         * src/tools/convert_mbox.pl
883                 minor change in the comments, submitted by Fred Marton
884
885 2003-05-19 [paul]       0.8.11claws167
886
887         * src/plugins/clamav/Makefile.am
888           configure.ac
889                 link clamav_lib to the plugin and not to the main program
890
891 2003-05-19 [christoph]
892
893         * src/Makefile.am
894                 add -export-dynamic for linking
895
896 2003-05-19 [paul]       0.8.11claws166
897
898         * sync with 0.9.0cvs1
899                 see ChangeLog 2003-05-19
900
901 2003-05-19 [paul]       0.8.11claws165
902
903         * src/inc.c
904                 fix 'pop before smtp' timeout
905
906 2003-05-18 [alfons]     0.8.11claws164
907
908         * src/prefs_matcher.c
909                 put "execute" action command line ("expression") in edit box
910
911 2003-05-18 [christoph]  0.8.11claws163
912
913         * src/mimeview.[ch]
914         * src/plugins/dillo_viewer/dillo_viewer.c
915         * src/plugins/image_viewer/viewer.c
916         * src/plugins/mathml_viewer/mathml_viewer.c
917                 let a viewer have a list of Content-Types
918
919 2003-05-18 [paul]       0.8.11claws162
920
921         * src/prefs_filtering.c
922                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
923                 and REDIRECT actions
924
925 2003-05-17 [christoph]
926
927         * README.claws
928                 o remove dynamic signatures that was syned with main
929                 o add infos about no longer "build in" image viewer
930                 o update bugtracker URL
931
932 2003-05-17 [christoph]  0.8.11claws161
933
934         * src/folder.c
935         * src/folderview.c
936         * src/imap.c
937                 don't use imap_scan_folder anymore. Instead call folder_item_scan
938                 for every folder after rebuilding the folder tree.
939
940         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
941          messages)
942
943 2003-05-17 [christoph]  0.8.11claws160
944
945         * src/imap.c
946                 don't use STATUS command on current folder to check for
947                 content changes. imap_cmd_ok() now tracks changes to
948                 folder and number of existing messages.
949
950 2003-05-17 [paul]       0.8.11claws159
951
952         * src/plugins/clamav/clamav_plugin.c
953                 remove unnecessary debug_print
954
955 2003-05-16 [thorsten]   0.8.11claws158
956
957         * src/plugins/demo.c
958                 included missing intl.h
959
960 2003-05-16 [paul]       0.8.11claws157
961
962         * po/POTFILES.in
963                 remove non-existant entries
964         
965         * src/plugins/clamav/clamav_plugin.c
966           src/plugins/clamav/clamav_plugin_gtk.c
967           src/plugins/dillo_viewer/dillo_prefs.c
968           src/plugins/dillo_viewer/dillo_viewer.c
969                 gettextise
970
971 2003-05-16 [christoph]  0.8.11claws156
972
973         * po/POTFILES.in
974                 include plugin .c files for translation until I
975                 find a better solution to have plugins have their
976                 own textdomain
977         * src/plugins/demo/demo.c
978         * src/plugins/image_viewer/plugin.c
979         * src/plugins/mathml_viewer/mathml_viewer.c
980         * src/plugins/spamassassin/spamassassin.c
981         * src/plugins/spamassassin/spamassassin_gtk.c
982         * src/plugins/trayicon/trayicon.c
983                 add gettext macros for plugin name and description
984
985 2003-05-16 [paul]
986
987         * sync with 0.9.0
988
989 2003-05-16 [paul]       0.8.11claws155
990
991         * sync with lastest 0.9.0pre1
992                 see ChangeLog 2003-05-16
993
994 2003-05-15 [paul]       0.8.11claws154
995
996         * sync with latest 0.9.0pre1
997                 see ChangeLog 2003-05-14 and 2003-05-15
998
999 2003-05-14 [christoph]  0.8.11claws153
1000
1001         * src/plugins/image_viewer/viewer.c
1002         * src/plugins/image_viewer/viewer.glade         ** NEW **
1003         * src/plugins/image_viewer/viewerprefs.c
1004                 make it possible to disable the autoload function in the
1005                 imageviewer again
1006
1007 2003-05-14 [christoph]  0.8.11claws152
1008
1009         * src/folder.c
1010                 fix folder update after adding a message
1011
1012 2003-05-13 [alfons]     0.8.11claws151
1013
1014         * src/common/session.c
1015                 remove debug traces
1016                 
1017         * src/addrcache.[ch]
1018         * src/filtering.[ch]
1019         * src/folder.[c]
1020         * src/gtkaspell.[ch]
1021         * src/imap.[ch]
1022         * src/mbox_folder.[ch]
1023         * src/mh.[ch]
1024         * src/mimeview.h
1025         * src/msgcache.[ch]
1026         * src/news.[ch]
1027         * src/passphrase.[ch]
1028         * src/prefs_common.[ch]
1029         * src/prefs_gtk.[ch]
1030         * src/procmsg.c
1031         * src/scoring.[ch]
1032                 be pedantic; (in prototypes () implies (int))
1033
1034 2003-05-13 [alfons]     0.8.11claws150
1035
1036         * src/prefs_toolbar.[ch]
1037         * src/summaryview.[ch]
1038         * src/toolbar.[ch]
1039                 change misleading text in toolbar prefs;
1040                 add toolbar action for ignore thread (toggles ignore thread flag);
1041                 clean up a little bit;
1042
1043 2003-05-12 [paul]
1044
1045         * tools/convert_mbox.pl
1046                 bug fixed by Fred Marton
1047
1048 2003-05-12 [paul]
1049
1050         * sync with 0.9.0pre1
1051
1052 2003-05-09 [paul]       0.8.11claws149
1053
1054         * sync with 0.8.11cvs43
1055                 see ChangeLog 2003-05-09
1056
1057 2003-05-08 [christoph]  0.8.11claws148
1058
1059         * src/imap.[ch]
1060                 o use CAPABILIY as first command and check for PREAUTH
1061                   information in the response to it
1062                 o rewrite all imap_cmd_* functions to use an IMAPSession
1063                   instead of a SockInfo as parameter
1064                 o do STARTTLS after fetching and checking the server
1065                   capabilities
1066
1067 2003-05-08 [paul]       0.8.11claws147
1068
1069         * tools/Makefile.am
1070           tools/README
1071           tools/convert_mbox.pl         ** NEW FILE **
1072                 add mbox conversion script. Submitted by 
1073                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1074
1075 2003-05-07 [christoph]
1076
1077         * doc-src/glade.txt
1078         * src/gtk/pluginwindow.glade
1079         * src/plugins/image_viewer/viewerprefs.glade
1080         * src/plugins/spamassassin/spamassassin_gtk.glade
1081                 add glade files for user interfaces and a description how
1082                 to use glade to create the sylpheed code
1083
1084 2003-05-07 [paul]       0.8.11claws146
1085
1086         * sync with 0.8.11cvs41
1087                 see ChangeLog 2003-05-07
1088
1089 2003-05-06 [christoph]  0.8.11claws145
1090
1091         * src/main.c
1092         * src/plugins/image_viewer/viewer.c
1093                 fix usage of imlib in imageviewer plugin
1094
1095         * src/gtk/prefswindow.c
1096                 handle window close event correctly
1097
1098 2003-05-06 [paul]       0.8.11claws144
1099
1100         * src/common/ssl.c
1101                 fix typo introduced in sync
1102
1103 2003-05-06 [paul]       0.8.11claws143
1104
1105         * sync with 0.8.11cvs39
1106                 see ChangeLog 2003-05-06
1107
1108 2003-05-06 [paul]       0.8.11claws142
1109
1110         * AUTHORS
1111           po/cs.po
1112                 updated Czech translation, submitted by 
1113                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1114                 
1115         * src/plugins/clamav/clamav_plugin_gtk.c
1116                 clean up
1117
1118 2003-05-03 [alfons]     0.8.11claws141
1119
1120         * src/compose.[ch]
1121                 make paste as quotation work even when the call to 
1122                 text_inserted() was deferred (fixes bug #140 "Paste 
1123                 as quotation does not work when using "external" 
1124                 clipboard")
1125
1126 2003-05-03 [thorsten]   0.8.11claws140
1127
1128         * src/addrquery.h
1129           src/ldapquery.h
1130           src/mainwindow.c
1131                 removed C++ comments
1132         * src/addr_compl.c
1133                 function with non-int retval/param used before
1134                 implementation/declaration
1135
1136 2003-05-02 [paul]       0.8.11claws139
1137
1138         * src/addr_compl.[ch]
1139           src/addressbook.[ch]
1140           src/addrindex.c
1141           src/summaryview.c
1142                 revert match's changes to (finally) remove the bug where
1143                 opening a folder causes massive slowdown when using the 
1144                 'Display sender using address book' option
1145
1146 2003-05-01 [melvin]     0.8.11claws138
1147
1148         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1149         * src/plugins/dillo_viewer/dillo_viewer.c
1150                 Fixed bug where "Cancel" button from prefs issued
1151                 warnings.
1152                 Comply a little more to coding style
1153
1154 2003-05-01 [paul]       0.8.11claws137
1155
1156         * sync with 0.8.11cvs38
1157                 see ChangeLog 2003-05-01
1158
1159 2003-05-01 [paul]       0.8.11claws136
1160
1161         * po/bg.po
1162                 updated by George Danchev
1163
1164 2003-04-30 [christoph]  0.8.11claws135
1165
1166         * src/plugins/dillo_viewer/dillo_prefs.c
1167         * src/plugins/image_viewer/viewerprefs.c
1168         * src/plugins/spamassassin/spamassassin_gtk.c
1169                 remove gtk_widget_ref() calls for widgets in
1170                 glade code
1171
1172 2003-04-30 [paul]       0.8.11claws134
1173
1174         * src/addrindex.c
1175                 ok, this time a better fix for the bug where opening folder
1176                 has massive slowdown when using the 'Display sender using 
1177                 address book' option
1178
1179 2003-04-30 [paul]       0.8.11claws133
1180
1181         * src/addrindex.c
1182                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1183         
1184 2003-04-30 [melvin]     0.8.11claws132
1185
1186         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1187
1188         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1189                 Preferences for the dillo plugin
1190         * src/plugins/dillo_viewer/dillo_viewer.c
1191                 Support for preferences
1192         * src/plugins/dillo_viewer/Makefile.am
1193                 Added dillo_prefs.[ch]
1194
1195 2003-04-30 [alfons]     0.8.11claws131
1196
1197         * src/common/plugin.[ch]
1198                 see? this ANSI C'fication immediately gives us type
1199                 checking for free.
1200
1201 2003-04-30 [alfons]     0.8.11claws130
1202
1203         * src/common/plugin.[ch]
1204         * src/plugins/clamav/clamav_plugin.[ch]
1205         * src/plugins/clamav/clamav_plugin_gtk.c
1206         * src/plugins/demo/demo.c
1207         * src/plugins/dillo_viewer/dillo_viewer.c
1208         * src/plugins/image_viewer/plugin.c
1209         * src/plugins/image_viewer/viewer.[ch]
1210         * src/plugins/image_viewer/viewerprefs.[ch]
1211         * src/plugins/mathml_viewer/mathml_viewer.c
1212         * src/plugins/spamassassin/spamassassin.[ch]
1213         * src/plugins/spamassassin/spamassassin_gtk.c
1214         * src/plugins/trayicon/trayicon.c
1215                 clean up
1216
1217 2003-04-30 [alfons]     0.8.11claws129
1218
1219         * src/common/utils.c
1220                 make is_ascii_str() fail gracefully when NULL pointer
1221                 is passed
1222
1223 2003-04-30 [paul]       0.8.11claws128
1224
1225         * src/addrindex.c
1226                 fix bug where opening folder has massive slowdown when
1227                 using the 'Display sender using address book' option
1228
1229 2003-04-30 [paul]       0.8.11claws127
1230
1231         * src/plugins/clamav/clamav_plugin.c
1232           src/plugins/clamav/clamav_plugin_gtk.c
1233           src/plugins/demo/demo.c
1234           src/plugins/dillo_viewer/dillo_viewer.c
1235           src/plugins/image_viewer/plugin.c
1236           src/plugins/mathml_viewer/mathml_viewer.c
1237           src/plugins/spamassassin/spamassassin.c
1238           src/plugins/spamassassin/spamassassin_gtk.c
1239           src/plugins/trayicon/trayicon.c
1240                 get rid of eye-hurting function signatures
1241
1242 2003-04-30 [paul]       0.8.11claws126
1243
1244         * src/plugins/trayicon/trayicon.c
1245                 add description
1246                 
1247         * src/mimeview.c
1248                 be more descriptive
1249
1250 2003-04-30 [paul]       0.8.11claws125
1251
1252         * configure.ac
1253                 arrange the plugins in reverse alphabetical order
1254                 
1255         * src/plugins/clamav/clamav_plugin.[ch]
1256           src/plugins/clamav/clamav_plugin_gtk.c
1257                 rename some params
1258                 resize max_size window
1259                 re-arrange the order of some gui elements
1260                 improve descriptions
1261         
1262         * src/plugins/image_viewer/plugin.c
1263           src/plugins/mathml_viewer/mathml_viewer.c
1264                 add descriptions
1265                 
1266         * src/plugins/spamassassin/spamassassin_gtk.c
1267                 resize max_size window
1268                 re-arrange the order of some gui elements
1269                 
1270         * src/messageview.c
1271           src/mimeview.c
1272                 correct typos
1273
1274 2003-04-30 [alfons]     0.8.11claws124
1275
1276         * src/imap.c
1277                 fix a leak found while browsing Martin Kluge's 
1278                 valgrind log (Claws only)
1279
1280 2003-04-29 [darko]      0.8.11claws123
1281
1282         * src/gtk/gtkstext.h
1283                 include wchar.h if it is available, fixes compilation
1284                 on HP-UX systems
1285
1286 2003-04-29 [melvin]     0.8.11claws122
1287
1288         * src/prefs_actions.c
1289                 Improved help text of Actions' syntax
1290
1291 2003-04-28 [paul]       0.8.11claws121
1292
1293         * src/action.c
1294                 a better fix for the crash when performing an action
1295                 on a mime part
1296
1297 2003-04-28 [paul]       0.8.11claws120
1298
1299         * src/action.c
1300                 fix crash when performing an action on a
1301                 mime part
1302
1303 2003-04-28 [paul]       0.8.11claws119
1304
1305         * sync with 0.8.11cvs36
1306                 see ChangeLog 2003-04-28
1307
1308 2003-04-27 [paul]       0.8.11claws118
1309
1310         * more sync with 0.8.11cvs35
1311                 see ChangeLog 2003-04-25
1312
1313 2003-04-26 [christoph]  0.8.11claws117
1314
1315         * src/folder.c
1316                 fix remove virtual check
1317
1318 2003-04-26 [paul]       0.8.11claws116
1319
1320         * src/messageview.c
1321                 fix return-receipt, make it work again
1322
1323 2003-04-26 [paul]       0.8.11claws115
1324
1325         * src/mimeview.c
1326                 restore double-clicking of the [application/pgp-signature 
1327                 (Select "Check signature" to check)] line in the message view,
1328                 broken in recent sync
1329
1330 2003-04-26 [christoph]  0.8.11claws114
1331
1332         * src/folder.c
1333                 check if remove virtual really exists before
1334                 calling the function
1335
1336 2003-04-25 [match]      0.8.11claws113
1337
1338         * src/addrindex.c
1339         * src/addrbook.c
1340         * src/ldapquery.[ch]
1341         * src/ldapctrl.[ch]
1342                 fix memleak.
1343         * src/ldapserver.[ch]
1344                 fix memleak. fix segfault.
1345                 plug a Claws memleak
1346
1347 2003-04-25 [alfons]     0.8.11claws112
1348
1349         * src/folder.c
1350                 plug a Claws memleak
1351
1352 2003-04-25 [alfons]     0.8.11claws111
1353
1354         * src/common/session.c
1355                 plug a memleak
1356
1357 2003-04-25 [paul]       0.8.11claws110
1358
1359         * sync with 0.8.11cvs35
1360                 see ChangeLog 2003-04-24 and 2003-04-25
1361                 
1362         * src/gtk/pluginwindow.c
1363                 correct another strange float value
1364
1365 2003-04-24 [christoph]  0.8.11claws109
1366
1367         * src/folder.c
1368                 freeze folder item updates when unsetting new flags
1369
1370         * src/gtk/pluginwindow.c
1371                 correct strange float value
1372
1373 2003-04-23 [paul]       0.8.11claws108
1374
1375         * sync with 0.8.11cvs33
1376                 see ChangeLog 2003-04-23
1377
1378 2003-04-22 [paul]       0.8.11claws107
1379
1380         * src/Makefile.am
1381           src/messageview.c
1382           src/mimeview.c
1383           src/pgptext.[ch]      ** REMOVED **
1384                 remove pgptext.[ch] as its not used any more
1385
1386 2003-04-22 [paul]       0.8.11claws106
1387
1388         * sync with 0.8.11cvs31
1389                 see ChangeLog 2003-04-21 and 2003-04-22
1390
1391 2003-04-21 [alfons]     0.8.11claws105
1392
1393         * src/main.c
1394                 No access to GTK structures if we're a spawned child
1395                 (and clean up code a little bit...) Should fix #126.
1396
1397 2003-04-21 [melvin]     0.8.11claws104
1398
1399         * src/plugins/dillo_viewer/README
1400                 Improved slightly the text.
1401
1402 2003-04-21 [melvin]     0.8.11claws103
1403
1404         * src/plugins/dillo_viewer/README *** NEW ***
1405                 Added a README file for the Dillo plugin
1406
1407 2003-04-20 [paul]
1408
1409         * tools/README
1410           tools/outlook2sylpheed.pl
1411                 updated and improved by Ricardo Mones Lastra
1412
1413 2003-04-18 [oliver]     0.8.11claws102
1414
1415         * src/inc.c 
1416         * src/prefs_account.h
1417                 remove Pop3SessionType (used by selective download)
1418         * src/prefs_toolbar.c
1419                 enable set Default Toolbar button
1420
1421 2003-04-18 [paul]       0.8.11claws101
1422
1423         * sync with 0.8.11cvs29
1424                 see ChangeLog 2003-04-18
1425
1426 2003-04-17 [paul]       0.8.11claws100
1427
1428         * src/prefs_common.[ch]
1429           src/summaryview.c
1430                 remove 'Open next message on deletion' option,
1431                 as the same effect can now be achieved via the
1432                 'Always open messages in summary when selected'
1433                 option.
1434
1435 2003-04-17 [paul]       0.8.11claws99
1436
1437         * sync with 0.8.11cvs28
1438                 see ChangeLog 2003-04-17
1439
1440 2003-04-17 [christoph]  0.8.11claws98
1441
1442         * ac/spamassassin.m4
1443         * src/plugins/spamassassin/libspamc.[ch]
1444         * src/plugins/spamassassin/utils.[ch]
1445                 sync libspamc with SpamAssassin project
1446
1447 2003-04-17 [christoph]  0.8.11claws97
1448
1449         * src/common/socket.h
1450         * src/gtk/sslcertwindow.h
1451                 rename old USE_SSL to USE_OPENSSL
1452
1453 2003-04-17 [paul]       0.8.11claws96
1454
1455         * src/prefs_common.h
1456                 use gulong for P_COLOR so that it compiles/runs on
1457                 64-bit systems. Patch submitted by James Noyes
1458                 <jnoyes-claws@retrogeeks.com>
1459                 
1460         * po/de.po
1461                 updated by Jens
1462
1463 2003-04-17 [paul]       0.8.11claws95
1464
1465         * sync with 0.8.11cvs27
1466                 see ChangeLog 2003-04-16
1467
1468 2003-04-15 [paul]       0.8.11claws94
1469
1470         * src/prefs_common.[ch]
1471                 rearrange to stop the window getting too long:
1472                         move Receive dialog stuff to Receive tab
1473                         move Send dialog to Send tab
1474                         remove Dialogs frame
1475                 rename 'Open messages in summary with cursor keys' to
1476                 'Always open messages in summary when selected', as its
1477                 more appropriate
1478
1479 2003-04-15 [paul]       0.8.11claws93
1480
1481         * src/prefs_common.[ch]
1482           src/summaryview.c
1483                 add new option '/Interface/Open next message on deletion'
1484
1485 2003-04-15 [paul]       0.8.11claws92
1486
1487         * src/summaryview.[ch]
1488                 add /Mark/Lock and /Mark/Unlock to the pop-up
1489                 menu. Patch submitted by Ivan Francolin Martinez
1490                 <ivanfm@users.sourceforge.net>
1491
1492 2003-04-15 [paul]       0.8.11claws91
1493
1494         * sync with 0.8.11cvs24
1495                 see ChangeLog 2003-04-15
1496
1497 2003-04-14 [jens]       0.8.11claws90
1498
1499         * updated German translation and some corrections from
1500                 Roland Bless <bless@tm.uka.de>
1501
1502 2003-04-14 [paul]       0.8.11claws89
1503
1504         * sync with 0.8.11cvs22
1505                 see ChangeLog 2003-04-14
1506
1507 2003-04-13 [paul]       0.8.11claws88
1508
1509         * src/plugins/clamav/clamav_plugin.c
1510                 fix memory leaks
1511                 clean up
1512
1513 2003-04-12 [paul]       0.8.11claws87
1514
1515         * src/plugins/clamav/clamav_plugin.c
1516                 activate enable/disable archive scanning option
1517                 
1518         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1519
1520 2003-04-12 [paul]       0.8.11claws86
1521
1522         * src/plugins/Makefile.am
1523           src/plugins/clamav/Makefile.am                ** NEW FILE **
1524           src/plugins/clamav/README                     ** NEW FILE ** 
1525           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1526           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1527                 add Clam AntiVirus plugin
1528
1529 2003-04-12 [paul]       0.8.11claws85
1530
1531         * sync with 0.8.11cvs21
1532                 see ChangeLog 2003-04-11
1533
1534 2003-04-11 [paul]       0.8.11claws84
1535
1536         * po/es.po
1537                 update Spanish translation. Submitted by Ricardo
1538                 Mones Lastra.
1539
1540 2003-04-10 [christoph]  0.8.11claws83
1541
1542         * src/mbox.c
1543                 fix typo that did not move unfiltered mails to destination
1544                 folder
1545
1546         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1547          when filtering from spool)
1548
1549 2003-04-10 [christoph]  0.8.11claws82
1550
1551         * src/imap.c
1552                 use BODY.PEEK instead of BODY in in message fetch operation
1553                 to make sure the IMAP server does not set the \Seen flag for
1554                 messages. Sylpheed does that later itself, when the message
1555                 is opened in sylpheed
1556
1557         (closes Bug 111 Claws destroys unread marks)
1558
1559 2003-04-09 [oliver]     0.8.11claws81
1560         
1561         * src/folder.c
1562                 fix crash in folder_destroy
1563         * README.claws
1564                 remove selective download
1565
1566 2003-04-09 [christoph]  0.8.11claws80
1567
1568         * src/imap.c
1569                 fix crash in imap_get_msginfo() when then fetched message
1570                 is not found
1571
1572         (closes Bug 110 Crash during mail composition)
1573
1574 2003-04-08 [christoph]  0.8.11claws79
1575
1576         * src/folder.c
1577         * src/prefs_account.c
1578                 Filter new messages that are found in an INBOX folder
1579                 when 'Filter messages on receiving' is enabled in the
1580                 Folder's AccountPrefs. This allows to use Sylpheed's
1581                 filtering engine for IMAP folders where messages are
1582                 added to the INBOX by a MTA
1583
1584 2003-04-08 [paul]       0.8.11claws78
1585
1586         * src/procmsg.h
1587                 clean up after last commit
1588
1589 2003-04-08 [paul]       0.8.11claws77
1590
1591         * sync with 0.8.11cvs20
1592                 see ChangeLog 2003-04-07 and 2003-04-08
1593
1594 2003-04-07 [christoph]  0.8.11claws76
1595
1596         * src/filtering.[ch]
1597         * src/inc.[ch]
1598         * src/mbox.c
1599         * src/procmsg.[ch]
1600                 add procmsg_msginfo_filter() to execute filtering actions
1601
1602 2003-04-06 [christoph]  0.8.11claws75
1603
1604         * src/imap.c
1605                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1606
1607 2003-04-06 [christoph]  0.8.11claws74
1608
1609         * src/common/utils.[ch]
1610                 add g_int_compare() function for slist sorting
1611
1612         * src/imap.c
1613                 fetch all MsgInfos with one command in imap_get_msginfos()
1614                 using an imap set with a list of ranges
1615
1616         * src/news.c
1617                 use new g_int_compare() function
1618
1619 2003-04-06 [thorsten]   0.8.11claws73
1620
1621         * src/mh.c
1622                 corrected implementation of mh_folder_destroy()
1623
1624 2003-04-05 [christoph]  0.8.11claws72
1625
1626         * src/account.c
1627         * src/folder.[ch]
1628         * src/folderview.c
1629         * src/imap.c
1630         * src/inc.c
1631         * src/main.c
1632         * src/mainwindow.c
1633         * src/mbox_folder.c
1634         * src/mh.c
1635         * src/mimeview.h
1636         * src/msgcache.[ch]
1637         * src/news.c
1638         * src/procmime.h
1639         * src/procmsg.[ch]
1640         * src/setup.c
1641         * src/gtk/gtkutils.c
1642                 o rename structure field names class and new to klass and
1643                   new_msgs, to allow including files in C++
1644                 o add 'extern "C"' block to some header files
1645                 o add MsgInfoList and MsgNumberList as alias for GSList for
1646                   developers to know what type of list is expected
1647
1648         * src/plugins/image_viewer/plugin.c
1649         * src/plugins/image_viewer/viewer.[ch]
1650         * src/plugins/image_viewer/viewerprefs.[ch]
1651                 rename function names to prevent conflicts
1652
1653 2003-04-05 [paul]       0.8.11claws71
1654
1655         * sync with 0.8.11cvs18
1656                 see ChangeLog 2003-04-03 and 2003-04-04
1657
1658 2003-04-02 [christoph]  0.8.11claws70
1659
1660         * src/folder.[ch]
1661         * src/imap.[ch]
1662         * src/mbox_folder.[ch]
1663         * src/mh.[ch]
1664         * src/news.[ch]
1665                 o Make all virtual folder functions private
1666                 o remove unused folder code
1667
1668         * src/common/socket.[ch]
1669         * src/summaryview.c
1670                 fix warnings
1671
1672 2003-03-30 [alfons]     0.8.11claws69
1673
1674         * src/send_message.c
1675                 remove two debug traces and see if people still report
1676                 errors
1677
1678 2003-03-30 [alfons]     0.8.11claws68
1679
1680         * src/send_message.c
1681         * src/commons/session.c
1682                 add more debug traces
1683
1684 2003-03-30 [christoph]  0.8.11claws67
1685
1686         * src/folder.c
1687                 change processing folder name from .processing to processing
1688
1689         * src/common/ssl.c
1690                 disable SSL certificate check because it causes Xlib error
1691                 when the child process want's to open an GTK window
1692
1693 2003-03-30 [christoph]  0.8.11claws66
1694
1695         * src/folder.c
1696                 don't use default folder for processing folder item because
1697                 it can be a non local folder
1698
1699         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1700
1701 2003-03-30 [alfons]     0.8.11claws65
1702
1703         * src/send_message.c
1704                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1705                 to generate bad code for 'send_send_data_progressive': When
1706                 called from 'send_send_data_finished', the 'data' pointer is
1707                 cleared just before the assignment to the dialog pointer
1708
1709 2003-03-29 [christoph]  0.8.11claws64
1710
1711         * src/common/prefs.h
1712         * src/plugins/image_viewer/Makefile.am
1713         * src/plugins/image_viewer/plugin.c
1714         * src/plugins/image_viewer/viewer.[ch]
1715         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1716                 add PrefsPage for ImageViewer
1717
1718 2003-03-28 [thorsten]   0.8.11claws63
1719
1720         * src/common/session.c
1721                 added some comments
1722
1723 2003-03-28 [paul]       0.8.11claws62
1724
1725         * sync with 0.8.11cvs16
1726                 see ChangeLog 2003-03-28
1727
1728 2003-03-28 [paul]       0.8.11claws61
1729
1730         * sync with 0.8.11cvs15
1731                 see ChangeLog 2003-03-28
1732
1733 2003-03-27 [christoph]  0.8.11claws60
1734
1735         * src/folder.c
1736         * src/imap.c
1737         * src/common/socket.[ch]
1738                 set socket state to DISCONNECTED when any operation
1739                 fails to allow reconnecting in IMAP code without
1740                 checking the return code of all calls to the command
1741                 functions
1742
1743         * src/folderview.c
1744         * src/summaryview.c
1745                 remove some more stuff that depends on specific
1746                 folder types
1747
1748 2003-03-27 [paul]       0.8.11claws59
1749
1750         * sync with 0.8.11cvs14
1751                 see ChangeLog 2003-03-27
1752                 
1753         * src/selective_download.[ch]   ** REMOVED **
1754                 really removed
1755
1756 2003-03-27 [christoph]  0.8.11claws58
1757
1758         * src/folder.c
1759                 fix handling of tmp_flags in flag copy function
1760
1761 2003-03-27 [paul]       0.8.11claws57
1762
1763         * sync with 0.8.11cvs13
1764                 see ChangeLog 2003-03-27
1765
1766 2003-03-27 [oliver]     0.8.11claws56
1767
1768         * src/maiwindow.c
1769                 remove sel_download_cb
1770
1771 2003-03-27 [oliver]     0.8.11claws55
1772         
1773         * src/inc.c
1774                 remove POP3_TOP
1775         
1776 2003-03-26 [oliver]     0.8.11claws54
1777
1778         *src/pop.h
1779                 remove POP3_TOP*
1780         * README.claws
1781                 remove selective donwload readme
1782
1783 2003-03-26 [oliver]     0.8.11claws53
1784         * src/matcher.[ch]
1785         * src/matcher_parser_parse.y 
1786         * src/pop.c 
1787         * src/prefs_account.[ch]
1788         * src/prefs_filtering.c
1789                 remove selective donwload
1790
1791 2003-03-26 [oliver]     0.8.11claws52
1792
1793         * src/inc.[ch] 
1794         * src/filtering.c 
1795         * src/mainwindow.c 
1796                 remove selective donwload
1797
1798 2003-03-26 [oliver]     0.8.11claws51
1799         
1800         * src/Makefile.am
1801         * src/selective_download.[ch]   ** REMOVE **    
1802
1803 2003-03-26 [christoph]  0.8.11claws50
1804
1805         * src/news.c
1806                 fix NEWS that got broken by a sync with sylpheed-main
1807
1808 2003-03-26 [christoph]  0.8.11claws49
1809
1810         * src/mimeview.c
1811                 fix mime type guessing when no mime type is found for a file
1812
1813 2003-03-25 [christoph]  0.8.11claws48
1814
1815         * src/mimeview.c
1816         * src/procmime.c
1817                 remove mime type guessing from mime parser and use
1818                 name based mime types in viewer lookup for mime type
1819                 application/octet-stream
1820
1821 2003-03-25 [christoph]  0.8.11claws47
1822
1823         * doc-src/readme.txt
1824         * doc-src/rfc2554.txt
1825                 add RFC about SMTP AUTH
1826
1827         * src/send_message.c
1828         * src/common/smtp.[ch]
1829                 add extra error code for authentication errors and
1830                 clear temporary password when this error occurs
1831
1832         (closes Bug 84 authentication failure while sending should
1833          prompt for password again)
1834
1835 2003-03-25 [christoph]  0.8.11claws46
1836
1837         * configure.ac
1838         * src/Makefile.am
1839         * src/imageview.[ch]                            ** REMOVE **
1840         * src/messageview.[ch]
1841         * src/mimeview.[ch]
1842         * src/prefs_common.[ch]
1843         * src/textview.c
1844         * src/plugins/Makefile.am
1845         * src/plugins/image_viewer/.cvsignore           ** NEW **
1846         * src/plugins/image_viewer/Makefile.am          ** NEW **
1847         * src/plugins/image_viewer/plugin.c             ** NEW **
1848         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1849                 move image viewer into a plugin (building is enabled by default)
1850                 [ToDo: Prefs for resize and autoview]
1851
1852 2003-03-25 [paul]       0.8.11claws45
1853
1854         * sync with 0.8.11cvs12
1855                 see ChangeLog 2003-03-26
1856
1857 2003-03-25 [paul]       0.8.11claws44
1858
1859         * sync with 0.8.11cvs11
1860                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1861                 
1862         Note: Selective Download is broken.
1863                 
1864 2003-03-22 [christoph]  0.8.11claws43
1865
1866         * src/folder.c
1867                 code cleanup for flags copying
1868
1869 2003-03-22 [christoph]  0.8.11claws42
1870
1871         * src/plugins/trayicon/trayicon.c
1872                 fix setting the transparent area when the window size
1873                 is forced by the system tray
1874
1875 2003-03-22 [christoph]  0.8.11claws41
1876
1877         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1878         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1879         * src/plugins/trayicon/newmail.xpm              ** NEW **
1880         * src/plugins/trayicon/nomail.xpm               ** NEW **
1881         * src/plugins/trayicon/trayicon.c
1882         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1883                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1884                 o add icon for unread mails
1885                 o set transparency for window
1886
1887 2003-03-22 [christoph]  0.8.11claws40
1888
1889         * src/news.c
1890                 init news session to prevent crash when session is closed
1891
1892 2003-03-22 [christoph]  0.8.11claws39
1893
1894         * src/imap.c
1895         * src/common/session.[ch]
1896                 Init session data to make sure we don't have invalid pointers
1897                 for read_ch and write_ch when new multi process sessions are
1898                 not used
1899
1900         * src/main.c
1901         * src/common/plugin.c
1902         * src/common/sylpheed.c
1903         * src/plugins/demo/demo.c
1904         * src/plugins/dillo_viewer/dillo_viewer.c
1905         * src/plugins/mathml_viewer/mathml_viewer.c
1906         * src/plugins/spamassassin/spamassassin.c
1907         * src/plugins/spamassassin/spamassassin_gtk.c
1908                 add plugin types to allow loading plugins at different times
1909                 (and maybe for different frontends), because it's not good to
1910                 load GTK-Plugins gefore gtk_init was called
1911
1912         * configure.ac
1913         * src/plugins/Makefile.am
1914         * src/plugins/trayicon/.cvsignore               ** NEW **
1915         * src/plugins/trayicon/Makefile.am              ** NEW **
1916         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1917         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1918         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1919         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1920         * src/plugins/trayicon/trayicon.c               ** NEW **
1921                 New Trayicon plugin that shows an icon in a systray that uses
1922                 XEMBED protocol like Gnome's systray. Icon shows if there
1923                 are new mails and a tooltip shows information about new,
1924                 unread and total messages.
1925
1926 2003-03-22 [paul]       0.8.11claws38
1927
1928         * src/common/smtp.c
1929                 fix ESMTP AUTH CRAM-MD5
1930                 [sync with main (still version 0.8.11cvs6), see
1931                  ChangeLog 2003-03-22]
1932
1933 2003-03-21 [colin]      0.8.11claws37
1934
1935         * src/send_message.c
1936                 Fix USE_SSL => USE_OPENSSL
1937
1938 2003-03-21 [colin]      0.8.11claws36
1939
1940         * src/folderview.c
1941                 Fix counts in drag and dropped subfolders
1942
1943 2003-03-21 [colin]      0.8.11claws35
1944
1945         * src/folder.c 
1946         * src/folderview.c
1947                 speed up a bit folder dnd
1948
1949 2003-03-20 [alfons]     0.8.11claws34
1950
1951         * src/main.c
1952         * src/toolbar.c
1953         * src/procmsg.c
1954                 don't send locked queue messages
1955                 (feature request "[ 705245 ] Locking message in outbox 
1956                  should prevent sending")
1957
1958 2003-03-20 [christoph]  0.8.11claws33
1959
1960         * src/folder.c
1961                 remove NEW and UNREAD flag in special folders when scanning
1962                 
1963         * src/common/smtp.c
1964                 fix ESMTP AUTH CRAM-MD5
1965
1966 2003-03-20 [paul]       0.8.11claws32
1967
1968         * src/prefs_account.c
1969                 Re-write 'Tunnel command to open connection' as
1970                 'Use command to communicate with server', and disable
1971                 it for all except IMAP accounts
1972
1973 2003-03-20 [paul]       0.8.11claws31
1974
1975         * sync with 0.8.11cvs6
1976                 see ChangeLog 2003-03-20
1977
1978 2003-03-19 [match]      0.8.11claws30
1979
1980         * src/addritem.[ch]
1981                 include documentation. minor refactoring.
1982         * src/addr_compl.[ch]
1983         * src/addrindex.[ch]
1984         * src/addresbook.[ch]
1985         * src/summaryview.c
1986                 re-enable address lookup (was disabled in
1987                 0.8.11claws20).
1988
1989 2003-03-19 [christoph]  0.8.11claws29
1990
1991         * src/procmsg.c
1992                 add temp flag handling, will make moving and copying
1993                 messages possible again
1994
1995         * src/folder.c
1996                 correct calulation of folder stats
1997
1998 2003-03-18 [match]      0.8.11claws28
1999
2000         * src/editgroup.h
2001                 remove case sensitive comparison (closes bug 80).
2002
2003 2003-03-18 [christoph]  0.8.11claws27
2004
2005         * src/imap.c
2006                 fix imap using a tunnel command
2007
2008         (closes bug 87)
2009
2010 2003-03-18 [christoph]  0.8.11claws26
2011
2012         * src/folder.[ch]
2013         * src/imap.c
2014         * src/procmsg.[ch]
2015                 rewrite flag handling for folders
2016
2017 2003-03-18 [christoph]  0.8.11claws25
2018
2019         * src/folder.c
2020         * src/procmsg.c
2021         * src/summaryview.c
2022                 unset NEW and UNREAD flags when message is ignored, to make
2023                 sure messages don't show up as unread on other IMAP clients,
2024                 because the IGNORE_THREAD flag can not be syncronized through
2025                 the IMAP folder
2026
2027 2003-03-17 [christoph]  0.8.11claws24
2028
2029         * src/imap.c
2030                 don't use recursion to fetch uids when the number of messages
2031                 does not match. Moved code into subfunction that is used
2032                 again when needed, to prevent an endless loop.
2033
2034 2003-03-17 [thorsten]   0.8.11claws23
2035
2036         * src/imageview.[ch]
2037                 export imageview_get_resized_size() (for plugins)
2038         * src/prefs_common.[ch]
2039                 added prefs_common_get() (for plugins)
2040
2041 2003-03-17 [christoph]  0.8.11claws22
2042
2043         * src/imap.c
2044                 o remove UID guessing from copy code
2045                 o support UIDPLUS extension for APPEND command
2046
2047 2003-03-17 [paul]       0.8.11claws21
2048
2049         * src/gtk/about.c
2050                 remove 'Compiled-plugins' section.
2051                 
2052         * src/plugins/dillo_viewer/dillo_viewer.c
2053                 slight change to description text
2054
2055 2003-03-16 [match]      0.8.11claws20
2056         * src/ldapserver.[ch]           ** NEW **
2057         * src/ldapctrl.[ch]             ** NEW **
2058         * src/ldapquery.[ch]            ** NEW **
2059         * src/ldaputil.[ch]             ** NEW **
2060         * src/addrcindex.[ch]           ** NEW **
2061         * src/addrquery.h               ** NEW **
2062         * src/addritem.[ch]
2063         * src/addrcache.[ch]
2064         * src/addrindex.[ch]
2065         * src/addr_compl.[ch]
2066         * src/addressbook.[ch]
2067         * src/addrbook.[ch]
2068         * src/editgroup.c
2069         * src/editaddress.c
2070         * src/editldap.c
2071         * src/editldap_basedn.c
2072         * src/vcard.c
2073         * src/jpilot.c
2074         * src/Makefile.am
2075                 included dynamic LDAP queries. improved address
2076                 completion.
2077
2078 2003-03-16 [paul]       0.8.11claws19
2079
2080         * tools/multiwebsearch.pl
2081                 fix a fatal typo
2082
2083 2003-03-16 [christoph]  0.8.11claws18
2084
2085         * src/mimeview.c
2086         * src/plugins/dillo_viewer/dillo_viewer.c
2087         * src/plugins/mathml_viewer/mathml_viewer.c
2088                 make unregistering of MimeViewerFactorys possible
2089
2090 2003-03-16 [alfons]     0.8.11claws17
2091
2092         * configure.ac
2093                 correct typo
2094
2095 2003-03-16 [melvin]     0.8.11claws16
2096
2097         * src/plugins/dillo_viewer.c
2098                 Fixed bug where it was not possible to view more than
2099                 one text/html attachment per message (bug discovered
2100                 by Christoph Hohmann).
2101
2102 2003-03-15 [melvin]     0.8.11claws15
2103
2104         * src/prefs_actions.c
2105                 Fixed compilation warnings.
2106
2107 2003-03-15 [melvin]     0.8.11claws14
2108
2109         * src/plugins/Makefile.am
2110         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2111         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2112         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2113                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2114                 newer (http://dillo.auriga.wearlab.de/).
2115
2116 2003-03-15 [christoph]  0.8.11claws13
2117
2118         * src/imap.c
2119                 don't query imap folder for attributes because we already
2120                 for them from imap_status
2121
2122         * src/mimeview.[ch]
2123                 add support for plugable MimeViewers (unloading Viewers
2124                 not yet complete)
2125
2126         * src/plugins/Makefile.am
2127         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2128         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2129         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2130                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2131                 widget from http://helm.cs.unibo.it/mml-widget/
2132
2133 2003-03-14 [christoph]  0.8.11claws12
2134
2135         * src/folder.[ch]
2136                 o error return code's should better be negative
2137                 o replace printf with debug_print
2138
2139         * src/imap.c
2140                 improve IMAP folder scan by checking UID-NEXT
2141
2142         * src/summaryview.c
2143                 remove check that are unnecessary in my opinion
2144
2145 2003-03-13 [christoph]  0.8.11claws11
2146
2147         * src/folder.[ch]
2148         * src/foldersel.c
2149         * src/folderview.c
2150         * src/imap.c
2151         * src/mbox_folder.c
2152         * src/mh.c
2153         * src/news.c
2154         * src/prefs_scoring.c
2155         * src/summaryview.c
2156                 use a common function to get a displayable name
2157                 for a FolderItem
2158
2159 2003-03-13 [paul]       0.8.11claws10
2160
2161         * tools/Makefile.am
2162           tools/README
2163           tools/multiwebsearch.conf     ** NEW FILE **
2164           tools/multiwebsearch.pl       ** NEW FILE **
2165                 add multiwebsearch Actions script
2166
2167 2003-03-13 [colin]      0.8.11claws9
2168
2169         * src/compose.c
2170                 Remove leading emtpy lines from quoted text
2171                 before quoting it
2172
2173 2003-03-13 [melvin]     0.8.11claws8
2174
2175         * src/prefs_actions.c
2176                 Fixed a memory leak
2177                 Code clean ups
2178                 Added Cancel and OK buttons
2179                 Corrected help text
2180
2181 2003-03-13 [christoph]  0.8.11claws7
2182
2183         * src/account.c
2184         * src/folder.[ch]
2185         * src/imap.c
2186         * src/mainwindow.c
2187         * src/mbox_folder.c
2188         * src/mh.c
2189         * src/news.c
2190         * src/setup.c
2191                 replace more folder type stuff with folder class stuff
2192
2193 2003-03-13 [melvin]     0.8.11claws6
2194
2195         * src/prefs_actions.c
2196                 Added new tokens:
2197                 %u: user provided argument
2198                 %h: user provided argument (hidden on input)
2199                 %s: current text selection in the message view 
2200
2201 2003-03-13 [paul]       0.8.11claws5
2202
2203         * sync with 0.8.11cvs5
2204                 see ChangeLog 2003-03-11, 2003-03-12
2205
2206 2003-03-12 [christoph]  0.8.11claws4
2207
2208         * src/folder.c
2209                 use folder class idstr when writing folderlist.xml
2210
2211         * src/folder.h
2212         * src/imap.c
2213         * src/news.c
2214                 replace folder type checks with folder class checks
2215
2216 2003-03-12 [christoph]  0.8.11claws3
2217
2218         * src/folder.[ch]
2219         * src/imap.[ch]
2220         * src/main.c
2221         * src/mbox_folder.[ch]
2222         * src/mh.[ch]
2223         * src/news.[ch]
2224                 o create a list of known folder classes in the folder system
2225                 o use folder class id strings for folder item identifiers
2226
2227 2003-03-12 [christoph]  0.8.11claws2
2228
2229         * src/imap.c
2230                 fix imap uid validity check
2231
2232 2003-03-12 [christoph]  0.8.11claws1
2233
2234         * src/account.c
2235         * src/folder.[ch]
2236         * src/foldersel.c
2237         * src/folderview.c
2238         * src/imap.c
2239         * src/mainwindow.c
2240         * src/mbox_folder.c
2241         * src/mh.c
2242         * src/news.c
2243         * src/prefs_scoring.c
2244         * src/procmsg.c
2245         * src/setup.c
2246         * src/summaryview.c
2247                 initial restructuring of folder system, seperating
2248                 folders and folder classes
2249
2250 2003-03-12 [paul]       0.8.11claws
2251
2252         0.8.11claws release
2253
2254 2003-03-12 [christoph]
2255
2256         * src/gtk/prefswindow.c
2257                 fix translation of "Page Index"
2258
2259 2003-03-12 [paul]       0.8.10claws110
2260
2261         a sync from 0.8.11cvs4 before the release
2262
2263         * src/common/utils.c
2264                 subject_compare_for_sort(): allow null strings (fixes
2265                 summary sorting).
2266
2267 2003-03-11 [paul]       0.8.10claws109
2268
2269         * po/es.po
2270                 update Spanish translation, submitted by
2271                 Ricardo Mones Lastra
2272
2273 2003-03-11 [melvin]     0.8.10claws108
2274
2275         * po/fr.po
2276                 Updated French translations
2277
2278 2003-03-11 [paul]       0.8.10claws107
2279
2280         * manual/en/Makefile.am
2281           manual/en/*.html
2282                 update English manual, add a new page
2283                 updated by Francois Barriere <fbarriere@atmel.fr>
2284                 
2285         * po/bg.po
2286           po/it.po
2287           po/sr.po
2288                 update Bulgarian, Italian, and Serbian translations
2289                 submitted by George Danchev, Alessandro Maestri, and
2290                 Urke MMI
2291
2292 2003-03-10 [paul]       0.8.10claws106
2293
2294         * src/gtk/about.c
2295           src/gtk/prefswindow.c
2296                 make some strings translatable
2297
2298 2003-03-10 [darko]      0.8.10claws105
2299
2300         * src/compose.c
2301                 code cleanup to make Hiro happy
2302
2303 2003-03-10 [paul]       0.8.10claws104
2304
2305         * sync with 0.8.11cvs2
2306                 see ChangeLog 2003-03-10
2307
2308 2003-03-09 [melvin]     0.8.10claws103
2309
2310         * src/textview.c
2311                 textview_set_font(): fix for message display in
2312                 UTF-8 locales (thanks to Sergey Vlasov).
2313                 (was unintentionnaly reverted in 0.8.6claws6)   
2314
2315 2003-03-08 [darko]      0.8.10claws102
2316
2317         * src/compose.c
2318                 fix infinite loop in wrapping as reported
2319                 by happycactus
2320                 obsoletes patch #696482
2321
2322 2003-03-08 [christoph]  0.8.10claws101
2323
2324         * src/imap.c
2325                 add workaround for IMAP servers that do not
2326                 support the "UID SEARCH UID" command
2327
2328 2003-03-07 [christoph]  0.8.10claws100
2329
2330         * src/plugins/spamassassin/spamassassin.[ch]
2331         * src/plugins/spamassassin/spamassassin_gtk.c
2332                 code cleanup
2333
2334 2003-03-07 [paul]       0.8.10claws99
2335
2336         * po/es.po
2337                 updated Spanish translation, submitted by
2338                 Ricardo Mones Lastra
2339
2340 2003-03-07 [christoph]  0.8.10claws98
2341
2342         * src/send.c
2343                 fix in 0.8.10claws94 was wrong
2344                 local delivery does not require escaping, remove escaping
2345                 code to make signatures of mails with "." lines valid
2346                 
2347                 NOTE: requires that sendmail is executed with "-i" option,
2348                       what is the default now, but has to be changed in all
2349                       exsiting accounts)
2350
2351 2003-03-07 [paul]       0.8.10claws97
2352
2353         * sync with 0.8.11 release
2354                 see ChangeLog 2003-03-07
2355
2356 2003-03-06 [paul]       0.8.10claws96
2357
2358         * src/compose.c
2359                 revert commit 0.8.10claws92
2360
2361 2003-03-06 [paul]       0.8.10claws95
2362
2363         * src/folderview.c
2364                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2365
2366         * src/gtkaspell.c
2367                 fix bug 74, 'Crash opening editor window with pseudo-color
2368                 display'
2369                 
2370         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2371
2372 2003-03-06 [christoph]  0.8.10claws94
2373
2374         * src/send.c
2375                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2376                 all lines starting with a period get an extra period
2377                 inserted
2378                 (found by Simon 'corecode' Schubert)
2379
2380 2003-03-06 [paul]       0.8.10claws93
2381
2382         * src/folderview.c
2383                 if configured font can't be loaded fall back to gtk
2384                 default. (with thanks to Christoph)
2385                 
2386                 closes long-standing bug 15 'Crashes on startup'
2387
2388 2003-03-06 [paul]       0.8.10claws92
2389
2390         * src/compose.c
2391                 freeze text before autosave and thaw afterwards
2392                 fixes bug 67 'autosave make re-rediting message crazy'
2393
2394 2003-03-06 [christoph]  0.8.10claws91
2395
2396         * src/compose.c
2397                 ignore address comment in dupe check for Cc-list
2398
2399         (closes reopened bug 47 Replying to message strips name part of
2400          e-mail addresses of Cc: lines)
2401
2402 2003-03-06 [paul]       0.8.10claws90
2403
2404         * src/Makefile.am
2405                 remove reference to gtkxtext.h as its no longer in
2406                 the repository
2407
2408 2003-03-06 [paul]       0.8.10claws89
2409
2410         * sync with 0.8.10cvs25
2411                 see ChangeLog 2003-03-06
2412
2413 2003-03-06 [oliver]     0.8.10claws88
2414         
2415         * src/messageview.c
2416                 remove include
2417
2418 2003-03-06 [oliver]     0.8.10claws87
2419         
2420         * src/folderview.c 
2421                 remove changes introduced inclaws74
2422         * src/messageview.c
2423                 another attempt to sanely delete and update
2424                 messages deleted in separate messageview
2425
2426 2003-03-05 [christoph]  0.8.10claws86
2427
2428         * src/summaryview.c
2429                 check if "From" matches any account's address if
2430                 addressbook completion of addresses is disabled too
2431
2432         (closes Bug 70 "Display recipient in from" doesn't check
2433          folder's default account)
2434
2435 2003-03-05 [christoph]  0.8.10claws85
2436
2437         * src/compose.c
2438         * src/common/utils.[ch]
2439                 don't strip address comments when building Cc lists
2440
2441         (closes Bug 47 Replying to message strips name part of e-mail addresses
2442          of Cc: lines)
2443
2444         * src/folder.c
2445                 fix return value of copy function
2446
2447 2003-03-05 [christoph]  0.8.10claws84
2448
2449         * src/imap.c
2450                 don't ask imap server for non rfc822 headers
2451
2452         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2453
2454         * src/imap.c
2455                 destroy session on socket error to allow reconnecting
2456
2457 2003-03-05 [christoph]  0.8.10claws83
2458
2459         * configure.ac
2460                 fix building with gnome when no prefix is set
2461
2462         (closes bug 66 Gnome directory is set to NONE)
2463
2464 2003-03-05 [paul]       0.8.10claws82
2465
2466         * sync with 0.8.10cvs23
2467                 see ChangeLog 2003-03-05
2468
2469 2003-03-04 [christoph]  0.8.10claws81
2470
2471         * src/folder.c
2472                 o fix moving and copying when folder returns 0 for new
2473                   message number
2474                 o remove some code for single message copy and move
2475                   operations and use functions for multiple messages
2476
2477         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2478
2479         * src/news.c
2480                 remove unused include
2481
2482 2003-03-04 [paul]       0.8.10claws80
2483
2484         * src/gtk/about.c
2485                 list 'Compiled plugins'
2486
2487 2003-03-03 [christoph]  0.8.10claws79
2488
2489         * src/news.[ch]
2490                 have to multiply the percentage of the current fetch with
2491                 the percentage that it has of the total fetch operation
2492                 for correct values
2493
2494 2003-03-03 [christoph]  0.8.10claws78
2495
2496         * src/news.c
2497                 fix calculation of expected lines for progress indicator
2498
2499 2003-03-03 [christoph]  0.8.10claws77
2500
2501         * src/summaryview.c
2502         * src/common/utils.c
2503                 fix segfault when opening the root news folder
2504
2505 2003-03-03 [christoph]  0.8.10claws76
2506
2507         * src/mainwindow.[ch]
2508         * src/common/Makefile.am
2509         * src/common/progressindicator.[ch]
2510                 add UI independent progress indicator handling
2511
2512         * src/news.[ch]
2513                 use new progress indicator for message info fetching
2514
2515         * src/common/hooks.h
2516                 code cleanup
2517
2518 2003-03-03 [oliver]     0.8.10claws75
2519
2520         * src/toolbar.c
2521         * src/compose.c
2522                 removed commented code
2523
2524 2003-03-03 [oliver]     0.8.10claws74
2525
2526         * src/toolbar.[ch]
2527                 cleanups and refactoring
2528         * src/compose.[ch]
2529                 compose_reply_mode reply & forwarding interface for
2530                 toolbar buttons
2531         * src/folderview.c
2532                 act on messages marked for deletion in folderview_selected
2533                 based on prefs_common.immediate_exec since a message might 
2534                 have been deleted by messageview in a folder we are changing 
2535                 to (does anybody understand what I'm on about ?)
2536
2537 2003-03-03 [oliver]     0.8.10claws73
2538         
2539         * src/messageview.[ch]
2540                 new functions
2541                 - messageview_delete: delete message shown in messagview
2542                 - messageview_update_view: update messageview to currently 
2543                   selected summaryview message
2544                 - add separate messageview to msgview_list in order to update 
2545                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2546         * src/summaryview.[ch]
2547                 summary_get_selection returns a list of selected msgs
2548                 in summaryview
2549         * src/mainwindow.c
2550                 toolbar reply refactoring
2551
2552 2003-03-03 [paul]       0.8.10claws72
2553
2554         * sync with 0.8.10cvs21
2555                 see ChangeLog 2003-03-03
2556
2557 2003-03-02 [christoph]  0.8.10claws71
2558
2559         * src/common/passcrypt.c
2560                 use POSIX includes
2561
2562 2003-03-02 [christoph]  0.8.10claws70
2563
2564         * configure.ac
2565         * src/prefs_account.c
2566         * src/prefs_gtk.[ch]
2567         * src/common/.cvsignore
2568         * src/common/Makefile.am
2569         * src/common/passcrypt.c                ** NEW **
2570         * src/common/passcrypt.h.in             ** NEW **
2571                 Implement password encryption in config files
2572                 using unix encrypt and setkey functions. The crypt
2573                 key can be set as a configure parameter. Old
2574                 passwords will be converted if they do not begin
2575                 with '!'
2576
2577 2003-03-02 [paul]       0.8.10claws69
2578
2579         * src/prefs_account.c
2580                 fix compile error
2581
2582 2003-03-01 [thorsten]   0.8.10claws68
2583
2584         * po/el.po
2585           po/hr.po
2586           po/it.po
2587           po/nl.po
2588           po/sr.po
2589           po/sv.po
2590                 corrected format strings
2591         * po/en_GB.po
2592                 corrected headers
2593                 (fix compile errors with GNU gettext-0.11.5)
2594
2595 2003-03-01 [oliver]     0.8.10claws67
2596
2597         * src/summaryview.c
2598                 menu callbacks call toolbar_menu_reply
2599
2600 2003-03-01 [oliver]     0.8.10claws66
2601
2602         * src/mainwindow.c
2603         * src/messageview.c
2604                 menu callbacks call toolbar_menu_reply
2605         * src/toolbar.[ch]
2606                 callbacks from menu handled by toolbar_menu_reply
2607
2608 2003-03-01 [paul]       0.8.10claws65
2609
2610         * src/addressbook.c
2611                 revert commit 0.8.10claws54 - breaks editing of
2612                 addressbook.
2613                 
2614         * po/bg.po
2615                 update Bulgarian translation, submitted by
2616                 George Danchev
2617
2618 2003-02-28 [christoph]  0.8.10claws64
2619
2620         * src/account.c
2621         * src/addressadd.c
2622         * src/compose.c
2623         * src/gtkaspell.c
2624         * src/gtkxtext.h                ** REMOVE **
2625         * src/imap.c
2626         * src/matcher.[ch]
2627         * src/mh.c
2628         * src/news.c
2629         * src/pine.c
2630         * src/prefs_common.c
2631         * src/prefs_matcher.c
2632         * src/procheader.[ch]
2633         * src/procmsg.[ch]
2634         * src/toolbar.c
2635         * src/common/ssl_certificate.c
2636         * src/gtk/colorlabel.c
2637         * src/gtk/menu.c
2638                 o fix warnings
2639                 o remove code obsoleted by new cache and folder system rework
2640
2641 2003-02-28 [oliver]     0.8.10claws63
2642         
2643         * src/toolbar.[ch]
2644                 * fix bug where reply in Messageview replied to 
2645                 Message displayed in summaryview
2646                 (reportedd via ML by chinatinte at gmx dot ch)
2647                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2648                 didn't work in separate MessageView Toolbar
2649                 (wondering if anybody uses this at all ?)
2650         * src/summaryview.[ch]
2651                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2652                 (generalize reply and forward code);
2653         * src/messageview.c 
2654                 remove focus_in event which updated summaryview to messageview
2655
2656 2003-02-28 [paul]       0.8.10claws62
2657
2658         * po/Makefile.in.in
2659                 add the --check option
2660                 Patch submitted by Ricardo Mones Lastra
2661
2662 2003-02-28 [paul]       0.8.10claws61
2663
2664         * src/prefs_account.c
2665                 re-order 'Signature' items
2666
2667 2003-02-28 [paul]       0.8.10claws60
2668
2669         * sync with 0.8.10cvs20
2670                 see ChangeLog 2003-02-28
2671
2672 2003-02-28 [paul]       0.8.10claws59
2673
2674         * po/POTFILES.in
2675                 update to reflect recent movement of files
2676
2677 2003-02-28 [paul]       0.8.10claws58
2678
2679         * sync with 0.8.10cvs19
2680                 see ChangeLog 2003-02-28
2681
2682 2003-02-27 [martin]     0.8.10claws57
2683
2684         * src/prefs_matcher.c 
2685                 fix segfault in prefs_matcher_ok() when the
2686                 last entry is deleted and prevents that the
2687                 message "entry not saved" comes up after deleting
2688                 an entry
2689
2690 2003-02-27 [martin]     0.8.10claws56
2691
2692         * src/prefs_filtering.c 
2693                 fix segfault in prefs_filtering_ok() when the
2694                 last entry is deleted and prevents that the
2695                 message "entry not saved" comes up after deleting
2696                 an entry
2697
2698 2003-02-27 [paul]       0.8.10claws55
2699
2700         * sync with 0.8.10cvs18
2701                 see ChangeLog 2003-02-27
2702
2703 2003-02-27 [paul]       0.8.10claws54
2704
2705         * src/addressbook.c
2706                 fix bug where the address book crashes with 
2707                 multiple lookups.
2708                 Patch [687729] submitted by David Frager 
2709                 <dbfrager@users.sourceforge.net>
2710
2711 2003-02-25 [christoph]  0.8.10claws53
2712
2713         * src/Makefile.am
2714         * src/colorlabel.[ch]           ** REMOVE **
2715         * src/gtk/Makefile.am
2716         * src/gtk/colorlabel.[ch]       ** NEW **
2717                 move colorlabel files to gtk directory
2718
2719         * src/esmtp.[ch]                ** REMOVE **
2720                 has been merged into smtp.[ch] in 0.7.5
2721
2722 2003-02-25 [christoph]  0.8.10claws52
2723
2724         * src/Makefile.am
2725         * src/about.[ch]                ** REMOVE **
2726         * src/gtk/Makefile.am
2727         * src/gtk/about.[ch]            ** NEW **
2728                 move about files to gtk directory
2729
2730 2003-02-25 [christoph]  0.8.10claws51
2731
2732         * src/folder.c
2733                 some code optimization of folder scanning code
2734
2735         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2736
2737 2003-02-25 [christoph]  0.8.10claws50
2738
2739         * src/main.c
2740         * src/common/sylpheed.c
2741                 add command line parameter parsing to common code
2742
2743 2003-02-24 [christoph]
2744
2745         * Makefile.am
2746         * configure.ac
2747                 fix gnome prefix problems, the configure script now removed
2748                 `gnome-config --prefix` from `gnome-config --datadir`
2749                 and adds $(prefix} instead
2750
2751         (closes Bug 24 Makefile does not respect prefix when installing
2752          GNOME data)
2753
2754 2003-02-24 [christoph]  0.8.10claws49
2755
2756         * src/news.c
2757                 check for valid session before trying to authenticate
2758
2759         (closes Bug 60 crash if "authenticate on logon" is activated
2760          and newsserver-hostname is not valid)
2761
2762 2003-02-24 [melvin]     0.8.10claws48
2763
2764         * src/prefs_actions.c
2765                 Make sure all user's input is sent to the action and then
2766                 close the socket..
2767
2768 2003-02-23 [alfons]     0.8.10claws46
2769
2770         * src/summaryview.c
2771                 also wait cursor when deleting files
2772
2773 2003-02-23 [paul]
2774
2775         * tools/freshmeat_search.pl
2776           tools/google_search.pl
2777                 scripts should now work for any browser/browser command line
2778
2779 2003-02-22 [christoph]  0.8.10claws45
2780
2781         * src/procmsg.c
2782                 fix IMAP flag setting, IMAP flag is not handled correctly
2783                 anymore by the folder system and information about the
2784                 folder should not be saved in the MsgInfo (in my opinion)
2785
2786         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2787
2788 2003-02-22 [christoph]  0.8.10claws44
2789
2790         * src/summaryview.c
2791                 fix spelling of "label" ;-)
2792
2793 2003-02-22 [thorsten]   0.8.10claws43
2794
2795         * src/mimeview.c
2796           src/prefs_common.[ch]
2797           src/procmime.[ch]
2798                 do not use description as attachment name
2799
2800 2003-02-22 [alfons]     0.8.10claws42
2801
2802         * src/summaryview.c
2803                 freeze/thaw folder item updates when changing color labels,
2804                 and put a wait cursors on
2805
2806 2003-02-22 [thorsten]   0.8.10claws41
2807
2808         * src/mimeview.c
2809                 save-all fixes: crash if invoked on multipart container,
2810                 mimeinfo access, pathseparators, error dialog
2811
2812 2003-02-21 [alfons]     0.8.10claws40
2813
2814         * src/prefs_gtk.c
2815                 remove unused var
2816
2817 2003-02-21 [colin]      0.8.10claws39
2818
2819         * src/send.c
2820                 Fix smtp logging
2821
2822 2003-02-21 [colin]      0.8.10claws38
2823
2824         * src/summaryview.c
2825                 Freeze/thaw folderItem updates when filtering messages 
2826                 via Tools/Filter messages
2827
2828 2003-02-21 [paul]       0.8.10claws37
2829
2830         * src/compose.c
2831                 revert commit 0.8.10claws26, there are ulterior motives
2832                 for users to set a Reply-To header when posting to
2833                 newsgroups
2834
2835 2003-02-21 [paul]       0.8.10claws36
2836
2837         * sync with 0.8.10cvs17
2838                 see ChangeLog 2003-02-21
2839
2840 2003-02-20 [christoph]  0.8.10claws35
2841
2842         * src/imap.c
2843                 IMAP UID fetch speedup using SEARCH
2844
2845         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2846
2847         * src/imap.c
2848                 fix problem with UIDs in IMAP UID cache that no longer existed
2849
2850 2003-02-20 [christoph]  0.8.10claws34
2851
2852         * src/imap.c
2853         * src/procheader.c
2854         * src/procheader.h
2855                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2856
2857         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2858
2859         * src/imap.c
2860                 Rewrite imap_cmd_gen_recv use sock_getline instead
2861                 of sock_gets to avoid problems with too long reply
2862                 lines
2863     
2864 2003-02-20 [colin]      0.8.10claws33
2865         
2866         * src/prefs_account.c
2867                 Better wording
2868
2869 2003-02-20 [colin]      0.8.10claws32
2870
2871         * src/compose.c
2872                 Remove useless '&& !to_sender' 
2873
2874 2003-02-20 [darko]
2875
2876         * AUTHORS
2877                 change my e-mail address
2878
2879 2003-02-19 [colin]      0.8.10claws31
2880
2881         * src/prefs_common.c
2882                 X11 style colors for every configurable color
2883
2884 2003-02-19 [alfons]     0.8.10claws30
2885
2886         * src/prefs_gtk.[ch]
2887         * src/prefs_common.c
2888                 for color_new accept both plain integers and X11 style color
2889                 names (as found in /usr/lib/X11/rgb.txt)
2890
2891 2003-02-19 [paul]       0.8.10claws29
2892
2893         * src/mainwindow.c
2894                 add tooltips to online/offline button and account selector
2895                 button
2896
2897 2003-02-19 [paul]       0.8.10claws28
2898
2899         * src/folder.c
2900           src/news.c
2901           src/prefs_account.[ch]
2902           src/prefs_common.[ch]
2903                 move 'Maximum number of articles to download' to
2904                 account prefs.
2905                 clean up account prefs gui a little by hiding entries
2906                 rather then greying out entries
2907
2908 2003-02-19 [hiro]       0.8.10claws27
2909
2910         * src/common/utils.c
2911                 fix bug #54 'yesterdays date is displayed in the message 
2912                 summary window'
2913
2914 2003-02-19 [paul]       0.8.10claws26
2915
2916         * src/compose.c
2917                 fix bug reported in Feature Request [688596] 
2918                 'Reply-to header in news'
2919
2920 2003-02-18 [paul]       0.8.10claws25
2921
2922         * src/select-keys.c
2923                 add a 'List all keys' button to key selection dialog
2924
2925 2003-02-18 [colin]      0.8.10claws24
2926         
2927         * src/stock_pixmap.c
2928                 fix compile error
2929
2930 2003-02-18 [colin]      0.8.10claws23
2931
2932         * src/common/smtp.[ch]
2933           src/prefs_account.c
2934                 Try to starttls if it seems to be the only
2935                 way to authenticate a user
2936
2937 2003-02-18 [paul]       0.8.10claws22
2938
2939         * src/Makefile.am
2940           src/folderview.c
2941           src/stock_pixmap.[ch]
2942           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2943           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2944                 as a Drafts folder is a special folder allow it to have
2945                 its own unique icons
2946
2947 2003-02-18 [colin]      0.8.10claws21
2948
2949         * src/imap.c
2950                 Fix port selection when using starttls
2951
2952 2003-02-18 [paul]       0.8.10claws20
2953
2954         * src/mainwindow.c
2955           src/prefs_common.[ch]
2956                 make blue the default new mail colour
2957
2958 2003-02-18 [paul]       0.8.10claws19
2959
2960         * sync with 0.8.10cvs14
2961                 see ChangeLog 2003-02-18
2962
2963 2003-02-17 [jens]       0.8.10claws18
2964
2965         * src/common/md5.c
2966                 fixed a compile problem with gcc 3.3
2967                 works on 2.95.3 too (testet on PPC as it is big endian)
2968
2969 2003-02-17 [paul]       0.8.10claws17
2970
2971         * sync with 0.8.10cvs13
2972                 see ChangeLog 2003-02-17
2973
2974 2003-02-17 [paul]       0.8.10claws16
2975
2976         * sync with 0.8.10cvs12
2977                 see ChangeLog 2003-02-17
2978
2979 2003-02-16 [match]      0.8.10claws15
2980
2981         * src/addressbook.c
2982                 Eliminates reloading of address data when items
2983                 deleted or added. Applied submitted by
2984                 Luke Plant <lukeplant@softhome.net>
2985
2986 2003-02-16 [paul]       0.8.10claws14
2987
2988         * src/news.c
2989                 when a 'protocol error' is encountered disconnect from
2990                 the server. This means that the user can carry on viewing
2991                 other articles and doesn't have to either wait until the
2992                 server timesout or quit sylpheed.
2993                 Fixes bug #53 'Unable to read messages in newsgroups, 
2994                 displayed message doesn't change'
2995
2996 2003-02-15 [christoph]  0.8.10claws13
2997
2998         * src/imap.c
2999                 fix bug that stopped scanning of folders when an
3000                 IMAP folder was empty
3001
3002         (closes bug 46 stop scan messages in folders after empty folder)
3003
3004 2003-02-15 [paul]
3005
3006         * tools/Makefile.am
3007           tools/README
3008           tools/freshmeat_search.pl     ** NEW FILE **
3009           tools/google_search.pl        ** NEW FILE **
3010                 Add 2 Actions scripts which search freshmeat/google
3011                 for the selected text using the browser configured
3012                 in sylpheedrc.
3013                 
3014         Note: These scripts are very dependent on the format of the
3015         browser command and may not work on every occasion. Testing
3016         is welcome. 
3017
3018 2003-02-14 [alfons]     0.8.10claws12
3019
3020         * src/compose.c
3021                 fix breakage because of uninitialized account pointer.
3022                 please verify.
3023
3024 2003-02-14 [paul]       0.8.10claws11
3025
3026         * src/compose.c
3027           src/prefs_account.[ch]
3028           src/prefs_common.[ch]
3029                 move signature settings to Account Prefs
3030
3031 2003-02-14 [paul]       0.8.10claws10
3032
3033         * sync with 0.8.10cvs11
3034                 see ChangeLog 2003-02-14
3035
3036 2003-02-13 [thorsten]   0.8.10claws9
3037
3038         * src/news.c
3039                 revert news progressbar (GUI separation)
3040
3041 2003-02-13 [paul]       0.8.10claws8
3042
3043         * src/compose.c
3044                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3045                 paragraph 1
3046
3047 2003-02-13 [paul]       0.8.10claws7
3048
3049         * src/compose.[ch]
3050           src/summaryview.c
3051                 fix 'Follow-up and Reply-to' so that it creates a reply to
3052                 the newsgroup and the sender. If the message has the keyword
3053                 'poster' in the Followup-To header, all replies go to the
3054                 sender, re: RFC 1036, Section 2.2.3
3055                 rename all instances of 'ignore_replyto' to 'to_sender', both
3056                 were previously used, now we use just one.
3057
3058 2003-02-13 [paul]       0.8.10claws6
3059
3060         * sync with 0.8.10cvs9
3061                 see ChangeLog 2003-02-13
3062
3063 2003-02-13 [paul]       0.8.10claws5
3064
3065         * configure.ac
3066                 show which plugins are configured in the configure
3067                 output.
3068
3069 2003-02-12 [thorsten]   0.8.10claws4
3070
3071         * src/news.c
3072                 show progress while fetching news headers
3073
3074 2003-02-12 [christoph]  0.8.10claws3
3075
3076         * configure.ac
3077         * src/plugins/Makefile.am
3078                 use AM_CONDITIONAL to enable plugins, automake correctly
3079                 manages this when creating distdir
3080
3081 2003-02-12 [christoph]  0.8.10claws2
3082
3083         * ac/spamassassin.m4
3084         * src/plugins/spamassassin/Makefile.am
3085                 fix building SpamAssassin plugin without OpenSSL
3086
3087 2003-02-12 [paul]       0.8.10claws1
3088
3089         * ac/Makefile.am
3090           src/Makefile.am
3091           src/plugins/Makefile.am
3092                 fix failure of 'make release'
3093
3094 2003-02-12 [paul]       0.8.10claws
3095
3096         * 0.8.10claws released
3097
3098 2003-02-12 [paul]       0.8.9claws56
3099
3100         * po/bg.po
3101           po/es.po
3102           po/it.po
3103           po/ru.po
3104           po/sr.po
3105                 updated translations by George Danchev, Ricardo Mones Lastra,
3106                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3107                 
3108         * sylpheed.spec.in
3109                 Allow the building of RPMs by a regular user. Submitted
3110                 by Sergei Astanin
3111
3112 2003-02-11 [alfons]     0.8.9claws55
3113
3114         * src/colorlabel.c
3115                 don't use pixmaps for label color rect but draw rectangles
3116                 so we can respect the color map of palette based visuals
3117                 (fixes the long time crashes on Suns - thanks to Andreas
3118                 Engel and Steve O'Hara-Smith for testing)
3119
3120 2003-02-11 [christoph]  0.8.9claws54
3121
3122         * src/matcher_parser_parse.y
3123                 correct bug where filering rules of not existing folders in
3124                 matcherrc were added to global filtering
3125                 
3126         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3127          main filter-rules after removing directory, http://bugs.debian.org/180253)
3128         
3129 2003-02-11 [paul]       0.8.9claws53
3130
3131         * sync with 0.8.10cvs7
3132                 see ChangeLog 2003-02-09
3133
3134 2003-02-11 [melvin]     0.8.9claws52
3135
3136         * po/fr.po
3137                 Updated French tranlsations
3138
3139 2003-02-10 [paul]       0.8.9claws51
3140
3141         * sylpheed.spec.in
3142                 correct --enable-openssl
3143                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3144
3145 2003-02-09 [martin]     0.8.9claws50
3146
3147         * src/prefs_matcher.c
3148                 fix segfault in prefs_matcher_substitute_cb() when
3149                 no row is selected
3150
3151 2003-02-09 [paul]       0.8.9claws49
3152
3153         * src/folderview.c
3154                 fix bug where a newsgroup folder's processing rules were
3155                 merged with the global filtering rules when the newsgroup
3156                 folder was deleted, causing some seriously bad results,
3157                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3158
3159 2003-02-08 [melvin]     0.8.9claws48
3160
3161         * src/compose.c
3162                 Corrected and modified an alert message.
3163
3164 2003-02-07 [paul]       0.8.9claws47
3165
3166         * src/folderview.c
3167                 fix bug where both an 'Account properties' window and a
3168                 'Folder properties' window were opened when clicking on
3169                 'Properties' in an NNTP or IMAP folder's popup menu.
3170
3171 2003-02-07 [paul]       0.8.9claws46
3172
3173         * sync with 0.8.10cvs6
3174                 see ChangeLog 2003-02-06
3175
3176 2003-02-06 [christoph]  0.8.9claws45
3177
3178         * src/mbox.c
3179                 freeze folder updates while importing mbox files
3180                 (closes bug 43 importing mbox took hours)
3181                 
3182         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3183
3184 2003-02-06 [thorsten]   0.8.9claws44
3185
3186         * po/de.po
3187                 Updated german translations
3188
3189 2003-02-06 [thorsten]   0.8.9claws43
3190
3191         * src/news.h
3192                 use guint for message numbers (fix count in grouplist dialog)
3193
3194 2003-02-05 [paul]       0.8.9claws42
3195
3196         * sync with 0.8.10cvs2
3197                 see ChangeLog 2003-02-05
3198
3199 2003-02-04 [colin]      0.8.9claws41
3200
3201         * src/prefs_common.[ch]
3202           src/procmsg.c
3203           src/summaryview.c
3204                 Add an option to disable threading by subject
3205
3206 2003-02-04 [christoph]  0.8.9claws40
3207
3208         * src/inc.c
3209                 only abort fetching mails from multiple accounts when the
3210                 error is fatal and does not allow to check any more accounts
3211                 (currently only disk full error)
3212
3213         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3214          receive mails for other accouts)
3215
3216 2003-02-04 [christoph]  0.8.9claws39
3217
3218         * src/folder.c
3219                 first add the new message to the cache, then
3220                 send the update notification
3221
3222         (closes bug 39 after sending message folderview doesnt get updated)
3223
3224 2003-02-04 [colin]      0.8.9claws38
3225
3226         * src/inc.c
3227                 _really_ fix this Connecting... status
3228
3229 2003-02-04 [paul]       0.8.9claws37
3230
3231         * sync with 0.8.10
3232                 see ChangeLog 2003-02-04
3233
3234 2003-02-04 [paul]       0.8.9claws36
3235
3236         * sync with 0.8.9cvs6
3237                 see ChangeLog 2003-02-03
3238
3239 2003-02-04 [paul]       0.8.9claws35
3240
3241         * po/pt_BR.po
3242                 updated by André Filipe de Assunção e Brito 
3243                 <bedecko@netsite.com.br>
3244
3245 2003-02-03 [thorsten]   0.8.9claws34
3246
3247         * po/de.po
3248                 Updated german translations
3249
3250 2003-02-02 [paul]       0.8.9claws33
3251
3252         * po/es.po
3253                 updated by Ricardo Mones Lastra
3254
3255 2003-02-02 [thorsten]   0.8.9claws32
3256
3257         * src/mh.c
3258                 Fix mh_get_msginfo() segfault if file is inaccessible
3259
3260 2003-01-31 [colin]      0.8.9claws31
3261
3262         * src/procheader.c
3263                 Fix last commit's bug
3264
3265 2003-01-31 [colin]      0.8.9claws30
3266
3267         * src/procheader.c
3268                 Missing a change for gpg-signed messages
3269
3270 2003-01-31 [paul]       0.8.9claws29
3271
3272         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3273           src/procheader.c
3274           src/stock_pixmap.[ch]
3275           src/summaryview.c
3276                 indicate GnuPG signed messages by displaying an icon
3277                 in the Attachment column.
3278
3279 2003-01-31 [paul]       0.8.9claws28
3280
3281         * sync with 0.8.9cvs4
3282                 see ChangeLog 2003-01-31
3283
3284 2003-01-31 [alfons]     0.8.9claws27
3285
3286         * src/textview.c
3287                 tune URI parser to accept mailto URLs with a '?'
3288                 (patch from Ruslan Balkin)
3289
3290 2003-01-31 [colin]      0.8.9claws26
3291
3292         * src/summaryview.c
3293                 Fix a leak introduced in claws24
3294
3295 2003-01-31 [colin]      0.8.9claws25
3296
3297         * src/summaryview.c
3298                 Freeze/Thaw folder updates when deleting dups
3299
3300 2003-01-31 [colin]      0.8.9claws24
3301         
3302         * src/addr_compl.c
3303           src/summaryview.c
3304           src/msgcache.c
3305                 little speed improvements
3306
3307 2003-01-31 [colin]      0.8.9claws23
3308
3309         * src/summaryview.c
3310                 Fix segfault when forwarding nothing
3311                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3312                 
3313 2003-01-30 [paul]       0.8.9claws22
3314
3315         * sync with 0.8.9cvs3
3316                 see ChangeLog 2003-01-30
3317
3318 2003-01-30 [paul]       0.8.9claws21
3319
3320         * sync with 0.8.9cvs2
3321                 see ChangeLog 2003-01-30
3322
3323 2003-01-29 [paul]       0.8.9claws20
3324
3325         * sync with 0.8.9cvs1
3326                 see ChangeLog 2003-01-29
3327
3328 2003-01-28 [paul]       0.8.9claws19
3329
3330         * po/POTFILES.in
3331                 update to reflect changes. 
3332                 thanks to Ricardo Mones Lastra
3333
3334 2003-01-27 [christoph]  0.8.9claws18
3335
3336         * ac/openssl.m4
3337         * ac/spamassassin.m4
3338         * src/plugins/spamassassin/README
3339         * src/plugins/spamassassin/libspamc.[ch]
3340         * src/plugins/spamassassin/utils.[ch]
3341                 updated to latest libspamc
3342
3343 2003-01-27 [christoph]  0.8.9claws17
3344
3345         * src/folder.c
3346                 fix wrong use of procheader_get_header_fields
3347
3348 2003-01-27 [christoph]  0.8.9claws16
3349
3350         * src/news.c
3351         * src/prefs_account.[ch]
3352         * src/common/nntp.[ch]
3353                 allow to force authentication for NNTP servers
3354
3355         Patch submitted by Florian Mickler <dmk@d-labs.de>
3356
3357 2003-01-26 [paul]       0.8.9claws15
3358
3359         * src/summaryview.c
3360                 speed up of marking messages as read
3361                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3362
3363 2003-01-26 [christoph]  0.8.9claws14
3364
3365         * src/Makefile.am
3366         * src/mgutils.[ch]              ** REMOVE **
3367         * src/xml.[ch]                  ** REMOVE **
3368         * src/xmlprops.[ch]             ** REMOVE **
3369         * src/common/Makefile.am
3370         * src/common/mgutils.[ch]       ** NEW **
3371         * src/common/xml.[ch]           ** NEW **
3372         * src/common/xmlprops.[ch]      ** NEW **
3373                 move xml files to common directory
3374
3375 2003-01-26 [christoph]  0.8.9claws13
3376
3377         * src/plugins/spamassassin/spamassassin_gtk.c
3378                 only set gtk entry text if string is available
3379
3380 2003-01-26 [melvin]     0.8.9claws12
3381
3382         * src/description_window.c
3383                 Allow resizing of the window
3384                 Allow automatic horizontal scroll bar
3385                 Do not vertically expand and fill
3386
3387 2003-01-26 [christoph]  0.8.9claws11
3388
3389         * src/Makefile.am
3390         * src/gtkutils.[ch]             ** REMOVE **
3391         * src/common/sylpheed.c
3392         * src/gtk/Makefile.am
3393         * src/gtk/description_window.c
3394         * src/gtk/gtkutils.[ch]         ** NEW **
3395         * src/gtk/prefswindow.c
3396                 move gtkutils to gtk directory
3397
3398 2003-01-26 [paul]       0.8.9claws10
3399
3400         * src/summaryview.c
3401                 rename summary_unread_clicked() to summary_status_clicked()
3402
3403 2003-01-26 [melvin]     0.8.9claws9
3404
3405         * src/prefs_actions.c
3406                 Cosmetical changes to the help text
3407
3408 2003-01-26 [paul]       0.8.9claws8
3409
3410         * src/folder.[ch]
3411           src/mainwindow.c
3412           src/prefs_common.c
3413           src/prefs_sumamry_column.c
3414           summaryview.[ch]
3415                 rename the 'Unread' column to 'Status'
3416
3417 2003-01-25 [match]      0.8.9claws7
3418
3419         * src/mgutils.[ch]
3420                 removed reference to LDAP constants. removed error2string.
3421                 included functions to support LDAP dynamic queries.
3422         * src/syldap.h
3423                 moved LDAP constants here.
3424         * src/addressbook.c
3425         * src/addrindex.c
3426         * src/importldif.c
3427                 removed references to LDAP constants and references to
3428                 error2string.
3429
3430 2003-01-25 [paul]       0.8.9claws6
3431
3432         * src/summaryview.c
3433                 summary_thread_build(), summary_thread_init(): remove 
3434                 unneeded reference to summaryview->folder_item
3435
3436 2003-01-25 [christoph]  0.8.9claws5
3437
3438         * src/gtk/description_window.c
3439                 o allow description texts to expand over multiple columns
3440                 o translate all columns
3441         * src/prefs_actions.c
3442                 change syntax description to use new multi column feature
3443
3444         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3445
3446 2003-01-25 [match]      0.8.9claws4
3447
3448         * src/vcard.c
3449                 fixed bug with Quoted-Printable
3450
3451 2003-01-25 [paul]       0.8.9claws3
3452
3453         * src/folder.[ch]
3454           src/summaryview.[ch]
3455                 implement per-folder collapsed/expanded threads setting
3456                 
3457         * src/prefs_common.c
3458                 remove global collapsed/expanded threads option
3459
3460 2003-01-25 [christoph]  0.8.9claws2
3461
3462         * po/POTFILES.in
3463                 add pluginwindow and prefswindow
3464         * src/compose.c
3465                 make send respond correctly to messages that could be added
3466                 to the queue folder, but the UID of the message is unknown
3467         * src/folder.c
3468         * src/imap.c
3469                 don't return guessed UIDs in imap_add_msg anymore. We return
3470                 0 to tell the folder system it was appened but the UID is
3471                 unknown. Folder system now get's the UID by scaning the folder
3472                 and searching the cache for the Message-ID
3473                 (closes bug #29 Messages queued, but not sent)
3474
3475 2003-01-25 [paul]       0.8.9claws1
3476
3477         * src/codeconv.c
3478                 conv_encode_header():  fix bug when long headers with 8-bit
3479                 characters are used, so that the encoded words are wrapped.
3480                 If the space in the original text falls on the wrap boundary,
3481                 it can be lost.
3482                 Patch by Sergey Vlasov.
3483                 
3484         * src/folderview.c
3485                  fix bug where a change to the sorting method or thread view
3486                  of a folder's messages is lost if simpify-subject is set and
3487                  toggled on or off.
3488                  Patch by Luke Plant.
3489
3490 2003-01-24 [paul]       0.8.9claws
3491
3492         * sylpheed-0.8.9claws released
3493         
3494         * Makefile.am
3495           sylpheed.spec.in
3496                 remove reference to 'INSTALL.jp'
3497
3498 2003-01-23 [paul]       0.8.8claws128
3499
3500         * po/es.po
3501           po/it.po
3502           po/ru.po
3503           po/sr.po
3504                 updated translations. submitted by Ricardo Mones Lastra,
3505                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3506
3507 2003-01-23 [colin]      0.8.8claws127
3508
3509         * src/compose.c
3510                 Fix drafted and queued news articles re-edition
3511
3512 2003-01-23 [melvin]     0.8.8claws126
3513
3514         * po/fr.po
3515                 Updated French translations
3516
3517 2003-01-23 [colin]      0.8.8claws125
3518
3519         * src/inc.c
3520                 Fix "Connecting to..." status message
3521
3522 2003-01-22 [paul]       0.8.8claws124
3523
3524         * po/bg.po
3525                 updated by George Danchev
3526                 
3527         * src/folder.c
3528                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3529                 and folder deletion
3530
3531 2003-01-21 [paul]       0.8.8claws123
3532
3533         * po/bg.po
3534                 updated by George Danchev
3535                 
3536         * src/about.c
3537                 its now 2003
3538                 
3539         * src/toolbar.c
3540                 don't translate 'Separator'
3541                 
3542         * src/plugins/spamassassin/Makefile.am
3543                 add aspell to CPPFLAGS
3544                 
3545         * src/plugins/spamassassin/spamassassin.c
3546           src/plugins/spamassassin/spamassassin_gtk.c
3547                 set correct default for spamassassin_receive_spam
3548                 slightly re-word descriptions and some
3549                 other minor changes
3550
3551 2003-01-19 [alfons]     0.8.8claws122
3552                 
3553         * src/mimeview.c
3554                 mimeview_save_as(): we might as well show the file name for
3555                 the single case "Save As" too
3556
3557 2003-01-19 [alfons]     0.8.8claws121
3558
3559         * src/crash.c
3560                 change bug tracker URL to bugzilla URL
3561
3562 2003-01-19 [alfons]     0.8.8claws120
3563
3564         * src/mimeview.c
3565                 mimeview_save_all(): display name of file before overwriting;
3566                 continue saving all, even when one overwrite was cancelled
3567
3568 2003-01-19 [christoph]  0.8.8claws119
3569
3570         * src/summaryview.c
3571         * src/procmsg.[ch]
3572                 fix wrong usage of procmsg_find_children in summaryview
3573                 by using procmsg_update_unread_children instead of
3574                 summaryview_update_unread_children
3575
3576 2003-01-19 [christoph]  0.8.8claws118
3577
3578         * src/procmsg.c
3579                 fix infinite loop in procmsg_find_children
3580                  (closes bug #25 sylpheed crashes on delete.)
3581
3582         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3583
3584 2003-01-19 [paul]       0.8.8claws117
3585
3586         * po/pt_BR.po
3587                 updated by Ivan Francolin Martinez
3588
3589 2003-01-18 [melvin]     0.8.8claws116
3590
3591         * src/prefs_actions.c
3592                 Removed syntax limitation of only one '&' at the end of command.
3593                         Now actions that contain '>/dev/null 2>&1' are possible.
3594
3595 2003-01-18 [melvin]     0.8.8claws115
3596
3597         * src/prefs_actions.c
3598                 Actions IO dialog: when the action ends
3599                 the "Close" button now has focus and [Escape] closes the
3600                 window.
3601
3602 2003-01-18 [christoph]  0.8.8claws114
3603
3604         * src/procmsg.c
3605                 o add debug output when MsgInfos are really freed
3606                 o free GSLists in procmsg_find_children and
3607                   procmsg_update_unread_children
3608
3609 2003-01-18 [christoph]  0.8.8claws113
3610
3611         * src/mainwindow.c
3612                 reorder Configuration menu
3613
3614 2003-01-18 [christoph]  0.8.8claws112
3615
3616         * src/compose.c
3617                 fix applying templates to forwarded messages
3618
3619         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3620
3621 2003-01-17 [christoph]  0.8.8claws111
3622
3623         * src/folder.c
3624                 destroy folder items, when a folder item is removed
3625
3626 2003-01-17 [christoph]  0.8.8claws110
3627
3628         * src/folder.c
3629                 fix wrong folder stats update when ignored message is
3630                 deleted
3631
3632 2003-01-17 [colin]      0.8.8claws109
3633         
3634         * src/mainwindow.c
3635         * src/summaryview.c
3636                 Quicksearch bugfixes: 
3637                 - hide help button at startup if not extended
3638                 - switch to extended when looking for replies
3639
3640 2003-01-17 [paul]
3641
3642         * sync with 0.8.9 release
3643
3644 2003-01-17 [paul]       0.8.8claws108
3645
3646         * sync with 0.8.8cvs11
3647                 see ChangeLog 2003-01-17
3648
3649 2003-01-16 [colin]      0.8.8claws107
3650
3651         * src/procmsg.c
3652                 Changed encryption test to re-ask passphrase
3653                 if an encrypted message hasn't been decrypted
3654                 Fixes bug #5
3655
3656 2003-01-16 [christoph]  0.8.8claws106
3657
3658         * src/prefs_gtk.c
3659         * src/prefs_toolbar.c
3660         * src/gtk/prefswindow.h
3661         * src/plugins/spamassassin/spamassassin_gtk.c
3662                 remove page destroy function that is not used anymore
3663
3664 2003-01-16 [paul]       0.8.8claws105
3665
3666         * sync with 0.8.8cvs9
3667                 see ChangeLog 2002-01-16
3668
3669 2003-01-16 [colin]      0.8.8claws104
3670
3671         * src/compose.[ch]
3672                 Fix bug with autosaved drafts for IMAP, when draft
3673                 folder is specified - fixes bugzilla bug #20
3674
3675 2003-01-15 [paul]       0.8.8claws103
3676
3677         * src/compose.[ch]
3678           src/procmsg.c
3679                 store folder and message-id of message forwarding
3680                 in queue header and set forward flag after sending
3681
3682 2003-01-15 [paul]       0.8.8claws102
3683
3684         * sync with 0.8.8cvs8
3685                 see ChangeLog 2002-01-15
3686
3687 2003-01-15 [colin]      0.8.8claws101
3688
3689         * src/Makefile.am
3690                 Fix linking with GNU libiconv
3691
3692 2003-01-15 [darko]      0.8.8claws100
3693
3694         * src/pine.c
3695                 fix crash when importing pine address book
3696                 entry with an empty name (reported by DY
3697                 <dybulk at tri8.net>)
3698
3699 2003-01-14 [paul]       0.8.8claws99
3700
3701         * configure.in  ** REMOVED **
3702           configure.ac  ** NEW FILE **
3703                 rename configure.in to configure.ac, as it is now
3704                 preferred
3705
3706 2003-01-14 [melvin]     0.8.8claws98
3707
3708         * src/folderview.c
3709                 folderview_check_new(): More precise function description
3710
3711 2003-01-14 [melvin]     0.8.8claws97
3712
3713         * src/folderview.c
3714                 folderview_check_new(): return the number of new messages 
3715                         since last check.
3716         * src/inc.c
3717                 inc_account_mail(): Disable counting of new messages for IMAP
3718                         and NNTP until bug [19] and [14] are fixed.
3719
3720 2003-01-14 [paul]       0.8.8claws96
3721
3722         * sync with 0.8.8cvs6
3723                 see ChangeLog 2003-01-14
3724
3725 2003-01-13 [alfons]     0.8.8claws95
3726
3727         * src/textview.c
3728                 tune email address validation (c. 0.8.8claws89): if . is 
3729                 just one char away from @, the address is invalid too 
3730                 (correctly rejects addresses like foo@.com)
3731
3732 2003-01-13 [paul]       0.8.8claws94
3733
3734         * src/messageview.c
3735           src/toolbar.c
3736                 fixes to the Message View toolbar and menu:
3737                 fix non-functioning Forward button
3738                 make Reply button consider default_reply_list
3739                 remove 'Follow-up...' menu entry
3740                 add 'Forward' and 'Redirect' menu entries
3741
3742 2003-01-13 [melvin]     0.8.8claws93
3743
3744         * src/inc.c
3745                 Fixed typo that could make new messages count incorrect.
3746
3747 2003-01-13 [melvin]     0.8.8claws92
3748
3749         * src/folderview.[ch]
3750                 folderview_check_new(): return the number of new messages.
3751         * src/inc.c
3752                 Should fix bug [14] where new mail notification worked 
3753                         incorrectly with IMAP accounts.
3754                 inc_spool_account(): return number of new msgs, or -1 on error
3755                 inc_all_spool(): return number of new msgs
3756                 
3757 2003-01-13 [melvin]     0.8.8claws91
3758
3759         * src/prefs_actions.c
3760                 Justify help text.
3761
3762 2003-01-12 [thorsten]   0.8.8claws90
3763
3764         * src/common/prefs.c
3765                 close file before rename
3766
3767 2003-01-12 [alfons]     0.8.8claws89
3768
3769         * AUTHORS
3770                 add Christian Mertes
3771         * src/common/utils.[ch]
3772                 g_stricase_hash(), g_stricase_equal(): functions for 
3773                 case insensitive hash tables
3774         * src/textview.c
3775                 use top level domain names to validate email address, based
3776                 on a patch by Christian Mertes (thanks!), but changed 
3777                 implementation to use a hash table 
3778
3779 2003-01-12 [paul]       0.8.8claws88
3780
3781         * po/bg.po
3782                 updated by George Danchev
3783
3784 2003-01-12 [alfons]     0.8.8claws87
3785
3786         * src/summaryview.c
3787                 delete / execute performance: use new style folder update
3788
3789 2003-01-12 [paul]       0.8.8claws86
3790
3791         * sync with 0.8.8cvs5
3792                 see ChangeLog 2003-01-13 (!)
3793
3794 2003-01-12 [alfons]     0.8.8claws85
3795
3796         * src/filtering.c
3797         * src/matcher_parser_parse.y
3798                 prepare change_score filtering action
3799         * src/matcher.[ch]
3800                 give up const-correctness on functions that call non-const-correct functions;
3801                 several casts to gpointer in g_free();
3802                 add change_score;
3803
3804 2003-01-12 [christoph]  0.8.8claws84
3805
3806         * src/compose.c
3807                 fix 2 warnings
3808
3809         * src/gtk/prefswindow.[ch]
3810         * src/plugins/spamassassin/spamassassin_gtk.c
3811                 changed the call of the widget create function
3812                 for PrefsPages, because sometimes the widget
3813                 create function needs a widget that already has
3814                 been attached to a window (to create GDK pixmaps
3815                 for exmaple). So we simply pass the GtkWindow as
3816                 the second parameter now.
3817
3818         * src/main.c
3819         * src/mainwindow.c
3820         * src/prefs_toolbar.[ch]
3821                 rewrite Toolbar Preferences using the new
3822                 prefs window
3823
3824 2003-01-11 [alfons]     0.8.8claws83
3825
3826         * src/addressadd.c
3827                 fix crash when adding sender to addressbook because status bar
3828                 isn't there (the status bar doesn't seem to be used though,
3829                 but I'll let Match decide what to do with it)
3830
3831 2003-01-11 [colin]      0.8.8claws82
3832
3833         * src/main.c
3834           src/toolbar.c
3835                 Two useless changes reversed
3836
3837 2003-01-11 [colin]      0.8.8claws81
3838
3839         * src/mainwindow.c
3840           src/mainwindow.h
3841                 Add mainwindow_get_mainwindow()
3842         * src/alertpanel.c
3843           src/alertpanel.h
3844                 Add alertpanel_error_log() 
3845         * src/compose.c
3846           src/inc.c
3847           src/messageview.c
3848           src/toolbar.c
3849           src/main.c
3850           src/procmsg.c
3851                 Network errors get a View Log button
3852
3853 2003-01-10 [alfons]     0.8.8claws80
3854
3855         * src/prefs_toolbar.c
3856         * src/toolbar.c
3857                 use the translatable string for "Separator" as file name for
3858                 separator toolbar items (probably make this uppercase?)
3859
3860 2003-01-10 [alfons]     0.8.8claws79
3861
3862         * src/prefs_toolbar.c
3863                 put right A_SEPARATOR description string in "displayed
3864                 toolbar items list" so manually added separators are
3865                 saved correctly (bug #10, "Adding a separator to the main 
3866                 toolbar fails, entry in xml file is wrong")
3867
3868 2003-01-10 [christoph]  0.8.8claws78
3869
3870         * src/imap.c
3871                 o fix warnings
3872                 o use CAPABILITY to check if NAMESPACE is available
3873
3874 2003-01-10 [christoph]  0.8.8claws77
3875
3876         * src/imap.[ch]
3877                 apply UIDPLUS IMAP extension support patch
3878
3879         Patch submitted by Simon 'corecode' Schubert
3880
3881 2003-01-10 [paul]       0.8.8claws76
3882
3883         * src/folderview.c
3884                 a sync from main which fixes the news account folders'
3885                 Properties bug
3886
3887 2003-01-10 [christoph]  0.8.8claws75
3888
3889         * src/folder.c
3890                 don't accept 0 as a valid uid returned by copy and move
3891                 functions. 0 means the message was copied or moved but the
3892                 new uid could not be fetched. It is not an error condition
3893                 for the copy or move operation.
3894
3895 2003-01-10 [paul]       0.8.8claws74
3896
3897         * src/prefs_filtering.c
3898                 change English used in Alert when entry is not
3899                 saved.
3900                 
3901         * sync with 0.8.8cvs4
3902                 see ChangeLog 2003-01-10
3903
3904 2003-01-10 [darko]      0.8.8claws73
3905
3906         * src/pine.c
3907                 fix crash when importing address book entry
3908                 without a valid address
3909
3910 2003-01-09 [alfons]     0.8.8claws72
3911
3912         * src/inc.c
3913                 filtering performance: use new style folder update
3914
3915 2003-01-09 [christoph]  0.8.8claws71
3916
3917         * src/compose.c
3918         * src/gtk/menu.[ch]
3919                 fix wrong selecting of mime encoding type, when
3920                 opening property dialog of attachments in the
3921                 compose window. 7bit was always selected and that
3922                 destoryed files with 8bit data.
3923                 (closes bug #9 Sylpheed-claws destroys attachments when
3924                  changing MIME-types)
3925
3926 2003-01-09 [paul]       0.8.8claws70
3927
3928         * sync with 0.8.8cvs3
3929                 see ChangeLog 2003-01-09
3930
3931 2003-01-08 [alfons]     0.8.8claws69
3932         
3933         * src/addressadd.c
3934                 apply patch by Kim Schulz to fix build breakage
3935                 because of missing variable
3936
3937 2003-01-08 [paul]       0.8.8claws68
3938
3939         * sync with 0.8.8cvs2
3940                 see ChangeLog 2002-01-08
3941
3942 2003-01-08 [paul]       0.8.8claws67
3943
3944         * po/it.po
3945                 updated by Alessandro Maestri
3946                 
3947         * src/addressadd.c
3948                 when using 'Add sender to addressbook' allow
3949                 name to be edited and remarks to be entered
3950                 Patch submitted by Luke Plant
3951
3952 2003-01-08 [darko]      0.8.8claws66
3953
3954         * README.claws, src/summaryview.c
3955                 fix description for marked messages
3956
3957 2003-01-08 [paul]
3958
3959         * tools/Makefile.am
3960           tools/launch_phoenix  ** NEW FILE **
3961                 add script that enables using Phoenix as the default
3962                 web browser. 
3963                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
3964                 
3965         * tools/OOo2sylpheed.pl
3966                 remove full path to sylpheed executable, just 'sylpheed'
3967                 will do
3968                 
3969         * tools/README
3970                 add launch_phoenix informtion and re-arrange and compress
3971                 the data a little
3972
3973 2003-01-07 [christoph]  0.8.8claws65
3974
3975         * src/folder.c
3976                 fix update for source folder when moving messages
3977         * src/procmsg.[ch]
3978         * src/summaryview.c
3979                 use function to set to_folder for message infos and
3980                 automatically update the op_count for old and new
3981                 folder
3982
3983 2003-01-07 [melvin]     0.8.8claws64
3984
3985         * src/prefs_actions.c
3986                 Fixed bug where an '%p' Action on a displayed image crashed 
3987                         Sylpheed
3988                 Code clean up (get rid of duplicated code and removed unnecessary 
3989                                 structure member)
3990
3991 2003-01-07 [christoph]  0.8.8claws63
3992
3993         * src/compose.c
3994         * src/folder.[ch]
3995         * src/folderview.c
3996         * src/import.c
3997         * src/inc.c
3998         * src/main.c
3999         * src/mainwindow.c
4000         * src/messageview.c
4001         * src/prefs_folder_item.c
4002         * src/procmsg.c
4003         * src/summaryview.c
4004         * src/toolbar.c
4005                 o remove all folder update triggering from the UI code. The folder
4006                   system should know much better when a folder needs an update.
4007                 o to prevent multiple updates in a row the folder updates can be
4008                   frozen for some time.
4009
4010                 Note: - Please verify that no updates are missing
4011                       - Check where freeze/thaws should be added
4012
4013 2003-01-07 [christoph]  0.8.8claws62
4014
4015         * src/prefs_actions.c
4016                 don't translate empty strings
4017
4018         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4019
4020 2003-01-06 [christoph]  0.8.8claws61
4021
4022         * src/prefs_actions.c
4023                 mark strings for gettext
4024         * src/prefs_matcher.c
4025                 use new description window for Execute action and
4026                 match condition in Filtering
4027
4028         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4029
4030 2003-01-06 [alfons]     0.8.8claws60
4031
4032         keep myself inspired to re-organize matcher part 8; 
4033         yes, more to come (I need to move out the descriptive
4034         text for actions to matcher.c, or at least make it not
4035         depend on the wicked ordering)
4036
4037         * src/prefs_matcher.c
4038                 add documentation so others may comprehend the
4039                 UI part of the conditions
4040                 
4041 2003-01-06 [christoph]  0.8.8claws59
4042
4043         * src/prefs_actions.c
4044                 use new description window for syntax help
4045         * src/gtk/description_window.c
4046                 fix display of descriptions with column count != 2
4047
4048         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4049
4050 2003-01-06 [christoph]  0.8.8claws58
4051
4052         * src/quote_fmt.c
4053         * src/summaryview.[ch]
4054         * src/gtk/Makefile.am
4055         * src/gtk/description_window.[ch]       ** NEW **
4056                 use a generic window to display syntax descriptions
4057                 currently used in quote_fmt and summaryview (new description
4058                 for extended quick search)
4059
4060         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4061
4062 2003-01-06 [paul]       0.8.8claws57
4063
4064         * sync with 0.8.8cvs1
4065                 see ChangeLog 2003-01-06
4066
4067 2003-01-06 [christoph]  0.8.8claws56
4068
4069         * src/mainwindow.c
4070         * src/prefs_gtk.[ch]
4071         * src/gtk/prefswindow.[ch]
4072         * src/plugins/spamassassin/spamassassin_gtk.c
4073                 o remove page management from prefswindow, pages
4074                   will be an argument to prefswindow_open
4075                 o prefswindow_open gets a datapointer that is
4076                   passed to the widget_create function to allow
4077                   creation of prefswindow for specific items
4078
4079 2003-01-06 [colin]      0.8.8claws55
4080         
4081         * src/summaryview.c
4082                 We don't want regexp in the reply-finder, 
4083                 because MIDs can contain !,$,. and so on
4084
4085 2003-01-06 [jens]       0.8.8claws54
4086
4087         * src/jpilot.c
4088                 fixed a wrong free in jpilot_read_db_files
4089
4090 2003-01-06 [alfons]     0.8.8claws53
4091
4092         re-organize matcher part 8; more to come
4093        
4094         * src/matcher.c
4095                 matcherprop_to_string(): put g_free()s before the
4096                 switch-case break to fix memleaks                
4097
4098 2003-01-06 [colin]      0.8.8claws52
4099
4100         * src/summaryview.c
4101                 cleanup & reply-finder now displays the first 
4102                 matching message
4103
4104 2003-01-05 [alfons]     0.8.8claws51
4105
4106         re-organize matcher part 7; more to come
4107
4108         * src/matcher.[ch]
4109                 fixes for constant correctness;
4110                 more documentation;
4111
4112 2003-01-05 [alfons]     0.8.8claws50
4113
4114         re-organize matcher part 6; more to come
4115         
4116         * src/matcher.[ch]
4117                 fixes for constant correctness;
4118                 more documentation;
4119         * src/filtering.c
4120                 fix for constant correctness
4121
4122 2003-01-05 [colin]      0.8.8claws49
4123
4124         * src/account.[ch]
4125                 Add account_get_reply_account function
4126         * src/compose.c
4127                 Use account_get_reply_account function 
4128         * src/summaryview.c
4129                 Basic reply-finder - click on the replied
4130                 icon gets you to the outbox using quick-search
4131
4132 2003-01-05 [paul]       0.8.8claws48
4133
4134         * src/prefs_common.c
4135                 small change to English
4136                 
4137         * src/prefs_filtering.c
4138                 prefs_filtering_action_select(): improve logic and uniformity
4139                 of gui
4140
4141 2003-01-05 [alfons]     0.8.8claws47
4142
4143         fine tune solution to focus problems (bug #7)
4144
4145         * src/mainwindow.c
4146                 mainwindow_focus_in_event(): remove grab event check
4147         * src/summaryview.c
4148                 summary_button_pressed(): move selection on right-click
4149                 too. we can't possibly move the selection back after
4150                 canceling a dialog, because gtk's incomplete focus 
4151                 management. whether this is a good solution, only time
4152                 will tell.
4153
4154 2003-01-05 [christoph]  0.8.8claws46
4155
4156         * src/imap.c
4157                 fix crash when no imap connection could be established
4158
4159 2003-01-05 [paul]       0.8.8claws45
4160
4161         * src/mainwindow.c
4162           src/sumamryview.c
4163           src/gtk/menu.[ch]
4164                 fix bug 605957 'shortcuts in popup-menu'
4165                 make user-defined shortcuts work
4166                 show shortcuts that are already defined
4167                 in the main menu
4168                 Patch submitted by Luke Plant
4169
4170 2003-01-05 [alfons]     0.8.8claws44
4171
4172         * src/mainwindow.c
4173                 focus_in_event handler should not select summary view row 
4174                 when another window (menu, dialog) grabbed for events 
4175                 (bug #7, "[0.8.8claws42] Message summary focus") 
4176
4177 2003-01-04 [christoph]  0.8.8claws43
4178
4179         * src/procmsg.c
4180                 update save folder after adding the sent message
4181                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4182
4183 2003-01-02 [christoph]  0.8.8claws42
4184
4185         * src/common/plugin.c
4186                 fix unloading of all plugins and unload
4187                 plugins in reverse order
4188                 
4189         * src/gtk/pluginwindow.c
4190                 implement function of load and unload button
4191
4192         * src/gtk/prefswindow.c
4193         * src/gtk/prefswindow.h
4194                 rename register function and add new unregister
4195                 function
4196
4197         * src/plugins/spamassassin/spamassassin_gtk.c
4198                 unregister prefs page and update for changes in
4199                 src/gtk/prefswindow.c
4200
4201 2003-01-02 [paul]       0.8.8claws41
4202
4203         * po/es.po
4204                 updated by Ricardo Mones Lastra
4205
4206 2003-01-02 [paul]
4207
4208         * tools/tb2sylpheed
4209                 fixes and improvements by Urke MMI
4210
4211 2003-01-02 [thorsten]   0.8.8claws40
4212
4213         * src/procmsg.c
4214                 fixed wrong return value
4215
4216 2003-01-02 [thorsten]   0.8.8claws39
4217
4218         * src/prefs.c
4219                 fixed printing wrong variable
4220
4221 2003-01-02 [thorsten]   0.8.8claws38
4222
4223         * src/prefs.c
4224                 fixed acessing members of freed pfile struct
4225
4226 2003-01-02 [thorsten]   0.8.8claws37
4227
4228         * src/procmsg.c
4229                 detect loops across several messages
4230                 as suggested by Christoph Hohmann
4231
4232 2003-01-01 [match]      0.8.8claws36
4233
4234         * src/addrindex.c
4235                 fixed another memory leak.
4236
4237 2003-01-01 [match]      0.8.8claws35
4238
4239         * src/jpilot.[ch]
4240                 fixed memory leaks. applied Doxygen comments.
4241
4242 2003-01-01 [thorsten]   0.8.8claws34
4243
4244         * src/procmsg.c
4245                 inhibit endless loop if msg references itself
4246                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4247
4248 2003-01-01 [christoph]  0.8.8claws33
4249
4250         * src/mainwindow.c
4251         * src/gtk/Makefile.am
4252         * src/gtk/pluginwindow.c                ** NEW **
4253         * src/gtk/pluginwindow.h                ** NEW **
4254                 add plugin window
4255
4256         * src/plugins/demo/demo.c
4257         * src/plugins/spamassassin/spamassassin.c
4258         * src/plugins/spamassassin/spamassassin_gtk.c
4259                 write better plugin descriptions
4260
4261 2002-12-31 [christoph]  0.8.8claws32
4262
4263         * src/gtk/prefswindow.c
4264         * src/plugins/spamassassin/spamassassin_gtk.c
4265                 some small improvements to GTK code
4266
4267 2002-12-31 [christoph]  0.8.8claws31
4268
4269         * src/plugins/spamassassin/spamassassin_gtk.c
4270                 enable folder select button
4271
4272 2002-12-31 [christoph]  0.8.8claws30
4273
4274         * src/mainwindow.c
4275         * src/gtk/Makefile.am
4276         * src/gtk/prefswindow.c                         ** NEW **
4277         * src/gtk/prefswindow.h                         ** NEW **
4278                 add new prefs window
4279
4280         * src/common/plugin.c
4281                 don't try to load empty config lines
4282         
4283         * src/plugins/spamassassin/Makefile.am
4284         * src/plugins/spamassassin/spamassassin.c
4285         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4286         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4287                 GTK config for SpamAssassin Plugin using
4288                 the new prefs window
4289
4290 2002-12-31 [paul]       0.8.8claws29
4291
4292         * po/POTFILES.in
4293                 remove obsolete entry 'src/menu.c'
4294
4295 2002-12-31 [alfons]     0.8.8claws28
4296
4297         * src/matcher.[ch]
4298         * src/matcher_parser_parse.y
4299         * src/prefs_matcher.c
4300                 add "ignore_thread" and "~ignore_thread" condition so it's
4301                 possible to make the actions / scoring operate on the ignore
4302                 thread flag
4303
4304 2002-12-31 [christoph]  0.8.8claws27
4305
4306         * src/addrbook.c
4307         * src/addrindex.c
4308         * src/folder.c
4309         * src/matcher.c
4310         * src/prefs_account.c
4311         * src/prefs_actions.c
4312         * src/prefs_customheader.c
4313         * src/prefs_display_header.c
4314         * src/prefs_gtk.c
4315         * src/procmime.c
4316         * src/toolbar.c
4317         * src/xmlprops.c
4318         * src/common/prefs.[ch]
4319                 extend prefs file handling for reading and automatic handling
4320                 of blocks. When reading prefs_set_block_label will automatically
4321                 move on to the block. When writing it will copy all other blocks
4322                 automatically
4323
4324         * src/common/plugin.c
4325                 Now loading plugin filenames from [Plugins] block in
4326                 sylpheed rc file
4327
4328 2002-12-30 [christoph]  0.8.8claws26
4329
4330         * src/common/hooks.[ch]
4331                 return abort status to caller of hooks_invoke
4332                 
4333         * src/inc.[ch]
4334                 invoke message filtering hook and stop
4335                 default handling when filter returns abort
4336
4337         * src/common/plugin.[ch]
4338         * src/plugins/demo/demo.c
4339                 modify plugin loader, because resolving symbols for strings
4340                 does not work correctly
4341         
4342         * configure.in
4343         * ac/spamassassin.m4                            ** NEW **
4344         * src/plugins/spamassassin/.cvsignore           ** NEW **
4345         * src/plugins/spamassassin/Makefile.am          ** NEW **
4346         * src/plugins/spamassassin/README               ** NEW **
4347         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4348         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4349         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4350                 add spamassassin plugin, see src/plugins/spamassassin/README
4351                 for details
4352
4353 2002-12-29 [alfons]     0.8.8claws25
4354
4355         * src/mainwindow.c
4356                 when moving focus from a message view to the main 
4357                 window, don't forget to select the summary node
4358                 of the displayed message. should fix "[ 659103 ] 
4359                 focus-follows-mouse confuses sylpheed"
4360
4361 2002-12-29 [christoph]  0.8.8claws24
4362
4363         * src/Makefile.am
4364         * src/stringtable.[ch]          ** REMOVE **
4365         * src/common/Makefile.am
4366         * src/common/stringtable.[ch]   ** NEW **
4367                 move stringtable files to common directory
4368
4369 2002-12-29 [christoph]  0.8.8claws23
4370
4371         * src/Makefile.am
4372         * src/menu.[ch]                 ** REMOVE **
4373         * src/gtk/Makefile.am
4374         * src/gtk/menu.[ch]             ** NEW **
4375                 move menu files to gtk directory
4376
4377 2002-12-29 [match]      0.8.8claws22
4378
4379         * src/addressbook.c
4380         * src/syldap.c
4381                 moved UI specific code out of LDAP code into addressbook
4382                 UI code. fixed memory leak.
4383
4384 2002-12-29 [christoph]  0.8.8claws21
4385
4386         * src/folder.c
4387                 only check for IGNORED parent message when message is
4388                 not IGNORED itself
4389
4390 2002-12-29 [alfons]     0.8.8claws20
4391
4392         * src/summaryview.c
4393                 set gtksctree's anchor correct (immediate execute
4394                 changes the tree's layout, and anchor points at 
4395                 the incorrect row). fixes "[ 657233 ] multiple msg 
4396                 delete sometimes off by 1".
4397                 we probably have to look for more tree layout /
4398                 anchor glitches.
4399
4400 2002-12-29 [paul]       0.8.8claws19
4401
4402         * src/summaryview.c
4403                 fix bug [ 659054 ] incorrect sorting of 'From' column
4404                 when using 'display sender using address book'
4405                 thanks to Alfons and Luke Plant
4406
4407 2002-12-29 [christoph]  0.8.8claws18
4408
4409         * src/folder.c
4410         * src/procmsg.[ch]
4411                 check parent messages for IGNORE THREAD flag, when adding,
4412                 moving or copying messages to a folder
4413
4414 2002-12-27 [alfons]     0.8.8claws17
4415
4416         re-organize matcher part 5; more to come
4417
4418         * src/matcher.c
4419                 hash keywords in matchparser_tab 
4420
4421 2002-12-27 [alfons]     0.8.8claws16
4422
4423         re-organize matcher part 4; more to come
4424
4425         * src/matcher_parser.h
4426         * src/matcher_parser_lex.l
4427         * src/matcher_parser_parse.y
4428                 cleanup
4429
4430 2002-12-27 [alfons]     0.8.8claws15
4431
4432         re-organize matcher part 3; more to come
4433
4434         * src/matcher.[ch]
4435                 cleanup
4436
4437 2002-12-27 [alfons]     0.8.8claws14
4438
4439         re-organize matcher part 2; more to come but this should
4440         work. cc me if there are any regressions.
4441
4442         * src/matcher.h
4443                 add prototype for get_matchparser_tab_id()
4444         * src/matcher_parser_lex.l
4445                 look up keywords using matchparser_tab_id();
4446
4447 2002-12-27 [alfons]     0.8.8claws12
4448
4449         re-organize matcher part 1
4450
4451         * src/matcher.h
4452                 map yacc generated constants to sylpheed matcher constants
4453         * src/matcher.c
4454                 add function to find a matcher constant from a string
4455
4456 2002-12-27 [christoph]  0.8.8claws11
4457
4458         * src/compose.c
4459                 MENUITEM_ADD casts the 4th argument from integer to pointer
4460                 so it probably should not be a pointer, this means we
4461                 should use account id for it and not the account's pointer
4462
4463 2002-12-27 [paul]       0.8.8claws10
4464
4465         * src/mainwindow.c
4466                 remove unneeded 'GtkWidget *vbox'
4467                 
4468         * src/summaryview.c
4469                 further sync with 0.8.8 - make sort
4470                 by recipient work as expected
4471                 
4472         * NEWS
4473                 sync with 0.8.8
4474
4475 2002-12-27 [paul]       0.8.8claws9
4476
4477         * po/pt_BR.po
4478                 updated by Ivan F. Martinez
4479                 
4480 2002-12-27 [darko]      0.8.8claws8
4481
4482         * src/common/utils.c
4483                 added locked pattern to extended search
4484
4485 2002-12-27 [alfons]     0.8.8claws7
4486
4487         * src/prefs_matcher.[ch]
4488                 clean up
4489
4490 2002-12-26 [alfons]     0.8.8claws6
4491
4492         * src/matcher.[ch]
4493         * src/matcher_parser_lex.l
4494         * src/matcher_parser_parse.y
4495         * src/prefs_matcher.c
4496                 allow color label as a condition in the matcher
4497
4498 2002-12-26 [oliver]     0.8.8claws5
4499         
4500         * src/toolbar.c 
4501                 enable Addressbook for Main and Messageview
4502         * src/prefs_actions.c
4503                 enable actions in Messageview
4504
4505 2002-12-26 [christoph]  0.8.8claws4
4506
4507         * src/common/plugin.c
4508                 add a little debug output
4509         * configure.in
4510         * src/plugins/demo/Makefile.am
4511                 better use of automake
4512
4513 2002-12-26 [christoph]  0.8.8claws3
4514
4515         * src/Makefile.am
4516         * src/common/Makefile.am
4517                 fix "make distdir"
4518
4519 2002-12-26 [christoph]  0.8.8claws2
4520
4521         * configure.in
4522                 sort configure checks into common / gtk / plugins
4523         * po/POTFILES.in
4524                 add src/prefs_gtk.c
4525         * src/Makefile.am
4526                 add plugins SUBDIR
4527         * src/main.c
4528         * src/common/sylpheed.[ch]
4529                 added now sylpheed_done function for shutdown
4530         * src/common/Makefile.am
4531         * src/common/plugin.[ch]                ** NEW **
4532                 plugin loader and unloader
4533         * src/plugins/.cvsignore                ** NEW **
4534         * src/plugins/Makefile.am               ** NEW **
4535                 build plugins
4536         * src/plugins/demo/.cvsignore           ** NEW **
4537         * src/plugins/demo/Makefile.am          ** NEW **
4538         * src/plugins/demo/demo.c               ** NEW **
4539                 small demo plugin that installs a logtext hook and
4540                 outputs the log text to stdout
4541
4542 2002-12-26 [paul]       0.8.8claws1
4543
4544         * po/es.po
4545                 updated by Ricardo Mones Lastra
4546
4547 2002-12-26 [paul]       0.8.8claws
4548
4549         * 0.8.8claws released
4550
4551 2002-12-26 [paul]       0.8.7claws12
4552
4553         * po/bg.po
4554                 updated by George Danchev
4555
4556 2002-12-26 [paul]       0.8.7claws11
4557
4558         * po/POTFILES.in
4559                 remove unneeded 'src/prefs.c' entry 
4560
4561 2002-12-26 [paul]       0.8.7claws10
4562
4563         * src/codeconv.c
4564           src/mainwindow.c
4565                 sync with 0.8.8 release
4566         
4567         * src/folder.[ch]
4568           src/mh.c
4569           src/summaryview.c
4570                 partial sync with 0.8.8 release
4571         
4572
4573 2002-12-25 [alfons]     0.8.7claws9
4574
4575         * src/matcher.[ch]
4576         * src/matcher_parser_lex.l
4577         * src/matcher_parser_parse.y
4578         * src/prefs_matcher.c
4579                 add locked flag to possible filtering / matcher 
4580                 conditions (also a good example what should be
4581                 done to add a simple boolean condition)
4582
4583 2002-12-25 [christoph]  0.8.7claws8
4584
4585         * src/Makefile.am
4586         * src/account.[ch]
4587         * src/addrbook.c
4588         * src/addressbook.c
4589         * src/addrindex.c
4590         * src/filtering.c
4591         * src/folder.c
4592         * src/matcher.c
4593         * src/prefs.[ch]                ** REMOVE **
4594         * src/prefs_account.c
4595         * src/prefs_actions.c
4596         * src/prefs_common.c
4597         * src/prefs_customheader.c
4598         * src/prefs_display_header.c
4599         * src/prefs_filtering.c
4600         * src/prefs_folder_item.c
4601         * src/prefs_gtk.[ch]            ** NEW **
4602         * src/prefs_matcher.c
4603         * src/prefs_scoring.c
4604         * src/prefs_summary_column.c
4605         * src/procmime.c
4606         * src/selective_download.c
4607         * src/toolbar.c
4608         * src/common/Makefile.am
4609         * src/common/prefs.[ch]         ** NEW **
4610                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4611
4612 2002-12-24 [alfons]     0.8.7claws7
4613
4614         * src/summaryview.c
4615                 summary_thread_build(): fix real cause of the crash mentioned in
4616                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4617                 this way we get meaningful ctree nodes 
4618
4619 2002-12-24 [oliver]     0.8.7claws6
4620
4621         * src/mainwindow.[ch]
4622         * src/messageview.[ch]
4623         * src/compose.[ch]
4624         * src/inc.c
4625         * src/summaryview.c
4626                 changes to use updated toolbar handling
4627                 
4628 2002-12-24 [oliver]     0.8.7claws5
4629
4630         * src/toolbar.[ch]
4631                 generic toolbar handling
4632                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4633         * src/prefs_toolbar.[ch]
4634                 adjust to handling
4635         
4636 2002-12-24 [oliver]     0.8.7claws4
4637         
4638         * src/stock_pixmap.[ch]
4639                 move SYLPHEED_LOGO to end of list in order 
4640                 to remove it from Custom Toolbar`s Icon View
4641
4642 2002-12-24 [alfons]     0.8.7claws3
4643
4644         * src/summaryview.c
4645                 summary_thread_build(): fix crash because of focus != selection 
4646                 after threading. when deleting the selection, gtk tries but fails 
4647                 to find the correct focusable element. we now force the selection
4648                 to be focused. this should solve the infamous bug reported by 
4649                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4650                 a test case is available. 
4651
4652 2002-12-24 [darko]      0.8.7claws2
4653
4654         * src/summaryview.c
4655                 don't crash when unmarking message with unread children
4656
4657 2002-12-23 [christoph]  0.8.7claws1
4658
4659         * src/Makefile.am
4660         * src/common/Makefile.am
4661                 update Makefiles for moved intl.h, version.h and defs.h
4662         * src/imap.c
4663                 rewrite imap_session_get to avoid duplicate code
4664
4665 2002-12-23 [paul]       0.8.7claws
4666
4667         * Santa-Claws released
4668         
4669         * po/hu.po
4670           po/ru.po
4671                 squeeze in updated Hungarian and Russian translations.
4672                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4673
4674 2002-12-23 [paul]       0.8.6claws129
4675
4676         * po/pl.po
4677                 updated by Witold Wladyslaw Wojciech Wilk
4678
4679 2002-12-23 [paul]       0.8.6claws128
4680
4681         * src/quote_fmt_parse.y
4682                 fix typo and add licence header
4683
4684 2002-12-23 [paul]       0.8.6claws127
4685
4686         * po/en_GB.po
4687                 updated
4688
4689 2002-12-23 [paul]       0.8.6claws126
4690
4691         * po/it.po
4692                 updated translation, submitted by Alessandro Maestri
4693                 
4694 2002-12-23 [paul]       0.8.6claws125
4695
4696         * src/quote_fmt_parse.y
4697                 fix signature-stripping on replies bug. match
4698                 '-- \n' and not '-- '.
4699
4700 2002-12-22 [paul]       0.8.6claws124
4701
4702         * po/bg.po
4703           po/es.po
4704           po/sr.po
4705                 updated translations. submitted by George Danchev,
4706                 Ricardo Mones Lastra, and Urke MMI respectively
4707
4708 2002-12-21 [paul]       0.8.6claws123
4709
4710         * src/addrbook.c
4711                 fix coding style
4712
4713 2002-12-21 [paul]       0.8.6claws122
4714
4715         * src/addrbook.c
4716                 fix bug [643638] where if a person is in one or more
4717                 addressbook groups editing that person's email 
4718                 address results in removal from those groups.
4719                 Patch submitted by Luke Plant.
4720
4721 2002-12-20 [christoph]  0.8.6claws121
4722
4723         * src/common/utils.c
4724         * src/summaryview.c
4725                 reimplement expand_search_string using GString to
4726                 prevent crashs caused by miscalculated string
4727                 lengths reported by Paul
4728
4729 2002-12-20 [christoph]  0.8.6claws120
4730
4731         * src/summaryview.c
4732                 don't use "changed" to check if op_count has to be changed as it
4733                 is also set when the message has unread children
4734                 (closes bug [ 653221 ] crash while deleting duplicates)
4735
4736 2002-12-20 [paul]       0.8.6claws119
4737
4738         * sync with 0.8.6cvs27
4739                 see ChangeLog 2002-12-20
4740
4741 2002-12-20 [paul]       0.8.6claws118
4742
4743         * sync with 0.8.6cvs26
4744                 see ChangeLog 2002-12-19 and 2002-12-20
4745
4746 2002-12-19 [alfons]     0.8.6claws117
4747
4748         * src/textview.c
4749                 fix incorrect parsing of email addresses, submitted by 
4750                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4751                 name display if it contains @".
4752
4753 2002-12-18 [paul]       0.8.6claws116
4754
4755         * sync with 0.8.6cvs23
4756                 see ChangeLog 2002-12-18
4757
4758 2002-12-18 [paul]       0.8.6claws115
4759
4760         * src/Makefile.am
4761         * src/account.c
4762         * src/codeconv.c
4763         * src/gtkutils.[ch]
4764         * src/imap.c
4765                 sync with 0.8.6cvs22.
4766                 see ChangeLog 2002-12-17 and 2002-12-18
4767
4768 2002-12-17 [christoph]  0.8.6claws114
4769
4770         * src/imap.c
4771                 o don't create a session if imap greeting fails
4772                 o don't close socket when authentication fails
4773                   this is done by imap_session_destroy
4774
4775 2002-12-17 [thorsten]   0.8.6claws113
4776
4777         * tools/Makefile.am
4778           tools/README
4779           tools/google_msgid.pl ** NEW FILE **
4780                 Added "search for message-id" script and doc
4781
4782 2002-12-17 [thorsten]   0.8.6claws112
4783
4784         * po/hu.po
4785                 Updated hungarian translation
4786                 (updated by Gal Zoltan)
4787
4788 2002-12-16 [christoph]  0.8.6claws111
4789
4790         * src/addr_compl.c
4791                 remove stupid addressbook dump to debug output
4792         * src/mh.c
4793                 fix memory leak found by Hiro
4794
4795 2002-12-14 [paul]       0.8.6claws110
4796
4797         * src/compose.c
4798                 fix menubar sensitivity on send
4799                 
4800         * src/prefs_filtering.c
4801         * src/prefs_matcher.c
4802         * src/prefs_scoring.c
4803                 Fix english ;)
4804                 
4805         * src/common/quoted-printable.h
4806                 sync: fix typo
4807         
4808 2002-12-13 [christoph]  0.8.6claws109
4809
4810         * src/Makefile.am
4811         * src/manage_window.[ch]        ** REMOVE **
4812         * src/gtk/Makefile.am
4813         * src/gtk/manage_window.[ch]    ** NEW **
4814                 move manage_window files to gtk directory
4815
4816 2002-12-13 [christoph]  0.8.6claws108
4817
4818         * src/Makefile.am
4819         * src/gtkshruler.[ch]           ** REMOVE **
4820         * src/gtk/Makefile.am
4821         * src/gtk/gtkshruler.[ch]       ** NEW **
4822                 move gtkshruler files to gtk directory
4823
4824 2002-12-13 [christoph]  0.8.6claws107
4825
4826         * src/Makefile.am
4827         * src/compose.c
4828         * src/gtkstext.[ch]             ** REMOVE **
4829         * src/gtkutils.[ch]
4830         * src/textview.c
4831         * src/gtk/gtkstext.[ch]         ** NEW **
4832         * src/gtk/Makefile.am
4833                 o move stext functions to gtkstext.c to remove
4834                   dependency of gtkutils
4835                 o move gtkstext files to gtk directory
4836
4837         * src/gtk/Makefile.am
4838         * src/gtk/sslcertwindow.[ch]
4839                 UI stuff can always depend on common code so
4840                 it's ok to add ../common to include path
4841
4842 2002-12-13 [colin]      0.8.6claws106
4843
4844         * src/summaryview.c
4845                 Disconnect sighandlers for mainwindow when
4846                 quicksearch has the focus
4847                 Fix bug #653231
4848         * src/mainwindow.[ch]
4849                 Make key_pressed callback public, to be able
4850                 to disconnect it
4851
4852 2002-12-13 [christoph]  0.8.6claws105
4853
4854         * src/mh.c
4855                 create .mh_sequences file in new MH folders
4856                 (closes feature request [ 523162 ] MH folders should
4857                  get a .mh_sequences)
4858
4859 2002-12-13 [colin]      0.8.6claws104
4860
4861         * src/summaryview.c
4862                 Better handling of quicksearch show/hide
4863                 (basically the button stays under the mouse 
4864                  when toggled)
4865
4866 2002-12-13 [paul]       0.8.6claws103
4867
4868         * sync with 0.8.6cvs17
4869                 see ChangeLog 2002-12-13
4870
4871 2002-12-13 [paul]       0.8.6claws102
4872
4873         * po/es.po
4874                 updated by Ricardo Mones Lastra
4875
4876 2002-12-11 [colin]       0.8.6claws101
4877
4878         * src/folder.c
4879                 remove statusbar stuff
4880           src/folderview.c
4881                 set statusbar verbosity when moving folders
4882
4883 2002-12-11 [colin]       0.8.6claws100
4884         * src/prefs_filtering.c
4885         * src/prefs_matcher.c
4886         * src/prefs_scoring.c
4887                 Fix english ;)
4888
4889 2002-12-11 [colin]       0.8.6claws99
4890
4891         * src/prefs_common.[ch]
4892                 Add summary_quicksearch_type
4893         * src/summaryview.c
4894                 Save last used quicksearch type
4895
4896 2002-12-11 [jens]       0.8.6claws98
4897         * src/prefs_filtering.c
4898         * src/prefs_matcher.c
4899         * src/prefs_scoring.c
4900                 added dialog for incomplete rules in scoring, filtering and
4901                 matcher to ask wheather really close
4902
4903 2002-12-11 [colin]      0.8.6claws97
4904
4905         * src/folder.c
4906                 Fix folder dnd statusbar logging
4907
4908 2002-12-10 [christoph]  0.8.6claws96
4909
4910         * src/compose.c
4911         * src/folder.c
4912         * src/imap.c
4913         * src/inc.c
4914         * src/main.c
4915         * src/mainwindow.c
4916         * src/news.c
4917         * src/send.c
4918         * src/statusbar.[ch]
4919         * src/common/hooks.c
4920         * src/common/log.[ch]
4921                 o handle verbose logging in statusbar directly in statusbar code
4922                   and common code does not need any knowledge about a statusbar
4923                 o remove direct calls to statusbar_(puts|pop)_all functions
4924
4925 2002-12-10 [jens]       0.8.6claws95
4926
4927         * src/*.c
4928                 removed gettext from g_warnings
4929         * po/POTFILES.in
4930                 cleaned and updated
4931         * po/de.po
4932                 updated
4933
4934 2002-12-10 [colin]      0.8.6claws94
4935
4936         * src/main.c
4937                 finish crash dialog fix
4938
4939 2002-12-10 [colin]      0.8.6claws93
4940
4941         * src/main.c
4942                 "Fix" "sylpheed already running" instead of
4943                 crash dialog appearing after a crash
4944
4945 2002-12-10 [colin]      0.8.6claws92
4946
4947         * po/POTFILES.in
4948                 add src/gtk/sslcertwindow.c
4949
4950 2002-12-10 [paul]       0.8.6claws91
4951
4952         * po/POTFILES.in
4953                 updated to reflect recent changes
4954                 submitted by Alessandro Maestri
4955
4956 2002-12-09 [christoph]  0.8.6claws90
4957
4958         * src/Makefile.am
4959         * src/smtp.[ch]                 ** REMOVE **
4960         * src/common/Makefile.am
4961         * src/common/smtp.[ch]          ** NEW **
4962                 move smtp files to common directory
4963
4964 2002-12-09 [christoph]  0.8.6claws89
4965
4966         * src/Makefile.am
4967         * src/session.[ch]              ** REMOVE **
4968         * src/common/Makefile.am
4969         * src/common/session.[ch]       ** NEW **
4970                 move session files to common directory
4971
4972 2002-12-09 [paul]       0.8.6claws88
4973
4974         * src/account.c
4975                 fix bug [649746] edit accounts: move account reverted
4976                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
4977
4978 2002-12-09 [colin]      0.8.6claws87
4979
4980         * src/ssl_certificate.c
4981                 cleanup
4982
4983 2002-12-09 [colin]      0.8.6claws86
4984
4985         * src/ssl.c
4986                 Try to open the cert.pem database and 
4987                 issue a warning if it isn't there
4988
4989 2002-12-09 [colin]      0.8.6claws85
4990
4991         * src/common/ssl_certificate.c
4992         * src/gtk/sslcertwindow.c
4993                 Warning fixes
4994
4995 2002-12-09 [colin]      0.8.6claws84
4996
4997         * src/ssl_certificate.[ch] ** REMOVED **
4998         * src/common/ssl_certificate.[ch] ** NEW **
4999         * src/Makefile.am
5000         * src/common/Makefile.am
5001                 Moved ssl_certificate.[ch] to common
5002         * src/common/ssl.c 
5003                 Put back needed include
5004         * src/gtk/sslcertwindow.[ch]
5005                 Changed ssl_certificate.h include
5006         
5007 2002-12-09 [colin]      0.8.6claws83
5008
5009         * src/gtk/sslcertwindow.[ch]
5010                 Implement hook for certificate acception
5011         * src/ssl_certificate.[ch]
5012                 Implement hook for certificate acception
5013         * src/common/ssl.c
5014                 Reenable certificate acception check
5015         * src/mainwindow.c
5016                 Register sslcertwindow's hook
5017         
5018 2002-12-08 [christoph]  0.8.6claws82
5019
5020         * src/about.c
5021         * src/addr_compl.c
5022         * src/codeconv.c
5023         * src/manual.c
5024         * src/undo.c
5025         * src/common/utils.c
5026                 o add missing includes
5027                 o fix warnings
5028         * src/.cvsignore
5029         * src/common/.cvsignore
5030         * src/common/version.h          ** REMOVE **
5031                 remove autogenerated file
5032
5033 2002-12-08 [paul]       0.8.6claws81
5034
5035         * src/stringtable.c
5036                 put back needed include
5037
5038 2002-12-08 [colin]      0.8.6claws80
5039         
5040         * src/gtk/sslcertwindow.c
5041                 Cleaner popups when asking
5042         * src/ssl_certificate.c
5043         * src/prefs_common.[ch]
5044                 remove ssl certificate pref
5045                 put back needed include
5046         * src/undo.c
5047                 put back needed include
5048
5049 2002-12-08 [christoph]  0.8.6claws79
5050
5051         * src/folderview.c
5052         * src/logwindow.c
5053         * src/statusbar.c
5054         * src/summaryview.c
5055                 only abort hook invokation if required data is missing not
5056                 if our own data pointer is NULL, update hookfunction for
5057                 log window
5058
5059 2002-12-08 [paul]       0.8.6claws78
5060
5061         * src/about.c
5062         * src/addrcache.c
5063         * src/addrclip.c
5064         * src/addr_compl.c
5065         * src/addrselect.c
5066         * src/codeconv.c
5067         * src/colorlabel.c
5068         * src/enriched.c
5069         * src/esmtp.c
5070         * src/exporthtml.c
5071         * src/headerview.c
5072         * src/imageview.c
5073         * src/manual.c
5074         * src/noticeview.c
5075         * src/pgptext.c
5076         * src/scoring.c
5077         * src/sourcewindow.c
5078         * src/stringtable.c
5079         * src/undo.c
5080                 clean up: remove unneccesary includes
5081
5082 2002-12-08 [christoph]  0.8.6claws77
5083
5084         * src/folderview.c
5085         * src/statusbar.c
5086         * src/summaryview.c
5087         * src/common/hooks.[ch]
5088                 hook functions now have a gboolean return value, if a hook
5089                 returns TRUE it will stop executing of any more hooks in
5090                 the same hooklist for this invokation
5091
5092 2002-12-08 [colin]      0.8.6claws76
5093         
5094         * src/main.c
5095                 put back argv0 for CRASH_DIALOG
5096
5097 2002-12-08 [christoph]  0.8.6claws75
5098
5099         * src/Makefile.am
5100         * src/about.c
5101         * src/account.c
5102         * src/crash.c
5103         * src/esmtp.h
5104         * src/imap.[ch]
5105         * src/inc.c
5106         * src/main.c
5107         * src/mainwindow.c
5108         * src/news.c
5109         * src/pop.[ch]
5110         * src/prefs_account.[ch]
5111         * src/prefs_common.[ch]
5112         * src/send.[ch]
5113         * src/smtp.[ch]
5114         * src/ssl_certificate.[ch]
5115         * src/ssl_manager.[ch]
5116         * src/common/Makefile.am
5117         * src/common/log.c
5118         * src/common/nntp.[ch]
5119         * src/common/socket.[ch]
5120         * src/common/ssl.[ch]
5121         * src/gtk/sslcertwindow.[ch]
5122         * ac/openssl.m4
5123                 use new autoconf script to detect OpenSSL with extra parameters
5124                 to specify the location of libs and includes, also remove USE_SSL
5125                 to USE_OPENSSL
5126
5127         * src/common/sylpheed.[ch]
5128         * src/common/version.h.in
5129                 start seperation of common code initialization seperated from gui
5130
5131         * src/summaryview.c
5132                 The function that is called when a color label changes
5133                 should not change the color lable again
5134
5135 2002-12-08 [colin]      0.8.6claws74
5136
5137         * src/gtk/sslcertwindow.c
5138                 warning fixes
5139
5140 2002-12-08 [colin]      0.8.6claws73
5141
5142         * src/statusbar.c
5143           src/common/log.h
5144                 Register a hook for statusbar_puts_all
5145         * src/common/log.c
5146                 invoke statusbar_puts_all's hook
5147         
5148 2002-12-08 [colin]      0.8.6claws72
5149
5150         * src/ssl_certificate.c
5151                 Put back a badly-removed include
5152
5153 2002-12-08 [colin]      0.8.6claws71
5154
5155         * src/gtk/sslcertwindow.[ch]    ** NEW **
5156                 new certificate presentation
5157         * src/gtk/Makefile.am
5158                 add new files
5159         * src/ssl_certificate.[ch]
5160                 gtk cleanup, made utility functions public
5161         * src/ssl_manager.c
5162                 use new cert presentation
5163
5164 2002-12-07 [christoph]  0.8.6claws70
5165
5166         * src/Makefile.am
5167         * src/nntp.[ch]                 ** REMOVE **
5168         * src/common/Makefile.am
5169         * src/common/nntp.[ch]          ** NEW **
5170                 move nntp files to common directory
5171
5172 2002-12-07 [christoph]  0.8.6claws69
5173
5174         * src/procmsg.[ch]
5175         * src/summaryview.c
5176                 implement msginfo update callback using sylpheed's new
5177                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5178
5179 2002-12-06 [christoph]  0.8.6claws68
5180
5181         * src/editgroup.c
5182                 This patch changes the 'Edit Group Details' dialog to
5183                 allow extended selections in either pane, so that
5184                 addresses can be added or removed from a group more
5185                 quickly and easily. (it actually is a net decrease in
5186                 file size, as some unnecessary functions have been
5187                 removed). 
5188                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5189
5190 2002-12-06 [christoph]  0.8.6claws67
5191
5192         * src/Makefile.am
5193         * src/template.[ch]             ** REMOVE **
5194         * src/common/Makefile.am
5195         * src/common/template.[ch]      ** NEW **
5196                 move template files to common directory
5197
5198         * src/nntp.c
5199                 add missing log.h include
5200
5201 2002-12-06 [melvin]     0.8.6claws66
5202
5203         * src/prefs_actions.c
5204                 Added the trailing ">" syntax to insert command's output
5205                 without replacing old text (in contrast to trailing "|").
5206
5207 2002-12-05 [colin]      0.8.6claws65
5208         
5209         * src/common/utils.c
5210                 Don't modify original search_string or it'll change
5211                 the next iterations in the for()
5212
5213 2002-12-05 [darko]      0.8.6claws64
5214
5215         * src/common/utils.c
5216                 proper check for filtering commands, found by Colin
5217
5218 2002-12-05 [darko]      0.8.6claws63
5219
5220         * src/common/utils.c
5221                 check proper string for NULL pointer, found by Colin
5222
5223 2002-12-05 [darko]      0.8.6claws62
5224
5225         * src/common/utils.[ch]
5226                 expand_search_string(): new function
5227                 converts Mutt-like patterns to Sylpheed's
5228                 filtering engine
5229         * src/summaryview.c
5230                 use expand_search_string() to allow Mutt-like
5231                 patterns in extended search
5232         * README.claws
5233                 document extended option in quick search
5234
5235 2002-12-05 [paul]       0.8.6claws61
5236
5237         * sync with 0.8.6cvs16
5238                 see ChangeLog 2002-12-05
5239                 
5240         * po/POTFILES.in
5241                 clean up
5242
5243 2002-12-04 [christoph]  0.8.6claws60
5244
5245         * src/imap.[ch]
5246                 put imap authentication code into a new function and
5247                 remove it from imap_session_new that will allow to
5248                 send other commands before authentication
5249
5250 2002-12-04 [christoph]  0.8.6claws59
5251
5252         * src/imap.[ch]
5253                 use already existing method to prevent unneeded IMAP
5254                 folder selects. Set imap_select parameters to NULL
5255                 in some functions if the values are not required.
5256
5257         * src/xml.h
5258                 remove no longer required include
5259
5260 2002-12-04 [paul]       0.8.6claws58
5261
5262         * po/es.po
5263                 updated by Ricardo Mones Lastra
5264                 
5265         * configure.in
5266           po/hu.po      ** NEW FILE **
5267                 initial Hungarian translation, submitted
5268                 by Gál Zoltán <galzoli@hu.inter.net>
5269
5270 2002-12-03 [christoph]  0.8.6claws57
5271
5272         * src/Makefile.am
5273         * src/gtksctree.[ch]            ** REMOVE **
5274         * src/gtk/Makefile.am
5275         * src/gtk/gtksctree.[ch]        ** NEW **
5276                 move gtksctree files to gtk directory
5277
5278 2002-12-03 [christoph]  0.8.6claws56
5279
5280         * src/Makefile.am
5281         * src/md5.[ch]                  ** REMOVE **
5282         * srm/common/Makefile.am
5283         * src/common/md5.[ch]           ** NEW **
5284                 move md5 files to common directory
5285
5286         * src/gtkstext.c
5287                 remove not required #include
5288
5289 2002-12-03 [sergey]     0.8.6claws55
5290
5291         * src/gtkutils.c
5292         * src/gtkutils.h
5293                 gtkut_window_popup(): new function.
5294         * src/mainwindow.c
5295                 main_window_popup(): use gtkut_window_popup() to raise
5296                 window without changing its position.
5297                 (see sylpheed-main ML message [sylpheed:17247])
5298
5299 2002-12-03 [sergey]     0.8.6claws54
5300
5301         * src/send.c
5302                 send_message_local(): removed first-dot escaping
5303                 (SMTP-only, not needed for sending through pipe)
5304
5305 2002-12-03 [paul]       0.8.6claws53
5306
5307         * po/POTFILES.in
5308                 update to reflect recent changes (thanks
5309                 to Ricardo Mones Lastra)
5310                 
5311         * tools/filter_conv.pl
5312                  fix problem with quoted strings. Patch submitted
5313                  by Luke Plant <lukeplant@softhome.net>
5314
5315 2002-12-03 [paul]       0.8.6claws52
5316
5317         * sync with 0.8.6cvs15
5318                 see ChangeLog 2002-12-03
5319
5320 2002-12-02 [christoph]  0.8.6claws51
5321
5322         * src/logwindow.[ch]
5323         * src/common/log.[ch]
5324                 implement logging using a hook function
5325
5326         * src/folderview.c
5327         * src/folder.[ch]
5328                 define hooklist name in header file to avoid
5329                 errors caused by wrong spelling of hooklist names
5330
5331         * src/toolbar.c
5332                 fix warnings
5333
5334 2002-12-02 [christoph]  0.8.6claws50
5335
5336         * src/common/Makefile.am
5337                 add src/common/hooks.[ch]
5338
5339         * src/common/hooks.[ch]
5340                 implement a simple hook system using glib's hook functions
5341
5342         * src/folder.[ch]
5343         * src/folderview.c
5344                 use new hook system for folder item updates
5345
5346 2002-12-02 [christoph]  0.8.6claws49
5347
5348         * doc-src/ui_seperation.txt     ** NEW **
5349                 information for ui seperation
5350
5351         * src/Makefile.am
5352                 remove files that were moved to common
5353                 include common directory by default for the header files
5354
5355         * src/inc.c
5356         * src/common/socket.c
5357         * src/automaton.[ch]
5358                 implement automaton using g_io_*-functions instead of
5359                 gdk_input_add to make it ui independent
5360
5361         * src/codeconv.c
5362         * src/compose.c
5363         * src/ldif.c
5364         * src/pgptext.c
5365         * src/procmime.c
5366         * src/rfc2015.c
5367         * src/smtp.c
5368         * src/unmime.c
5369                 remove common/ prefix because directory is now in
5370                 include path
5371
5372         * src/compose.c
5373         * src/folder.c
5374         * src/folderview.c
5375         * src/mainwindow.c
5376         * src/messageview.c
5377         * src/prefs_common.c
5378         * src/procmsg.c
5379         * src/rfc2015.c
5380                 fix warnings
5381
5382         * src/imap.c
5383         * src/inc.c
5384         * src/news.c
5385         * src/pop.c
5386         * src/send.c
5387         * src/smtp.c
5388         * src/ssl_certificate.c
5389                 add log.h header file for logging functions
5390
5391         * src/main.c
5392         * src/common/utils.c
5393         * src/summaryview.c
5394         * src/xml.c
5395                 o move debug_mode to common/utils.c
5396                 o add functions to set and get debug_mode
5397
5398         * src/defs.h                    ** REMOVE **
5399         * src/intl.h                    ** REMOVE **
5400         * src/socket.[ch]               ** REMOVE **
5401         * src/ssl.[ch]                  ** REMOVE **
5402         * src/utils.[ch]                ** REMOVE **
5403                 replaced by new files in src/common/
5404         
5405         * src/common/Makefile.am
5406                 add new files in src/common/
5407
5408         * src/common/defs.h             ** NEW **
5409         * src/common/intl.h             ** NEW **
5410         * src/common/log.[ch]           ** NEW **
5411         * src/common/socket.[ch]        ** NEW **
5412         * src/common/ssl.[ch]           ** NEW **
5413         * src/common/utils.[ch]         ** NEW **
5414                 replacement for files in src/
5415
5416 2002-12-02 [colin]      0.8.6claws48
5417
5418         * src/folderview.c
5419                 Scroll folderview if necessary during dnd
5420
5421 2002-12-02 [colin]      0.8.6claws47
5422
5423         * src/folder.[ch]
5424                 Add check to verify a move is within a single mailbox
5425         * src/folderview.c
5426                 Add specific error string for this check
5427
5428 2002-12-02 [colin]      0.8.6claws46
5429
5430         * src/folder.c
5431                 Add a test to folder moving, remove a statusbar_print
5432         * src/folderview.c
5433                 Add Move folder... context-menu item
5434                 Factorize folder moving code
5435                 Enable folder DND for mbox
5436
5437 2002-12-01 [christoph]  0.8.6claws45
5438
5439         * ac/aspell.m4
5440                 remove conf.aspelltest if the version check fails
5441
5442 2002-11-30 [christoph]  0.8.6claws44
5443
5444         * autogen.sh
5445                 run libtoolize --force in autogen to create missing
5446                 libtool scripts
5447
5448 2002-11-30 [christoph]  0.8.6claws43
5449
5450         * src/Makefile.am
5451         * src/pgptext.c
5452         * src/procmime.c
5453         * src/rfc2015.c
5454         * src/uuencode.[ch]             ** REMOVED **
5455         * src/common/Makefile.am
5456         * src/common/uuencode.[ch]      ** NEW **
5457                 move uuen/decoder to common directory
5458
5459 2002-11-30 [christoph]  0.8.6claws42
5460
5461         * src/Makefile.am
5462         * src/base64.[ch]               ** REMOVED **
5463         * src/codeconv.c
5464         * src/compose.c
5465         * src/ldif.c
5466         * src/pgptext.c
5467         * src/procmime.c
5468         * src/rfc2015.c
5469         * src/smtp.c
5470         * src/unmime.c
5471         * src/common/Makefile.am
5472         * src/common/base64.[ch]        ** NEW **
5473                 move base64 en/decoder to common directory
5474
5475 2002-11-30 [christoph]  0.8.6claws41
5476
5477         * src/common                    ** NEW **
5478                 new directory for UI independent code
5479         * src/gtk                       ** NEW **
5480                 new directory for GTK frontend
5481         * src/common/.cvsignore         ** NEW **
5482         * src/gtk/.cvsignore            ** NEW **
5483                 ignore build files
5484         * src/common/Makefile.am        ** NEW **
5485         * src/gtk/Makefile.am           ** NEW **
5486                 automake files to build new seperated stuff
5487         * src/Makefile.am
5488                 the binary will currently still be build with the
5489                 files in src, so we include the code from the
5490                 subdirs for now after building the libs there
5491
5492 2002-11-30 [paul]       0.8.6claws40
5493
5494         * src/compose.c
5495                 fix bug [642731] 'Wrong selected account with drafted mail'
5496
5497 2002-11-29 [oliver]     0.8.6claws39
5498         
5499         * src/messageview.c
5500                 o update summaryview when switching between different
5501                   messageviews          
5502         * src/toolbar.c  
5503                 o check if messageview holds already removed msg
5504                   from summaryview
5505                 
5506
5507 2002-11-29 [oliver]     0.8.6claws38
5508
5509         * src/toolbar.c 
5510                 remove not needed variables and includes
5511                 make messageview stay opened and move to next when msgs are deleted 
5512
5513 2002-11-29 [oliver]     0.8.6claws37
5514         
5515         * src/toolbar.c 
5516                 disable compose button (messageview toolbar) by default
5517                 deleted msgs are moved to trash
5518         
5519 2002-11-29 [melvin]     0.8.6claws36
5520
5521         * configure.in
5522                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5523                 and to detect signatures expirations (gpgme 0.3.6)
5524
5525         * src/main.c
5526                 Use non obsolescent function for Gpgme engine checking.
5527
5528         * src/rfc2015.c
5529                 Inform about expired signatures or signatures which key
5530                 has expired. Expiration date is displayed.
5531
5532         * src/sigstatus.c
5533                 Inform about expired signatures or signatures which key
5534                 has expired.
5535
5536 2002-11-28 [paul]       0.8.6claws35
5537
5538         * src/folderview.c
5539                 re-instate 'Check for new messages' in Newsgroup
5540                 folders right-click menu, after a suggestion from
5541                 Tim Mann <timmann@users.sourceforge.net>
5542
5543         * src/main.c
5544                 after a crash check only local folders for new
5545                 messages
5546
5547 2002-11-28 [paul]       0.8.6claws34
5548
5549         * configure.in
5550                 apply patch that fixes the checking of GTK with XIM 
5551                 support on different OSs, such as FreeBSD. Patch 
5552                 submitted by Topia <topia@users.sourceforge.net>
5553                 
5554 2002-11-28 [paul]       0.8.6claws33
5555
5556         * src/mainwindow.c
5557           src/prefs_common.c
5558           src/prefs_toolbar.c
5559                 more changes to the English
5560
5561 2002-11-28 [paul]       0.8.6claws32
5562
5563         * sync with 0.8.6cvs13
5564                 see ChangeLog 2002-11-28 (no sync needed
5565                 for src/compose.c)
5566
5567 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5568         
5569         * src/mainwindow.[ch]
5570                 add patch by Ivan F. Martinez introducing messageview Toolbar
5571                 some changes and committed by oliver    
5572
5573 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5574
5575         * src/messageview.[ch]
5576                 add patch by Ivan F. Martinez introducing messageview Toolbar
5577                 some changes and committed by oliver    
5578
5579 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5580
5581         * src/compose.[ch]
5582                 add patch by Ivan F. Martinez introducing messageview Toolbar
5583                 some changes and committed by oliver    
5584
5585 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5586         
5587         * src/toolbar.[ch]
5588                 add patch by Ivan F. Martinez introducing messageview Toolbar
5589                 some changes and committed by oliver
5590
5591 2002-11-28 [oliver]     0.8.6claws27
5592         
5593         * src/prefs_toolbar.[ch]
5594                 getting ready for messageview toolbar
5595                 free mem allocated by gettext
5596                 change prefs_toolbar to prefs_toolbar_open
5597  
5598 2002-11-28 [thorsten]   0.8.6claws26
5599
5600         * src/imageview.[ch]
5601                 cleaned up conflicting declarations of
5602                 imageview_show_image()
5603
5604 2002-11-28 [paul]       0.8.6claws25
5605
5606         * src/grouplistdialog.c
5607           src/prefs_common.c
5608           src/prefs_summary_column.c
5609                 a few more improvements to the English
5610
5611 2002-11-28 [colin]      0.8.6claws24
5612
5613         * man/sylpheed.1
5614                 A few updates to command-line parameters
5615
5616 2002-11-28 [colin]      0.8.6claws23
5617
5618         * src/prefs_filtering.c
5619                 Fix problems with prefs_filtering_delete_path:
5620                 a) if the first rule is removed, original pointers
5621                    weren't updated (leading to segfaults)
5622                 b) it was always global_processing updated in case
5623                    of removed path was parent of rule path
5624
5625 2002-11-27 [paul]       0.8.6claws22
5626
5627         * src/mainwindow.c
5628           src/prefs_account.c
5629           src/prefs_actions.c
5630           src/prefs_common.c
5631           src/prefs_customheader.c
5632           src/prefs_display_header.c
5633           src/prefs_filtering.c
5634           src/prefs_folder_item.c
5635           src/prefs_matcher.c
5636           src/prefs_scoring.c
5637           src/prefs_summary_column.c
5638           src/prefs_template.c
5639           src/prefs_toolbar.c
5640                  improve the English in the GUI
5641
5642 2002-11-27 [colin]      0.8.6claws21
5643
5644         * src/folder.c
5645                 Fix processing renaming problems happening after
5646                 last commit
5647
5648 2002-11-27 [colin]      0.8.6claws20
5649
5650         * src/folder.c
5651                 recursive move now deletes src each subfolder after 
5652                 having moved it
5653         * src/folderview.c
5654                 Use identifier instead of path during dnd (enables
5655                 IMAP folder dnd)
5656
5657 2002-11-27 [paul]       0.8.6claws19
5658
5659         * src/main.c
5660                 apply patch that does command-line processing 
5661                 BEFORE gtk_init, allowing claws to run from 
5662                 shell-scripts in non-X environment (e.g. crontab 
5663                 or ip-up, ip-down scripts). Patch submitted by
5664                 Ruslan N. Balkin <baron@dartel.ru>
5665                 
5666         * po/it.po
5667                 updated by Alessandro Maestri
5668
5669 2002-11-27 [paul]       0.8.6claws18
5670
5671         * sync with 0.8.6cvs12
5672           src/prefs_common.c
5673                 Differences are that main uses a 'Receive dialog'
5674                 frame on the Interface tab, whereas claws groups all 
5675                 the dialogs together in a 'Dialogs' frame.
5676
5677 2002-11-27 [colin]      0.8.6claws17
5678
5679         * src/prefs_matcher.c
5680                 Fix Execute criteria's NOT flag
5681
5682
5683 2002-11-26 [christoph]  0.8.6claws16
5684
5685         * src/ssl.c
5686                 rewrite the ssl code a little bit, only use one
5687                 SSL context, set default certificates' file/path
5688
5689 2002-11-26 [thorsten]   0.8.6claws15
5690
5691         * src/compose.c
5692                 default-reply-to didn't work for ml-reply
5693
5694 2002-11-26 [melvin]     0.8.6claws14
5695
5696         * src/prefs_actions.c
5697                 Made pipe-actions ignore short headers in message view
5698                 Made trailing-pipe-actions write in the message view with
5699                 the same font as the original message
5700
5701 2002-11-26 [paul]       0.8.6claws13
5702
5703         * src/compose.c
5704                 this time commit the correct file
5705
5706 2002-11-26 [paul]       0.8.6claws12
5707
5708         * sync with 0.8.6cvs11
5709           src/quote_fmt_parse.y  
5710                 no sync needed
5711           src/account.[ch]       
5712                 not sync'ed
5713           src/compose.c
5714                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5715                 on draft mode.
5716                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5717                 header
5718                 
5719         see ChangeLog 2002-11-25 and 2002-11-26
5720
5721 2002-11-26 [colin]      0.8.6claws11
5722
5723         * src/folderview.c
5724                 Fix collapsed folder not auto-expanding during
5725                 mail dnd, if it was the source folder.
5726
5727 2002-11-25 [colin]      0.8.6claws10
5728
5729         * src/folderview.[ch]
5730                 Variable renaming and cleaning (slist of nodes 
5731                 to be re-collapsed is stored in FolderView)
5732
5733 2002-11-25 [paul]       0.8.6claws9
5734
5735         * src/prefs_common.[ch]
5736                 fix breakage caused by last commit
5737
5738 2002-11-25 [paul]       0.8.6claws8
5739
5740         * sync with 0.8.6cvs4
5741                 see ChangeLog 2002-11-21
5742
5743 2002-11-25 [paul]       0.8.6claws7
5744
5745         * sync with 0.8.6cvs4
5746                 see ChangeLog 2002-11-20
5747
5748 2002-11-25 [paul]       0.8.6claws6
5749
5750         * sync with 0.8.6cvs3
5751                 see ChangeLog 2002-11-18
5752
5753 2002-11-25 [colin]      0.8.6claws5
5754
5755         * src/gtkutils.[ch]
5756                 Add gtkut_ctree_node_is_parent()
5757         * src/folderview.c
5758                 Spring-loaded folders
5759
5760 2002-11-25 [colin]      0.8.6claws4
5761
5762         * src/utils.[ch]
5763                 Add slist_concat_unique(), function to merge
5764                 two GSList filtering dups
5765         * src/folder.[ch]
5766         * src/summaryview.[ch]
5767         * src/folderview.c
5768         * src/main.c
5769                 Add detection/update/display of unread answers
5770                 to marked mails
5771         * src/procmsg.[ch]
5772                 Add procmsg_find_children()
5773                 Add procmsg_msg_has_marked_parent()
5774
5775 2002-11-25 [colin]      0.8.6claws3
5776
5777         * src/ssl_certificate.[ch]
5778                 Allow checking a certificate without a DNS
5779                 lookup
5780                 Allow to forget a cert (by deleting it)
5781                 Make ssl_certificate_destroy_public
5782         * src/ssl_manager.[ch] ** NEW FILES **
5783                 Gui to manage (display/remove) certificates
5784         * src/prefs_common.[ch]
5785                 Add a pref to allow silent acceptation of
5786                 trusted certificates or not (based on the
5787                 "I want to know what's going on" principle)
5788         * src/mainwindow.c
5789                 Add SSL manager in Tools menu
5790         * src/Makefile.am
5791                 Add the new files to the build
5792         * po/POTFILES.in
5793                 Add ssl_manager.c to translations
5794
5795 2002-11-25 [colin]      0.8.6claws2
5796
5797         * src/summaryview.[ch]
5798                 Add S_SEARCH_EXTENDED to the quick search, which 
5799                 allows to search using filtering syntax.
5800
5801 2002-11-25 [colin]      0.8.6claws1
5802
5803         * src/summaryview.c
5804                 Deletion of duplicates now prefer deleting
5805                 the unread dup (fixes feature-request 638989).
5806
5807 2002-11-24 [paul]       0.8.6claws
5808
5809         * po/es.po
5810           po/pl.po
5811           po/ru.po
5812           po/sr.po
5813                 updated by Ricardo Mones Lastra,
5814                 Witold Wladyslaw Wojciech Wilk,
5815                 Ruslan N. Balkin, and  Urke MMI 
5816                 respectively
5817
5818 2002-11-24 [paul]       0.8.5claws182
5819
5820         * po/bg.po
5821                 updated by George Danchev
5822
5823 2002-11-23 [alfons]     0.8.5claws181
5824
5825         * src/imap.c
5826                 tiny memory leak found by browsing Dimitar's 
5827                 valgrind report
5828
5829 2002-11-23 [paul]       0.8.5claws180
5830
5831         * po/it.po
5832                 updated by Alessandro Maestri
5833
5834 2002-11-22 [christoph]  0.8.5claws179
5835
5836         * src/compose.c
5837         * src/inc.c
5838         * src/prefs_filtering.c
5839         * src/summaryview.c
5840                 more warning fixes
5841
5842 2002-11-22 [alfons]     0.8.5claws178
5843
5844         * src/summaryview.c
5845                 summary_execute_delete_func(): if message is deleted, make 
5846                 sure to also remove its entry in the subject hash table. 
5847                 fixes a corner case bug.
5848
5849 2002-11-22 [paul]       0.8.5claws177
5850
5851         * .cvsignore
5852                 add 'autom4te.cache'
5853                 
5854         * ltconfig      ** REMOVED **
5855                 not needed
5856
5857 2002-11-22 [paul]       0.8.5claws176
5858
5859         * src/textview.c
5860                 textview_set_font(): fix for message display in
5861                 UTF-8 locales (thanks to Sergey Vlasov).
5862                 
5863         * AUTHORS
5864                 add new team members and contributors
5865
5866
5867 2002-11-21 [colin]      0.8.5claws175
5868
5869         * src/procmsg.[ch]
5870                 Add procmsg_remove_special_headers()
5871         * src/mh.c
5872                 Use procmsg_remove_special_headers() for 
5873                 previous fix
5874
5875 2002-11-21 [colin]      0.8.5claws174
5876
5877         * src/mh.c
5878                 Fix moving/copying from queue/draft folders
5879                 for MH folders
5880
5881 2002-11-21 [christoph]  0.8.5claws173
5882
5883         * src/crash.c
5884         * src/filtering.c
5885         * src/logwindow.c
5886         * src/main.c
5887         * src/matcher_parser_lex.[hl]
5888         * src/mbox.c
5889         * src/mbox_folder.[ch]
5890         * src/prefs_filtering.c
5891         * src/procheader.c
5892         * src/quote_fmt_lex.l
5893         * src/ssl.c
5894                 fix all warnings except the warnings in lex and yacc files
5895
5896 2002-11-20 [christoph]  0.8.5claws172
5897
5898         * src/imap.c
5899                 fix MsgInfo retrieval for IMAP draft and queue folders
5900                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5901
5902 2002-11-19 [christoph]  0.8.5claws171
5903
5904         * src/compose.c
5905                 fix segfault, when draft saving does not get
5906                 the MsgInfo of the new message
5907                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5908
5909 2002-11-19 [christoph]  0.8.5claws170
5910
5911         * src/procmsg.c
5912                 add parameter check for flag setting function
5913                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5914
5915 2002-11-18 [paul]       0.8.5claws169
5916
5917         * src/compose.c
5918                 more sensitivity fixes to redirect mode:
5919                 * disable toolbar draft button
5920                 * allow only Address book in the Tools menu
5921                 * disable editing of message by the spell
5922                   checker
5923
5924 2002-11-18 [paul]       0.8.5claws168
5925
5926         * src/compose.c
5927                 fix sensitivity of menu items in compose_redirect():
5928                 allow only the necessary items 
5929
5930 2002-11-18 [paul]       0.8.5claws167
5931
5932         * src/compose.c
5933                 fix bug [ 603259 ] 'attachment got lost on bounce'
5934
5935 2002-11-18 [paul]       0.8.5claws166
5936
5937         * po/ru.po
5938                 updated by Ruslan N. Balkin <baron@dartel.ru>
5939
5940 2002-11-18 [colin]      0.8.5claws165
5941
5942         * src/main.c
5943           src/defs.h
5944                 Remove old filtering stuff
5945
5946
5947 2002-11-17 [oliver]     0.8.5claws164
5948
5949         * src/toolbar.h
5950                 remove not needed typedef 
5951
5952 2002-11-17 [oliver]     0.8.5claws163
5953
5954         * src/toolbar.c
5955                 make toolbar's on click events translatable
5956
5957 2002-11-15 [colin]      0.8.5claws162
5958
5959         * src/summaryview.c
5960                 Revert too-soon integration of a feature
5961
5962 2002-11-15 [christoph]  0.8.5claws161
5963
5964         * src/imap.c
5965                 use main's implementation of imap_get_msginfo
5966
5967 2002-11-15 [christoph]  0.8.5claws160
5968
5969         * src/compose.c
5970         * src/folder.[ch]
5971         * src/imap.c
5972         * src/mbox_folder.c
5973         * src/mh.c
5974         * src/news.c
5975         * src/procmsg.c
5976         * src/summaryview.c
5977                 replace claws' fetch_msginfo with main's get_msginfo
5978                 (use main's implementation where possible)
5979
5980 2002-11-15 [colin]      0.8.5claws159
5981
5982         * src/ssl_certificate.c
5983                 Missed a check
5984
5985 2002-11-16 [melvin]     0.8.5claws158
5986
5987         * po/fr.po
5988                 Updated French translations.
5989
5990 2002-11-16 [colin]      0.8.5claws157
5991
5992         * src/ssl_certificate.c
5993                 Check for missing parts in the certificates
5994
5995 2002-11-15 [colin]      0.8.5claws156
5996
5997         * src/folderview.c
5998                 Preventive fix (missing check) found by
5999                 Alfons
6000
6001 2002-11-15 [paul]
6002
6003         * NEWS
6004                 sync with 0.8.6 release
6005
6006 2002-11-15 [colin]      0.8.5claws155
6007
6008         * src/folder.[ch]
6009           src/folderview.c
6010                 Fix error handling of folder_item_move_to()
6011                 (thanks to Alfons!)
6012
6013 2002-11-15 [colin]      0.8.5claws154
6014
6015         * src/folder.[ch]
6016           src/folderview.c
6017                 folder_item_move_to() sets an error message instead
6018                 of having GUI stuff in folder.c
6019
6020 2002-11-15 [colin]      0.8.5claws153
6021
6022         * src/procmsg.[ch]
6023                 Implemented a callback for MsgInfo updates, 
6024                 heavily copy/pasted from Christoph's folder 
6025                 callback system
6026         * src/summaryview.[ch]
6027                 Register summary_update_msg as callback
6028
6029 2002-11-14 [colin]      0.8.5claws152
6030         
6031         * src/procmsg.c
6032                 Update the FolderItem after sending (fixes 617593)
6033
6034 2002-11-14 [christoph]  0.8.5claws151
6035
6036         * src/folder.c
6037                 fix wrong position of NULL pointer check found
6038                 by Sergey
6039
6040 2002-11-14 [christoph]  0.8.5claws150
6041
6042         * src/folder.c
6043                 fix segfault when deleting messages from IMAP folders
6044                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6045
6046 2002-11-14 [colin]      0.8.5claws149
6047
6048         * src/compose.c
6049                 Forwarding was also ignoring the folder's default account.
6050
6051 2002-11-14 [colin]      0.8.5claws148
6052
6053         * src/compose.c
6054                 Fix sent folder not set to folder properties when 
6055                 forwarding.
6056
6057 2002-11-14 [thorsten]   0.8.5claws147
6058
6059         * src/inc.c
6060                 inc_start(): Files were not moved from .processing to inbox,
6061                 if no global processing rule existed
6062
6063 2002-11-14 [colin]      0.8.5claws146
6064
6065         * src/ssl_certificate
6066                 Fix file operations
6067
6068 2002-11-14 [paul]       0.8.5claws145
6069
6070         * po/it.po
6071                 updated by Alessandro Maestri
6072
6073 2002-11-13 [alfons]     0.8.5claws144
6074
6075         * src/folder.c
6076                 folder_item_close(): only mark messages unread
6077                 when a folder has new messages 
6078
6079 2002-11-13 [keith]      0.8.5claws143
6080
6081         * src/imap.c
6082                 Fix problem moving or copying between
6083                 IMAP folders
6084
6085 2002-11-13 [colin]      0.8.5claws142
6086
6087         * src/matcher_parser_parse.y
6088                 Fix rule problem when " don't match
6089
6090 2002-11-13 [christoph]  0.8.5claws141
6091
6092         * src/folder.c
6093         * src/folderview.c
6094                 moved cache saving to folder_item_close
6095                 the folderview should not have to deal with
6096                 this things
6097
6098 2002-11-13 [christoph]  0.8.5claws140
6099
6100         * src/summaryview.c
6101                 moved setting of important score to
6102                 summary_set_prefs_from_folderitem
6103
6104 2002-11-13 [colin]      0.8.5claws139
6105
6106         * src/matcher_parser_parse.y
6107                 Fix a segfault in the parser (happening when
6108                 a good expression had been tested and a bad 
6109                 one arrives)
6110
6111 2002-11-13 [paul]       0.8.5claws138
6112
6113         * sync with 0.8.5cvs24
6114                 see ChangeLog 2002-11-13
6115                 
6116         * po/pt_BR.po
6117                 updated by Fabio Jr. Beneditto
6118
6119 2002-11-13 [colin]      0.8.5claws137
6120         
6121         * src/msgcache.c
6122           src/defs.h
6123           src/procmsg.[ch]
6124                 Revert last commit, problem
6125
6126 2002-11-13 [colin]      0.8.5claws136
6127
6128         * src/msgcache.c
6129                 Remove duplicated code
6130         * src/defs.h
6131                 Bumped CACHE_VERSION and MARK_VERSION
6132         * src/procmsg.[ch]
6133                 Network endian for cache and mark files
6134
6135 2002-11-12 [colin]      0.8.5claws135
6136
6137         * src/inc.c
6138                 Fix the "socket error" dialog which disappeared
6139
6140 2002-11-12 [colin]      0.8.5claws134
6141
6142         * src/msgcache.c
6143                 Reverse last commit which had performance 
6144                 problems, but still reverse the list
6145
6146 2002-11-12 [colin]      0.8.5claws133
6147
6148         * src/msgcache.c
6149                 Reverse list order
6150
6151 2002-11-12 [melvin]     0.8.5claws132
6152
6153         * src/compose.c
6154                 Added a check for a NULL prefs_common.dictionary
6155
6156 2002-11-12 [colin]      0.8.5claws131
6157
6158         * src/ssl_certificate.[ch]
6159                 Use FQDN hostname
6160
6161 2002-11-12 [colin]      0.8.5claws130
6162
6163         * src/ssl_certificate.[ch]
6164                 Take connection port into account for 
6165                 checking certificates (a single hostname
6166                 could have multiple servers with multiple
6167                 certificates)
6168         * src/ssl.c
6169                 Pass the port to ssl_certificate_check
6170
6171 2002-11-12 [paul]       0.8.5claws129
6172
6173         * src/folder.c
6174                 fix a typo in last commit
6175
6176 2002-11-12 [paul]       0.8.5claws128
6177
6178         * sync with 0.8.5cvs23
6179                 see ChangeLog entry 2002-11-12
6180
6181 2002-11-11 [colin]      0.8.5claws127
6182
6183         * src/ssl_certificate.c
6184                 Cleaner messages
6185                 Don't popup, instead log error, if the 
6186                 corresponding pref is checked
6187         * src/ssl_certificate.h
6188                 include <openssl/objects/h>
6189
6190 2002-11-11 [colin]      0.8.5claws126
6191
6192         * src/ssl_certificate.h
6193                 _Really_ clean it
6194
6195 2002-11-11 [colin]      0.8.5claws125
6196         
6197         * src/ssl_certificate.c
6198                 Fixed leak
6199
6200 2002-11-11 [colin]      0.8.5claws124
6201
6202         * src/ssl.c
6203                 Cleaned a bit
6204         * src/ssl_certificate.[ch]
6205                 Cleaned a bit (better use of SSL API)
6206                 (This will cause non-recognition of saved 
6207                  certificates of claws12[23]...)
6208
6209 2002-11-11 [paul]       0.8.5claws123
6210         
6211         * po/es.po
6212                 updated by Ricardo Mones Lastra
6213
6214 2002-11-11 [colin]      0.8.5claws122
6215
6216         * src/ssl.c
6217                 Fix a typo
6218
6219 2002-11-11 [colin]      0.8.5claws121
6220
6221         * src/ssl_certificate.[ch] ** NEW FILES **
6222         * src/ssl.[ch]
6223                 Check SSL certificates presented to us
6224         * src/Makefile.am
6225                 Add ssl_certificate.[ch]
6226         * po/POTFILES.in
6227                 Add ssl_certificate.c
6228
6229 2002-11-11 [paul]       0.8.5claws120
6230
6231         * sync with 0.8.5cvs22
6232                 see ChangeLog 2002-11-11
6233
6234 2002-11-11 [paul]       0.8.5claws119
6235
6236         * sync with 0.8.5cvs21
6237                 see ChangeLog 2002-11-11
6238
6239 2002-11-10 [jens]       0.8.5claws118
6240
6241         * src/folder.c
6242         * src/folderview.c
6243                 corrected some typing
6244         * po/de.po
6245                 updated german translation
6246         * sylpheed.spec.in
6247                 cleaned up specfile and adjusted it for claws
6248
6249 2002-11-10 [colin]      0.8.5claws117
6250
6251         * src/summaryview.c
6252                 a STATUSBAR_PUSH/POP fix
6253
6254 2002-11-10 [colin]      0.8.5claws116
6255
6256         * src/prefs_folder_item.c
6257                 Fix hanging after opening folder properties
6258
6259 2002-11-10 [hoa]        0.8.5claws115
6260
6261         * src/matcher_parser_lex.l
6262         * src/matcher_parser_parse.y
6263                 config file for scoring and filtering is no more trashed
6264                 when there is a syntax error in a filtering rule when
6265                 editing it in a dialog.
6266
6267 2002-11-09 [colin]      0.8.5claws114
6268
6269         * src/mbox_folder.c
6270                 Added missing initialisation of folder->destroy()
6271
6272 2002-11-09 [colin]      0.8.5claws113
6273
6274         * src/folder.c
6275           src/folderview.c
6276                 Fix the status bar messages
6277
6278 2002-11-09 [colin]      0.8.5claws112
6279
6280         * src/folderview.c
6281                 Fix hangs after folder dnd, happening after 
6282                 claws109.
6283
6284 2002-11-09 [christoph]  0.8.5claws111
6285
6286         * src/folderview.c
6287                 just changed order of calls (reverse order of
6288                 associated calls)
6289         * src/inc.c
6290                 lock inc when checking only one account, otherwise
6291                 inc all could be executed at the same time
6292
6293 2002-11-09 [christoph]  0.8.5claws110
6294
6295         * src/folderview.c
6296                 better unlock the mouse cursor before calling
6297                 summary_show because it changes the cursor too
6298
6299 2002-11-09 [christoph]  0.8.5claws109
6300
6301         * src/folder.[ch]
6302         * src/folderview.c
6303                 add functions to open and close a folder
6304                 o opending will execute scanning for remote folders
6305                   and processing
6306                 o closing will unset new flag for messages
6307
6308 2002-11-09 [colin]      0.8.5claws108
6309
6310         * src/folder.c
6311                 Add a call to prefs_matcher_write_config to 
6312                 avoid non-leaf folders filtering settings to be
6313                 lost
6314
6315 2002-11-09 [paul]       0.8.5claws107
6316
6317         * src/prefs_account.c
6318                 re-word a label
6319
6320 2002-11-09 [colin]      0.8.5claws106
6321
6322         * src/folderview.c
6323                 Minor esthetic fix
6324
6325 2002-11-09 [colin]      0.8.5claws105
6326
6327         * src/folderview.c
6328                 Fix prefs_filtering deletion for MH folders (same
6329                 reason as below)
6330         * src/prefs_filtering.c
6331                 Fix prefs_filtering renaming and deletion for 
6332                 folder-based processing rules.  
6333
6334 2002-11-09 [christoph]  0.8.5claws104
6335
6336         * src/compose.c
6337         * src/folder.[ch]
6338         * src/folderview.[ch]
6339         * src/import.c
6340         * src/inc.c
6341         * src/main.c
6342         * src/mainwindow.c
6343         * src/messageview.c
6344         * src/prefs_folder_item.c
6345         * src/procmsg.c
6346         * src/summaryview.c
6347                 implement a callback system for folder item updates
6348
6349 2002-11-09 [colin]      0.8.5claws103
6350
6351         * src/folderview.c
6352                 Fix prefs_filtering renaming for MH folders (we
6353                 shouldn't rename by path as another folder could
6354                 have the same hierarchy).
6355
6356 2002-11-09 [colin]      0.8.5claws102
6357
6358         * src/folder.c
6359                 Fix a leak found by Christoph, use better variable
6360                 names
6361
6362 2002-11-09 [colin]      0.8.5claws101
6363
6364         * src/folder.c
6365                 One more fix for processing rules
6366
6367 2002-11-08 [colin]      0.8.5claws100
6368         
6369         * src/matcher.c
6370                 Don't copy the compiled regexp (will be reevaluated)
6371         * src/folderview.c
6372                 Lock folderview while moving
6373         * src/folder.c
6374                 Provide info on what's happening to the user
6375
6376 2002-11-08 [colin]      0.8.5claws99
6377
6378         * src/folderview.c
6379                 Fix folder reordering after a move if parent is 
6380                 root
6381         * src/scoring.[ch]
6382                 Add function to copy a ScoringProp
6383         * src/prefs_folder_item.c
6384                 Copy scoring rules when copying a folder prefs
6385
6386 2002-11-08 [colin]      0.8.5claws98
6387
6388         * src/folderview.c
6389                 Fixes in case of failure
6390         * src/filtering.[ch]    
6391                 Add function to duplicate a FilteringProp
6392         * src/matcher.[ch]
6393                 Add function to duplicate a MatcherProp
6394         * src/prefs_folder_item.c
6395                 Save folder's processing rules when copying 
6396                 its prefs
6397
6398 2002-11-08 [colin]      0.8.5claws97
6399         
6400         * src/folderview.c
6401                 Sort after move
6402         * src/folder.c 
6403                 Change a printf to debug_print
6404
6405 2002-11-08 [colin]      0.8.5claws96
6406
6407         * src/folder.c
6408           src/folderview.c
6409                 Fix segfaults, call me stupido
6410         
6411
6412 2002-11-08 [colin]      0.8.5claws95
6413
6414         *src/folder.c
6415                 Added forgotten prefs to save when moving folders
6416
6417 2002-11-08 [colin]      0.8.5claws94
6418
6419         * src/folder.c
6420                 Fixes to folder DND (prefs copy)
6421         * src/folderview.c
6422                 Optimization for folder DND (don't rescan whole tree)
6423                 Added folderview_create_folder_node() for this 
6424                 optimization, so de-duped a bit the code
6425         * src/prefs_folder_item.[ch]
6426                 Added prefs_folder_item_copy_prefs()    
6427           
6428 2002-11-08 [paul]       0.8.5claws93
6429
6430         * src/prefs_account.c
6431           tools/README
6432           tools/kmail2sylpheed_v2.pl
6433                 correct some typos
6434
6435 2002-11-08 [paul]       0.8.5claws92
6436
6437         * src/compose.c
6438           src/prefs_account.[ch]
6439                 remove account options 'clearsign' and 'ascii_armored',
6440                 replace with 'default_gnupg_mode' to prevent mixed-mode
6441                 Privacy settings
6442
6443 2002-11-08 [paul]       0.8.5claws91
6444
6445         * src/compose.[ch]
6446                 re-implement GnuPG 'on-the-fly' mode selection,
6447                 disallow mixed-mode
6448
6449 2002-11-08 [colin]      0.8.5claws90
6450
6451         * src/folderview.c
6452           src/prefs_folder_item.c
6453                 Change "Property" to "Properties"
6454
6455 2002-11-07 [colin]      0.8.5claws89
6456
6457         * src/folderview.c
6458           src/folder.c
6459                 Allow folder dropping to a root folder
6460
6461 2002-11-07 [paul]       0.8.5claws88
6462
6463         * src/compose.c
6464                 revert last commit
6465
6466 2002-11-07 [paul]       0.8.5claws87
6467
6468         * src/compose.c
6469                 fix reply-to-list bug. closes bug report
6470                 "[633382] reply-to-list broken in recent cvs"
6471
6472 2002-11-07 [paul]       0.8.5claws86
6473
6474         * src/compose.c
6475                 add a forgotten '#if USE_GPGME ... #endif'
6476
6477 2002-11-07 [paul]       0.8.5claws85
6478
6479         * sync with 0.8.5cvs20
6480                 see ChangeLog 2002-11-07
6481
6482 2002-11-07 [colin]      0.8.5claws84
6483
6484         * src/folder.[ch]
6485                 Change folder_item_move_to to return the newly 
6486                 created folderitem.
6487         * src/folderview.c
6488                 Select the new folderitem after moving.
6489
6490 2002-11-07 [colin]      0.8.5claws83
6491
6492         * src/prefs_filtering.c
6493                 Fix rule rewriting when moving a leaf folder to a 
6494                 shorter path
6495
6496 2002-11-07 [colin]      0.8.5claws82
6497
6498         * src/prefs_filtering.c
6499                 fix a leak
6500
6501 2002-11-07 [colin]      0.8.5claws81
6502
6503         * src/folder.[ch]
6504                 Add folder_item_move_to() function to move a 
6505                 folderitem into another one (updates matcher etc)
6506         * src/folderview.c
6507                 Add folder drag'n drop (context menu to come)
6508                 [Should be dataloss free, but Please backup before 
6509                  trying !]
6510
6511 2002-11-06 [colin]      0.8.5claws80
6512
6513         * src/mh.c
6514                 mh_create_folder() returns NULL if can't create
6515                 directory hierarchy
6516
6517 2002-11-06 [paul]       0.8.5claws79
6518
6519         * src/compose.[ch]
6520                 allow 'on-the-fly' changing of the type of encryption 
6521                 and/or signing used (mime/ascii) via the compose window
6522
6523 2002-11-06 [paul]       0.8.5claws78
6524
6525         * sync with 0.8.5cvs19
6526                 see ChangeLog 2002-11-06 for src/account.c: 
6527                 account_get_special_folder()
6528                 
6529 2002-11-05 [alfons]     0.8.5claws77
6530
6531         * src/crash.c
6532                 very minor cleanups: nothing to see here, move on. :-)
6533
6534 2002-11-05 [colin]      0.8.5claws76
6535
6536         * src/main.c
6537                 Changes choices if compose windows are opened to
6538                 Discard, Draft, Don't quit
6539
6540 2002-11-05 [thorsten]   0.8.5claws75
6541
6542         * src/compose.c
6543                 reenabled default_reply_to folder option
6544
6545 2002-11-05 [colin]      0.8.5claws74
6546
6547         * src/compose.[ch] 
6548                 add compose_draft()
6549         * src/crash.c
6550                 add SIGTERM handler
6551         * src/main.[ch]
6552                 add clean_quit() for the SIGTERM handler
6553
6554 2002-11-05 [paul]       0.8.5claws73
6555         
6556         * po/es.po
6557                 updated by Ricardo Mones Lastra
6558
6559 2002-11-05 [melvin]     0.8.5claws72
6560
6561         * src/logwindow.c
6562                 Fixed log-clipping bug #616795.
6563                 To stop logging in the log window use 0 length.
6564         * src/prefs_common.c
6565                 Added a label to inform about the 0 log length behaviour.
6566
6567 2002-11-05 [paul]       0.8.5claws71
6568
6569         * sync with 0.8.5cvs17
6570                 see ChangeLog 2002-11-05
6571
6572 2002-11-04 [paul]       0.8.5claws70
6573
6574         * sylpheed-128x128.png
6575           sylpheed-64x64.png
6576           sylpheed.png
6577                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6578                 <nikai@users.sourceforge.net>
6579                 
6580         * po/bg.po
6581                 updated by George Danchev
6582
6583 2002-11-03 [thorsten]   0.8.5claws69
6584
6585         * src/main.c
6586           src/mimeview.c
6587           src/rfc2015.h
6588                 add check if gpg is active
6589
6590 2002-11-03 [thorsten]   0.8.5claws68
6591
6592         * src/toolbar.h
6593                 removed GSList declaration causing trouble on MacOS-X
6594                 (submitted by alfons, reported by xfesty)
6595
6596 2002-11-01 [paul]       0.8.5claws67
6597
6598         * src/mainwindow.c
6599                 remove last remnants of main's filter code
6600
6601 2002-11-01 [paul]       0.8.5claws66
6602
6603         * tools/filter_conv.pl
6604                 fix bug where user-defined headers were ignored
6605
6606 2002-11-01 [paul]       0.8.5claws65
6607
6608         * src/logwindow.c
6609                 make a debug_print() not translatable
6610
6611 2002-10-31 [melvin]     0.8.5claws64
6612
6613         * ac/aspell.m4
6614                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6615                 not run any GNU/aspell test.  The dictionary path will
6616                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6617                 was given, in which case, it will be $prefix/lib/aspell/
6618         * configure.in
6619                 Fixed typo in commentary (Aspell code).
6620
6621 2002-10-31 [paul]       0.8.5claws63
6622
6623         * po/POTFILES.in
6624                 remove src/filter.c and src/prefs_filter.c
6625                 thanks to Ricardo for reminding me
6626
6627 2002-10-31 [colin]      0.8.5claws62
6628
6629         * src/mbox_folder.c
6630                 Plug some leaks
6631
6632 2002-10-31 [paul]       0.8.5claws61
6633
6634         * src/prefs_filter.[ch] ** REMOVED **
6635           src/filter.[ch]       ** REMOVED **
6636           
6637         * src/Makefile.am
6638           src/folderview.c
6639           src/inc.c
6640           src/main.c
6641           src/mainwindow.c
6642           src/mbox.c
6643           src/prefs_common.c
6644           src/prefs_filtering.c
6645           src/summaryview.[ch]
6646                 remove main's 'filter' code
6647                 
6648         README.claws
6649                 update to reflect removal of main's filter
6650
6651 2002-10-31 [paul]       0.8.5claws60
6652
6653         * src/summaryview.c
6654                 remove check for global_processing in summary_filter_open(). 
6655                 This fixes the bug where if the user uses the right-click 
6656                 'Create filter rule...' and doesn't have any filter rules 
6657                 already defined in claws' advanced filtering, the newly 
6658                 created filter rule goes to main's filtering which is 
6659                 inaccessible through the gui. Now the filter rule gets added
6660                 to claws' filtering by default.
6661
6662 2002-10-28 [melvin]     0.8.5claws59
6663
6664         * src/prefs_actions.c
6665                 Fixed bug #627322 where MIME parts were not always
6666                 correctly passed to a %p action
6667                 Display an error dialog when message filename is not found.
6668
6669 2002-10-28 [melvin]     0.8.5claws58
6670
6671         * src/prefs_common.c
6672                 Readded a missing function declaration lost in 0.8.3claws34
6673
6674 2002-10-28 [paul]       0.8.5claws57
6675
6676         * sync with 0.8.5cvs15
6677                 see ChangeLog 2002-10-28 and 2002-10-25
6678                 
6679         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6680
6681 2002-10-27 [oliver]     0.8.5claws56
6682
6683         * src/pop.c
6684                 plug leak in pop3_top_recv
6685
6686 2002-10-26 [christoph]  0.8.5claws55
6687
6688         * src/folder.c
6689                 set need_update folder flag when messages are added
6690                 (closes bug [ 626922 ] folder not updated after receiving)
6691
6692 2002-10-25 [melvin]     0.8.5claws54
6693
6694         * src/imageview.c
6695                 Fixed a memleak introduced in the scaling code.
6696
6697 2002-10-24 [alfons]     0.8.5claws53
6698
6699         * src/filtering.c
6700                 make filtering's forward message action forward from the 
6701                 correct account
6702                 (closes bug [628089 ] Filter -> Forward from address problem
6703                 reported by Oktay)
6704
6705 2002-10-24 [christoph]  0.8.5claws52
6706
6707         * src/mainwindow.c
6708         * src/manual.[ch]
6709                 o use manual of current locale or english if current
6710                   locale is not available (and english is available)
6711                 o also link to sylpheed doc project manuals
6712
6713 2002-10-23 [paul]       0.8.5claws51
6714
6715         * tools/README
6716           tools/kmail2sylpheed_v2.pl
6717                 add new version of kmail addressbook importer script.
6718                 works with newer versions of Kmail/KAddressBook which
6719                 have new and rearranged data.
6720
6721 2002-10-23 [martin]     0.8.5claws50
6722
6723         * src/folderview.c
6724         * src/summaryview.c
6725         * src/utils.h
6726         * src/utils.c
6727                 added length parameter to get_abbrev_newsgroup_name()
6728                 changed this function so that it abbreviates the newsgroup
6729                 names only so long it is smaller than the length parameter
6730                 (for better reading of some newsgroup names and space efficiency)
6731
6732 2002-10-22 [colin]      0.8.5claws49
6733
6734         *src/foldersel.c
6735                 Revert Alfons' last modification (after voting ;-))
6736
6737 2002-10-21 [alfons]     0.8.5claws48
6738
6739         * src/foldersel.c
6740                 folder view in folder selection dialog reflects state of
6741                 folder view in main window
6742
6743 2002-10-18 [alfons]     0.8.5claws47
6744
6745         * src/mbox.c
6746                 drop imported messages in folder selected by user,
6747                 and not in the inbox
6748                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6749
6750 2002-10-18 [alfons]     0.8.5claws46
6751
6752         * src/compose.c
6753                 make automagic reply work correctly for email accounts 
6754                 (whether it's viable to do a full sync with Hiro's 
6755                 compose.c is still under discussion)
6756
6757 2002-10-18 [melvin]     0.8.5claws45
6758
6759         * src/prefs_actions.c
6760                 Fixed bug #622275 where asynchroneous actions left 
6761                 zombies processes
6762                 Made (synchroneous) actions' input be displayed live.
6763
6764 2002-10-18 [christoph]  0.8.5claws44
6765
6766         * src/textview.c
6767                 don't add a newline in the textview in front of the
6768                 first textpart if header display is disabled
6769                 (closes bug [ 603385 ] disabled header display leaves blank
6770                  lin)
6771
6772 2002-10-18 [christoph]  0.8.5claws43
6773
6774         * src/folder.[ch]
6775         * src/imap.c
6776         * src/mbox_folder.c
6777         * src/mh.c
6778         * src/news.c
6779                 folder->get_num_list now returns an error code
6780                 (closes bug [ 609424 ] News cache cleared on failure)
6781                 
6782 2002-10-17 [colin]      0.8.5claws42
6783         
6784         * src/news.c
6785                 Changed a printf by debug_print
6786
6787 2002-10-16 [paul]       
6788
6789         * tools/OOo2sylpheed.pl
6790                 allow for spaces in the name of the
6791                 file to be attached.
6792
6793 2002-10-16 [colin]      0.8.5claws41
6794
6795         * src/main.c
6796                 Use a tristate to change online mode
6797
6798 2002-10-16 [paul]       0.8.5claws40
6799
6800         * po/es.po
6801                 updated by Ricardo Mones Lastra
6802
6803 2002-10-16 [colin]      0.8.5claws39
6804
6805         * src/main.c
6806           src/mainwindow.[ch]
6807                 Added --online and --offline command-line
6808                 switches
6809
6810 2002-10-15 [christoph]  0.8.5claws38
6811
6812         * src/procmime.c
6813                 set mimeinfo->name to NULL after g_free to
6814                 avoid double freeing with g_free
6815
6816 2002-10-14 [christoph]  0.8.5claws37
6817
6818         * src/compose.c
6819         * src/filtering.c
6820         * src/summaryview.c
6821                 remove calls to folder->change_flags that are now
6822                 done by procmsg flag functions (seems it is not
6823                 used by any foldertype anyway)
6824         * src/folder.c
6825                 init folder->change_flags with NULL
6826
6827 2002-10-14 [christoph]  0.8.5claws36
6828
6829         * src/folder.[ch]
6830         * src/imap.[ch]
6831                 use virtual functions for folder item new and destroy
6832                 functions
6833
6834 2002-10-14 [melvin]     0.8.5claws35
6835
6836         * src/compose.c
6837                 Added a test to not run the spell checker if no default
6838                 dictionary is available. No dialog is displayed though.
6839
6840 2002-10-14 [melvin]     0.8.5claws34
6841
6842         * src/gtkaspell.c
6843                 Fixed bug in dictionary list context menu where
6844                 "More..." pointed to an emtpy submenu if the
6845                 number of dictionaries is a multiple of 15
6846                 Removed unneeded code in suggestions list creation
6847
6848 2002-10-14 [paul]       0.8.5claws33
6849
6850         * po/bg.po
6851                 updated by George Danchev
6852
6853 2002-10-13 [hoa]        0.8.5claws32
6854
6855         * src/matcher.[ch]
6856           src/matcher_parser_parser.y
6857                 removed the escaped string from internal structure
6858                 of matcher.
6859
6860 2002-10-12 [colin]      0.8.5claws31
6861
6862         * src/gtksctree.[ch]
6863           src/summaryview.c
6864                 Removed useless function gtksctree_reanchor
6865
6866 2002-10-12 [alfons]     0.8.5claws30
6867         
6868         * sync with remaining main changes 2002-10-09 - 2002-10-11
6869         - drop changes to src/compose.c (requires claws specific changes)
6870         
6871 2002-10-12 [alfons]     0.8.5claws29
6872         
6873         * sync with main changes of 2002-10-08
6874         - drop changes to src/compose.c (requires claws specific changes)
6875         - drop changes to src/summaryview.c (requires changes to compose.c)     
6876
6877 2002-10-12 [alfons]     0.8.5claws28
6878         
6879         * sync with main changes of 2002-10-07
6880
6881 2002-10-12 [alfons]     0.8.5claws27
6882
6883         * sync with main changes of 2002-10-04
6884         - drop changes to src/compose.c (requires claws specific changes)
6885         - drop changes to src/prefs_folder_item.c (claws implementation
6886           seems to be working)
6887
6888 2002-10-12 [colin]      0.8.5claws26
6889
6890         * src/mainwindow.c
6891                 Fix folder-flicker when space-reading, introduced 
6892                 in claws22.
6893
6894 2002-10-12 [colin]      0.8.5claws25
6895
6896         * src/compose.c
6897                 Save account address when saving as draft.
6898                 (closes bug 621838)
6899
6900 2002-10-12 [colin]      0.8.5claws24
6901
6902         * src/summaryview.c
6903                 Fix the problem consisting of no message selected
6904                 after the last message in a folder has been moved.
6905
6906 2002-10-12 [paul]       0.8.5claws23
6907
6908         * src/compose.c
6909           src/prefs_template.c
6910           src/template.[ch]
6911                 add Cc and Bcc to templates. Patch submitted by
6912                 John L. Males.
6913
6914 2002-10-12 [colin]      0.8.5claws22
6915
6916         * src/folderview.c
6917                 Fix a bug after "Check for new messages":
6918                 If a folder was opened, it was still selected at
6919                 the end of the check, but displayed empty.
6920         * src/mainwindow.c
6921                 Remove unnecessary check
6922
6923 2002-10-12 [paul]
6924
6925         * tools/README
6926                 be more verbose in the description of
6927                 OOo2sylpheed.pl
6928                 
6929
6930 2002-10-11 [colin]      0.8.5claws21
6931
6932         * src/mainwindow.c
6933                 Make space work (better) when no mail is selected
6934
6935 2002-10-11 [colin]      0.8.5claws20
6936
6937         * src/inc.c
6938           src/news.c
6939                 fix warnings
6940
6941 2002-10-11 [colin]      0.8.5claws19
6942
6943         * src/mainwindow.c
6944                 revert 0.8.5claws6 changes as i couldn't get to
6945                 anything satisfying
6946
6947 2002-10-11 [melvin]     0.8.5claws18
6948
6949         * src/compose.c
6950                 Removed buggy and unused macro (should have been committed in
6951                 0.8.5claws17)
6952
6953 2002-10-11 [melvin]     0.8.5claws17
6954
6955         * src/compose.c
6956                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
6957
6958 2002-10-11 [thorsten]   0.8.5claws16 
6959
6960         * src/folderview.c
6961                 remove rescan warning
6962
6963 2002-10-11 [colin]      0.8.5claws15 
6964
6965         * src/procheader.c
6966                 fix a segfault that happens if conv_unmime_header
6967                 fails (should be better to find out why it fails)
6968
6969 2002-10-11 [christoph]  0.8.5claws14
6970
6971         * src/summaryview.c
6972                 update folderview stats after ignore/unignore thread
6973
6974 2002-10-11 [hoa]        0.8.5claws13
6975
6976         * src/quote_fmt_parse.y
6977                 Fixed a yacc/bison syntax error
6978         * src/matcher.c
6979                 Escaping of string is fixed.
6980
6981 2002-10-11 [colin]      0.8.5claws12
6982
6983         * src/imageview.c
6984                 Resize images to fit
6985
6986 2002-10-11 [paul]       0.8.5claws11
6987
6988         * po/es.po
6989                 updated by Ricardo Mones Lastra
6990
6991 2002-10-10 [alfons]     0.8.5claws10
6992
6993         * src/compose.c
6994                 allow dropping files by "moving" files from a file manager,
6995                 not only by the more cumbersome "copying". the latter 
6996                 mostly implies holding down the Control button
6997
6998 2002-10-10 [christoph]  0.8.5claws9
6999
7000         * src/summaryview.c
7001                 update folders after thread building for ignored threads
7002
7003 2002-10-10 [christoph]  0.8.5claws8
7004
7005         * config/.cvsignore
7006                 added Makefile
7007         * src/filtering.[ch]
7008         * src/folder.[ch]
7009         * src/folderview.[ch]
7010         * src/import.c
7011         * src/inc.[ch]
7012         * src/mbox.[ch]
7013         * src/procmsg.c
7014         * src/summaryview.[ch]
7015                 o added new flag need_update to FolderItem
7016                 o removed folder_table from various functions from tracking
7017                   folder updates
7018                 o set need_update flags in folder.c's move, copy and delete
7019                   functions and procmsg's flags functions
7020                 o added function folderview_update_items_when_required that
7021                   updates all folders with need_update set
7022                 o call folderview_update_items_when_required instead of
7023                   folderview_update_item_foreach
7024
7025 2002-10-09 [sergey]     0.8.5claws7
7026
7027         * src/compose.c
7028                 Strip CRs whel loading the text into editor in reedit mode.
7029
7030 2002-10-09 [colin]      0.8.5claws6
7031
7032         * src/mainwindow.c
7033                 Make Space work when no mail is selected
7034
7035 2002-10-09 [colin]      0.8.5claws5
7036
7037         * src/gtksctree.[ch]
7038                 Fix range_select
7039                 Add gtk_sctree_reanchor() 
7040         * src/summaryview.c
7041                 Use gtk_sctree_reanchor() - better fix for 
7042                 bug 60413
7043
7044 2002-10-09 [colin]      0.8.5claws4
7045
7046         * src/summaryview.c
7047                 Fix shift-click select after delete problem
7048                 (closes bug 60413)
7049
7050 2002-10-08 [thorsten]   0.8.5claws3
7051
7052         * src/summaryview.c
7053                 exclude current msg from -hide read messages-
7054
7055 2002-10-08 [colin]      0.8.5claws2
7056
7057         * src/inc.[ch]
7058           src/pop.c
7059           src/recv.c
7060                 Differentiate socket errors from disk full
7061                 errors
7062
7063 2002-10-08 [christoph]  0.8.5claws1
7064
7065         * Makefile.am
7066         * configure.in
7067                 modifications for new config directory
7068
7069         * config.guess  ** REMOVED **
7070         * config.sub    ** REMOVED **
7071         * install-sh    ** REMOVED **
7072         * ltmain.sh     ** REMOVED **
7073         * missing       ** REMOVED **
7074         * mkinstalldirs ** REMOVED **
7075                 these files are autogenerated by automake
7076                 when you run autogen.sh
7077
7078         * config/.cvsignore     ** NEW FILE **
7079         * config/Makefile.am    ** NEW FILE **
7080                 ignore autogenerated files
7081                 create a Makefile in this directory
7082
7083 2002-10-08 [paul]       0.8.5claws
7084
7085         * 0.8.5claws release
7086         
7087         * src/compose.c
7088           src/procheader.c
7089           src/procmsg.c
7090                 fix quote reply format for newsgroups reply bug
7091                 (thanks to Hoa)
7092                 
7093         * po/en_GB.po
7094           po/pl.po
7095                 updated by me and Witold Wladyslaw Wojciech Wilk
7096                 repectively
7097
7098 2002-10-07 [paul]       0.8.3claws53
7099
7100         * po/it.po
7101           po/pt_BR.po
7102           po/sr.po
7103                 updated messages catalogs, submitted by
7104                 Alessandro Maestri, Fabio Jr.Beneditto 
7105                 and Urke MMI, respectively.
7106
7107 2002-10-07 [christoph]  0.8.3claws52
7108
7109         * src/folder.[ch]
7110         * src/folderview.c
7111         * src/mainwindow.c
7112                 fix new folder ghost message bug
7113                 (closes bug [ 619722 ] wrong count for newly created folders)
7114
7115 2002-10-07 [christoph]  0.8.3claws51
7116
7117         * src/compose.c
7118                 fix news posting problem
7119
7120 2002-10-07 [melvin]     0.8.3claws50
7121
7122         * po/fr.po
7123                 Updated French translation
7124
7125 2002-10-05 [christoph]  0.8.3claws49
7126
7127         * src/gtkstext.c
7128                 check if line_start_cache is set in gtk_stext_update_text
7129                 (closes bug [ 618119 ] crash while doing search in folder)
7130
7131 2002-10-05 [christoph]  0.8.3claws48
7132
7133         * src/imap.c
7134         * src/news.c
7135         * src/utils.c
7136         * src/utils.h
7137                 implement cache cleanups for claws' folder system
7138                 (closes bug [ 595916 ] imapcache not cleaned up)
7139
7140 2002-10-05 [melvin]     0.8.3claws47
7141
7142         * src/prefs_actions.c
7143                 Made the help text more clear for the %p token
7144
7145 2002-10-04 [paul]       0.8.3claws46
7146
7147         * sync with 0.8.5
7148                 see ChangeLog 2002-10-02 and 2002-10-03
7149
7150 2002-10-04 [christoph]  0.8.3claws45
7151
7152         * src/inc.c
7153                 fix segfault caused by pop before smtp
7154                 call to inc_account_mail with NULL
7155                 pointer for mainwin
7156
7157 2002-10-04 [paul]       0.8.3claws44
7158
7159         * configure.in
7160                 sync the LDAP detection from 0.8.5cvs1
7161
7162 2002-10-02 [christoph]  0.8.3claws43
7163
7164         * po/de.po
7165                 fix small spelling error
7166
7167 2002-10-02 [melvin]     0.8.3claws42
7168
7169         * ac/aspell.m4
7170                 Behave better and say "no" when test program cannot be run.
7171
7172 2002-10-02 [paul]       0.8.3claws41
7173
7174         * sync with 0.8.4cvs1
7175                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7176                 
7177         * src/summaryview.c
7178                 toggle the behavior of Reply menuitem between
7179                 normal reply and reply-to-list
7180
7181 2002-10-01 [sergey]     0.8.3claws40
7182
7183         * src/compose.c
7184                 Convert newlines in the message text to the canonical form
7185                 before base64 encoding (RFC2045 compliance, fixes some
7186                 interoperability issues with Evolution 1.0.3)
7187
7188 2002-09-29 [colin]      0.8.3claws39
7189
7190         * src/summaryview.c
7191                 Fix an unwanted copy/paste
7192
7193 2002-09-29 [colin]      0.8.3claws38
7194
7195         * src/mainwindow.c
7196                 Renamed "Custom toolbar" to "Customize toolbar"
7197                 Renamed "Show all header" to "Show all headers"
7198                 Renamed "Set diplay item" to "Set displayed items"
7199         * src/prefs_common.c
7200                 Renamed "Show all header" to "Show all headers"
7201         * src/prefs_summary_column.c
7202                 Renamed "diplay item" to "displayed items"
7203
7204 2002-09-29 [colin]      0.8.3claws37
7205
7206         * src/mainwindow.[ch]
7207                 online/offline status pixmaps follow theme
7208                 changes
7209         * src/summaryview.[ch]
7210                 quicksearch pixmap follows theme changes
7211
7212 2002-09-29 [thorsten]   0.8.3claws36
7213
7214         * src/compose.c
7215           src/prefs_folder_item.[ch]
7216                 add default_reply_to folder option (closes patch 581044)
7217
7218 2002-09-29 [christoph]  0.8.3claws35
7219
7220         * acconfig.h    ** REMOVED **
7221         * configure.in
7222         * ac/aspell.m4
7223         * ac/check-type.m4
7224         * ac/gnupg-check-typedef.m4
7225                 fix autoheader 2.50 warning
7226
7227 2002-09-29 [christoph]  0.8.3claws34
7228
7229         * major code cleanup (part 2)
7230         
7231                 - unused variables removed
7232                 - unused functions removed
7233                 - uninitialized variables checked
7234                 - missing return statements added
7235                 - missing function return types added
7236                 - added parentheses around assignment
7237                   when suggested by gcc
7238
7239 2002-09-29 [alfons]     0.8.3claws33
7240
7241         * src/logwindow.c
7242                 log_window_clear(): only bracket gtk_text_forward_delete() 
7243                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7244                 works around GTK text bug)
7245
7246 2002-09-29 [paul]       0.8.3claws32
7247
7248         * po/bg.po
7249           po/sr.po
7250                 updated by George Danchev and Urke MMI
7251                 respectively
7252
7253 2002-09-27 [christoph]  0.8.3claws31
7254
7255         * doc-src/readme.txt
7256         * doc-src/rfc1806.txt   ** REMOVED **
7257         * doc-src/rfc2183.txt   ** NEW FILE **
7258         * doc-src/rfc2980.txt   ** NEW FILE **
7259                 update rfcs
7260
7261 2002-09-27 [melvin]     0.8.3claws30
7262
7263         * ac/aspell.m4
7264                 Fixed typo which could break linking
7265
7266 2002-09-27 [melvin]     0.8.3claws29
7267
7268         * ac/aspell.m4
7269                 Improved GNU/aspell checking. 
7270                 Fixed bug #614490
7271
7272 2002-09-27 [paul]       0.8.3claws28
7273
7274         * sync with 0.8.3cvs8
7275                 see ChangeLog 2002-09-27
7276
7277 2002-09-26 [colin]      0.8.3claws27
7278
7279         * src/toolbar.[ch]
7280           src/mainwindow.[ch]
7281                 Add "Reply to Mailing-list" to the toolbar
7282
7283 2002-09-26 [christoph]  0.8.3claws26
7284
7285         * src/summaryview.c
7286                 Fix wrong message counts in summaryview status
7287
7288 2002-09-26 [paul]       0.8.3claws25
7289
7290         * sync with 0.8.3cvs7
7291                 see ChangeLog 2002-09-26
7292
7293 2002-09-26 [paul]       0.8.3claws24
7294
7295         * sync with 0.8.3cvs6
7296                 see ChangeLog 2002-09-25
7297
7298 2002-09-25 [christoph]  0.8.3claws23
7299
7300         * src/prefs_common.c
7301         * src/prefs_folder_item.c
7302         * src/prefs_scoring.c
7303                 Renamed "kill score" to "hide score" in GUI
7304                 and prefs files
7305
7306 2002-09-25 [paul]       0.8.3claws22
7307
7308         * sync with 0.8.3cvs5
7309                 see ChangeLog 2002-09-24
7310
7311 2002-09-24 [alfons]     0.8.3claws21
7312
7313         patch by Satoshi Nagayasu: allows appending / saving multiple 
7314         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7315         'Save as ...'")
7316
7317         * AUTHORS
7318                 add Satoshi Nagayasu
7319         * src/summaryview.c
7320                 summary_save_as(): allow saving selected files to
7321                 one file
7322                 summary_set_menu_sensitive: enable "Save As..." when
7323                 multiple files are selected
7324         * src/utils.[ch]
7325                 append_file(): new function
7326
7327 2002-09-24 [colin]      0.8.3claws20
7328
7329         * src/procmime.c
7330                 Fix segfault when mimeinfo doesn't have a 
7331                 content_type. 
7332
7333 2002-09-24 [colin]      0.8.3claws19
7334
7335         * src/prefs_common.[ch]
7336                 Add a preference to display send dialog or not
7337         * src/send.c
7338                 Display send dialog according to preference
7339
7340 2002-09-24 [colin]      0.8.3claws18
7341
7342         * src/compose.[ch]
7343                 Disable user actions when sending
7344
7345 2002-09-24 [colin]      0.8.3claws17
7346
7347         * src/procmime.c
7348                 Do not display name or filename for attachments
7349                 with an application/pgp-signature type
7350                 (security flaw, see bug 537413)
7351
7352 2002-09-23 [colin]      0.8.3claws16
7353
7354         * src/editaddress.c
7355                 Initialize entry_email, entry_alias and 
7356                 entry_remarks to first email address of the list
7357
7358 2002-09-23 [colin]      0.83claws15
7359
7360         * src/compose.c
7361                 Drop pgp-signature when reediting a signed queued
7362                 message
7363
7364 2002-09-23 [melvin]     0.8.3claws14
7365
7366         * po/fr.po
7367                 Updated French translation
7368
7369 2002-09-23 [melvin]     0.8.3claws13
7370
7371         * src/mainwindow.c
7372                 Made custom toolbar menu labels more consistent
7373         * src/prefs_toolbar.c
7374                 Made custom toolbar window title more consistent
7375
7376 2002-09-22 [colin]      0.8.3claws12
7377
7378         * src/inc.c
7379                 Initialize session type to normal before getting 
7380                 mail (fixes strange Get behaviour)
7381         * src/prefs_account.h
7382                 Move STYPE_POP_BEFORE_SMTP to last position to 
7383                 avoid other side-effects
7384
7385 2002-09-22 [colin]      0.8.3claws11
7386
7387         * src/prefs_account.c
7388                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7389                 from pop3 to apop or vice-versa
7390
7391 2002-09-22 [colin]      0.8.3claws10
7392         
7393         * src/prefs_account.[ch]
7394                 Add an option for the POP before SMTP timeout
7395         * src/inc.c
7396                 Remember time of last POP connection
7397         * src/send.c
7398                 Do POP before SMTP only if timeout reached
7399
7400 2002-09-22 [oliver]     0.8.3claws9
7401         
7402         * README.claws
7403                 explain custom toolbar
7404
7405 2002-09-22 [oliver]     0.8.3claws8
7406
7407         * src/prefs_actions.[ch]
7408         custom toolbar for compose      
7409                 actions callback from compose toolbar
7410         * src/folderview.c
7411                 remove include toolbar.h
7412
7413 2002-09-22 [oliver]     0.8.3claws7
7414         
7415         * src/prefs_toolbar.[ch]
7416                 custom toolbar for compose
7417                 - generic prefs_toolbar handles both
7418                   Mainwin's toolbar as well as Compose toolbar          
7419
7420 2002-09-22 [oliver]     0.8.3claws6
7421         
7422         * src/toolbar.[ch]
7423                 custom toolbar for compose
7424                 restructure toolbar.[ch]
7425
7426 2002-09-22 [oliver]     0.8.3claws5
7427
7428         * src/compose.[ch]
7429                 custom toolbar for compose
7430
7431 2002-09-22 [oliver]     0.8.3claws4
7432         
7433         * src/mainwindow.[ch]
7434                 custom toolbar for compose 
7435                 move mainwin toolbar back to mainwindow
7436
7437 2002-09-22 [alfons]     0.8.3claws3
7438
7439         * src/procmsg.c
7440                 :%sno/if(/if (/gc
7441                 :%sno/for(/for (/gc
7442                 (beautify)
7443
7444 2002-09-22 [alfons]     0.8.3claws2
7445         
7446         * src/procmsg.c
7447                 procmsg_save_to_outbox(): don't unlink message file from queue;
7448                 callers should do it using folder_item_remove_msg()
7449
7450 2002-09-22 [colin]      0.8.3claws1
7451
7452         * src/mimeview.[ch]
7453                 Made mimeview_check_signature() public
7454         * src/textview.c
7455                 Made GPG signatures verifiable by clicking
7456                 the [application/pgp-signature] in the Text
7457                 view
7458
7459 2002-09-22 [paul]       0.8.3claws
7460
7461         * po/bg.po
7462           po/en_GB.po
7463           po/es.po
7464           po/it.po
7465           po/pl.po
7466           po/pt_BR.po
7467           po/sr.po
7468                 updated translations, submitted by George Danchev,
7469                 me, Ricardo Mones Lastra, Alessandro Maestri,
7470                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7471                 and Urke MMI, respectively.     
7472
7473 2002-09-22 [alfons]     0.8.2claws65
7474
7475         * src/procmsg.c
7476         * src/pgptext.c
7477                 no furry valgrinds have been used to plug these memleaks
7478
7479 2002-09-20 [paul]       0.8.2claws64
7480
7481         * sync with 0.8.3cvs4
7482                 'Select thread' re-implemented 
7483                 see ChangeLog 2002-09-20
7484
7485 2002-09-21 [alfons]     0.8.2claws63
7486
7487         * src/compose.c
7488                 compose_send(): plug unnoticed memleak
7489
7490 2002-09-20 [alfons]     0.8.2claws62
7491
7492         * src/addr_compl.c
7493                 replace_address_in_edit(): strict check for NULL address to
7494                 fix "[ 607348 ] Segfault in address completion". My guess is
7495                 that this happens with an empty address book, but it's good
7496                 to have this check here anyway
7497                 
7498                 completion_window_button_press(): free string returned 
7499                 from the internal cache
7500
7501 2002-09-20 [christoph]  0.8.2claws61
7502
7503         * src/procmime.h
7504                 added ENC_BINARY to EncodingType
7505         * src/procmime.c
7506                 the string returned by procmime_get_encoding_str
7507                 should not depend on the order of values in the
7508                 EncodingType definition
7509         * doc-src/rfc1806.txt   ** NEW FILE **
7510                 Added rfc1806 about MIME Content-Disposition
7511                 Extension
7512
7513 2002-09-19 [paul]       0.8.2claws60
7514
7515         * sync with 0.8.2cvs3
7516                 see ChangeLog 2002-09-19
7517
7518 2002-09-19 [paul]       0.8.2claws59
7519
7520         * src/prefs_folder_item.c
7521                 revert to Darko's original alignment of colour
7522                 selector button
7523                 add a colon to folder_color label
7524                 
7525         * src/compose.c
7526                 add Colin's patch (with Hiro's modifications) to 
7527                 force BASE64 encoding for 8-bit text when signing
7528                 (sync with 0.8.3cvs2)
7529
7530 2002-09-18 [alfons]     0.8.2claws58
7531
7532         * src/compose.c
7533                 :%sno/if(/if (/gc
7534                 :%sno/for(/for (/gc
7535                 (beautify a little bit)
7536
7537 2002-09-18 [christoph]  0.8.2claws57
7538
7539         * src/pine.c
7540                 fix handling of fgetc return value
7541
7542 2002-09-17 [alfons]     0.8.2claws56
7543         
7544         * src/summaryview.c
7545                 summary_sort(): check non-NULL summaryview->folder_item when no 
7546                 folder is selected at all
7547                 (closes "[ 610344 ] sort label make syl Crash")
7548
7549 2002-09-17 [alfons]     0.8.2claws55
7550         
7551         * src/compose.c
7552                 beautify a little bit
7553
7554 2002-09-17 [christoph]  0.8.2claws54
7555
7556         * src/folder.c
7557                 initialize max values for cache and folder
7558                 when cache or folder is empty
7559
7560 2002-09-15 [colin]      0.8.2claws53
7561
7562         * src/compose.c
7563                 Fix a leak (thanks Alfons!) and cleaned
7564                 variables names for custom headers
7565
7566 2002-09-15 [colin]      0.8.2claws52
7567
7568         * src/compose.c
7569                 Fix custom headers recognition when
7570                 prefs_common.trans_hdr is on
7571
7572 2002-09-15 [colin]      0.8.2claws51
7573
7574         * src/compose.c
7575                 Allow dynamically-added custom headers
7576                 Yet not reparsed if reedited
7577
7578 2002-09-15 [alfons]     0.8.2claws50
7579
7580         * src/prefs_account.c
7581                 fix warnings
7582
7583 2002-09-15 [colin]      0.8.2claws49
7584         
7585         * src/prefs_account.c
7586                 fix pop_before_smtp sensitivity
7587
7588 2002-09-15 [colin]      0.8.2claws48
7589
7590         * src/inc.[ch]
7591                 add inc_pop_before_smtp()
7592                 allow MainWindow to be undefined in 
7593                 inc_account_mail() and inc_start()
7594         * src/pop.c
7595           src/prefs_account.h
7596                 add STYPE_POP_BEFORE_SMTP session type
7597         * src/prefs_account.c
7598                 activated pop before smtp option
7599         * src/send.c
7600                 do pop before smtp if the relevant option 
7601                 is set
7602
7603 2002-09-15 [paul]       0.8.2claws47
7604
7605         * sync with 0.8.3
7606                 see ChangeLog 2002-09-15
7607
7608 2002-09-14 [paul]       0.8.2claws46
7609
7610         * po/bg.po
7611                 updated Bulgarian translation, submitted by
7612                 George Danchev
7613
7614 2002-09-13 [paul]       0.8.2claws45
7615
7616         * src/compose.c
7617                 merge claws' select_account() with main's
7618                 (new) compose_select_account(). [sync with
7619                 0.8.2cvs15, see ChangeLog 2002-09-11]
7620
7621 2002-09-12 [christoph]  0.8.2claws44
7622
7623         * src/filter.c
7624                 allocate 1 elements of FolderItem not 0
7625
7626 2002-09-12 [colin]      0.8.2claws43
7627
7628         * src/compose.c
7629                 Fix bug #590825 (obey Follow-up: poster)
7630
7631 2002-09-12 [colin]      0.8.2claws42
7632
7633         * src/procmime.c
7634                 Fix bug #557009 (wrong headers for messages 
7635                 forwarded as attachments)
7636
7637 2002-09-11 [colin]      0.8.2claws41
7638         
7639         * src/compose.c
7640                 Put SCF: pseudo-header on top of message
7641                 Set draft tmp_flag when saved as draft
7642
7643         * src/procmsg.c
7644           src/procheader.c
7645                 Skip after first \n\n for beginning of real message
7646                 for drafts too
7647
7648 2002-09-11 [christoph]  0.8.2claws40
7649
7650         * src/filtering.c
7651                 use procmsg flag functions in filtering or processing
7652                 will cause incorrect folder message counts
7653
7654 2002-09-11 [colin]      0.8.2claws39
7655
7656         * src/compose.c
7657                 Fix bug #550175 - wrong save folder when reediting
7658                 drafts
7659
7660 2002-09-11 [paul]       0.8.2claws38
7661
7662         * sync with 0.8.2cvs14
7663                 see ChangeLog 2002-09-11
7664
7665 2002-09-11 [colin]      0.8.2claws37
7666
7667         * src/folder.c
7668                 Fix a typo (seeming to cause new/unread status to
7669                 be lost)
7670
7671 2002-09-10 [christoph]  0.8.2claws36
7672
7673         * src/compose.c
7674                 compose_redirect should not use compose_generic_new
7675                 because that does more stuff than expected including
7676                 opening the external editor
7677                 (closes bug "[ 526608 ] bounced messages appear blank
7678                  in editor")
7679
7680 2002-09-10 [christoph]  0.8.2claws35
7681
7682         * src/folder.c
7683                 fix problem with too large message number range
7684                 causing a crash in folder_item_scan
7685
7686 2002-09-10 [paul]       0.8.2claws34
7687
7688         * sync with 0.8.2cvs13
7689                 see ChangeLog 2002-09-10
7690
7691 2002-09-10 [christoph]  0.8.2claws33
7692
7693         * src/msgcache.c
7694                 set MsgInfo TmpFlags for queue and draft folders
7695                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7696
7697 2002-09-10 [paul]       0.8.2claws32
7698
7699         * AUTHORS
7700           po/bg.po      ** NEW FILE **
7701                 new Bulgarian translation submitted by
7702                 George Danchev <danchev@spnet.net>
7703                 
7704         * tools/Makefile.am
7705           tools/README
7706           tools/tb2sylpheed     ** NEW FILE **
7707                 add script that converts an addressbook exported
7708                 from The Bat! into a Sylpheed addressbook. Submitted
7709                 by Urke MMI <urke-kg@eunet.yu>
7710
7711 2002-09-10 [paul]       0.8.2claws31
7712
7713         * sync with 0.8.2cvs12
7714                 see ChangeLog 2002-09-10
7715
7716 2002-09-06 [paul]       0.8.2claws30
7717
7718         * src/prefs_common.c
7719                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7720                 
7721         * tools/Makefile.am
7722           tools/README
7723           tools/ldif-to-xml.py  ** REMOVED **
7724                 remove obsolete python script
7725
7726 2002-09-06 [paul]       0.8.2claws29
7727
7728         * sync with 0.8.2cvs10
7729                 see ChangeLog 2002-09-06
7730
7731 2002-09-04 [paul]       0.8.2claws28
7732
7733         * sync with 0.8.2cvs9
7734                 see ChangeLog 2002-08-04
7735
7736 2002-09-04 [colin]      0.8.2claws27 
7737
7738         * src/prefs_common.[ch]
7739                 Added signature color configuration
7740         * src/textview.c
7741                 Use user-specified signature color
7742
7743 2002-09-03 [colin]      0.8.2claws26
7744
7745         * src/prefs_common.[ch]
7746                 Added autosave and autosave_length prefs
7747         * src/compose.c
7748                 Added compose_remove_draft()
7749                 Auto-save drafts according to the prefs
7750         * src/main.c
7751                 Added a crash-indicator file, allowing to check
7752                 for new messages on startup if Sylpheed crashed
7753                 (makes saved drafts "reappear")
7754
7755 2002-09-03 [colin]      0.8.2claws25
7756
7757         * src/textview.[ch]
7758                 Grey the signature
7759
7760 2002-09-03 [paul]       0.8.2claws24
7761
7762         * sync with 0.8.2cvs8
7763                 see ChangeLog 2002-09-02 and 2002-09-03
7764
7765 2002-09-03 [darko]      0.8.2claws23
7766
7767         * src/folderview.c
7768                 use normal style when creating new folder to pick
7769                 proper font size 
7770
7771 2002-09-02 [melvin]     0.8.2claws22
7772
7773         * src/gtkaspell.m4
7774                 removed some obsolete code
7775
7776 2002-09-02 [melvin]     0.8.2claws21
7777
7778         * ac/aspell.m4
7779                 fixed test's equality sign (== to =)
7780
7781 2002-09-02 [alfons]     0.8.2claws20
7782
7783         * src/folder.c
7784         * src/mh.c
7785                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7786                 as folder->destroy virtual as suggested by Hiro
7787                 (the mh.c code seems to have been lost around mh.c.1.21)
7788
7789 2002-09-02 [paul]       0.8.2claws19
7790
7791         * po/pt_BR.po
7792                 updated by Fabio Jr. Beneditto
7793                 
7794         * src/defs.h
7795                 use 'http://claws.sylpheed.org' for homepage link. 
7796                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7797
7798 2002-09-01 [alfons]     0.8.2claws18
7799
7800         * src/mh.c
7801                 plug memleak related to one Martin Kluge found
7802
7803 2002-08-31 [paul]       0.8.2claws17
7804
7805         * sync with 0.8.2cvs6
7806                 see ChangeLog 2002-08-30
7807
7808 2002-08-31 [alfons]     0.8.2claws16
7809
7810         * src/folder.c
7811                 folder_destroy(): remove mailbox from folderlist even if it has
7812                 no destroy virtual
7813
7814 2002-08-31 [alfons]     0.8.2claws15
7815
7816         * src/folder.c
7817                 :%sno/if(/if (/gc
7818                 :%sno/for(/for (/gc
7819                 (being pedantic I know)
7820
7821 2002-08-31 [alfons]     0.8.2claws14
7822
7823         * src/folder.c
7824                 check for NULL pointers returned from folder->fetch_msginfo virtual
7825                 (should solve some reported crashes)
7826
7827 2002-08-30 [alfons]     0.8.2claws13
7828
7829         * acconfig.h
7830         * configure.in
7831         * src/crash.c
7832                 enable crash dialog on compilation time
7833                 (--enable-crash-dialog configure option)
7834
7835 2002-08-30 [alfons]     0.8.2claws12
7836
7837         * AUTHORS
7838                 add Martin Kluge
7839         * src/mh.c
7840                 apply memory leak plug patch by Martin Kluge
7841                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7842                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7843                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7844
7845 2002-08-30 [darko]      0.8.2claws11
7846
7847         * src/folderview.c
7848                 copy Gtk style from normal style to match
7849                 font size for coloured folders
7850
7851 2002-08-29 [alfons]     0.8.2claws10
7852
7853         * sylpheed.desktop
7854                 Type=Internet <- Type=Application
7855                 (reported by Michael Schwendt, see:
7856                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7857                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7858
7859 2002-08-29 [paul]       0.8.2claws9
7860
7861         * sync with 0.8.2cvs5
7862                 see ChangeLog 2002-08-29
7863
7864 2002-08-29 [colin]      0.8.2claws8
7865
7866         * src/summaryview.c
7867                 Added a sanity check in summary_select_thread
7868                 Should fix bug 601605
7869
7870 2002-08-29 [colin]      0.8.2claws7
7871
7872         * src/main.c
7873                 Revert claws6 changes regarding bug #591676
7874
7875 2002-08-28 [colin]      0.8.2claws6
7876         
7877         * src/main.c
7878                 Ignore cache for queue folderitems
7879                 Fix bug #591676
7880
7881 2002-08-28 [melvin]     0.8.2claws5
7882
7883         * README.claws
7884                 Fixed typos.
7885
7886 2002-08-28 [melvin]     0.8.2claws4
7887
7888         * README.claws
7889                 Updated a bit the text concerning the spell checker
7890
7891 2002-08-28 [melvin]     0.8.2claws3
7892
7893         Merged the GNU_aspell_branch:
7894                 Support of new GNU/aspell is now included and the old pspell
7895                 is not supported anymore.
7896                 See README.claws
7897
7898         * README.claws
7899                 Updated spell checker text to reflect the switch to GNU/aspell
7900
7901         * ac/aspell.m4          *** NEW ***
7902         * src/gtkaspell.[ch]    *** NEW *** 
7903         * ac/pspell.m4          *** DELETED *** 
7904         * src/gtkspell.[ch]     *** DELETED ***
7905
7906         * ac/Makefile.am
7907                 Updated for GNU/aspell support
7908
7909         * po/POTFILES.in
7910                 Replaced gtkspell.c by gtkaspell.c
7911
7912         * acconfig.h
7913         * src/Makefile.am
7914         * src/about.c
7915         * src/compose.[ch]
7916         * src/crash.c
7917         * src/main.c
7918         * src/prefs_common.[ch]
7919                 Updated for GNU/aspell support
7920
7921 2002-08-28 [paul]       0.8.2claws2
7922
7923         * sync with 0.8.2cvs4
7924                 see ChangeLog 2002-08-27 and 2002-08-28
7925
7926 2002-08-28 [colin]      0.8.2claws1
7927
7928         * src/summary_search.c
7929                 Added "AND search"
7930
7931 2002-08-28 [jens]       0.8.2claws
7932
7933         *po/de.po
7934                 Updated German translations
7935
7936 2002-08-27 [melvin]     0.8.2claws
7937
7938         * po/fr.po
7939                 Updated French translations
7940
7941 2002-08-27 [paul]       0.8.2claws
7942
7943         * sync with 0.8.2 main release
7944
7945         * po/en_GB.po
7946           po/es.po
7947           po/it.po
7948           po/pl.po
7949           po/pt_BR.po
7950           po/sr.po
7951                 updated message catalogs submitted by
7952                 Ricardo Mones Lastra, Alessandro Maestri,
7953                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
7954                 Beneditto and Urke MMI  
7955
7956 2002-08-27 [hoa]        0.8.1claws123
7957
7958         * src/mainwindow.[ch]
7959         * src/summaryview.[ch]
7960                 removed the "filter setting" menu option.
7961                 add a "cancel a news message" menu option.
7962
7963 2002-08-26 [martin]     0.8.1claws122
7964
7965         * ChangeLog.claws
7966                 changed string under 0.8.1claws79 changed by myself
7967                 i'm sorry alfons :(
7968
7969 2002-08-26 [martin]     0.8.1claws121
7970
7971         * src/crash.c
7972                 added kill command to debuggerrc to start crash dialog
7973
7974 2002-08-26 [paul]       0.8.1claws120
7975
7976         * sync with 0.8.1cvs31
7977                 see ChangeLog 2002-08-26
7978
7979 2002-08-25 [alfons]     0.8.1claws119
7980
7981         * src/procmsg.c
7982                 fix bug that didn't send out correct headers to news server
7983                 when sending news article and email from queue (bug reported
7984                 and patch provided by Tim Mann; closes bug 
7985                 "[ 583196 ] 0.7.8claws can't post news")
7986
7987 2002-08-25 [alfons]     0.8.1claws118
7988
7989         * src/selective_download.c
7990                 mark two strings as translatable
7991                 (thanks to Urke MMI for pointing this out)
7992
7993 2002-08-25 [alfons]     0.8.1claws117
7994
7995         * src/summaryview.c
7996                 treat sent boxes as special and allow sorting them by addressee
7997                 (closes "[ 589418 ] Sent folder sorting misbehavior"
7998                 submitted by Steve Lamb)
7999
8000 2002-08-24 [alfons]     0.8.1claws116
8001
8002         * src/matcher.c
8003                 fix memleak reported by Martin Kluge
8004                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8005
8006 2002-08-24 [oliver]     0.8.1claws115
8007
8008         * src/prefs_toolbar.c
8009                 o code cleanup as suggested by Alfons
8010                 o memleak fix
8011
8012 2002-08-24 [alfons]     0.8.1claws114
8013
8014         * src/summaryview.c
8015                 o fix another memory leak reported by Martin Kluge
8016                   (see "[ 599568 ] Small Memory Leak")
8017                 o remove 'from' variable from 'summary_set_header()'; we can
8018                   do with just 'to' 
8019
8020 2002-08-24 [paul]       0.8.1claws113
8021
8022         * sync with 0.8.1cvs30
8023                 see ChangeLog 2002-08-23
8024
8025 2002-08-24 [alfons]     0.8.1claws112
8026
8027         * src/summaryview.c
8028                 remove unnecessary allocations for search bar fixing leaks
8029                 reported by Martin Kluge
8030                 (see "[ 599451 ] Further memory leaks?")
8031
8032 2002-08-24 [alfons]     0.8.1claws111
8033
8034         * src/main.c
8035                 make get_socket_name() public for crash.c
8036         * src/crash.c
8037                 o make report bug button work (goes to claws' 
8038                   bug tracker at sf.net)
8039                 o introduce function for doing important stuff just
8040                   before claws goes down
8041                 o clean up code 
8042
8043 2002-08-24 [alfons]     0.8.1claws110
8044
8045         * src/compose.c
8046                 move cursor to "To" entry when forwarding as attachment
8047                 (reported and solved by Steve Lamb, closes bug report
8048                 "[ 592880 ] Forward as attachment; cursor not in to")
8049
8050 2002-08-24 [colin]      0.8.1claws109
8051
8052         * src/mainwindow.c
8053                 fix quick search visibility after GUI (de)separations.
8054
8055 2002-08-23 [colin]      0.8.1claws108
8056
8057         * src/mainwindow.c
8058                 fix header pane visibility after folderview or
8059                 messageview (de)separation
8060
8061 2002-08-23 [paul]       0.8.1claws107
8062
8063         * src/mainwindow.[ch]
8064           src/toolbar.c
8065                 give full control of display or non-display 
8066                 of the Execute icon to Custom toolbar settings.
8067                 add new sensitivity condition to maninwindow.h: 
8068                 M_DELAY_EXEC
8069
8070         * ChangeLog
8071           ChangeLog.jp
8072           NEWS
8073                 more sync with 0.8.1cvs29
8074
8075 2002-08-23 [melvin]     0.8.1claws106
8076
8077         * src/alertpanel.c
8078                 Readded support for custom widget in alertpanel lost in last
8079                 sync.
8080
8081 2002-08-23 [paul]       0.8.1claws105
8082
8083         * sync with 0.8.1cvs29
8084                 see ChangeLog 2002-08-23
8085
8086 2002-08-23 [colin]      0.8.1claws104
8087
8088         * src/summaryview.c
8089                 Fix folder and search pixmaps exchanging positions
8090                 after theme or toolbar changes. Thank to Oliver for 
8091                 reporting this.
8092
8093 2002-08-23 [colin]      0.8.1claws103
8094
8095         * src/mainwindow.c
8096           src/messageview.[ch]
8097           src/noticeview.[ch]
8098           src/summaryview.c
8099                 Changed messageview_create() and noticeview_create()
8100                 to avoid the last gdk_warning
8101
8102 2002-08-22 [colin]      0.8.1claws102
8103
8104         * src/summaryview.c
8105                 Fix my new `Creating pixmap from xpm' warning
8106
8107 2002-08-22 [colin]      0.8.1claws101
8108
8109         * src/mainwindow.c
8110                 Fix some of the gdk warnings
8111
8112 2002-08-22 [colin]      0.8.1claws100
8113
8114         * src/Makefile.am
8115         * src/stock_pixmap.c
8116         * src/stock_pixmap.h
8117         * src/pixmaps/quicksearch.xpm *ADDED*
8118                 Add the quicksearch pixmap
8119         * src/mainwindow.c
8120         * src/summaryview.c
8121         * src/summaryview.h
8122                 Make quicksearch bar visible/hidden via a button
8123
8124 2002-08-22 [christoph]  0.8.1claws99
8125
8126         * src/folder.c
8127                 fix folder update for newsgroups with message
8128                 numbers below minimum number of articles to fetch
8129                 (closes bug #598445)
8130
8131 2002-08-22 [paul]       0.8.1claws98
8132
8133         * sync with 0.8.1cvs28
8134                 see ChangeLog 2002-08-22
8135
8136 2002-08-21 [alfons]     0.8.1claws97
8137
8138         * src/crash.c
8139                 use bt instead of bt full which seems to work 
8140                 better, and bt full doesn't give a great deal 
8141                 of information anyway
8142
8143 2002-08-21 [colin]      0.8.1claws96
8144
8145         * src/summaryview.c
8146                 fix summaryview_searchtype_changed prototype
8147
8148 2002-08-21 [christoph]  0.8.1claws95
8149
8150         * src/mainwindow.c
8151                 o fix broken menu update for sorting type, we have to
8152                   get this info from the summaryview now
8153                 o removed setting of threaded state in menu callback
8154         * src/summaryview.[ch]
8155                 more summaryview/folderitem seperation for
8156                 threading option
8157         * configure.in
8158                 removed not required --with-compiler-flags option
8159
8160 2002-08-21 [oliver]     0.8.1claws94
8161         
8162         * src/toolbar.h 
8163                 o rename toolbar.xml to toolbar_main.xml
8164                   since toolbar_compose.xml might come up 
8165                   any time soon
8166         * README.claws
8167                 add custom toolbar              
8168
8169 2002-08-21 [darko]      0.8.1claws93
8170
8171         * src/procmsg.c
8172                 don't reset tmp flags for messages copied
8173                 to sent folder
8174
8175 2002-08-21 [colin]      0.8.1claws92
8176         
8177         * src/prefs_filtering.c
8178                 fix renaming rules on folder rename 
8179                 when folder is not a leaf folder
8180
8181 2002-08-21 [paul]       0.8.1claws91
8182
8183         * src/prefs_folder_item.c
8184                 fix alignment of colour selector
8185
8186 2002-08-21 [paul]       0.8.1claws90
8187
8188         * sync with 0.8.1cvs27
8189                 see ChangeLog 2002-08-21
8190
8191 2002-08-21 [paul]       0.8.1claws89
8192
8193         * src/summaryview.c
8194                 fix crash when changing field type in
8195                 Quick search bar
8196
8197 2002-08-21 [colin]      0.8.1claws88
8198
8199         * src/summaryview.c
8200                 Made quick search case-insensitive
8201
8202 2002-08-21 [paul]       0.8.1claws87
8203
8204         * sync with 0.8.1cvs26
8205                 see ChangeLog 2002-08-21
8206
8207 2002-08-20 [christoph]  0.8.1claws86
8208
8209         * src/folderview.c
8210         * src/main.c
8211         * src/summaryview.[ch]
8212                 more summaryview/folderitem seperation for
8213                 sort_key and sort_type
8214         * src/procmsg.c
8215                 added missing return statement
8216
8217 2002-08-20 [colin]      0.8.1claws85
8218
8219         * src/summaryview.[ch]
8220                 Added a quick search box
8221         * src/mainwindow.c
8222         * src/prefs_common.[ch]
8223                 Added a show/hide option for the quick search
8224
8225 2002-08-20 [oliver]     0.8.1claws84
8226         
8227         * src/mainwindow.c
8228                 remove toolbar_create_popups
8229         * src/toolbar.[ch]
8230                 o remove toolbar_create_popups
8231                 o fix toolbar_set_sensitive 
8232                   (Bug reports #596834 and #596832)     
8233         * src/prefs_toolbar.c
8234                 o add "Set default" button
8235                 o align label and text + combo widgets
8236
8237 2002-08-20 [hoa]        0.8.1claws83bis
8238
8239         * src/imap.c
8240                 fixed a bug in imap_fetch_msginfo() in case there is no
8241                 current folder.
8242
8243 2002-08-20 [darko]      0.8.1claws83
8244
8245         * src/folderview.c
8246                 copy the color style of folder view so it
8247                 works with GTK themes
8248
8249 2002-08-20 [darko]      0.8.1claws82
8250
8251         * src/folder.h
8252         * src/folderview.c
8253         * src/prefs_folder_item.[hc]
8254                 don't use UI stuff in folder.h
8255
8256 2002-08-20 [darko]      0.8.1claws81
8257
8258         * src/folder.h
8259         * src/prefs_folder_item.h
8260         * src/folderview.c
8261         * src/prefs_folder_item.c
8262                 ability to set folder color in folderview
8263
8264 2002-08-19 [alfons]     0.8.1claws80
8265
8266         * src/summaryview.c
8267                 fix one of the earlier memleaks reported by Martin Kluge
8268
8269 2002-08-19 [alfons]     0.8.1claws79
8270
8271         * src/mainwindow.c
8272                 hide notice view when selecting seperate folder
8273                 view (reported by Urke MMI)
8274
8275 2002-08-19 [christoph]  0.8.1claws78
8276
8277         * src/folderview.c
8278         * src/prefs_folder_item.h
8279         * src/summaryview.[ch]
8280                 o add summary_set_prefs_from_folderitem to set
8281                   summaryview prefs (first step to remove all
8282                   references to the folderitem in summaryview)
8283                 o moved compiled regex stuff from folderitem prefs
8284                   to summaryview code
8285
8286 2002-08-19 [paul]       0.8.1claws77
8287
8288         * src/compose.c
8289                 add check for '.' to QUOTE_IF_REQUIRED
8290
8291 2002-08-19 [paul]       0.8.1claws76
8292
8293         * src/inc.c
8294                 sync with 0.8.1cvs25 (plug memory leak)
8295
8296         * src/prefs_toolbar.c
8297                 re-order prefs_toolbar_cancel()
8298
8299 2002-08-18 [alfons]     0.8.1claws75
8300
8301         * src/inc.c
8302         * src/matcher.c
8303                 plug other memleaks reported by Martin Kluge
8304
8305 2002-08-18 [paul]       0.8.1claws74
8306
8307         * po/pt_BR.po
8308                 updated by Fabio Jr. Beneditto
8309
8310 2002-08-18 [paul]       0.8.1claws73
8311
8312         * src/toolbar.[ch]
8313                 fix bug where tooltips were displayed untranslated              
8314
8315         * src/prefs_toolbar.c
8316                 fix bug where clicking 'Cancel' creates an icon & text
8317                 toolbar regardless of prefs
8318         
8319
8320 2002-08-17 [oliver]     0.8.1claws72
8321
8322         * src/prefs_toolbar.c
8323                 update toolbar on CANCEL
8324                 bug reported by Martin Kluge
8325         * src/toolbar.c
8326                 toolbar_destroy memleak fixed           
8327
8328 2002-08-17 [alfons]     0.8.1claws71
8329
8330         * src/toolbar.c
8331                 plug another memleak reported by Martin Kluge
8332
8333 2002-08-16 [alfons]     0.8.1claws70
8334
8335         * src/crash.c
8336                 use execvp() correctly (suggested by wwp; thanks!)
8337
8338 2002-08-16 [alfons]     0.8.1claws69
8339
8340         * src/gtksctree.c
8341                 plug memory leak reported by Kim Schultz & Martin Kluge
8342
8343 2002-08-16 [paul]       0.8.1claws68
8344
8345         * po/es.po
8346                 updated by Ricardo Mones Lastra
8347
8348 2002-08-16 [paul]       0.8.1claws67
8349
8350         * src/toolbar.h
8351                 fix bug where 'Compose News' icon showed wrong
8352                 tooltip
8353
8354 2002-08-16 [paul]       0.8.1claws66
8355
8356         * sync with 0.8.1cvs24
8357                 see ChangeLog 2002-08-16
8358
8359         * po/it.po
8360                 updated by Alessandro Maestri
8361
8362 2002-08-15 [paul]       0.8.1claws65
8363
8364         * po/sr.po
8365                 updated by Urke MMI
8366
8367 2002-08-15 [paul]       0.8.1claws64
8368
8369         * src/*.c
8370                 don't translate debug info
8371
8372         * src/matcher.[ch]
8373                 add copyright info
8374
8375 2002-08-15 [paul]       0.8.1claws63
8376
8377         * src/prefs_toolbar.c
8378                 fix bug where clicking 'OK' creates an icon & text
8379                 toolbar regardless of prefs
8380
8381 2002-08-14 [alfons]     0.8.1claws62
8382
8383         * src/main.c
8384                 add global var that has the full argv[0]
8385         * src/crash.c
8386                 o execvp the correct sylpheed by using argv0
8387                   and setting the correct work dir
8388                 o other tweaks  
8389
8390 2002-08-14 [oliver]     0.8.1claws61
8391         
8392         * enable/disable Toolbar Action Buttons 
8393         * code cleanups
8394         * src/mainwindow.c
8395         * src/toolbar.[ch]      
8396         * src/prefs_toolbar.c   
8397
8398 2002-08-14 [melvin]     0.8.1claws60
8399
8400         * po/fr.po
8401                 Updated French translations
8402
8403 2002-08-14 [melvin]     0.8.1claws59
8404
8405         * src/crash.c
8406                 Made bug report not translatable
8407         * src/exporthtml.c
8408                 Fixed exporthtml_build_filespec() return value
8409         * src/foldersel.c
8410                 Fixed incorrect include file
8411         * src/gtkspell.c
8412         * src/prefs_actions.c
8413         * src/prefs_toolbar.c
8414                 Made debug info not translatable
8415         * src/mutt.c
8416         * src/quote_fmt.c
8417                 Added missing includes
8418         * src/prefs_common.c
8419                 Fixed typo
8420
8421 2002-08-14 [paul]       0.8.1claws58
8422
8423         * faq/es/sylpheed-faq.html
8424           faq/es/sylpheed-faq-[1-3].html
8425           faq/es/sylpheed-faq-4.html     **NEW FILE **
8426                 update Spanish FAQ
8427
8428 2002-08-13 [christoph]  0.8.1claws57
8429
8430         * src/procmsg.c
8431                 ignore thread fix that did not mark all
8432                 child nodes of a ignored thread as
8433                 ignored. Does not work perfectly yet,
8434                 but it is better now
8435
8436 2002-08-13 [alfons]     0.8.1claws56
8437
8438         * src/crash.c
8439                 o implement 'save crash log'
8440                 o some tweaks
8441
8442 2002-08-13 [melvin]     0.8.1claws55
8443
8444         * src/main.c
8445                 removed unrequired "execinfo.h" header
8446
8447 2002-08-12 [paul]       0.8.1claws54
8448
8449         * faq/en/sylpheed-faq.html
8450           faq/en/sylpheed-faq-[1-3].html
8451           faq/en/sylpheed-faq-4.html     **NEW FILE **
8452                 update English FAQ
8453
8454 2002-08-12 [alfons]     0.8.1claws53
8455
8456         * po/POTFILES.in
8457                 add crash.c to translatables
8458         * src/crash.c
8459                 bring in Leandro's crash dialog
8460
8461 2002-08-11 [alfons]     0.8.1claws52
8462
8463         * src/crash.c
8464                 clean up some warnings
8465
8466 2002-08-11 [alfons]     0.8.1claws51
8467
8468         * acconfig.h
8469         * configure.in
8470         * src/crash.[ch]        ** NEW FILES **
8471         * src/main.c            
8472                 initial gdb crash handler
8473
8474 2002-08-11 [paul]       0.8.1claws50
8475
8476         * src/prefs_toolbar.c
8477                 replace Up/Down arrow pixmaps with text to be
8478                 consistent across icon themes
8479
8480 2002-08-11 [paul]       0.8.1claws49
8481
8482         * src/prefs_common.c
8483           src/prefs_toolbar.c
8484                 rename 'Pixmap' -> 'Icon'
8485
8486         * src/toolbar.[ch]
8487                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8488
8489 2002-08-10 [paul]       0.8.1claws48
8490
8491         * src/prefs_toolbar.c
8492                 re-work the UI
8493
8494 2002-08-10 [paul]       0.8.1claws47
8495
8496         * src/main.c
8497                 don't write Processing progress to status bar
8498                 patch submitted by Alexander Evseev
8499
8500         * src/prefs_toolbar.c
8501                 re-position and resize window
8502                 make window assume correct size on first call
8503
8504 2002-08-10 [paul]       0.8.1claws46
8505
8506         * src/mainwindow.c
8507           src/prefs_toolbar.c
8508           src/toolbar.c
8509           src/toolbar.h
8510                 obey coding style
8511                 follow UI text conventions
8512
8513 2002-08-10 [alfons]     0.8.1claws45
8514
8515         * src/toolbar.c
8516                 correct pixmap for delete action
8517
8518 2002-08-10 [paul]       0.8.1claws44
8519
8520         * po/pt_BR.po
8521                 updated by Fabio Jr. Beneditto
8522
8523 2002-08-10 [paul]       0.8.1claws43
8524
8525         * po/POTFILES.in
8526                 add custom toolbar files
8527
8528 2002-08-10 [paul]       0.8.1claws42
8529
8530         * sync with 0.8.1cvs22
8531                 see ChangeLog 2002-08-09
8532
8533 2002-08-09 [paul]       0.8.1claws41
8534
8535         * tools/Makefile.am
8536           tools/README
8537           tools/outlook2sylpheed.pl     ** NEW FILE **
8538                 add script to convert exported Outlook
8539                 contacts list to a Sylpheed addressbook.
8540                 Submitted by Ricardo Mones Lastra.
8541
8542 2002-08-09 [paul]       0.8.1claws40
8543
8544         * AUTHORS
8545           configure.in
8546           po/sr.po      ** NEW FILE **
8547                 add Serbian message catalog. Submitted by
8548                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8549
8550 2002-08-09 [paul]       0.8.1claws39
8551
8552         * sync with 0.8.1cvs21
8553                 see ChangeLog 2002-08-08
8554
8555 2002-08-08 [oliver]     0.8.1claws38
8556
8557         * src/mainwindow.c
8558                 move Custom Toolbar to Configuration menu
8559
8560 2002-08-08 [oliver]     0.8.1claws37
8561
8562         * src/prefs_toolbar.c
8563                 fix substitute pixmap bug
8564
8565 2002-08-08 [paul]       0.8.1claws36
8566
8567         * sync with 0.8.1cvs19
8568                 see ChangeLog 2002-08-08
8569
8570 2002-08-07 [christoph]  0.8.1claws35
8571
8572         * src/utils.c
8573                 fixed a memory leak in new canonicalize_file_replace
8574
8575 2002-08-07 [christoph]  0.8.1claws34
8576
8577         * src/utils.[ch]
8578                 o canonicalize_file_replace should create the temporary
8579                   file in the same directory as the original file.
8580                 o added get_tmpfile_in_dir that creates a temorary file
8581                   in a specified directory.
8582
8583 2002-08-07 [melvin]     0.8.1claws33
8584
8585         * src/toolbar.c
8586                 fixed bug where 'Article' button acted as 'Email' button.
8587
8588 2002-08-07 [paul]       0.8.1claws32
8589
8590         * sync with 0.8.1.cvs17
8591                 see ChangeLog 2002-08-07
8592
8593 2002-08-07 [colin]      0.8.1claws31
8594         
8595         * src/news.c
8596                 fix mass-cancel problem
8597
8598 2002-08-07 [thorsten]   0.8.1claws30
8599
8600         * src/prefs_toolbar.c
8601                 fix: crash on replace or add new button
8602         * src/toolbar.c
8603                 fix: close xmlfile after reading
8604         * src/utils.c
8605                 fix: unlink() file before rename()
8606
8607 2002-08-06 [paul]       0.8.1claws29
8608
8609         * sync with 0.8.cvs15
8610                 see ChangeLog 2002-08-06
8611
8612 2002-08-06 [oliver]     0.8.1claws28
8613
8614         * src/toolbar.c
8615         * src/prefs_toolbar.c
8616                 fixed empty toolbar issue
8617
8618 2002-08-06 [oliver]     0.8.1claws27
8619
8620         * Custom Toolbar Final 
8621         * src/folderview.c
8622         * src/inc.c
8623         * src/summaryview.c
8624                 o toolbar stuff now lives in src/toolbar.[ch]
8625                 o main_window_toolbar_* functions are renamed to
8626                   toolbar_* reflecting their new source file
8627         * src/mainwindow.[ch]
8628                 o remove toolbar stuff  
8629
8630 2002-08-06 [oliver]     0.8.1claws26
8631         
8632         * src/Makefile.am
8633         * src/prefs_toolbar.[ch]        **New File**
8634         * src/toolbar.[ch]              **New File**
8635                 o prefs_toolbar.[ch] custom toolbar frontend
8636                 o toolbar.[ch]       backend 
8637
8638 2002-08-06 [oliver]     0.8.1claws25
8639
8640         * src/prefs_actions.[ch]
8641                 o new exported function actions_execute
8642
8643 2002-08-06 [paul]       0.8.1claws24
8644
8645         * sync with 0.8.1cvs4
8646                 see ChangeLog 2002-08-06
8647
8648 2002-08-06 [paul]       0.8.1claws23
8649
8650         * sync with 0.8.1cvs13
8651                 see ChangeLog 2002-08-06
8652
8653 2002-08-06 [paul]       0.8.1claws22
8654
8655         * sync with 0.8.1cvs12
8656                 see ChangeLog 2002-08-05 and 2002-08-06
8657
8658 2002-08-06 [match]      0.8.1claws21
8659
8660         * src/addrclip.c
8661                 improvements to cut/copy/paste address
8662
8663 2002-08-05 [match]      0.8.1claws20
8664
8665         * src/addritem.[ch]
8666         * src/addrcache.c
8667         * src/addrbook.c
8668         * src/editaddress.c
8669         * src/addressbook.c
8670                 fixes to improve cut/copy/paste
8671
8672 2002-08-06 [melvin]     0.8.1claws19
8673
8674         * src/account.[ch]
8675                 account_find_all_from_address(): new function that returns the
8676                 list of all accounts that are matched in an address.
8677         * src/alertpanel.[ch]
8678                 alertpanel() now accepts a custom widget
8679                 alertpanel_with_widget(): new function that pops up a panel with
8680                 a custom widget in it 
8681         * src/gtkutils.[ch]
8682                 gtkut_account_menu_new(): new function that allows the selection
8683                 of an account from a list of accounts.
8684         * src/messageview.c
8685                 Extended Return Receipt notification to select the correct 
8686                 account and to make a security test on the Delivery-Notification
8687                 address which should be the same as the Return-Path.
8688
8689 2002-08-06 [thorsten]   0.8.1claws18
8690
8691         * src/mimeview.c
8692                 attach_all: save unnamed as "noname.%d",
8693                 dont free static dirname
8694
8695 2002-08-05 [alfons]     0.8.1claws17
8696
8697         * configure.in
8698                 detect XIM by trying to link rather than compile a XIM program
8699
8700 2002-08-05 [oliver]     0.8.1claws16
8701                 
8702         * src/stock_pixmap.[ch]
8703                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8704                 o new func to retrieve pixmaps
8705
8706 2002-08-05 [paul]       0.8.1claws15
8707
8708         * sync with 0.8.1cvs10
8709                 see ChangeLog 2002-08-05
8710
8711 2002-08-04 [alfons]     0.8.1claws14
8712
8713         * src/textview.c
8714                 see if this plugs memleak
8715
8716 2002-08-04 [melvin]     0.8.1claws13
8717
8718         * src/gtkspell.c
8719                 fixed bug that could crash Sylpheed when highlighting
8720                 all misspelled words.
8721
8722 2002-08-03 [melvin]     0.8.1claws12
8723
8724         * src/prefs_actions.c
8725                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8726         * src/messageview.c
8727                 fixed bug where the Return Receipt was sent to
8728                 Delivery-Notification-To address even if it was not present
8729
8730 2002-08-02 [alfons]     0.8.1claws11
8731
8732         * src/prefs_actions.c
8733                 o more check for NULLs
8734                 o put create_io_dialog() in right conditional block
8735
8736 2002-08-02 [paul]       0.8.1claws10
8737
8738         * po/es.po
8739                 updated by Ricardo Mones Lastra
8740
8741 2002-08-01 [christoph]  0.8.1claws9
8742
8743         * src/folder.c
8744                 don't free the cache of the opened
8745                 folder in the summaryview
8746         * src/summaryview.c
8747                 don't unset flags, if it is not required
8748
8749 2002-08-01 [paul]       0.8.1claws8
8750
8751         * sync with 0.8.1cvs8
8752                 see ChangeLog entry 2002-08-01
8753
8754 2002-08-01 [paul]       0.8.1claws7
8755
8756         * sync with 0.8.1cvs7
8757                 see ChangeLog 2002-07-31 and 2002-08-01
8758
8759 2002-07-31 [christoph]  0.8.1claws6
8760
8761         * src/mainwindow.c
8762                 forgot to update menu sensitivity
8763                 function for new menu entry
8764
8765 2002-07-31 [alfons]     0.8.1claws5
8766
8767         * src/main.c
8768                 check folder item and its path for NULL on
8769                 initial processing
8770
8771 2002-07-31 [christoph]  0.8.1claws4
8772
8773         * src/folder.c
8774                 check if folder_item_get_msginfo in
8775                 folder_item_remove_msg returned NULL
8776         * src/imap.c
8777                 better clear the uid cache in the
8778                 uid validity check function and delete
8779                 cached messages
8780
8781 2002-07-31 [paul]       0.8.1claws3
8782
8783         * man/sylpheed.1
8784                 add the '--attach' option and a few other
8785                 minor changes
8786
8787 2002-07-31 [paul]       0.8.1claws2
8788
8789         * sync with 0.8.1cvs5
8790                 see ChangeLog 2002-07-31
8791
8792 2002-07-31 [christoph]  0.8.1claws1
8793
8794         * src/folderview.[ch]
8795         * src/mainwindow.c
8796                 replace "Rescan all folders..." with
8797                 "Check all folders for new messages..."
8798
8799 2002-07-30 [paul]       0.8.1claws
8800
8801         * version 0.8.1claws released
8802
8803 2002-07-30 [paul]       0.8.0claws29
8804
8805         * tools/OOo2sylpheed.pl ** NEW FILE **
8806           tools/README
8807                 add script to enable sending documents as
8808                 attachments from OpenOffice.org
8809
8810 2002-07-30 [melvin]     0.8.0claws28
8811
8812         * src/prefs_actions.c
8813                 Made the actions' input/output dialog display
8814                 without delay.
8815
8816 2002-07-30 [christoph]  0.8.0claws27
8817
8818         * src/procmsg.c
8819                 check if folder_item_get_msginfo in
8820                 procmsg_save_to_outbox returned NULL
8821
8822 2002-07-30 [paul]       0.8.0claws26
8823
8824         * sync with 0.8.1cvs4
8825                 see ChangeLog 2002-07-29
8826
8827 2002-07-29 [thorsten]   0.8.0claws25
8828
8829         * README.claws
8830                 added selective download, delete on server
8831
8832 2002-07-29 [paul]       0.8.0claws24
8833
8834         * sync with 0.8.1cvs3
8835                 see ChangeLog 2002-07-29
8836
8837 2002-07-27 [christoph]  0.8.0claws23
8838
8839         * src/folder.c
8840                 add extra check if fetching the msginfo
8841                 returned NULL
8842
8843 2002-07-27 [paul]       0.8.0claws22
8844
8845         * sync with 0.8.1cvs2
8846                 see ChangeLog 2002-07-26
8847
8848 2002-07-27 [christoph]  0.8.0claws21
8849
8850         * src/imap.c
8851                 add another check if a valid msginfo
8852                 was returned
8853
8854 2002-07-26 [hoa]        0.8.0claws20
8855
8856         * src/folder.c
8857                 Fixed a condition in folder_item_destroy()
8858
8859         * src/imap.c
8860                 Fixed an error in IMAP protocol
8861
8862 2002-07-26 [alfons]     0.8.0claws19
8863
8864         * src/folder.c
8865                 ofcourse compare with identifier, not the path
8866
8867 2002-07-26 [alfons]     0.8.0claws18
8868
8869         * src/folder.c
8870                 use folder item identifier for saving / restoring
8871                 preferences because folder->path might not be unique
8872
8873 2002-07-26 [melvin]     0.8.0claws17
8874
8875         * src/logwindow.c
8876                 Fixed a crash introduced in 0.8.0claws5 when log is 
8877                 cut under 80 characters.
8878
8879 2002-07-26 [paul]       0.8.0claws16
8880
8881         * sync with 0.8.1cvs1
8882                 see ChangeLog 2002-07-26
8883
8884 2002-07-26 [christoph]  0.8.0claws15
8885
8886         * src/imap.[ch]
8887                 imap folder now remembers the last selected
8888                 folder and imap_fetch_msginfo skips selecting
8889                 the folder if it is already selected
8890
8891 2002-07-26 [christoph]  0.8.0claws14
8892
8893         * src/folder.c
8894         * src/folderview.c
8895         * src/imap.c
8896                 fix imap folder rescanning
8897
8898 2002-07-25 [christoph]  0.8.0claws13
8899
8900         * src/filter.c
8901         * src/folder.[ch]
8902         * src/folderview.c
8903         * src/imap.[ch]
8904         * src/mainwindow.c
8905         * src/mbox_folder.c
8906         * src/mh.c
8907         * src/news.c
8908                 implement imap uid cache and uid validity check
8909
8910 2002-07-25 [alfons]     0.8.0claws12
8911
8912         * src/summaryview.c
8913                 fix a brown paper bag bug, and also add some more
8914                 checks
8915
8916 2002-07-25 [christoph]  0.8.0claws11
8917
8918         * src/folder.c
8919                 don't mix copy, fetch_msginfo and remove
8920                 operations in folder item copy and move
8921                 operations
8922
8923 2002-07-25 [christoph]  0.8.0claws10
8924
8925         * src/folderview.c
8926         * src/mainwindow.c
8927         * src/prefs_folder_item.c
8928         * src/summaryview.[ch]
8929                 remove no longer required parameter update_cache from
8930                 summary_show
8931
8932 2002-07-25 [paul]       0.8.0claws9
8933
8934         * sync with 0.8.1
8935         
8936         * AUTHORS
8937                 a few corrections
8938
8939 2002-07-24 [alfons]     0.8.0claws8
8940
8941         * src/summaryview.c
8942                 sort correctly when using simplified subject line
8943                 (closes feature request "[ 585141 ] applying regexp to subject 
8944                 before sort" submitted by Alexandra Walford)
8945
8946 2002-07-24 [paul]       0.8.0claws7
8947
8948         * sync with 0.8.0cvs3
8949                 see ChangeLog 2002-07-24
8950
8951 2002-07-23 [christoph]  0.8.0claws6
8952
8953         * src/folder.c
8954         * src/folder.h
8955         * src/summaryview.c
8956         * src/summaryview.h
8957         * src/main.c
8958                 o separate processing and summaryview
8959                 o removed summary_write_cache from summaryview
8960                 o removed summaryview->killed_messages, because we don't have
8961                   to keep a list of killed messages anymore. New cache will
8962                   keep the hidden messages in cache anyway
8963         * src/folderview.c
8964         * src/inc.c
8965         * src/selective_download.c
8966                 o removed unnecessary summary_write_cache calls
8967         * src/procmsg.c
8968                 o don't set ignore thread flag in procmsg_get_thread_tree
8969                   if it is already set
8970         * src/mainwindow.c
8971         * src/statusbar.h
8972                 o moved STATUSBAR_PUSH/POP to statusbar.h because
8973                   they are used in different files
8974
8975 2002-07-23 [melvin]     0.8.0claws5
8976
8977         * src/addressbook.c
8978         * src/addrgather.c
8979         * src/editaddress.c
8980         * src/editgroup.c
8981         * src/editldap_basedn.c
8982         * src/importldif.c
8983         * src/prefs_common.c
8984                 Fixed few memory leak (gtk_editable_get_chars returns
8985                 an allocated string)
8986         * src/logwindow.c
8987                 Fixed few memory leak (gtk_editable_get_chars returns
8988                 an allocated string) and modified a little the log cutting
8989                 loop.
8990         * src/compose.c
8991                 Replaced a call to an obsolete function gtk_entry_get_text()
8992                 by gtk_editable_get_chars()
8993         * src/send.c
8994                 Removed a debug printf
8995
8996 2002-07-23 [christoph]  0.8.0claws4
8997
8998         * src/filesel.c
8999                 fix another g_dirname memory leak
9000
9001 2002-07-23 [christoph]  0.8.0claws3
9002
9003         * src/mh.c
9004                 fixed a memory leak in mh_fetch_msginfo
9005                 fixed crash when message header could not be
9006                 parsed
9007
9008 2002-07-23 [paul]       0.8.0claws2
9009
9010         * sync with 0.8.0cvs2
9011                 see ChangeLog 2002-07-23
9012
9013 2002-07-23 [paul]       0.8.0claws1
9014
9015         * sync with 0.8.0cvs1
9016                 see ChangeLog 2002-07-23
9017
9018 2002-07-23 [paul]       0.8.0claws
9019
9020         * release of 0.8.0claws
9021
9022 2002-07-23 [paul]       0.7.8claws99
9023
9024         * po/ru.po
9025                 new Russian translation, submitted by
9026                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9027
9028 2002-07-22 [jens]       0.7.8claws98
9029
9030         * po/de.po
9031                 Updated German translations.
9032
9033 2002-07-22 [paul]       0.7.8claws97
9034
9035         * po/es.po
9036           po/it.po
9037           po/nl.po
9038           po/pt_BR.po
9039                 updated translations by Ricardo Mones Lastra,
9040                 Alessandro Maestri, Wilbert Berendsen and 
9041                 Fabio Jr. Beneditto respectively
9042
9043 2002-07-22 [christoph]  0.7.8claws96
9044
9045         * src/mimeview.c
9046                 fix memory leak caused by wrong g_dirname usage
9047
9048 2002-07-22 [christoph]  0.7.8claws95
9049
9050         * src/summaryview.c
9051                 update new and unread message counts for summaryview
9052                 summaryview does not get it from the folder anymore
9053                 and has to update the values itself
9054
9055 2002-07-22 [melvin]     0.7.8claws94
9056
9057         * po/fr.po
9058                 Updated French translations.
9059
9060 2002-07-22 [christoph]  0.7.8claws93
9061
9062         * src/matcher.c
9063                 set prop->preg pointer to NULL or following check
9064                 will not fail and regexec will be called with
9065                 invalid pointer
9066
9067 2002-07-21 [alfons]     0.7.8claws92
9068         
9069         * src/prefs_common.[ch]
9070                 remove option "Send return receipt on request"
9071
9072 2002-07-21 [thorsten]   0.7.8claws91
9073
9074         * src/mimeview.c
9075                 fixed memleaks, coding style as pointed out by alfons
9076
9077 2002-07-21 [alfons]     0.7.8claws90
9078
9079         * src/messageview.c
9080         * src/noticeview.[ch]
9081                 o fix bug notice view being displayed when going to empty folder 
9082                   (noticed by Christoph)
9083                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9084                   (noticed by Thorsten)
9085
9086 2002-07-21 [thorsten]   0.7.8claws89
9087
9088         * src/mimeview.c
9089                 Included save_all patch from Xaview FACQ
9090                 added support for pathnames
9091
9092 2002-07-21 [alfons]     0.7.8claws88
9093
9094         * po/POTFILES.in
9095         * src/Makefile.am
9096         * src/mainwindow.c
9097         * src/messageview.[ch]
9098         * src/noticeview.c      ** NEW FILE **
9099         * src/noticeview.h      ** NEW FILE **
9100                 make return receipts work again
9101                 (UI idea by Leandro Pereira)
9102
9103 2002-07-21 [paul]       0.7.8claws87
9104
9105         * src/summaryview.c
9106                 fix sensitivity of 'Select thread'
9107
9108 2002-07-21 [paul]       0.7.8claws86
9109
9110         * src/prefs_common.c
9111                 add browser command line for Galeon
9112
9113 2002-07-21 [paul]       0.7.8claws85
9114
9115         * Makefile.am
9116                 fix 'EXTRA_DIST': remove README.README, add TODO
9117                 and TODO.claws
9118
9119 2002-07-21 [alfons]     0.7.8claws84
9120
9121         * src/gtkstext.c
9122                 make enter clear selection
9123                 (closes "[ 579888 ] Editor selection/entry error"
9124                 reported by Steve Lamb)
9125
9126 2002-07-21 [alfons]     0.7.8claws83
9127         
9128         * src/summaryview.c
9129                 sort message list when selecting unthread messages
9130                 (closes "[ 501593 ] switching threaded view doesn't sort"
9131                 reported by Simon Schubert)
9132
9133 2002-07-20 [alfons]     0.7.8claws82
9134         
9135         * src/matcher.c
9136                 const-correctness
9137
9138 2002-07-20 [thorsten]   0.7.8claws81
9139
9140         * src/matcher.c
9141                 Fixed expansion of empty fields in matchactions
9142
9143 2002-07-19 [melvin]     0.7.8claws80
9144
9145         * src/gtkspell.c
9146                 Removed a duplicate menu entry (fast mode) introduced during
9147                 the new cache merge
9148                 Added a menu separator between 'Use alternate' and 'Fast mode'
9149
9150 2002-07-19 [paul]       0.7.8claws79
9151
9152         * tools/Makefile.am
9153           tools/README
9154                 correct typos
9155
9156 2002-07-19 [thorsten]   0.7.8claws78
9157
9158         * tools/calypso_convert.pl      ** NEW FILE **
9159           tools/README
9160           tools/Makefile.am
9161                 script to import mbox files exported
9162                 by calypso
9163                 o generates folder structure
9164                 o includes attachments
9165
9166 2002-07-19 [melvin]     0.7.8claws77
9167
9168         * src/selective_download.[ch]
9169                 Fixed bug where closing the dialog with the window manager's
9170                 close button will not unlock the summary
9171                 Corrected some function declarations that missed a return value
9172                 Made the source code comply better with coding style.
9173         * src/prefs_common.c
9174                 Added new browser command line for Mozilla.
9175
9176 2002-07-18 [paul]       0.7.8claws76
9177
9178         * src/mainwindow.c
9179           src/selective_download.[ch]
9180                 reflect theme changes, fix Gdk Warning when creating 
9181                 pixmap from NULL window, and minor clean up.
9182                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9183
9184         * po/en_GB.po
9185                 updated
9186
9187 2002-07-17 [paul]       0.7.8claws75
9188
9189         * INSTALL[.jp]
9190                 sync with 0.8.0
9191         
9192         * po/en_GB.po
9193                 updated
9194
9195 2002-07-16 [paul]       0.7.8claws74
9196
9197         * tools/filter_conv.pl
9198           tools/README
9199                 replace conversion script with reimplemented version, 
9200                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9201
9202 2002-07-16 [colin]      0.7.8claws73
9203
9204         * src/summaryview.c
9205                 remove forgotten debug messages - sorry ;-)
9206
9207 2002-07-16 [colin]      0.7.8claws72
9208
9209         * src/mimeview.c
9210           src/summaryview.c
9211           src/textview.c
9212           src/textview.h
9213                 add the ability to select part of a text mime-part 
9214                 to reply.
9215
9216 2002-07-15 [christoph]  0.7.8claws71
9217
9218         * src/folder.c
9219                 fix folder message count for folders without
9220                 msg_is_changed (includes news folders)
9221
9222 2002-07-15 [martin]     0.7.8claws70
9223
9224         * src/summaryview.c
9225                 option "display recipient on 'From'..." now works
9226                 without the need of enabling the option
9227                 "display  sender  using  address  book".
9228
9229 2002-07-15 [christoph]  0.7.8claws69
9230
9231         * src/summaryview.c
9232                 removed setting folder status from summaryview.
9233                 folder.c should update all message counts correctly.
9234
9235 2002-07-15 [paul]       0.7.8claws68
9236
9237         * po/pt_BR.po
9238                 updated by Fabio Junior Beneditto
9239
9240 2002-07-15 [darko]      0.7.8claws67
9241
9242         * src/mh.c
9243                 Fixed target folder colorization, don't decrease op
9244                 number twice
9245
9246 2002-07-14 [paul]       0.7.8claws66
9247
9248         * sync with main 0.8.0
9249                 see ChangeLog 2002-07-14
9250
9251 2002-07-13 [melvin]     0.7.8claws65
9252         
9253         * src/addrbook.c
9254         * src/addressbook.c
9255         * src/addrindex.c
9256                 Replaced sprintf by g_snprintf to prevent possible buffer
9257                 overflow.
9258         * src/news.c
9259                 Corrected a log message output format.
9260                 Added a missing "done" debug output.
9261         * src/compose.c
9262                 Added keyboard accelerator for Priority menu items
9263                 Added missing \n in debug output
9264         * src/logwindow.c
9265         * src/gtkspell.c
9266         * src/rfc2015.c
9267                 Added missing \n in debug output
9268
9269 2002-07-13 [paul]       0.7.8claws64
9270
9271         * man/sylpheed.1
9272                 change Sergey's email address to the sf address
9273
9274         * src/textview.c
9275                 increase show_url_timeout (more useful for long
9276                 urls)
9277
9278 2002-07-12 [sergey]     0.7.8claws63
9279
9280         * src/rfc2015.c
9281                 applied (with some modifications) patch to set the
9282                 micalg parameter for signatures
9283                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9284
9285 2002-07-12 [sergey]     0.7.8claws62
9286
9287         * man/Makefile.am
9288         * configure.in
9289                 fixed man page installation
9290
9291 2002-07-12 [paul]       0.7.8claws61
9292
9293         * sync with 0.7.8cvs26
9294                 see ChangeLog 2002-07-11 and 2002-07-12
9295
9296 2002-07-11 [christoph]  0.7.8claws60
9297
9298         * src/compose.c
9299         * src/procmsg.c
9300                 first use the message number to find the message
9301                 to mark with a reply flag but check the
9302                 message-id if we got the correct message, if not
9303                 try to find it by message-id.
9304                 use new string seperator that is not allowed
9305                 in message-ids.
9306
9307 2002-07-11 [paul]       0.7.8claws59
9308
9309         * sync with 0.7.8cvs23
9310                 see ChangeLog 2002-07-10
9311
9312 2002-07-10 [christoph]  0.7.8claws58
9313
9314         * src/folder.[ch]
9315         * src/msgcache.[ch]
9316                 Added message-id table to the cache in memory
9317                 and functions to msgcache.c and folder.c to
9318                 fetch MsgInfos by message id
9319         * src/compose.c
9320         * src/procmsg.c
9321                 store folder and message-id of message replying
9322                 to in queue header and set reply flag after sending
9323                 (Closes bug #469498)
9324
9325 2002-07-10 [paul]       0.7.8claws57
9326
9327         * AUTHORS
9328           man/sylpheed.1.gz
9329                 add Martin to the list of authors
9330
9331 2002-07-09 [martin]     0.7.8claws56
9332         * src/gtksctree.c
9333                 Added gtk_ctree_last_visible(), tree_update_level(),
9334                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9335                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9336                 from gtk+ to gtksctree.c for the new sorting code
9337                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9338                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9339         * src/gtksctree.h
9340                 Added declaration for gtk_sctree_sort_recursive() and
9341                 gtk_sctree_sort_node
9342         * src/addressbook.c
9343         * src/foldersel.c
9344         * src/folderview.c
9345         * src/summaryview.c
9346                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9347                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9348
9349 2002-07-08 [paul]       0.7.8claws55
9350
9351         * more sync with 0.7.8cvs21
9352                 see ChangeLog 2002-07-08
9353
9354 2002-07-08 [paul]       0.7.8claws54
9355
9356         * sync with 0.7.8cvs21
9357                 see ChangeLog 2002-07-08
9358
9359 2002-07-07 [alfons]     0.7.8claws53
9360
9361         * src/Makefile.am
9362         * src/stock_pixmap.[ch]
9363         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9364         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9365         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9366                 add new pixmaps for upcoming notice pane
9367
9368 2002-07-06 [melvin]     0.7.8claws52
9369
9370         * src/gtkspell.[ch]
9371                 Made them a bit closer to Sylpheed's coding style.
9372                 Removed old code.
9373                 Removed possible memory leaks when some errors occurs.
9374
9375 2002-07-06 [melvin]     0.7.8claws51
9376
9377         * po/Makefile.in.in
9378                 Removed --no-location in xgettext command line to help
9379                 translators that use Emacs' po-mode
9380         * src/quote_fmt.c
9381                 Removed unnecessary comments that messed up sylpheed.pot
9382
9383 2002-07-06 [paul]       0.7.8claws50
9384
9385         * sync with 0.7.8cvs19
9386                 see ChangeLog 2002-07-05
9387
9388 2002-07-06 [christoph]  0.7.8claws49
9389
9390         * src/folder.c
9391         * src/mainwindow.c
9392                 fix folder_item_remove_all_msg and folderview
9393                 status for trash folders after emptying trash
9394
9395 2002-07-05 [paul]       0.7.8claws48
9396
9397         * sync with 0.7.8cvs16
9398                 see ChangeLog 2002-07-04 and 2002-07-05
9399
9400 2002-07-04 [paul]       0.7.8claws47
9401
9402         * sync with 0.7.8cvs14
9403                 see  ChangeLog 2002-07-04
9404
9405 2002-07-03 [alfons]     0.7.8claws46
9406
9407         * src/folder.c
9408                 dupe folder item's path because it's being reallocated
9409                 by new folder scanning code
9410
9411 2002-07-03 [christoph]  0.7.8claws45
9412
9413         * src/imap.c
9414                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9415         * src/msgcache.c
9416                 add missing return in msgcache_write
9417
9418 2002-07-02 [thorsten]   0.7.8claws44
9419
9420         * src/jpilot.c
9421         * src/msgcache.c
9422         * src/rfc2015.c
9423                 use binary mode for file access
9424
9425 2002-07-02 [christoph]  0.7.8claws43
9426
9427         * major code cleanup (part 1)
9428         
9429                 - unused variables removed
9430                 - unused functions removed
9431                 - uninitialized variables checked
9432                 - missing return statements added
9433                 - missing function return types added
9434                 - added parentheses around assignment and
9435                   && in || when suggested by gcc
9436               
9437         * src/mh.c
9438         * src/folder.c
9439                 replaced direct calls to folder->scan_tree
9440                 with folder_scan_tree and restore folder
9441                 prefs in this function. The folder should
9442                 not have to deal with them.
9443                 ( Should now work for all folder types )
9444
9445 2002-07-02 [paul]       0.7.8claws42
9446
9447         * sync with 0.7.8cvs13
9448                 see ChangeLog 2002-07-01 and 2002-07-02
9449
9450 2002-07-01 [christoph]  0.7.8claws41
9451
9452         * src/summaryview.c
9453                 fix "goto next/prev unread message" with
9454                 ignored threads
9455
9456 2002-07-01 [paul]       0.7.8claws40
9457
9458         * po/es.po
9459                 updated by Ricardo Mones Lastra
9460
9461 2002-06-30 [match]      0.7.8claws39
9462
9463         * src/jpilot.c
9464                 applied variation of leonerd's patch (566661) to
9465                 allow multiple email addresses per JPilot entry.
9466                 addresses may be separated by space, comma, pipe,
9467                 semi-colon, new-line.
9468
9469 2002-06-30 [alfons]     0.7.8claws38
9470
9471         * src/procmsg.c
9472                 simple fix for putting older nodes before
9473                 newer nodes when threading by subject
9474
9475 2002-06-30 [christoph]  0.7.8claws37
9476
9477         * src/folder.c
9478         * src/folderview.c
9479         * src/mh.c
9480         * src/news.c
9481         * src/procmsg.c
9482                 fix broken folder tree rescaning
9483                 and don't use procmsg_get_mark_sum
9484                 anymore
9485
9486 2002-06-30 [christoph]  0.7.8claws36
9487
9488         * merge new cache branch
9489         * src/imap.c
9490                 fix new cache imap copy bug
9491         * src/folder.c
9492                 improved folder_item_scan
9493                 it should now always set the correct
9494                 new, unread and total message counts
9495
9496 2002-06-29 [paul]       0.7.8claws35
9497
9498         * configure.in
9499                 correct syntax error
9500
9501 2002-06-29 [paul]       0.7.8claws34
9502
9503         * configure.in
9504           Makefile.am
9505           man/Makefile.am       ** NEW FILE **
9506           man/sylpheed.1.gz     ** NEW FILE **
9507                 add Sylpheed man page
9508
9509 2002-06-29 [paul]       0.7.8claws33
9510
9511         * po/pt_BR.po
9512                 updated by Fabio Junior Beneditto
9513
9514 2002-06-28 [jens]       0.7.8claws32
9515
9516         * po/de.po
9517                 translation updated
9518
9519         * src/selective_download.c
9520                 removed gettext for space " "
9521
9522         * src/imap.c
9523                 removed wrong space
9524
9525 2002-06-28 [paul]       0.7.8claws31
9526
9527         * sync with 0.7.8cvs11
9528                 see ChangeLog 2002-06-28
9529
9530 2002-06-28 [paul]       0.7.8claws30
9531
9532         * sync with 0.7.8cvs10
9533                 see ChangeLog 2002-06-27 and 2002-06-28
9534
9535 2002-06-26 [paul]       0.7.8claws29
9536
9537         * src/addrgather.c
9538           src/selective_download.c
9539                 don't gettextise empty strings.
9540                 reserved by gettext. gettext("") returns 
9541                 the header entry with meta information, 
9542                 not the empty string
9543
9544         * po/en_GB.po
9545                 updated
9546
9547 2002-06-26 [paul]       0.7.8claws28
9548
9549         * sync with 0.7.8cvs7
9550                 see ChangeLog 2002-06-25
9551
9552         * src/prefs_common.c
9553                 ...and in the process, tweak the gui a little
9554
9555 2002-06-25 [alfons]     0.7.8claws27
9556         
9557         * configure.in
9558         * src/Makefile.am
9559                 fine tune ldap library detection
9560
9561 2002-06-25 [alfons]     0.7.8claws26
9562
9563         * src/compose.c
9564                 don't allow return receipts when composing a news article
9565
9566 2002-06-25 [paul]       0.7.8claws25
9567
9568         * Makefile.am
9569                 add '$(AMTAR)' to 'release' section to allow for
9570                 new and older autotools
9571
9572 2002-06-25 [paul]       0.7.8claws24
9573
9574         * src/summaryview.c
9575                 fix "No more unread messages" persistant pop-up
9576                 window bug
9577
9578 2002-06-25 [paul]       0.7.8claws23
9579
9580         * po/it.po
9581                 updated by Alessandro Maestri
9582
9583 2002-06-25 [paul]       0.7.8claws22
9584
9585         * sync with 0.7.8cvs6
9586                 see ChangeLog 2002-06-25
9587
9588 2002-06-24 [paul]       0.7.8claws21
9589
9590         * tools/update-po
9591                 add GPL copyright information
9592
9593 2002-06-24 [paul]       0.7.8claws20
9594
9595         * tools/Makefile.am
9596           tools/README
9597           tools/update-po       ** NEW FILE **
9598                 add script that eases the creation of *.po files
9599                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9600
9601 2002-06-23 [alfons]     0.7.8claws19
9602
9603         * src/messageview.c
9604                 make notification_convert_header obey const correctness
9605                 (next step will be fixing the broken return receipt)
9606
9607 2002-06-23 [paul]       0.7.8claws18
9608
9609         * src/messageview.c
9610                 fix bug introduced in last commit:
9611                 removed too much code in last commit - put back what's
9612                 needed
9613
9614 2002-06-23 [paul]       0.7.8claws17
9615
9616         * src/messageview.[ch]
9617                 remove code committed in error from locally patched
9618                 source
9619
9620 2002-06-23 [colin]      0.7.8claws16
9621
9622         * src/compose.[ch]
9623                 add compose_entry_select(), used to select the default_to
9624                 email address - hopefully avoiding people sending mails to
9625                 wrong recipients.
9626
9627 2002-06-22 [alfons]     0.7.8claws15
9628
9629         * AUTHORS
9630                 add Bram Metsch & Stanislav Karchebny
9631         * src/smtp.[ch]
9632         * src/prefs_account.[ch]
9633         * src/send.c
9634                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9635                   options.  (see <http://sourceforge.net/tracker/index.php
9636                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9637
9638                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9639                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9640
9641 2002-06-22 [paul]       0.7.8claws14
9642
9643         * sync with 0.7.8cvs5
9644                 see ChangeLog 2002-06-19 and 2002-06-20
9645
9646 2002-06-22 [alfons]     0.7.8claws13
9647
9648         * src/selective_download.c
9649                 fix a stupid mistake I made
9650
9651 2002-06-22 [alfons]     0.7.8claws12
9652
9653         * src/selective_download.[ch]
9654                 fix another unnoticed leak; cleanup code
9655
9656 2002-06-21 [alfons]
9657
9658         * tools/Makefile.am
9659                 gpg-sign <-- gpg-sign-syl
9660
9661 2002-06-21 [alfons]     0.7.8claws11
9662
9663         * src/selective_download.c
9664         * src/selective_download.h
9665                 fix assorted mix of allocation errors (should solve
9666                 problem reported by Philippe Gramoullé, see:
9667                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9668
9669 2002-06-20 [melvin]     0.7.8claws10
9670
9671         * tools/gpg-sign *REMOVED*
9672           tools/gpg-sign-syl *ADDED*
9673                 Replaced the gpg clearsigning script with the version using
9674                 xterm instead of ssh-askpass and changed its name.
9675
9676         * README.claws
9677                 Updated actions example to reflect the renaming of the
9678                 gpg clearsigning script.
9679
9680 2002-06-19 [paul]       0.7.8claws9
9681
9682         * sync with 0.7.8claws9
9683                 see ChangeLog 2002-06-18 and 2002-06-19
9684
9685 2002-06-19 [paul]       0.7.8claws8
9686
9687         * sync with 0.7.8cvs1
9688                 see ChangeLog 2002-06-18
9689
9690 2002-06-18 [alfons]     0.7.8claws7
9691
9692         * src/mainwindow.h
9693                 add omitted prototype
9694
9695 2002-06-17 [paul]       0.7.8claws6
9696
9697         * src/mainwindow.c
9698                 fix hiding of exec_btn
9699
9700 2002-06-17 [paul]       0.7.8claws5
9701
9702         * src/pop.c
9703                 remove unneeded code: should_delete() 
9704                 and Pop3State::uidl_todelete_list
9705
9706 2002-06-17 [paul]       0.7.8claws4
9707
9708         * sync with 0.7.8
9709                 see ChangeLog 2002-06-11 and 2002-06-13
9710
9711 2002-06-16 [alfons]     0.7.8claws3
9712         
9713         * src/folder.c
9714                 make sure lock sort mode (claws specific) is
9715                 also persists after a tree rescan
9716
9717 2002-06-16 [alfons]     0.7.8claws2
9718
9719         * src/prefs_folder_item.c
9720         * src/folder.[ch]
9721                 fix persistence of folder sort mode (broken
9722                 by adapting Hiro's new folder persistence code)
9723
9724 2002-06-16 [alfons]     0.7.8claws1
9725
9726         * AUTHORS
9727         * src/logwindow.c
9728         * src/prefscommon.[ch]
9729                 control size of log text in log window; 
9730                 closes patch #569155 submitted by Mitko Haralanov.
9731
9732 2002-06-15 [paul]       0.7.8claws
9733
9734         * release of 0.7.8claws
9735
9736 2002-06-15 [paul]       0.7.7claws
9737
9738         * po/pt_BR.po
9739                 updated by Fabio Junior Beneditto
9740
9741 2002-06-14 [paul]       0.7.6claws49
9742
9743         * po/es.po
9744                 updated by Ricardo Mones Lastra
9745
9746 2002-06-14 [paul]       0.7.6claws48
9747
9748         * po/nl.po
9749                 updated translation by Wilbert Berendsen
9750
9751 2002-06-14 [melvin]     0.7.6claws47
9752
9753         * po/fr.po
9754                 Updated French translation
9755
9756 2002-06-13 [paul]       0.7.6claws46
9757
9758         * src/filesel.c
9759                 allow filename to be typed in, rather than just
9760                 selected by the mouse. Patch by Gustavo Noronha Silva.
9761
9762 2002-06-13 [alfons]     0.7.6claws45
9763
9764         * src/mainwindow.[ch]
9765                 more cleanups (removing unnecessary menu items Expand 
9766                 summary / message view)
9767
9768 2002-06-13 [melvin]     0.7.6claws44
9769
9770         * po/POTFILES.in
9771                 Added src/string_match.c
9772         * src/string_match.c
9773                 Fixed possible buffer overflow.
9774                 Corrected typo.
9775                 Added missing config.h header.
9776         * src/prefs_common.c
9777           src/prefs_matcher.c
9778           src/prefs_scoring.c
9779                 Made some strings translatable (missing _(..)).
9780
9781 2002-06-13 [melvin]     0.7.6claws43
9782
9783         * README.claws
9784                 Corrected action example (verifying clearsigned mail).
9785         * src/prefs_account.c
9786                 Corrected typo.
9787         * src/prefs_common.c
9788                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9789
9790 2002-06-12 [alfons]     0.7.6claws42
9791
9792         * src/summaryview.c
9793                 add init of score column lost in 0.7.6claws42
9794
9795 2002-06-12 [paul]       0.7.6claws41
9796
9797         * src/prefs_account.c
9798                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9799                 behavior of the radio buttons, (from 0.7.7cvs2)
9800
9801 2002-06-11 [alfons]     0.7.6claws40
9802
9803         * src/messageview.[ch]
9804         * src/summaryview.[ch]
9805         * src/summary_search.c
9806         * src/mainwindow.c
9807                 perform a sync to bring in Hiro's separate view implementation 
9808
9809                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9810
9811 2002-06-11 [paul]       0.7.6claws39
9812         
9813         * src/prefs_account.c
9814                 correct a typo on the Receive tab
9815
9816 2002-06-10 [match]      0.7.6claws38
9817
9818         * src/addressbook.c
9819                 Included address completion patch from Gustavo Noronha.
9820
9821 2002-06-10 [paul]       0.7.6claws37
9822
9823         * src/inc.[ch]
9824           src/pop.c
9825           src/prefs_account.[ch]
9826           src/selective_download.[ch]
9827                 apply PATCH #561712
9828                  NEW:
9829                 - check if POP Account
9830                 - Receive Button renamed to Preview
9831                 - Preview Button Popup: preview new/all messages
9832                 - Download Button
9833                 - Account Preferences-->Receive tab checkbutton if you
9834                   want to remove Mail after Download
9835                 -: default YES
9836                 - Account Preferences-->Receive tab checkbutton use
9837                   filtering rules on preview
9838                   (think of delete_on_server)
9839                 -: default YES
9840                 - Account selectable from SD dialog
9841                 - checkbutton to show already downloaded messages if
9842                   all messages are previewed
9843                 - new clist column showing Date
9844                 - ESC KEY close
9845                 FIXES:
9846                 - play ball with UIDL
9847                 - fault tolerant (?) 
9848                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9849
9850 2002-06-10 [melvin]     0.7.6claws36
9851
9852         * README.claws
9853                 Added a hint to ac/README in cvs instructions.
9854
9855         * src/prefs_actions.c
9856                 Made it possible to use a more elaborate command line
9857                 for asynchronous actions, too.
9858
9859 2002-06-10 [melvin]     0.7.6claws35
9860         
9861         * src/prefs_actions.c
9862                 Make it possible to use a more elaborate command line
9863                 (e.g. |foo|bar|cat>there;echo Done|)
9864                 Corrected error message when calling %f, %F and %p commands
9865                 from the compose window.
9866
9867 2002-06-09 [colin]      0.7.6claws34
9868
9869         * src/summaryview.c
9870                 Automatically find unread messages in current folder
9871                 before annoying the user.
9872
9873 2002-06-08 [alfons]     0.7.6claws33
9874
9875         * po/it.po
9876                 remove bad formatting string in it.po translation
9877                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9878
9879 2002-06-08 [paul]       0.7.6claws32
9880
9881         * sync with 0.7.6cvs25
9882                 see ChangeLog 2002-06-07
9883
9884 2002-06-05 [paul]       0.7.6claws31
9885
9886         * src/mainwindow.c
9887                 add 'Sort by locked' and 'Sort by score'
9888
9889 2002-06-05 [paul]       0.7.6claws30
9890
9891         * sync with 0.7.6cvs24
9892                 see ChangeLog 2002-06-04
9893
9894 2002-06-04 [paul]       0.7.6claws29
9895
9896         * po/pt_BR.po
9897                 updated by Fabio Junior Beneditto
9898
9899 2002-06-03 [thorsten]   0.7.6claws28
9900
9901         * src/matcher.c
9902                 fclose() matcherrc after reading
9903
9904 2002-06-03 [paul]       0.7.6claws27
9905
9906         * sync with 0.7.6cvs21
9907                 see ChangeLog 2002-05-31
9908
9909 2002-05-31 [paul]       0.7.6claws26
9910
9911         * sync with 0.7.6cvs20
9912                 see ChangeLog 2002-05-29 and 2002-05-30
9913
9914 2002-05-31 [paul]       0.7.6claws25
9915
9916         * src/imap.c
9917                 hopefully fix last buggy sync
9918
9919         * README.claws
9920                 correct typo in 'Actions' examples
9921
9922 2002-05-29 [paul]       0.7.6claws24
9923
9924         * sync with 0.7.6cvs18
9925                 see ChangeLog 2002-05-28 and 2002-05-29
9926
9927         * src/news.c
9928           src/nntp.[ch]
9929                 sync with above 
9930
9931 2002-05-28 [paul]       0.7.6claws23
9932
9933         * sync with 0.7.6cvs16
9934                 see ChangeLog 2002-05-28
9935
9936 2002-05-27 [thorsten]   0.7.6claws22 
9937
9938         * faq/it/sylpheed-faq-1.html
9939           faq/it/sylpheed-faq-2.html
9940           faq/it/sylpheed-faq-3.html
9941           faq/it/sylpheed-faq.html
9942                 corrected DOS lineendings
9943         * faq/de/sylpheed-faq-1.html
9944           faq/de/sylpheed-faq-2.html
9945           faq/en/sylpheed-faq-1.html
9946           faq/en/sylpheed-faq-2.html
9947           faq/en/sylpheed-faq-3.html
9948           faq/es/sylpheed-faq-1.html
9949           faq/es/sylpheed-faq-2.html
9950           faq/es/sylpheed-faq-3.html
9951           faq/fr/sylpheed-faq-1.html
9952           faq/it/sylpheed-faq-1.html
9953           faq/it/sylpheed-faq-2.html
9954           faq/it/sylpheed-faq-3.html
9955           faq/it/sylpheed-faq.html
9956                 changed ">" to &quot;
9957
9958 2002-05-27 [paul]       0.7.6claws21
9959         
9960         * sync with 0.7.6cvs15
9961                 see ChangeLog 2002-05-27
9962
9963 2002-05-27 [paul]       0.7.6claws20
9964
9965         * src/prefs_account.c
9966                 correct a typo
9967
9968 2002-05-26 [paul]       0.7.6claws19
9969
9970         * tools/README
9971                 correct a typo
9972
9973 2002-05-25 [paul]       0.7.6claws18
9974
9975         * tools/README
9976                 add description of kmail2sylpheed.pl
9977
9978 2002-05-25 [paul]       0.7.6claws17
9979
9980         * tools/kmail2sylpheed.pl       ** NEW FILE **
9981                 perl script that converts an exported Kmail address
9982                 book, converts it to sylpheed addressbook file,
9983                 writes the file to .sylpheed, and updates
9984                 addrbook--index.xml 
9985
9986 2002-05-25 [paul]       0.7.6claws16
9987
9988         * sync with 0.7.6cvs14
9989                 see ChangeLog 2002-05-23
9990
9991 2002-05-24 [paul]       0.7.6claws15
9992
9993         * README.claws
9994                 make a correction and add some more info
9995
9996 2002-05-24 [paul]       0.7.6claws14
9997
9998         * src/compose.c
9999                 fix memory leak in 
10000                 compose_redirect_write_headers_from_headerlist()
10001                 add Subject and Resent-Message-ID to
10002                 compose_redirect_write_headers()
10003                 Received, Subject, and X-UIDL are filtered out in 
10004                 compose_redirect_write_to_file()
10005
10006 2002-05-23 [paul]       0.7.6claws13
10007
10008         * src/compose.[ch]
10009           src/filtering.c
10010           src/mainwindow.c
10011           src/matcher.[ch]
10012           src/matcher_parser_lex.l
10013           src/matcher_parser_parse.y
10014           src/prefs_common.[ch]
10015           src/prefs_filtering.c
10016           src/summaryview.c
10017                 rename 'Bounce' to 'Redirect'
10018
10019 2002-05-23 [paul]       0.7.6claws12
10020
10021         * more sync with 0.7.6cvs13
10022           src/compose.c
10023                 see ChangeLog 2002-05-22
10024
10025 2002-05-22 [paul]       0.7.6claws11
10026
10027         * sync with 0.7.6cvs13
10028           src/codeconv.c
10029                 see ChangeLog 2002-05-20
10030           src/prefs_common.c
10031                 see ChangeLog 2002-05-22
10032
10033 2002-05-21 [melvin]     0.7.6claws10
10034
10035         * src/folderview.c
10036                 Added missing filtering and scoring headers
10037                 Fixed bad function call that showed garbage 
10038                 in Folder->Processing
10039
10040 2002-05-21 [paul]       0.7.6claws9
10041
10042         * tools/Makefile.am
10043                 make all tools executable, (patch by Alfons).
10044
10045 2002-05-20 [alfons]     0.7.6claws8
10046
10047         * src/procheader.c
10048                 don't forget to call mktime() so we have a valid week 
10049                 and year day
10050                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10051
10052 2002-05-20 [paul]       0.7.6claws7
10053
10054         * src/html.c
10055                 fix broken parsing of urls
10056         * src/textview.c
10057                 fix displaying of urls
10058
10059                 both fixes from the patch [547855] by Eugene 
10060                 Brevdo (zonem)
10061
10062 2002-05-19 [alfons]     0.7.6claws6
10063
10064         * configure.in
10065                 make sylpheed configure correctly with the latest
10066                 and greatest of automake / autoconf / gettext
10067
10068 2002-05-19 [alfons]     0.7.6claws5
10069
10070         * src/procheader.c
10071         * src/procheader.h
10072                 add function for returning ime zone offset
10073         * src/quote_fmt.c
10074         * src/quote_fmt_parse.y
10075                 better quotation formatting - does not convert
10076                 to local time, but uses the original date string.
10077                 
10078                 Note: %z inserts the timezone offset (should 
10079                 work also on platforms where strftime does not
10080                 support %z).
10081
10082 2002-05-18 [christoph]  0.7.6claws4
10083
10084         * src/summaryview.c
10085                 fix indentation of some code
10086         * tools/Makefile.am
10087                 fix spaces after \
10088         * src/Makefile.am
10089                 add missing \
10090                 correct path for ignorethread.xpm
10091                 incorrect filename for sylpheed_logo.xpm
10092                 add missing include matcher_parser_parse.h
10093
10094 2002-05-18 [paul]       0.7.6claws3
10095
10096         * sync with 0.7.6cvs8
10097                 see ChangeLog 2002-05-16 and 2002-05-17
10098
10099 2002-05-18 [melvin]     0.7.6claws2
10100
10101         * README.claws
10102                 Corrected an action's definition and fixed some misspellings.
10103
10104 2002-05-18 [paul]       0.7.6claws1
10105
10106         * tools/Makefile.am
10107           tools/gpg-sign        ** new file **
10108           tools/uudec           ** new file **
10109                 add Melvin's Actions scripts
10110
10111         * README.claws
10112                 add Melvin's descriptions for Actions
10113
10114 2002-05-18 [paul]       0.7.6claws
10115
10116         * Version 0.7.6claws released
10117
10118 2002-05-17 [paul]       0.7.5claws32
10119
10120         * po/es.po
10121                 updated by Ricardo Mones Lastra
10122
10123 2002-05-17 [paul]       0.7.5claws31
10124
10125         * src/compose.c
10126                 fix Account prefs default folder for sent/draft/deleted
10127                 messages bug
10128
10129         * po/it.po
10130           po/nl.po
10131                 updated translation by Alessandro Maestri and
10132                 Wilbert Berendsen
10133
10134 2002-05-17 [melvin]     0.7.5claws30
10135
10136         * src/prefs_actions.c
10137                 Fixed bug where using %F not at the end of the command 
10138                 resulted in an additional empty argument being created.
10139                 Thanks to Darko Koruga for reporting the bug.
10140
10141 2002-05-17 [melvin]     0.7.5claws29
10142
10143         * po/fr.po
10144                 Updated French translations.
10145
10146 2002-05-15 [paul]       0.7.5claws28
10147         
10148         * po/es.po
10149                 updated by Ricardo Mones Lastra
10150
10151 2002-05-15 [paul]       0.7.5claws27
10152
10153         * sync with 0.7.6cvs4
10154                 see ChangeLog 2002-05-14 and 2002-05-15
10155
10156 2002-05-14 [paul]       0.7.5claws26
10157
10158         * sync with 0.7.6cvs1
10159                 see ChangeLog 2002-05-13
10160
10161 2002-05-13 [thorsten]   0.7.5claws25
10162
10163         * src/messageview.c
10164                 fix select_all and copy in multipart messages
10165         * src/mainwindow.c
10166                 fix select_all and copy in multipart messages
10167
10168 2002-05-12 [paul]       0.7.5claws24
10169
10170         * src/summaryview.c
10171                 reverse last commit, bug already fixed in 0.7.5claws3
10172
10173 2002-05-12 [netztorte]  0.7.5claws23
10174
10175         * src/summaryview.c
10176                 dont parse empty addressbook (checked in before claws20)
10177
10178 2002-05-12 [melvin]     0.7.5claws22
10179
10180         * src/procmsg.[ch]
10181                 Removed unneeded priority code introduced by the previous 
10182                 commit.
10183
10184 2002-05-12 [melvin]     0.7.5claws21
10185
10186         * src/compose.[ch]
10187                 Added possibility to set message's priority.
10188         * src/procmsg.[ch]
10189                 Added possibility to set message's priority.
10190                 Added missing headers
10191
10192 2002-05-12 [melvin]     0.7.5claws20
10193
10194         * src/prefs_actions.c
10195                 Removed implicitely added quotes around the name
10196                 of the temporary files of mime parts.
10197
10198 2002-05-12 [paul]       0.7.5claws19
10199
10200         * sync with 0.7.5cvs20
10201                 see ChangeLog 2002-05-11
10202
10203 2002-05-12 [alfons]     0.7.5claws18
10204
10205         * src/quote_fmt_lex.l
10206         * src/quote_fmt_parse.y
10207                 allow quote / reply date & time format to be set using
10208                 %D{format}. format is a format string you'd pass to
10209                 strftime() (see man strftime, or the Display tab |
10210                 Date format setting).
10211
10212                 Currently %D converts the date to local time. 
10213
10214 2002-05-11 [paul]       0.7.5claws17
10215
10216         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10217                 see ChangeLog 2002-05-10 and 2002-05-11
10218
10219 2002-05-10 [paul]       0.7.5claws16
10220
10221         * sync with 0.7.5cvs16
10222                 see ChangeLog entries 2002-05-09 and 
10223                 2002-05-10
10224
10225 2002-05-10 [colin]      0.7.5claws15
10226
10227         * src/textview.c
10228                 Corrected a bug that prevented sylpheed to open
10229                 double-clicked URIs.
10230
10231 2002-05-09 [paul]       0.7.5claws14
10232
10233         * sync with 0.7.5cvs14
10234                 see ChangeLog 2002-05-08 and 2002-05-09
10235
10236 2002-05-08 [paul]       0.7.5claws13
10237
10238         * sync with 0.7.5cvs11
10239                 see ChangeLog entry 2002-05-08
10240
10241 2002-05-08 [paul]       0.7.5claws12
10242
10243         * src/mainwindow.c
10244           src/textview.[ch]
10245                 fix segfault on View->Open in new window
10246                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10247
10248 2002-05-07 [paul]       0.7.5claws11
10249
10250         * sync with 0.7.5cvs9
10251                 see ChangeLog entry 2002-05-07
10252
10253 2002-05-06 [paul]       0.7.5claws10
10254
10255         * src/messageview.c
10256           src/textview.c
10257                 display url in statusbar on single-click
10258                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10259
10260 2002-05-06 [match]      0.7.5claws9
10261
10262         * src/addritem.[ch]
10263                 new functions.
10264         * src/addrcache.c
10265                 tidy up.
10266         * src/xmlprops.[ch]
10267                 XML implementation of properties file.
10268         * src/exporthtml.[ch]
10269         * src/expthtmldlg.[ch]
10270         * src/addressbook.c
10271                 export to HTML.
10272
10273 2002-05-02 [sergey]     0.7.5claws8
10274
10275         * src/mainwindow.c (mainwin_entries),
10276           src/prefs_common.c (prefs_send_create()),
10277           src/codeconv.c (locale_table):
10278                 use charset name "Windows-1251" instead of "CP1251".
10279
10280 2002-05-02 [colin]      0.7.5claws7
10281         
10282         * src/compose.c
10283           src/prefs_common.c
10284           src/prefs_folder_item.c
10285                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10286
10287 2002-05-02 [hiro]       0.7.5claws6
10288
10289         * src/imap.c
10290                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10291
10292 2002-05-02 [paul]       0.7.5claws5
10293
10294         * src/compose.c
10295                 more sync with 0.7.5cvs7, see ChangeLog entry
10296                 2002-05-02
10297
10298 2002-05-02 [hiro]       0.7.5claws4
10299
10300         * src/compose.c
10301                 compose_queue_sub():
10302                 check if queue folder exists (closes #550397).
10303                 removed directory creation since it should be handled
10304                 transparently.
10305         * src/imap.c
10306                 imap_add_msg(): return UID for appended message
10307                 (closes #548842).
10308
10309 2002-04-30 [paul]       0.7.5claws3
10310
10311         * src/summaryview.c
10312                 fix account_find_from_address() bug
10313
10314 2002-04-28 [colin]      0.7.5claws2
10315
10316         * src/compose.c
10317           src/textview.c
10318           src/prefs_common.[ch]
10319           src/utils.[ch]
10320                 Added user-definable quotation characters recognition.
10321
10322 2002-04-28 [paul]       0.7.5claws1
10323
10324         * sync with 0.7.5cvs4
10325                 see ChangeLog entry  2002-04-25
10326
10327 2002-04-28 [paul]       0.7.5claws
10328
10329         * po/es.po
10330           po/nl.po
10331           po/pt_BR.po
10332                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10333                 Fabio Junior Beneditto
10334
10335 2002-04-27 [jens]       0.7.4claws103
10336
10337         * po/de.po
10338                 updated German translation.
10339
10340 2002-04-27 [hiro]       0.7.4claws102
10341
10342         * src/summaryview.c
10343                 summary_write_cache(): fixed the mark loss of hidden messages.
10344
10345 2002-04-26 [melvin]     0.7.4claws101
10346
10347         * src/procmsg.c
10348                 fixed a second typo (same one)
10349         * po/fr.po
10350           po/it.po
10351           po/pt_BR.po
10352                 fixed the type again...
10353
10354 2002-04-26 [melvin]     0.7.4claws100
10355
10356         * src/procmsg.c
10357                 fixed a typo in an alert message ("temorary").
10358         * po/it.po
10359         * po/pt_BR.po
10360                 corrected the typo  described above.
10361         * po/fr.po
10362                 updated French translation.
10363
10364 2002-04-26 [darko]      0.7.4claws99
10365
10366         * src/summaryview.c
10367                 fix target folder colorization
10368
10369 2002-04-25 [paul]       0.7.4claws98
10370
10371         * po/it.po
10372                 updated by Alessandro Maestri
10373
10374 2002-04-24 [colin]      0.7.4claws97
10375         
10376         * src/compose.c
10377                 Fixed double "subject is empty" question.
10378
10379 2002-04-23 [colin]      0.7.4claws96
10380         
10381         * src/mimeview.c
10382                 Corrected issue when "automatically display images" was
10383                 not set : first image remained after selecting second.
10384
10385 2002-04-23 [melvin]     0.7.4claws95
10386
10387         * src/prefs_actions.c
10388                 Don't display in/out dialog if there is nothing to show.
10389
10390 2002-04-23 [paul]       0.7.4claws94
10391
10392         * sync with 0.7.5cvs3
10393                 bug fixes: see ChangeLog entry 2002-04-23
10394
10395 2002-04-22 [darko]      0.7.4claws93
10396
10397         * src/compose.c
10398                 fix previous check-in which changed code after
10399                 merge from main
10400
10401 2002-04-22 [paul]       0.7.4claws92
10402
10403         * faq/de/*
10404                 add German FAQ
10405         * faq/en/*
10406           faq/es/*
10407           faq/fr/*
10408                 update English, Spanish and French FAQs
10409         * manual/de/*
10410           manual/es/*
10411                 add German and Spanish manuals
10412         * manual/en/*
10413           manual/fr/*
10414                 update English and French manuals
10415
10416         * src/Makefile.am
10417                 add to and re-arrange the pixmap entries
10418
10419 2002-04-22 [darko]      0.7.4claws91
10420
10421         * src/compose.c
10422                 fix sender initials recognition to only allow
10423                 '>' after the initials
10424
10425 2002-04-21 [paul]       0.7.4claws90
10426
10427         * sync with 0.7.5 release
10428                 see ChangeLog entry 2002-04-21
10429
10430 2002-04-21 [alfons]
10431
10432         * src/Makefile.am
10433                 add colin's new pixmaps to EXTRA_DIST
10434
10435 2002-04-21 [colin]      0.7.4claws89
10436         * src/compose.c
10437         * src/inc.c
10438         * src/mainwindow.[ch]
10439         * src/prefs_common.[ch]
10440         * src/stock_pixmap.[ch]
10441                 Added "Work offline" ability.
10442
10443 2002-04-21 [colin]      0.7.4claws88
10444         
10445         * src/mimeview.c
10446         * src/prefs_common.c
10447         * src/prefs_common.h
10448         * src/textview.c : Added an option to common preferences -> display
10449           to allow user not to automatically display images.
10450
10451 2002-04-21 [paul]       0.7.4claws87
10452
10453         * sync with 0.7.4cvs52
10454                 see ChangeLog entry 2002-04-21 (src/imap.c)
10455
10456 2002-04-21 [paul]       0.7.4claws86
10457
10458         * sync with 0.7.4cvs51
10459                 see ChangeLog entry 2002-04-21
10460
10461 2002-04-21 [paul]       0.7.4claws85
10462
10463         * sync with 0.7.4cvs49
10464                 see ChangeLog entries 2002-04-20 and 2002-04-21
10465
10466         * src/Makefile.am
10467                 clean up: remove old 'stock_' element from xpm 
10468                 filenames.
10469
10470 2002-04-21 [alfons]     0.7.4claws84
10471
10472         apply sync patch from Paul
10473
10474         * src/folderview.c
10475                 use old claws prefs_folder_item_create() for now
10476
10477 2002-04-19 [match]      0.7.4claws83
10478
10479         * src/addressbook.[ch]
10480         * src/addrharvest.[ch]
10481         * src/addrgather.[ch]
10482                 recurse folders.
10483         * src/mainwindow.c
10484         * src/summaryview.[ch]
10485                 change menu option.
10486
10487 2002-04-19 [paul]       0.7.4claws82
10488
10489         * po/pt_BR.po
10490                 updated by Fabio Junior Beneditto
10491
10492 2002-04-14 [alfons]     0.7.4claws81
10493
10494         * src/passphrase.c
10495                 add #include <sys/types.h> for mode_t and off_t 
10496
10497 2002-04-13 [paul]       0.7.4claws80
10498         
10499         * src/main.c
10500           src/passphrase.[ch]
10501           src/pgptext.c
10502           src/prefs_common.[ch]
10503           src/rfc2015.c
10504                 enable storing of GnuPG passphrase for the whole 
10505                 session or a user-defined number of minutes. patch 
10506                 submitted by Ravemax <ravemax@dextrose.com>
10507
10508 2002-04-13 [alfons]     0.7.4claws79
10509
10510         * src/textview.c
10511                 make email parser also stop scanning when encountering separators
10512                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10513
10514 2002-04-13 [paul]       0.7.4claws78
10515
10516         * sync with 0.7.4cvs39
10517                 see ChangeLog entry 2002-04-12
10518
10519 2002-04-11 [paul]       0.7.4claws77
10520
10521         * sync with 0.7.4cvs37
10522                 see ChangeLog entry 2002-04-11
10523
10524 2002-04-11 [paul]       0.7.4claws76
10525
10526         * COPYING 
10527                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10528                 the clause for OpenSSL). sync with sylpheed main
10529
10530 2002-04-09 [melvin]     0.7.4claws75
10531
10532         * src/compose.c
10533                 Made 'Ctrl-Enter' on send ignore some modifiers 
10534                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10535                 to bind other *-Enter (but not Alt-Enter).
10536
10537 2002-04-09 [paul]       0.7.4claws74
10538
10539         * sync with 0.7.4cvs35
10540                 see ChangeLog entries 2002-04-09
10541
10542 2002-04-08 [paul]       0.7.4claws73
10543
10544         * sync with 0.7.4cvs33
10545                 see ChangeLog entry 200-04-08
10546
10547 2002-04-07 [match]      0.7.4claws72
10548
10549         * src/addrharvest.[ch]
10550                 fixed to read all addresses in header, regardless
10551                 of header size. improved name parsing. accommodate
10552                 harvest from folders and selected message.
10553         * src/addritem.[ch]
10554                 included new address parsing function.
10555         * src/addrgather.[ch]
10556         * src/addressbook.[ch]
10557         * src/summaryview.[ch]
10558         * src/mainwindow.c
10559                 allow address harvest of folder as well as selected
10560                 messages.
10561
10562 2002-04-07 [paul]       0.7.4claws71
10563
10564         * src/esmtp.[ch]
10565           src/smtp.c
10566                 don't try to authenticate with CRAM-MD5 in SMTP when 
10567                 SMTP-AUTH enabled if MTA doesn't issue this 
10568                 auth-method in it's ehlo-response. bug item #531364,
10569                 patch item #938910. patch submitted by Colin Leroy 
10570                 <colin@colino.net>
10571
10572 2002-04-07 [paul]       0.7.4claws70
10573
10574         * src/nntp.c
10575                 fix missing MODE_READER bug. patch submitted by
10576                 Colin Leroy <colin@colino.net>
10577
10578 2002-04-07 [alfons]     0.7.4claws69
10579
10580         * src/matcher.[ch]
10581         * src/prefs_filtering.c
10582         * src/summaryview.c
10583                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10584                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10585
10586 2002-04-07 [paul]       0.7.4claws68
10587
10588         * sync with 0.7.4cvs32
10589                 see ChangeLog entry 2002-04-06
10590
10591         * tools/filter_conv.pl
10592                 more bug fixes
10593
10594 2002-04-06 [paul]       0.7.4claws67
10595
10596         * tools/filter_conv.pl
10597                 modify to be able to find the name of the first
10598                 mailbox and use that. main's filter does not
10599                 record the full path to the mailbox and therefore
10600                 can only filter to the first mailbox.
10601
10602 2002-04-05 [paul]       0.7.4claws66
10603
10604         * tools/filter_conv.pl
10605                 attempt to make the script all-encompassing and
10606                 be able to convert any main 'filter' rule thrown
10607                 at it
10608
10609 2002-04-05 [paul]       0.7.4claws65
10610
10611         * tools/filter_conv.pl
10612                 allow for collapsed folder trees
10613
10614 2002-04-05 [paul]       0.7.4claws64
10615
10616         * sync with 0.7.4cvs31
10617                 see ChangeLog entries 2002-04-05
10618
10619 2002-04-03 [paul]       0.7.4claws63
10620
10621         * sync with 0.7.4cvs29
10622                 see ChangeLog entries 2002-04-02 and 2002-04-03
10623
10624 2002-04-02 [paul]       0.7.4claws62
10625
10626         * sync with 0.7.4cvs26
10627                 see ChangeLog entry 2002-04-01
10628
10629 2002-04-02 [match]      0.7.4claws61
10630
10631         * src/pine.[ch]
10632         * src/importpine.[ch]
10633         * src/addressbook.c
10634                 import Pine address book.
10635
10636 2002-04-02 [match]      0.7.4claws60
10637
10638         * src/addrharvest.[ch]
10639                 improve address parsing of funky addresses.
10640
10641 2002-04-02 [darko]      0.7.4claws59
10642
10643         * src/compose.c
10644                 wrap on send improvements, it now recognizes quoted
10645                 initials as part of the quotation string, and it
10646                 does not join lines separated by CR
10647
10648 2002-04-01 [match]      0.7.4claws58
10649
10650         * src/mgutils.[ch]
10651                 added new functions.
10652         * src/mutt.[ch]
10653                 remove excessive duplicate address generation
10654                 on import.
10655
10656 2002-04-01 [alfons]     0.7.4claws57
10657         
10658         * src/summaryview.c
10659                 put back g_free() 
10660
10661 2002-04-01 [paul]       0.7.4claws56
10662
10663         * sync with 0.7.4cvs25
10664                 see ChangeLog entry 2002-04-01
10665
10666 2002-04-01 [alfons]     0.7.4aprilfool55
10667
10668         * src/summaryview.c
10669                 honour feature request item #537427 to allow for
10670                 displaying names from address book for sent mail also
10671
10672 2002-03-29 [paul]       0.7.4claws54
10673
10674         * src/mainwindow.c
10675           src/prefs_filtering.[ch]
10676           src/prefs_matcher.c
10677           src/summaryview.c
10678                 add 'fast filter' for claws' filtering,
10679                 /Tools/Create filter rule/... patch submitted
10680                 by Neill Miller <neillm@thecodefactory.org>
10681
10682 2002-03-29 [paul]       0.7.4claws53
10683
10684         * sync with 0.7.4cvs24
10685                 see ChangeLog entry 2002-03-29
10686
10687 2002-03-28 [paul]       0.7.4claws52
10688
10689         * sync with 0.7.4cvs23
10690                 see ChangeLog entry 2002-03-28
10691
10692 2002-03-27 [melvin]     0.7.4claws51
10693
10694         * src/prefs_actions.c
10695                 Added support to pass only one message part (as a
10696                 file) to the command using '%p'. No quotes are needed
10697                 because doubles quotes are automatically added.
10698                 Fixed bug where Sylpheed could block when waiting for
10699                 a child process to finish.
10700                 Changed the help menu to remove quotes around symbols to 
10701                 avoid misinterpretation (they must not be used).
10702
10703 2002-03-27 [melvin]     0.7.4claws50
10704
10705         * src/inc.c
10706                 Made the new mail notification command always 
10707                 execute asynchronously.
10708
10709 2002-03-27 [paul]       0.7.4claws49
10710
10711         * src/compose.c
10712                 fix bug introduced in last commit
10713
10714 2002-03-27 [paul]       0.7.4claws48
10715
10716         * sync with 0.7.4cvs21
10717                 see ChangeLog 2002-03-26 and 2002-03-27
10718
10719 2002-03-26 [hoa]        0.7.4claws47
10720
10721         * src/prefs_folder_item.c
10722                 really fixed the bug #516442 with folder rescan.
10723
10724 2002-03-26 [paul]       0.7.4claws46
10725
10726         * sync with 0.7.4cvs19
10727                 see ChangeLog entries 2002-03-25 and 2002-03-26
10728
10729 2002-03-25 [hoa]        0.7.4claws45
10730
10731         * src/matcher.c
10732         * src/mh.c
10733                 fix the bug #516442 with folder rescan.
10734
10735         * src/prefs_common.[ch]
10736         * src/compose.c
10737                 added an option to enable two different behaviours
10738                 for bounce.
10739
10740
10741 2002-03-25 [paul]       0.7.4claws44
10742
10743         * src/mainwindow.c
10744           src/selective_download.c
10745                 correct a few menuitem labels
10746
10747 2002-03-25 [christoph]  0.7.4claws43
10748
10749         * src/procmsg.c
10750                 fix non deleted tmp message in
10751                 procmsg_save_to_outbox
10752                 fix problems caused by sync with
10753                 main branch's procmsg_send_queue
10754
10755 2002-03-25 [paul]       0.7.4claws42
10756
10757         * src/quote_fmt.c
10758           src/quote_fmt_lex.l
10759           src/quote_fmt_parse.y
10760                 add Last name (%L) placeholder for quoting. 
10761                 patch submitted by Thorsten Thielen 
10762                 <thth@users.sourceforge.net>
10763
10764 2002-03-25 [paul]       0.7.4claws41
10765
10766         * src/utils.c
10767                 get full hostname. patch submitted by
10768                 Bob Woodside <rwoodside1@comcast.net>
10769
10770 2002-03-25 [paul]       0.7.4claws40
10771
10772         * src/account.c
10773           src/news.c
10774           src/nntp.[ch]
10775           src/prefs_account.[ch]
10776                 enable NNTP over SSL. patch submitted by
10777                 Pascal Jermini <pascal@infinity.hn.org>
10778
10779 2002-03-24 [paul]       0.7.4claws39
10780
10781         * src/prefs_common.c
10782                 make the arrangement of the Compose tab more
10783                 coherent
10784
10785         * src/mainwindow.c
10786                 fix some irregularities of style
10787
10788         * po/de.po
10789                 updated by Kilian Krause
10790
10791 2002-03-23 [paul]       0.7.4claws38
10792
10793         * po/pt_BR.po
10794                 updated by Fabio Junior Beneditto
10795
10796 2002-03-23 [paul]       0.7.4claws37
10797
10798         * src/mainwindow.c
10799                 move 'Gather addresses' to 'Tools' menu
10800                 make 'Selective download' sensitive
10801
10802 2002-03-23 [paul]       0.7.4claws36
10803
10804         * sync with 0.7.4cvs16
10805                 see ChangeLog entries 2002-03-23
10806
10807 2002-03-22 [christoph]  0.7.4claws35
10808
10809         * src/quote_fmt_parse.y
10810                 fix include program output
10811
10812 2002-03-22 [alfons]     0.7.4claws34
10813
10814         * src/pop.c
10815                 initialize GDate stack variable correctly (sorry!)
10816
10817 2002-03-22 [paul]       0.7.4claws33
10818
10819         * src/compose.c
10820           src/mainwindow.c
10821           src/prefs_actions.c
10822           src/prefs_common.c
10823                 rename 'Tool' to 'Tools'
10824
10825         * src/mainwindow.c
10826                 move 'Delete duplicated messages' from
10827                 'Message/' to 'Tools/'
10828                 re-arrange the order of 'Tools/' items
10829
10830 2002-03-22 [paul]       0.7.4claws32
10831
10832         * src/addr_compl.c
10833           src/addressbook.[ch]
10834                 auto-address completion now also matches on
10835                 Nickname. patch submitted by Bob Forsman 
10836                 <hammor@users.sourceforge.net>
10837
10838         * src/editaddress.c
10839                 correct a spelling mistake
10840
10841 2002-03-22 [alfons]     0.7.4claws31
10842
10843         * src/pop.c
10844                 fix getting uidl from incorrect string 
10845                 (spotted by Colin)
10846
10847 2002-03-21 [alfons]     0.7.4claws30
10848
10849         * src/pop.c
10850                 more code refactoring
10851                 plug mem leak introduced by delete on server
10852
10853 2002-03-21 [paul]       0.7.4claws29
10854
10855         * sync with 0.7.4cvs11
10856                 see ChangeLog entries 2002-03-20
10857
10858 2002-03-20 [alfons]     0.7.4claws28
10859
10860         * src/inc.c
10861                 apply Colin's patch and refactor
10862
10863 2002-03-20 [paul]       0.7.4claws27
10864
10865         * sync with sylpheed 0.7.4cvs9
10866                 see ChangeLog entry 2002-03-20
10867
10868 2002-03-19 [christoph]  0.7.4claws26
10869
10870         * src/mh.c
10871         * src/procmsg.[ch]
10872         * src/summaryview.c
10873                 revert changes for flag updates
10874                 (does not work correctly and no time to debug)
10875
10876 2002-03-20 [alfons]     0.7.4claws25
10877
10878         * src/pop.c
10879                 refactor should_delete() a little bit 
10880
10881 2002-03-19 [paul]       0.7.4claws24
10882
10883         * src/inc.[ch]
10884           src/pop.c
10885           src/prefs_account.[ch]
10886                 allow the user to leave downloaded mail on the 
10887                 server for n days. Patch submitted by Colin Leroy 
10888                 <colin@colino.net>
10889
10890 2002-02-19 [paul]       0.7.4claws23
10891
10892         * sync with sylpheed 0.7.4cvs8
10893                 see ChangeLog entries 2002-03-19
10894
10895 2002-03-18 [paul]       0.7.4claws22
10896
10897         * sync with sylpheed 0.7.4cvs6
10898                 see ChangeLog entry 2002-03-18
10899
10900 2002-03-18 [paul]       0.7.4claws21
10901
10902         * po/en_GB.po
10903                 add en_GB message catalogue
10904
10905         * src/mbox_folder.c
10906           src/prefs_account.c
10907           src/prefs_actions.c
10908                 correct a few spelling mistakes
10909
10910 2002-03-17 [alfons]     0.7.4claws20
10911
10912         * src/matcher.c
10913                 more stringent checks for NULL params when writing
10914                 filtering actions to a file
10915                 
10916 2002-03-17 [hoa]        0.7.3claws20
10917
10918         * src/news.c
10919                 fixed the count of new messages
10920
10921         * src/compose.c
10922                 fixed the "attachment properties" window
10923
10924 2002-03-17 [paul]       0.7.4claws19
10925
10926         * src/defs.h
10927           src/folder.h
10928           src/news.c
10929           src/prefs_account.[ch]
10930           src/procmsg.[ch]
10931           src/summaryview.c
10932                 automatically mark cross-posted messages as read 
10933                 and (optionally) give them a colour label
10934                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10935                 
10936
10937 2002-03-17 [paul]       0.7.4claws18
10938
10939         * sync with sylpheed 0.7.4cvs5
10940                 see ChangeLog entry 2002-03-17
10941
10942 2002-03-17 [melvin]     0.7.4claws17
10943         
10944         * src/textview.c
10945                 Worked around a gtktext 'bug': when searching for 
10946                 a text in a long message it was scrolling slowly
10947                 line by line until it hit the searched text.
10948         * po/fr.po
10949                 Updated French translation
10950
10951 2002-03-17 [melvin]     0.7.4claws16
10952
10953         * src/mainwindow.c
10954         * src/compose.c
10955         * src/prefs_actions.c
10956                 Moved "Edit/Actions" to "Tool/Actions"
10957                 Made mainwindow/compose window sensitive as soon as
10958                 no child process is running anymore even if the io dialog
10959                 is open.
10960                 Fixed a struct being initialized with a non constant char*
10961
10962 2002-03-16 [christoph]  0.7.4claws15
10963
10964         * configure.in
10965                 add --with-compiler-flags option
10966                 (only for developer hacking)
10967         * src/mh.c
10968         * src/procmsg.[ch]
10969         * src/summaryview.c
10970                 try to make folder-stats and flag handling more
10971                 independent from the summaryview. msgcounts
10972                 are only set when the folder is opened and
10973                 procmsg_msginfo_(un)set_flags will handle it
10974                 later and summaryview will get the values
10975                 from the folder.
10976
10977 2002-03-16 [paul]       0.7.4claws14
10978
10979         * src/messageview.c
10980                 fix Return-receipt. Patch submitted by Bob
10981                 Woodside <rwoodside1@comcast.net>
10982
10983 2002-03-16 [paul]       0.7.4claws13
10984
10985         * src/compose.c
10986                 fix 'dynamic' signatures, make it work again
10987                 broken during sync on 2002-03-14 (0.7.4claws2)
10988
10989 2002-03-15 [match]      0.7.4claws12
10990
10991         * src/addrharvest.[ch]
10992         * src/addrgather.[ch]
10993         * src/addressbook.[ch]
10994         * src/mainwindow.c
10995                 included address harvester feature. still some
10996                 issues with address parsing that I will fix.
10997
10998 2002-03-15 [match]      0.7.4claws11
10999
11000         * src/addrbook.[ch]
11001         * src/addrcache.[ch]
11002         * src/addressbook.[ch]
11003         * src/addrindex.c
11004         * src/editbook.c
11005         * src/importldif.c
11006         * src/importmutt.c
11007         * src/jpilot.[ch]
11008         * src/main.c
11009         * src/syldap.[ch]
11010         * src/vcard.[ch]
11011                 tidy up. fix memory leaks. moved attribs and methods
11012                 from individual interfaces to addrcache object. prep
11013                 for new stuff to come in.
11014
11015 2002-03-15 [alfons]     0.7.4claws10
11016
11017         * src/matcher.[ch]
11018         * src/matcher_parser_parse.y
11019         * src/matcher_parser_lex.l
11020         * src/prefs_matcher.c
11021                 add filtering conditions message greater than, smaller 
11022                 than, and exactly matching a size in bytes
11023                 (does not work with delete from POP3 server yet)
11024
11025                 this should also give others an idea what you should
11026                 do to add new criterions to claws filtering system
11027                 
11028
11029 2002-03-15 [paul]       0.7.4claws9
11030
11031         * tools/filter_conv.pl
11032                 exit if there are no filter rules to convert
11033                 rename filterrc to filterrc.old after completion
11034
11035 2002-03-15 [paul]       0.7.4claws8
11036
11037         * sync with sylpheed 0.7.4cvs3
11038                 see ChangeLog entry 2002-03-14
11039
11040 2002-03-14 [paul]       0.7.4claws7
11041
11042         * src/compose.c
11043                 clean up the last commit (ahem)
11044
11045 2002-03-14 [paul]       0.7.4claws6
11046
11047         * src/compose.c
11048                 fix bug #515655. honour account preferences
11049                 regarding gpg default signing/encryption when 
11050                 changing account from the compose window.
11051
11052 2002-03-14 [paul]       0.7.4claws5
11053
11054         * src/folderview.c
11055                 remove unnecessary curly brackets
11056
11057 2002-03-14 [paul]       0.7.4claws4
11058
11059         * src/folderview.c
11060           src/prefs_filtering.[ch]
11061                 add filter rename on folder rename and filter
11062                 delete on folder delete. Patch submitted by
11063                 Neill Miller <neillm@thecodefactory.org> 
11064
11065 2002-03-14 [christoph]  0.7.4claws3
11066
11067         * src/procmsg.c
11068         * src/send.c
11069                 fix local delivery
11070                 (patch submitted by "Simon 'corecode' Schubert")
11071         * src/prefs_common.c
11072         * src/procmsg.c
11073                 fix gcc 3.0 warning
11074
11075 2002-03-14 [paul]       0.7.4claws2
11076
11077         * sync with sylpheed 0.7.4cvs2
11078                 see ChangeLog entry 2002-03-13
11079
11080 2002-03-12 [darko]      0.7.4claws1
11081
11082         * src/mainwindow.c
11083                 fix what seems to be a copy and paste error
11084                 when setting color for important messages
11085                 (reported by wwp)
11086
11087 2002-03-11 [paul]       version 0.7.4claws released
11088
11089 2002-03-11 [paul]       0.7.4claws
11090
11091         * po/es.po
11092           po/it.po
11093           po/nl.po
11094           po/pt_BR.po
11095                 update message catalogs. Submitted by Ricardo Mones 
11096                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11097                 Fabio Junior Beneditto
11098
11099         * configure.in
11100           faq/Makefile.am
11101           faq/it/Makefile
11102           faq/it/sylpheed-faq*
11103           src/mainwindow.c
11104           src/manual.[ch]
11105                 add FAQ in Italian
11106         
11107
11108 2002-03-11 [jens]       0.7.3claws7
11109
11110         * po/de.po
11111                 updated German translation
11112
11113 2002-03-11 [melvin]     0.7.3claws6
11114
11115         * po/fr.po
11116                 updated and corrected French translation
11117
11118 2002-03-10 [hoa]        0.7.3claws5
11119
11120         * src/account.c
11121         * src/inc.c
11122         * src/prefs_account.c
11123         * src/procmsg.c
11124         * src/send.[ch]
11125                 fixed the local account.
11126                 you have to change the default "/usr/sbin/sendmail"
11127                 to "/usr/sbin/sendmail -t" in the preferences of
11128                 the local account.
11129
11130         * src/procmime.c
11131                 removed some debug display for renderer
11132
11133 2002-03-10 [paul]       0.7.3claws4
11134
11135         * faq/en/sylpheed-faq-1.html
11136           faq/en/sylpheed-faq-2.html
11137                 update
11138
11139 2002-03-09 [paul]       0.7.3claws3
11140
11141         * sync with sylpheed 0.7.4
11142                 see ChangeLog entry 2002-03-09
11143
11144 2002-03-08 [paul]       0.7.3claws2
11145
11146         * faq/en/sylpheed-faq*
11147           faq/es/sylpheed-faq*
11148           faq/fr/sylpheed-faq*
11149                 update the FAQs
11150
11151         * manual/fr/.cvsignore
11152           manual/fr/Makefilea.am
11153           manual/fr/sylpheed*
11154           src/mainwindow.c
11155           src/manual.[ch]
11156                 add the French manual
11157
11158 2002-03-07 [paul]       0.7.3claws1
11159
11160         * sync with sylpheed 0.7.3cvs4
11161                 see ChangeLog entries  2002-03-06 and 2002-03-07
11162         
11163         * po/nl.po
11164                 updated by Wilbert Berendsen
11165
11166 2002-03-07 [melvin]     0.7.2claws34
11167
11168         * src/selective_download.c
11169                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11170
11171 2002-03-06 [paul]       0.7.2claws33
11172
11173         * sync with sylpheed 0.7.3cvs1
11174                 bug fix, see ChangeLog entry 2002-03-05
11175
11176 2002-03-05 [paul]       0.7.2claws32
11177
11178         * src/mimeview.c
11179           src/pgptext.[ch]
11180           src/procmsg.c
11181                 reverse the pgp ascii-armored code implemented in 
11182                 0.7.2claws16. removal of this code until it matures.
11183                 this means that verifying ascii-armored pgp sigs and
11184                 automatic decryption of ascii-armored encrypted
11185                 messages no longer works.
11186
11187 2002-03-05 [paul]       0.7.2claws31
11188
11189         * configure.in
11190           Makefile.am
11191         * faq/Makefile.am
11192         * faq/en/Makefile.am
11193           faq/en/sylpheed-faq.html
11194           faq/en/sylpheed-faq-1.html
11195           faq/en/sylpheed-faq-2.html
11196           faq/en/sylpheed-faq-3.html
11197         * faq/es/Makefile.am
11198           faq/es/sylpheed-faq.html
11199           faq/es/sylpheed-faq-1.html
11200           faq/es/sylpheed-faq-2.html
11201           faq/es/sylpheed-faq-3.html
11202           faq/es/sylpheed-faq-4.html
11203         * faq/fr/Makefile.am
11204           faq/fr/sylpheed-faq.html
11205           faq/fr/sylpheed-faq-1.html
11206           faq/fr/sylpheed-faq-2.html
11207           faq/fr/sylpheed-faq-3.html
11208         * src/Makefile.am
11209           src/defs.h
11210           src/mainwindow.c
11211           src/manual.[ch]
11212                 add FAQs in English, Spanish and French
11213
11214
11215 2002-03-05 [paul]       0.7.2claws30
11216
11217         * manual/en/sylpheed.html
11218           manual/en/sylpheed-XX.html
11219                 updated the English manual
11220
11221 2002-03-05 [hoa]        
11222
11223         * src/summaryview.c
11224                 dialog box pops up if the article can't be deleted.
11225
11226 2002-03-04 [paul]       
11227         
11228         * po/pt_BR.po
11229                 updated by Fabio Junior Benedito
11230
11231 2002-03-04 [hoa]
11232
11233         * removed ac/gpgme.m4
11234                 to avoid autogen common problem
11235                 developers have to install gpgme development package now
11236
11237         * src/compose.c
11238                 encoding to 7bit or 8bit is enabled.
11239
11240 2002-03-03 [alfons]     0.7.2claws29
11241
11242         * src/pop.c
11243                 merge fix by Oliver Haertel for selective
11244                 download buglet
11245
11246 2002-03-03 [paul]       0.7.2claws28
11247         
11248         * sync with sylpheed 0.7.3
11249
11250 2002-03-03 [paul]       0.7.2claws27
11251
11252         * sync with sylpheed 0.7.2cvs24
11253                 see ChangeLog entries 2002-03-02 and 2002-03-03
11254
11255 2002-03-02 [melvin]     0.7.2claws26
11256
11257         * src/inc.[ch]
11258         * src/main.c
11259         * src/mainwindow.c
11260         * src/prefs_common.[ch]
11261                 Added user definable notification on new mail arrival.
11262                 Removed unused variables in spell checker prefs code.
11263
11264 2002-03-02 [melvin]     0.7.2claws25
11265
11266         * src/quote_fmt.c
11267                 Removed unnecessary escape sequences.
11268                 Changed 'Initial...' to 'Initials of Sender'
11269
11270 2002-03-02 [paul]       0.7.2claws24
11271
11272         * sync with sylpheed 0.7.2cvs22
11273                 see ChangeLog entry 2002-03-01
11274
11275 2002-03-01 [hoa]        0.7.2claws23
11276
11277         * src/mainwindow.c
11278                 Set sensitivity of delete actions to active
11279                 even if the folder is a newsgroup.
11280
11281         * src/summaryview.c
11282                 - Set sensitivity of delete actions
11283                 - Added function check_permission() that will check if the
11284                   user is authorized to delete a message. For news, it
11285                   will check if the author is the same.
11286                 - Enabled deletion when there is no trash folder.
11287
11288         * src/news.[ch]
11289                 - Added news_cancel_article() to cancel articles
11290                 - Implemented news_remove_message() (public function)
11291
11292 2002-03-01 [paul]       0.7.2claws22
11293
11294         * src/gtkutils.c
11295           src/textview.c
11296                 recognise urls that that don't include 'http://' and
11297                 simply begin 'www.' 
11298
11299         * AUTHORS
11300                 remove duplicated name
11301
11302 2002-02-28 [paul]       0.7.2claws21
11303
11304         * src/mainwindow.c
11305           src/summaryview.[ch]
11306                 add ability to 'Select thread'
11307                 combines Melvin's "Select thread's head" patch (#510907)
11308                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11309                 patch (#518514) 
11310
11311 2002-02-28 [paul]       0.7.2claws20
11312
11313         * src/mimeview.c
11314                 hopefully fix segfault on right-clicking a mime part
11315                 that some people have experienced.      
11316                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11317
11318 2002-02-28 [paul]       0.7.2claws19
11319
11320         * sync with sylpheed 0.7.2cvs21
11321                 see ChangeLog entries 2002-02-27 and 2002-02-28
11322
11323 2002-02-27 [paul]       0.7.2claws18
11324
11325         * sync with sylpheed 0.7.2cvs18
11326                 see ChangeLog entries 2002-02-26 and 2002-02-27
11327
11328 2002-02-26 [alfons]     0.7.2claws17
11329
11330         * src/procheader.c
11331                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11332                 (spotted by Chris Hessman <idatech@gmx.net>)
11333
11334 2002-02-26 [paul]       0.7.2claws16
11335
11336         * src/mimeview.c
11337           src/pgptext.[ch]
11338           src/procmsg.c
11339                 make decryption of ascii-armored pgp encrypted messages
11340                 and verification of ascii-armored signatures work again.
11341                 slightly altered from the patch by Jens Jahnke 
11342                 <jan0sch@gmx.net>
11343
11344                 ##FIX ME##
11345                 * the checking of plaintext signatures always comes up in 
11346                   a popup box
11347                 * it doesn't work for multipart messages 
11348                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11349                   including the msg headers and these 2 line themselves, are 
11350                   not displayed
11351
11352         * src/mainwindow.c
11353                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11354                 "View/Message View" becomes "View/Separate Message View"
11355                 because its less ambiguous.
11356
11357         * po/es.po
11358                 updated by Ricardo Mones Lastra
11359
11360 2002-02-26 [paul]       0.7.2claws15
11361
11362         * sync with sylpheed 0.7.2cvs17
11363                 see ChangeLog entries 2002-02-25 and 2002-02-26
11364
11365 2002-02-25 [christoph]  0.7.2claws14
11366
11367         * src/filtering.[ch]
11368         * src/inc.c
11369                 do filtering stuff after all messages have been received
11370                   1. drop all messages to .processing
11371                   2. scan processing folder for messages
11372                   3. filter messages or move to inbox
11373                 this will also find old messages left in processing after
11374                 a crash or something like that and we get a real msginfo
11375                 from folder->get_msg_list and do not have to create our
11376                 own in filter_message
11377         * src/matcher_parser_parse.y
11378                 remove MIX/MAX warning (reordered includes)
11379
11380 2002-02-25 [paul]       0.7.2claws13
11381
11382         * sync with sylpheed 0.7.2cvs15
11383                 see ChangeLog entry 2002-02-24
11384
11385 2002-02-24 [alfons]     0.7.2claws12
11386
11387         * src/filtering.c
11388                 clear old color flags first when applying a new color to
11389                 a message info. 
11390                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11391
11392 2002-02-24 [alfons]     0.7.2.claws11
11393         
11394         * AUTHORS
11395         * src/prefs_common.c
11396                 add presets for Opera and Konqueror, closes patch #517261,
11397                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11398
11399 2002-02-24 [alfons]     0.7.2.claws10
11400
11401         * AUTHORS
11402         * src/summaryview.c
11403                 fix threading for null message ids, closes patch #521601,
11404                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11405
11406 2002-02-24 [alfons]     0.7.2claws9
11407
11408         * src/summaryview.c
11409         * src/filtering.c
11410                 make Tool | Filter Message work with filtering system so
11411                 setting flags also works
11412
11413                 TODO:
11414
11415                 - Processing uses the same function as Tool | Filter
11416                   Message, but doesn't use the same update proc yet
11417
11418 2002-02-23 [paul]       0.7.2claws8
11419
11420         * sync with sylpheed 0.7.2cvs14
11421                 see ChangeLog entries 2002-02-22 and 2002-02-23
11422
11423 2002-02-22 [christoph]  0.7.2claws7
11424
11425         * src/quote_fmt.c
11426                 Add column space to table
11427         * src/quote_fmt_parse.y
11428                 Close files
11429
11430 2002-02-22 [paul]       0.7.2claws6
11431
11432         * src/Makefile.am
11433           src/defs.h
11434           src/filtering.c
11435           src/inc.[ch]
11436           src/mainwindow.c
11437           src/matcher.[ch]
11438           src/matcher_parser_lex.l
11439           src/matcher_parser_parse.y
11440           src/pop.[ch]
11441           src/prefs_account.h
11442           src/prefs_filtering.c
11443           src/selective_download.[ch]   *** NEW FILES ***
11444           src/utils.[ch]
11445           po/POTFILES.in
11446                 Selective Download added to 'Tool' menu. 
11447                 Retrieves email headers of the currently selected pop3 
11448                 account and allows the user to mark emails for deletion 
11449                 right on the pop3 server. Patch submitted by Oliver Haertel 
11450                 <oha@users.sourceforge.net>.
11451         
11452         * po/POTFILES.in
11453                 add 'src/quote_fmt.c'           
11454
11455 2002-02-22 [christoph]  0.7.2claws5
11456
11457         * src/Makefile.am
11458                 added quote_fmt.c
11459         * src/prefs_common.[ch]
11460         * src/prefs_template.c
11461         * src/quote_fmt.c               *** NEW FILE ***
11462         * src/quote_fmt.h
11463                 move quote format symbol description code
11464                 to it's own file because it is used from
11465                 differnent code parts
11466                 Rewrote symbol description GUI
11467                   + use table
11468                   + add separators
11469                   + get data from array (no more long constant strings)
11470         * src/quote_fmt_lex.l
11471         * src/quote_fmt_parse.y
11472                 Symbol for Literal % changed to \% instead of %%
11473                 (More logical as \ is used for quoting for other symbols)
11474                 Add |f and |p to include files and program output
11475                 Examples:
11476                     |f{/home/.../.signature}
11477                     |p{date}
11478         * po/de.po
11479                 Correct wrong spelling for "Referenzen"
11480
11481 2002-02-21 [paul]       0.7.2claws4
11482
11483         * src/procmsg.c
11484                 forgotten during sync
11485
11486 2002-02-21 [paul]       0.7.2claws3
11487
11488         * sync with sylpheed 0.7.2cvs11
11489                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11490                 2002-02-20 and 2002-02-21
11491
11492 2002-02-20 [melvin]     0.7.2claws2
11493
11494         * src/prefs_actions.c
11495                 Added error report when child cannot fork or when execvp 
11496                 returns with an error.
11497
11498 2002-02-19 [christoph]  0.7.2claws1
11499
11500         * src/codeconv.c
11501                 return unconverted text if conde conversion is not possible
11502                 when libjconv is used.
11503                 (patch submitted by "Simon 'corecode' Schubert")
11504
11505 2002-02-19 [paul]       
11506
11507         * version 0.7.2claws release
11508
11509 2002-02-19 [paul]       0.7.2claws
11510
11511         * po/nl.po
11512                 updated by Wilbert Berendsen
11513
11514
11515 2002-02-18 [alfons]     0.7.1claws13
11516
11517         * src/syldap.c
11518         * src/jpilot.c
11519                 remove references to dlfcn and explicitly loading functions
11520                 from dynalink libs, because libs linked anyway, and functions
11521                 are loaded explicitly
11522
11523 2002-02-17 [melvin]     0.7.1claws12
11524
11525         * src/prefs_actions.c
11526                 Replaced children wait loop with double fork technique.
11527                 Now, input/output window updated at each new output.
11528                 free_children(): Fixed a memory leak.
11529                 Made input/output window non closable if running children
11530                 still exist.
11531                 Added missing <unistd.h> include.
11532                 Added some --debug outputs.
11533
11534 2002-02-17 [melvin]     0.7.1claws11
11535
11536         * src/summaryview.c
11537                 Fixed bug where descending sort order did not select top
11538                 message.
11539
11540 2002-02-17 [melvin]     0.7.1claws10
11541
11542         * acconfig.h
11543                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11544         * src/prefs_common.c
11545                 Pspell data package directory no more hard coded but
11546                 set during configuration (PSPELL_PATH). (Thanks to 
11547                                 Gustavo Noronha Silva.)
11548
11549 2002-02-17 [melvin]     0.7.1claws9
11550
11551         * configure.in
11552                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11553         * src/gtkspell.c
11554                 Fixed compile-time warnings.
11555
11556 2002-02-16 [alfons]     0.7.1claws8
11557
11558         * src/filesel.c
11559                 fix inadvertent free of NULL pointer which caused
11560                 sylpheed to crash when closing the save-as dialog
11561                 using the window close button
11562
11563 2002-02-16 [carsten]    0.7.1claws7
11564         * src/mainwindow.[ch]
11565           src/summaryview.c
11566           src/prefs_common.c
11567                 fixes for pixmap theming code:
11568                         - recently changed mail attributes shouldn't get
11569                           lost any longer
11570                         - theme is only reloaded iff another theme was
11571                           selected
11572
11573 2002-02-16 [paul]       0.7.1claws6
11574
11575         * sync with sylpheed 0.7.2 release
11576                 see ChangeLog entry 2002-02-15 and 2002-02-16
11577
11578 2002-02-15 [paul]       0.7.1claws5
11579
11580         * sync with sylpheed 0.7.1cvs9
11581                 see ChangeLog entry 2002-02-15
11582
11583         * po/POTFILES.in
11584                 remove unneeded headerwindow.c entry
11585
11586 2002-02-14 [carsten]    0.7.1claws4
11587         * src/summaryview.c
11588                 fixed a bug for "Go to next unread message": there was
11589                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11590                 in the prefs, because of doing "Search again" instead
11591                 "No"
11592
11593 2002-02-14 [carsten]    0.7.1claws3
11594         * src/stock_pixmap.c
11595                 removed 2 more mem leaks; following memprof,
11596                 this code is "leak free" now :)
11597
11598 2002-02-14 [carsten]    0.7.1claws2
11599         * src/stock_pixmap.c
11600                 used opendir/readdir/closedir instead of scandir
11601                 -> code should work now on Solaris
11602
11603 2002-02-14 [paul]       0.7.1claws1
11604
11605         * sync with sylpheed 0.7.1cvs8
11606                 see ChangeLog entries 2002-02-13 and 2002-02-14
11607
11608         * README.claws
11609                 add some description of Actions and Pixmap Themes
11610
11611 2002-02-13 [paul]       
11612
11613         * version 0.7.1claws release
11614
11615 2002-02-13 [paul]       0.7.1claws
11616
11617         * po/es.po
11618           po/it.po
11619           po/pt_BR.po
11620                 updated translations, submitted by Ricardo Mones Lastra,
11621                 Alessandro Maestri and Fabio Junior Beneditto
11622
11623 2002-02-13 [melvin]     0.7.0claws75
11624
11625         * src/prefs_actions.c
11626                 Added missing "signal.h" include
11627
11628 2002-02-13 [melvin]     0.7.0claws74
11629
11630         * src/prefs_folder_item.c
11631                 Added missing "config.h" include
11632         * po/fr.po
11633                 Updated French translation for folder propriety.
11634
11635 2002-02-13 [jens]       0.7.0claws73
11636
11637         * po/POTFILES.in
11638                 Added missing src/prefs_folder_item.c [log added by melvin]
11639         * po/de.po
11640                 Updated German translation.
11641
11642 2002-02-13 [melvin]     0.7.0claws72
11643
11644         * po/fr.po
11645                 Updated French translation.
11646
11647 2002-02-13 [melvin]     0.7.0claws71
11648
11649         * src/gtkutils.c
11650                 Made gtkut_editable_get_selection return NULL if selection
11651                 is of length zero.
11652                 This fixes a bug where selecting part of message A then
11653                 switching to message B and replying to it will not
11654                 quote the message's body.
11655
11656 2002-02-12 [paul]       0.7.0claws70
11657
11658         * src/mainwindow.c
11659                 cosmetic, relating to pixmap themes: on toolbar make 
11660                 updating of 'Exec' and 'Compose news/Compose email'
11661                 icons faster.
11662
11663 2002-02-12 [carsten]    0.7.0claws69
11664         * src/folderview.c
11665           src/mainwindow.[ch]
11666           src/stock_pixmap.c
11667           src/summaryview.c
11668           src/prefs_common.c
11669                 - refreshing after changing pixmap theme better
11670                   now (thanks Paul)
11671                 - wanted to remove some mem leaks, but alfons was
11672                   faster (and had the better solution ;)
11673
11674 2002-02-12 [alfons]     0.7.0claws68
11675
11676         * src/prefs_common.c
11677         * src/stock_pixmap.[ch]
11678                 plug mem leaks, refactor code a little bit
11679
11680
11681 2002-02-12 [sergey]     0.7.0claws67
11682
11683         * src/imap.c
11684                 Fixed problem with copying messages to IMAP folders when the
11685                 server uses something other than '/' as a namespace separator
11686                 (cyrus-imapd uses '.').
11687
11688 2002-02-12 [jens]       0.7.0claws66
11689
11690         * po/de.po
11691                 Updated German Translation
11692
11693 2002-02-12 [paul]       0.7.0claws65
11694
11695         * sync with sylpheed 0.7.1cvs1
11696                 see ChangeLog entry 2002-02-12
11697
11698 2002-02-12 [melvin]     0.7.0claws64
11699
11700         * src/prefs_actions.c
11701                 Fixed "feature" where children's output was duplicated 
11702                 instead of refreshed while monitoring.
11703                 Removed some debug code.
11704
11705 2002-02-12 [christoph]  0.7.0claws63
11706
11707         * src/compose.c
11708                 always delete message from queue after sending/send error
11709                 (closes bug #509601)
11710
11711 2002-02-12 [melvin]     0.7.0claws62
11712
11713         * src/prefs_actions.c
11714                 Children wait loop is now triggered with a timeout of 1s
11715                 Added %F which is replaced with the list of filenames 
11716                 of all selected messages (as suggested by Ricardo Mones Lestra)
11717                 Pipe syntax changed. Prefix with | to send selection, postfix
11718                 with | to retrieve output. Prefix with > or * to send
11719                 user definable input to the command (*: input is hidden)
11720                 Old pipe action should now be postfixed with |, too.
11721
11722 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11723         * src/stock_pixmap.c
11724                 fixed a bug: if there's no theme directory don't
11725                 throw an error, just do "nothing" (thanks Alfons)
11726
11727 2002-02-12 [carsten]    0.7.0claws60
11728         * src/folderview.c
11729           src/summaryview.c
11730                 had to write the cache twice (nasty!); some marks would 
11731                 get lost if not
11732
11733 2002-02-11 [carsten]    0.7.0claws59
11734         * acconfig.h
11735           configure.in
11736           doc-src/maintainer_guide.txt
11737           src/compose.[ch]
11738           src/defs.h
11739           src/folderview.[ch]
11740           src/gtkutils.[ch]
11741           src/mainwindow.[ch]
11742           src/prefs_common.[ch]
11743           src/stock_pixmap.[ch]
11744           src/summaryview.[ch]
11745                 pixmap theming and related work on pixmap
11746                 handling on some other places
11747                 (e.g. hrm features for all folder)
11748           src/pixmap/stock_*.xpm -> the stock_ was removed
11749         
11750 2002-02-11 [paul]       0.7.0claws58
11751
11752         * sync with sylpheed 0.7.1 release
11753                 see ChangeLog entries 2002-02-11
11754
11755 2002-02-08 [paul]       0.7.0claws57
11756
11757         * sync with sylpheed 0.7.0cvs39
11758                 see ChangeLog entry 2002-02-07 (last entry) 
11759
11760         * src/prefs_actions.c
11761           src/prefs_filtering.c
11762           src/prefs_matcher.c
11763           src/prefs_scoring.c
11764                 sync: made it compile with C compilers other than gcc
11765
11766 2002-02-07 [paul]       0.7.0claws56
11767
11768         * sync with sylpheed 0.7.0cvs38
11769                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11770                 2002-02-07
11771
11772 2002-02-07 [darko]      0.7.0claws55
11773
11774         * src/gtkutils.[ch]
11775         * src/summaryview.c
11776                 Fix const gchar */gchar * issue (thanks Hiro)
11777
11778 2002-02-07 [darko]      0.7.0claws54
11779
11780         * src/compose.[ch]
11781         * src/filtering.c
11782         * src/gtkutils.[ch]
11783         * src/prefs_template.c
11784         * src/quote_fmt.h
11785         * src/quote_fmt_parse.y
11786         * src/summaryview.c
11787         * src/utils.[ch]
11788                 When replying or forwarding an email don't quote the entire
11789                 mail body but use the part of the message text that is selected
11790
11791 2002-02-06 [melvin]     0.7.0claws53
11792
11793         * src/prefs_common.[ch]
11794         * src/gtkspell.[ch]
11795         * src/compose.c
11796                 Made possible to switch quickly to last used dictionary
11797                 which makes checking bilingual documents easier.
11798
11799 2002-02-06 [melvin]     0.7.0claws52
11800         
11801         * po/POTFILES.in
11802                 Added forgotten new file src/prefs_actions.c
11803
11804 2002-02-06 [melvin]     0.7.0claws51
11805
11806         * src/prefs_actions.c   ** NEW FILE **
11807         * src/prefs_actions.h   ** NEW FILE **
11808                 Added actions to execute on message text view, or on the
11809                         message's file.
11810         * src/Makefile.am
11811                 Added src/prefs_actions.[ch]
11812         * src/compose.c
11813                 Added new menu "Edit/Actions"
11814         * src/defs.h
11815                 Added new actionsrc file.
11816         * src/main.c
11817                 Added actionsrc reading.
11818         * src/mainwindow.c
11819                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11820         * src/prefs_common.h
11821                 Added new element actionslst element to prefs_common.
11822
11823 2002-02-06 [paul]       0.7.0claws50
11824
11825         * sync with sylpheed 0.7.0cvs36
11826                 see ChangeLog entry 2002-02-06
11827
11828 2002-02-05 [paul]
11829
11830         * po/es.po
11831                 updated by Ricardo Mones Lastra
11832
11833 2002-02-05 [paul]       0.7.0claws49
11834
11835         * sync with sylpheed 0.7.0cvs33
11836                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11837
11838 2002-02-05 [paul]       0.7.0claws48
11839
11840         * src/compose.c
11841                 re-add 'Edit/Advanced/Delete entire line', previously named
11842                 'Delete Line+'
11843
11844 2002-02-04 [paul]       0.7.0claws47
11845
11846         * src/compose.c
11847           src/summaryview.c
11848                 fix bug #494993 (Reply All not taking Reply-To into consi)
11849                 eliminate differences in behaviour of right-click 'Reply to all' 
11850                 in summary view and 'Reply to all' on the toolbar. 
11851                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11852                 view and From gets ignored by 'Reply to all' on toolbar.
11853                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11854                 From when no Reply-To header is present.
11855
11856 2002-02-04 [paul]       0.7.0claws46
11857
11858         * sync with sylpheed 0.7.0cvs30
11859                 see ChangeLog entries 2002-02-03 and 2002-02-04
11860
11861 2002-02-03 [melvin]     0.7.0claws45
11862
11863         * src/gtkspell.[ch]
11864                 Readded function to highlight all misspelled words.
11865                 Fixed bug where user-provided-words did not replace
11866                         correctly the misspelled word when using the mouse.
11867                 Fixed bug where checking a region selected from right to left did
11868                         not check the region at all.
11869                 Fixed bug where 'Check backwards' may not check at all. 
11870                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11871                 Fixed possible buffer overflow when checking for long strings (>1k).
11872                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11873                 Accelerators code uses now gtk_widget_add_accel.
11874                 Removed and disabled obsolete and unfinished code.
11875                 Cleaning up.
11876
11877         * src/compose.c
11878                 Added menu item to Highlight all misspelled words.
11879
11880 2002-02-01 [paul]       0.7.0claws44
11881
11882         * src/mainwindow.c
11883                 fix '/View/Hide read messages' sensitivity when all
11884                 messages in a folder are hidden
11885
11886 2002-02-01 [paul]       0.7.0claws43
11887
11888         * src/main.c
11889                 add --send option to command line interface, sends all
11890                 queued mail. Patch submitted by Ricardo Mones Lastra.
11891
11892 2002-01-31 [paul]       0.7.0claws42
11893
11894         * src/mainwindow.c
11895                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11896
11897 2002-01-31 [paul]       0.7.0claws41
11898
11899         * sync with sylpheed 0.7.0cvs27
11900                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11901                 and 2002-01-31
11902
11903         * src/textview.c
11904                 comment out elements of textview_show_part() as temporary
11905                 workaround for attachment 'Display as text' bug 
11906
11907         * po/pt_BR.po
11908                 updated by Fabio Junior Beneditto
11909
11910 2002-01-30 [paul]       0.7.0claws40
11911
11912         * sync with sylpheed 0.7.0cvs24
11913                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11914                 and 2002-01-30
11915
11916         * src/compose.c
11917                 add {N_("/_Spelling"), ... "<Branch>"} to 
11918                 GtkItemFactoryEntry compose_entries[]
11919
11920         * src/prefs_common.c
11921                 add claws menu items to prefs_keybind_apply_clicked()
11922                 and remove non-claws menu items
11923
11924 2002-01-29 [paul]       0.7.0claws39
11925
11926         * sync with sylpheed 0.7.0cvs22
11927                 see ChangeLog entries 2002-01-28 and 2002-01-29
11928
11929 2002-01-28 [melvin]     0.7.0claws38
11930
11931         * src/compose.c
11932                 Added the declartion of compose_send_control_enter.
11933
11934         * src/compose.c
11935         * src/gtkspell.[ch]
11936                 Added in a 'Spelling' menu which includes the configuration menu. 
11937                 Added a real 'Check all' and got rid from the old one which only
11938                 highlited misspelled word.
11939                 Made 'Check while typing' a disableable option.
11940                 Added a dialog when there are no more misspelled word.
11941                 Added a dialog if error occurs when switching to a dictionary.
11942         
11943         * src/prefs_common.[ch]
11944                 Added option for the default 'Check while typing' option.
11945
11946
11947 2002-01-28 [alfons]     0.7.0claws37
11948
11949         * src/compose.c
11950                 fix buglet and make code comply with sylpheed code style
11951
11952 2002-01-28 [paul]       0.7.0claws36
11953
11954         * sync with sylpheed 0.7.0cvs19
11955                 see ChangeLog entries for 2002-01-28
11956
11957 2002-01-28 [hoa]        0.7.0claws35
11958
11959         * src/defs.h
11960                 added rendererrc
11961
11962         * src/main.c
11963                 read the renderer config
11964
11965         * src/procmime.[ch]
11966                 use the renderer config to convert mime attachments
11967
11968         * src/textview.c
11969                 don't use textview_show_html/ertf,
11970                 use get_text_content instead
11971
11972 2002-01-27 [alfons]     0.7.0claws34
11973         
11974         * src/news.c
11975                 make sylpheed believe it can delete a news message...
11976                 (messages are NOT deleted, maybe we should remove
11977                 processing from the folder properties after all.)
11978
11979 2002-01-27 [alfons]     0.7.0claws33
11980
11981         * src/folder.c
11982                 add extra checks
11983         * src/news.c
11984                 implement remove_msg() 
11985
11986 2002-01-27 [alfons]     0.7.0claws32
11987
11988         * src/procmsg.h
11989         * src/procheader.c
11990         * src/messageview.c
11991                 fix return receipt / disposition notification again. this
11992                 stuff seems to break on _every_ major summary UI change, so
11993                 it's now implemented using a flag which is saved in the
11994                 marks cache
11995                 
11996 2002-01-26 [alfons]     0.7.0claws31
11997
11998         * src/import.c
11999                 let import dialog show the destination folder identifier
12000
12001 2002-01-26 [melvin]     0.7.0claws30
12002
12003         * src/folderview.c
12004         * src/summaryview.c
12005                 Readded 'Mark all read' into summary view popup menu
12006                 Added 'Mark all read' in folder view popup menu for IMAP
12007                 and NNTP.
12008                 Made it insensitive if the selected folder is not the shown
12009                 one to avoid 'Mark all read' on the wrong folder.
12010                 
12011 2002-01-26 [paul]       0.7.0claws29
12012
12013         * src/folderview.c
12014           src/summaryview.c
12015                 move 'Mark all read' from summary view to folder view
12016                 menu. (adapted from) patch submitted by Jeremy Andrews,
12017                 <lists@kerneltrap.com>
12018
12019 2002-01-25 [alfons]     0.7.0claws28
12020
12021         * src/gtkstext.c
12022                 put the gtk class name back so GtkSText adapts the 
12023                 settings of GtkText
12024
12025 2002-01-25 [alfons]     0.7.0claws27
12026
12027         * src/folderview.c 
12028                 assimilate Ricardo's patch that shows pixmaps instead of
12029                 plain "new" and "unread" texts in the folder view column
12030                 headers 
12031
12032 2002-01-25 [paul]       0.7.0claws26
12033
12034         * src/Makefile.am
12035                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12036                 be found in non-standard locations. 
12037                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12038
12039 2002-01-25 [paul]       0.7.0claws25
12040
12041         * sync with sylpheed 0.7.0cvs16
12042                 see ChangeLog entry 2002-01-25
12043
12044 2002-01-24 [paul]       0.7.0claws24
12045
12046         * more sync with sylpheed 0.7.0cvs15
12047                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12048
12049 2002-01-23 [sergey]     0.7.0claws23
12050
12051         * src/importldif.c
12052                 Fixed segfault when closing LDIF import wizard with
12053                 the window manager.
12054         * src/imageview.c
12055         * src/imageview.h
12056         * src/messageview.c
12057         * src/mimeview.c
12058                 Fixed wrong scrolling position after switching between
12059                 text and image parts.
12060
12061 2002-01-23 [paul]       0.7.0claws22
12062
12063         * sync with sylpheed 0.7.0cvs15
12064                 see ChangeLog entries 2002-01-22 and 2002-01-23
12065
12066 2002-01-21 [melvin]     0.7.0claws21
12067
12068         * src/prefs_scoring.c
12069         * src/prefs_filtering.c
12070                 Fixed bug where scoring and filtering windows stopped
12071                 autochecking.
12072
12073 2002-01-21 [paul]       0.7.0claws20
12074
12075         * sync with sylpheed 0.7.0cvs12
12076                 see ChangeLog entries 2002-01-20 and 2002-01-21
12077
12078 2002-01-21 [carsten]    0.7.0claws19
12079         * src/mainwindow.c
12080         * src/menu.[ch]
12081         * src/messageview.[ch]
12082         * src/summaryview.[ch]
12083                 changes to shortcuts handling again:
12084                         + "Q" now controled by mainwin
12085                         + v/V are now customizable and have slightly
12086                           different meanings
12087                 the "button" to minimize the messageview (and maximize
12088                 the summary view) is a real button now
12089         * src/compose.c
12090                 "Delete Line+" added to Edit/Advanced (this will also
12091                 delete the '\n')
12092
12093 2002-01-20 [melvin] 0.7.0claws18
12094
12095         * src/addressbook.c
12096                 Made "Bcc" sensitive when addressbook is called from
12097                 compose window (it was a Claws only bug).
12098
12099 2002-01-19 [alfons] 0.7.0claws17
12100
12101         * src/inc.c
12102                 prevent unnecessary updates when currently selected folder has
12103                 no new messages 
12104
12105 2002-01-19 [alfons] 0.7.0claws16
12106         
12107         * src/summaryview.c
12108                 prevent writing the cache based on current message list in summary 
12109                 view when filtering also put messages in currently selected folder
12110
12111 2002-01-19 [paul]
12112
12113         * po/it.po
12114                 Italian translation submitted by Alessandro Maestri
12115                 <a.maestri@cs.tin.it>
12116
12117 2002-01-18 [melvin]     0.7.0claws15
12118
12119         * src/prefs_filters.c
12120                 fixed bug where 'cancel' from 'filters' window stops autochecking
12121                 if the timer timed out  when the window was open.
12122
12123 2002-01-18 [match]      0.7.0claws14
12124
12125         * src/addrclip.[ch]     ** NEW FILE **
12126         * src/addrselect.[ch]   ** NEW FILE **
12127         * src/adbookbase.h      ** NEW FILE **
12128                 addressbook cut, copy and paste
12129         * src/addrbook.[ch]
12130         * src/addrcache.[ch]
12131         * src/addressitem.h
12132         * src/addrindex.[ch]
12133         * src/addritem.[ch]
12134         * src/importldif.c
12135         * src/importmutt.c
12136         * src/jpilot.[ch]
12137         * src/syldap.[ch]
12138         * src/vcard.[ch]
12139         * src/jpilot.[ch]
12140         * src/editbook.c
12141         * src/editjpilot.c
12142         * src/editldap.c
12143         * src/editvcard.c
12144                 support for copy/paste
12145         * src/addressbook.c
12146                 support for copy/paste
12147                 tidy up menu option processing
12148                 correct address list function arguments
12149         * src/editaddress.c
12150                 sort user attributes
12151         * src/ldif.h
12152         * src/mutt.h
12153                 tidy up
12154
12155         * src/addrbook.[ch]
12156         * src/addrbook.[ch]
12157         * src/addrbook.[ch]
12158                 
12159
12160 2002-01-18 [paul]       0.7.0claws13
12161
12162         * sync with sylpheed 0.7.0cvs8
12163                 configure.in: support Mac OS X (Darwin)
12164
12165 2002-01-18 [carsten]    0.7.0claws12
12166         * src/html.c
12167                 small hack to fix a segfault with an empty href
12168                 (reported by Alexandra Walford <deeni@altern.org>)
12169         * src/mainwindow.c
12170         * src/summaryview.c
12171                 the shortcuts for Mark und Mark as unread are hardcoded
12172                 again
12173         * src/compose.c
12174         * src/gtkstext.[ch]
12175                 readded the shortcuts in gtkstext but made them
12176                 customizeable (simply by adding a menu plus a wrapper
12177                 to compose.c)
12178
12179 2002-01-17 [melvin]     0.7.0claws11
12180
12181         * src/gtkspell.c
12182                 fix default dictionary not being saved.
12183
12184 2002-01-16 [darko]      0.7.0claws10
12185
12186         * src/compose.c
12187                 fix wrapping crash with URL longer than wrapping margin
12188
12189 2002-12-08 [hoa]        0.7.0claws10
12190
12191         * src/matcher_parser_parse.y
12192                 fixed some bugs
12193
12194         * src/prefs_filtering.c
12195                 now, we can use bounce action in the dialog box.
12196
12197 2002-01-16 [carsten]    0.7.0claws9
12198         * src/gtkstext.c
12199                 removed the <control> and <alt> shortcuts because they're
12200                 not needed and interefered with the "normal" shortcuts
12201         * src/mainwindow.c
12202         * src/summaryview.c
12203                 removed most of the hardcoded shortcuts and assigned
12204                 them to menu entries making them easy customizable by
12205                 that
12206
12207 2002-01-16 |melvin]     0.7.0claws8
12208
12209         * src/gtkspell.c
12210                 fixed bug where using the mouse and when the compose
12211                 window is not on top may result in a crash.
12212
12213 2002-01-16 [melvin]     0.7.0claws7
12214
12215         * src/compose.c
12216                 fixed a long standingspell checker bug which could 
12217                 cause a crash after sending a message.
12218
12219 2002-01-16 [paul]       0.7.0claws6
12220
12221         * sync with sylpheed 0.7.0cvs7
12222                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12223                 2002-01-15, and 2002-01-16
12224
12225 2002-01-16 [melvin]     0.7.0claws5
12226
12227         * README.claws
12228         * src/compose.c
12229         * src/gtkspell.[ch]
12230         * src/main.c
12231                 Heavily modified spell checker code to work around
12232                 ispell bug, to add keyboard shortcuts and for future
12233                 enhancements. See README.claws for usage information.
12234
12235 2002-01-15 [alfons]     0.7.0claws4
12236         
12237         * src/summaryview.c
12238                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12239                 so sorting within threads reflects sort mode
12240
12241 2002-01-15 [christoph]  0.7.0claws3
12242
12243         * src/procmsg.c
12244                 added alertpanel if mail sending failed
12245
12246 2002-01-15 [alfons]     0.7.0claws2
12247         
12248         * src/prefs_filtering.c
12249                 don't stop timer when prefs filtering dialog is opened
12250
12251 2002-01-14 [alfons]     0.7.0claws1
12252
12253         * src/addr_compl.c
12254         * src/prefs.c
12255                 remove debug_print()s for privacy reasons
12256
12257 2002-01-14 [darko]      0.7.0claws
12258
12259         * README.claws
12260                 quotation wrapping is now also in the main branch
12261
12262 2002-01-14 [paul]
12263
12264         * tools/filter_conv.pl
12265                 allow for Boolean Op and case-sensitivity
12266                 this file is included in the release and tagged
12267                 'rel_0_7_0'
12268
12269 2002-01-13 [paul]       0.7.0claws
12270
12271         * release 0.7.0, with cvs tag 'rel_0_7_0'
12272
12273 2002-01-13 [paul]
12274
12275         * tools/filter_conv.pl
12276         * tools/README
12277                 rewritten to output to matcherrc instead of filteringrc
12278
12279         * po/es.po
12280                 updated Spanish translation by Ricardo Mones Lastra
12281
12282 2002-01-13 [alfons]
12283
12284         * po/nl.po
12285                 update dutch translation
12286
12287 2002-01-13 [paul]
12288
12289         * po/pt_BR.po
12290                 Updated by Fabio Junior Beneditto 
12291
12292 2002-01-13 [melvin]     0.6.6claws53
12293
12294         * po/fr.po
12295                 Updated french translation
12296
12297 2002-01-12 [alfons]     0.6.6claws52
12298
12299         * src/filtering.c
12300                 plug mem leak that has been sitting there for ages              
12301
12302 2002-01-12 [alfons]     0.6.6claws51
12303
12304         * src/summaryview.c
12305                 undo melvin's changes from 0.6.6claws48 because summary
12306                 view now refuses to select first unread message when
12307                 selecting a folder 
12308
12309 2002-01-11 [alfons]     0.6.6claws50
12310
12311         * src/import.c
12312                 use claws' semantics for getting folder item when
12313                 importing an mbox file into a folder 
12314                 (submitted by Dale P. Smith)
12315
12316 2002-01-11 [christoph]  0.6.6claws49
12317
12318         * src/prefs.h
12319                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12320                 toggle widget, because non static prefs can not use
12321                 prefs_set_* functions
12322         * src/prefs_account.c
12323                 toggle smtp auth password field sensitivity if
12324                 user id is empty and add descrition of usage for
12325                 these fields
12326         * src/prefs_folder_item.c
12327                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12328                 callbacks
12329
12330 2002-01-11 [melvin]     0.6.6claws48
12331
12332         * src/compose.c
12333                 fix the 'Ctrl-Enter' feature for sending and test really
12334                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12335                 editables which was not documented in Gtk)
12336
12337         * src/summaryview.c
12338                 Made summaryview refresh after sorting and not before.
12339
12340 2002-01-11 [christoph]  0.6.6claws47
12341
12342         * src/compose.c
12343                 select account from account ids if possible and
12344                 correctly set save folder for copy in reedit
12345
12346 2002-01-10 [paul]       0.6.6claws46
12347
12348         * sync with sylpheed 0.7.0 release
12349                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12350                 2002-01-09
12351
12352 2002-01-09 [alfons]
12353
12354         * src/summaryview.c
12355                 remove more dirt traces...
12356
12357 2002-01-09 [alfons]
12358         
12359         * src/summaryview.c
12360                 clean up some traces of my debugging stuff
12361
12362 2002-01-09 [alfons]     0.6.6claws45
12363
12364         * src/filtering.c
12365                 break up filteringprop_apply() in three separate pieces
12366                 so we can drop messages that failed processing in the
12367                 inbox
12368
12369         * src/summaryview.c
12370                 fix bug #469598 "no refresh of inbox after filter" which 
12371                 was introduced by the new summary view locking, and which 
12372                 prevented the summary view to update after a manual filter 
12373                 message. claw's filter message requires a summary_show().
12374                 (aargh, summary_show() again! :-)
12375                 
12376 2002-01-07 [alfons]     0.6.6claws44
12377
12378         * src/headerwindow.c
12379         * src/logwindow.c
12380         * src/messageview.c
12381         * src/sourcewindow.c
12382                 bring in Hiro's last 0.7.0 wm class fixes
12383
12384         * tools/sylprint.pl
12385                 bring in Ricardo's fix for sylprint script
12386
12387         * AUTHORS       
12388         * src/rfc2015.[ch]
12389         * src/prefs_common.[ch]
12390         * src/prefs_account.[ch]
12391         * src/compose.c
12392                 clean up account preference poison in rfc2015,
12393                 and preparation to fix double sign bug 
12394                 (patch submitted by Simon 'corecode' Schubert)
12395
12396 2002-01-07 [christoph]  0.6.6claws43
12397
12398         * src/mh.c
12399                 search for free message number, do not only rely
12400                 on last_num
12401         * src/send.c
12402                 fix smtp auth and use extra account information
12403                 if available, if not use pop3 data instead
12404                 (closes bug #500341)            
12405         * src/ssl.[ch]
12406                 match coding style
12407
12408 2002-01-06 [alfons]     0.6.6claws42
12409
12410         * src/mainwindow.c
12411                 try making the separate windows work again...
12412
12413 2002-01-06 [alfons]     0.6.6claws41
12414
12415         * src/mainwindow.c
12416                 adapt Hiro's separate window menu (to get rid of the funny
12417                 duplicate menu items), and make it work again
12418
12419 2002-01-06 [alfons]     0.6.6claws40
12420
12421         * tools/Makefile.am
12422         * tools/sylprint.rc
12423         * tools/sylprint.pl
12424         * tools/README.sylprint
12425                 add sylprint script for printing mails from Sylpheed
12426                 (contributed by Ricardo Mones Lastra)
12427
12428         * src/acount.c
12429                 clean up
12430
12431 2002-01-06 [melvin]     0.6.6claws39
12432
12433         * src/mainwindow.c
12434         * src/summaryview.c
12435                 Fixed crash introduced in 0.6.6claws38 by the menu
12436                 reorganisation (Hide read messages)
12437         
12438         * ChangeLog.claws 
12439                 Fixed typo (we are now in 2002, alfons ;) )
12440
12441 2002-01-05 [alfons]     0.6.6claws38
12442
12443         * sync with sylpheed 0.6.6cvs10-17
12444                 (last stuff marked as LAST_STABLE)
12445
12446 2002-01-04 [melvin]     0.6.6claws37
12447
12448         * src/account.c
12449                 Made account selection code use strcasestr again instead of
12450                 g_strcasecmp (fixes bug where reediting queued messages
12451                 did not select proper account reported by T. Link).
12452         
12453         * src/folderview.c
12454                 Fix bug where folder icons are not shown when 'hide read messages'
12455                 is on.
12456         
12457         * src/stock_pixmaps.[ch]
12458                 Added folder icons for 'hide read messages'.
12459         
12460         * src/compose.c
12461                 Fixed bug where 'Enter' in a header entry will send the message 
12462                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12463
12464 2002-01-03 [melvin]     0.6.6claws36
12465         
12466         * src/prefs.[ch]
12467                 Added popup menu for common preferences and
12468                 account preferences (right click on tab displays
12469                                 a menu of all tabs.)
12470
12471 2002-01-02 [melvin]     0.6.6claws35
12472
12473         * src/gtkspell.[ch]
12474                 Made spelling code compatible with undo/redo feature.
12475                 Added creation of suggestion mode menu for the general
12476                         preferences.
12477         
12478         * src/prefs_common.[ch]
12479                 Added option menu for the speller's suggestion mode.
12480                 Added missing spaces in "..." buttons and made a "..."
12481                         button non translatable!
12482         
12483         * src/compose.c
12484                 Made speller use the default suggestion mode.
12485                 Hack to make it possible to choose 'CTRL-Enter' as a
12486                         shortcut for sending (and only for sending).
12487
12488         * src/prefs_folder_item.c
12489                 Changing subject simplification does not update cache 
12490                         anymore (because it is unnecessary).
12491                 Fixed bug where changing subject simplification updated the 
12492                         summaryview even when the viewed folder is not the
12493                         folder which properties are being changed. (E.g. 
12494                                         viewing folder A and changing
12495                                         the subject simplification of 
12496                                         folder B -not being viewed- updated the 
12497                                         summaryview of folder A with data of
12498                                         folder B). (Hope this is clear... )
12499
12500 2001-12-31 [alfons]     0.6.6claws34
12501         
12502         * src/ldif.c
12503         * src/mutt.c
12504                 fgetc() returns a signed integer which doesn't
12505                 fit in a char. so c truncates this to a char
12506                 but we may lose significant bits. i.e. we may
12507                 comparing 0xFF which may not be equal to -1
12508                 unless properly casted to signed char which
12509                 we won't do because fgetc() returns a signed
12510                 integer which doesn't fit in a char. so c 
12511                 truncates this to a char but we may lose 
12512                 significat bits. (you got the idea, thanks
12513                 to Gustavo Noronha Silva <kov@debian.org>
12514                 and the Debian folks!)
12515
12516 2001-12-30 [alfons]     0.6.6claws33
12517
12518         * src/prefs_common.c
12519                 add #ifdef USE_PSPELLs that Melvin forgot               
12520
12521 2001-12-30 [melvin]     0.6.6claws32
12522         
12523         * src/prefs_common.[ch]
12524                 Added configurable color for misspelled words.
12525
12526         * src/gtkspell.[ch]
12527                 Fixed bug of foreground text color (reported by David
12528                                 Mehrmann)
12529                 Added configurable color for misspelled words.
12530
12531 2001-12-30 [alfons]     0.6.6claws31
12532
12533         * src/folder.c
12534                 remove unnecessary things someone put there
12535
12536         * src/mh.c
12537         * src/folder.[ch]
12538                 make folder properties (like threading and sorting) persistent
12539                 (closes bug #497424 "rescan folder tree resets proprieties")
12540                 currently this is only for MH folders. 
12541
12542 2001-12-29 [melvin]     0.6.6claws30
12543
12544         * src/string_match.[ch]
12545                 Optimized a bit: regexp pattern buffer compiled only once, and
12546                   one subroutine call removed. Fixed ^ regexp search: Now, 
12547                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12548         
12549         * src/summaryview.c
12550                 Subject filtering changed to filter summary columns and
12551                   not directly the messages subject cache. The loss in 
12552                   performance is balanced by the improvement of string_match.
12553                 Added an alert panel if there is an error in the regexp.
12554
12555         * src/src/prefs_folder_item.h
12556                 Added a regexp pattern buffer.
12557
12558 2001-12-28 [alfons]     0.6.6claws29
12559
12560         * src/string_match.[ch]
12561                 clean up name space
12562                 allow compilation *BSD
12563
12564 2001-12-27 [alfons]     0.6.6claws28
12565
12566         * src/filter.c
12567                 sync the Hiro's bug fix for BSD
12568
12569 2001-12-27 [melvin]     0.6.6claws27
12570         
12571         * src/compose.c
12572                 Simplify focus to subject entry code.
12573
12574 2001-12-27 [darko]      0.6.6claws26
12575
12576         * src/filtering.c
12577         * src/mbox_folder.c
12578         * src/messageview.c
12579         * src/mh.c
12580         * src/procheader.[ch]
12581         * src/procmsg.h
12582         * src/stock_pixmap.[ch]
12583         * src/summaryview.c
12584                 Show key icon for encrypted mails in summary view
12585
12586         * src/pixmaps/clip.xpm
12587         * src/pixmaps/clipkey.xpm
12588         * src/pixmaps/key.xpm
12589                 New/modified icons for the above
12590
12591 2001-12-27 [melvin]     0.6.6claws25
12592
12593         * src/prefs_common.c
12594                 Put spell checker options in a separate tab to decrease
12595                 the Common Preferences window height.
12596
12597         * README.claws  
12598                 Update spell checker usage instruction about its options
12599                 location.
12600
12601 2001-12-27 [melvin]     0.6.6claws24
12602
12603         * src/compose.c
12604                 Changed subject entry widget position. Initial focus is
12605                 on the To header instead of the subject entry.
12606                 Creating a new header scrolls the header list to make the
12607                 created one visible. Nevertheless, when automatically filling
12608                 headers, the first one is shown.
12609                 A Tab key press in the last empty header entry zips the 
12610                 focus to the subject entry.
12611                 (I did not change the combo boxes, yet)
12612
12613 2001-12-26 [alfons]     0.6.6claws23
12614
12615         * src/prefs_account.c
12616         * src/inc.c
12617                 allow default inbox to reside in another mailbox (only
12618                 works for POP3 accounts)
12619
12620 2001-12-26 [alfons]     0.6.6claws22
12621         
12622         * src/textview.c
12623                 make reply-on-click work with the account of the selected folder
12624         * src/compose.c
12625                 put a fixme here to remind me to fix finding correct default
12626                 account for nested folders
12627
12628 2001-12-25 [alfons]     0.6.6claws21
12629
12630         * src/summaryview.c
12631                 make column headers display locked and mark pixmaps (idea by Melvin) 
12632                 fix bug by adding score and locked column type to sort array
12633
12634 2001-12-25 [alfons]     0.6.6claws20
12635         
12636         * src/summaryview.c
12637                 catch a *potentially* inadvertent write back of  
12638                 the message cache(s) introduced by 0.6.5claws37
12639
12640 2001-12-25 [christoph]  0.6.6claws19
12641
12642         * src/stock_pixmap.[ch]
12643         * src/summaryview.c
12644                 add ignore thread pixmap
12645                 (can someone draw a better icon for this?)
12646
12647 2001-12-24 [alfons]     0.6.6claws18
12648
12649         * src/prefs_folder_item.c
12650                 make address completion actually work for the
12651                 Default To address in the Folder Property dialog.
12652
12653 2001-12-24 [alfons]     0.6.6claws17
12654         
12655         * src/summaryview.c
12656                 use new style regexp for subject stripping 
12657                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12658
12659 2001-12-24 [darko]      0.6.6claws16
12660
12661         * src/pgptext.c
12662         * src/rfc2015.c
12663                 move GPG related informational messages to debug mode
12664
12665 2001-12-23 [alfons]     0.6.6claws15
12666
12667         * src/stock_pixmap.[ch]
12668         * src/summaryview.c
12669                 add the forgotten Claws' locked pixmap
12670
12671 2001-12-23 [alfons]     0.6.6claws14
12672
12673         * src/filesel.c
12674                 accept file name typed in entry in multi file
12675                 selector (patch submitted by Gustavo Noronha Silva 
12676                 <kov@debian.org>)
12677
12678 2001-12-23 [alfons]     0.6.6claws13
12679
12680         * src/prefs_filter.c
12681         * src/prefs_filtering.c
12682         * src/matcher.c
12683         * src/importmutt.c
12684                 clean up a little bit
12685         
12686         * src/string_match.c
12687                 validate input strings a little bit more
12688
12689 2001-12-23 [alfons]     0.6.6claws12
12690
12691         * src/Makefile.am
12692         * src/summaryview.c
12693         * src/string_match.[ch]         ** NEW **
12694         * src/folderview.[ch]
12695         * src/headerview.h
12696         * src/folder.[ch]
12697         * src/prefs_folder_item.[ch]
12698                 add subject simplification to strip out strings from
12699                 a subject line (esp. handy for mailing lists). 
12700                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12701                 but slightly changed things for better integration.)
12702
12703 2001-12-23 [alfons]     0.6.6claws11
12704
12705         * src/mainwindow.c
12706                 fix bug introduced by submission included in 0.6.5claws52.
12707                 ideally this submission should clean the trash if any trash
12708                 folder has a message. however, the hasTrash variable was
12709                 set to false whenever a trash folder was empty (discarding
12710                 a previously found *filled* trash folder.)
12711
12712                 also edited the code a little bit and made it more safe.
12713
12714 2001-12-22 [alfons]     0.6.6claws10
12715
12716         * src/imap.c
12717                 quick fix for Martin Pool's omission of an account
12718                 specific SSL setting
12719
12720 2001-12-22 [alfons]     0.6.6claws9
12721
12722         * src/compose.c
12723         * src/messageview.c
12724         * src/mimeview.c
12725         * src/pgptext.c
12726         * src/procmime.[ch]
12727                 better support for multipart/digest (submitted
12728                 by Fredrik <e98fo@efd.lth.se>)
12729
12730 2001-12-22 [alfons]     0.6.6claws8
12731
12732         * src/addressbook.c
12733                 correct function signature
12734         * src/socket.[ch]
12735         * src/imap.[ch]
12736         * src/prefs_account.[ch]
12737                 allow IMAP over SSH tunnel (patch submitted by 
12738                 Martin Pool <mbp@samba.org>)
12739
12740 2001-12-21 [alfons]     0.6.6claws7
12741
12742         * sync with sylpheed 0.6.6cvs4-9
12743                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12744
12745 2001-12-21 [christoph]  0.6.6claws6
12746
12747         * src/compose.c
12748         * src/prefs_folder_item.[ch]
12749                 implement saving of outgoing messages to current folder.
12750                 fix segfault when no default outbox is available
12751                 (closes bug #495683)
12752
12753 2001-12-21 [carsten]    0.6.6claws5
12754         * src/folderview.c
12755         * src/summaryview.c
12756                 pressing CTRL while DND does now the expected thing and
12757                 copies the mail (moving is still the default, as this
12758                 seam more appropriate for handling mails by DND)
12759
12760 2001-12-18 [paul]       0.6.6claws4
12761
12762         * sync with sylpheed 0.6.6cvs3
12763                 see ChangeLog entries 2001-12-18
12764
12765 2001-12-18 [hiro]       0.6.6claws3
12766
12767         * src/undo.c
12768                 fix for multibyte characters (obtain the number of letters
12769                 instead of bytes).
12770
12771 2001-12-17 [paul]       0.6.6claws2
12772
12773         * sync with sylpheed 0.6.6cvs1
12774                 see ChangeLog entry 2001-12-16
12775
12776 2000-12-17 [alfons]     0.6.6claws1
12777
12778         * src/filtering.c
12779                 clean up
12780
12781 2001-12-16 [paul]       0.6.6claws
12782 2001-12-15
12783
12784         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12785
12786         * src/mimeview.c
12787                 last minute sync with main 0.6.6
12788
12789         * po/es.po
12790                 updated by Ricardo Mones Lastra
12791                 update for last minute sync
12792         * po/fr.po
12793         * po/nl.po
12794                 update for last minute sync
12795         * po/de.po
12796                 updated by Jens Oberender
12797         * po/pt_BR.po
12798                 updated by Fabio Junior Beneditto
12799
12800         * src/prefs_common.[ch]
12801         * src/undo.c
12802                 number of undo levels is user configurable
12803                 (squeeze it into the release in the dying
12804                 moments) Submitted by Jens Oberender    
12805
12806 2001-12-15 [melvin]
12807
12808         * po/fr.po
12809                 updated french translation
12810
12811 2001-12-15 [paul]       0.6.5claws92
12812
12813         * sync with sylpheed 0.6.5cvs28
12814                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12815
12816         * po/nl.po
12817                 update to allow for sync
12818
12819 2001-12-15 [alfons]
12820         
12821         * po/nl.po
12822                 update dutch translation
12823
12824 2001-12-14 [carsten]    0.6.5claws91
12825         * src/summaryview.c
12826                 fixed bug #473785; also after changing the column order
12827                 the same message will be selected and displayed as before
12828                 the reordering
12829
12830 2001-12-14 [carsten]    0.6.5claws90
12831         * src/folderview.c
12832                 probably found the bug reported by wwb opening or closing
12833                 a folder tree just before dnd (found the solution in the
12834                 balsa source -- thanks to them)
12835
12836 2001-12-14 [carsten]    0.6.5claws89
12837         * src/gtkutils.c
12838         * src/account.c
12839                 moved gtk_clist_moveto to the right place, so that
12840                 only the accounts dialog is effected on opening
12841
12842 2001-12-14 [carsten]    0.6.5claws88
12843         * src/gtkutils.c
12844                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12845                 now, so that the focused row will be seen in any case
12846                 (reported by wwp on sf-claws-user)
12847
12848 2001-12-14 [darko]      0.6.5claws87
12849
12850         * src/compose.c
12851                 remove unnecessary line
12852
12853 2001-12-14 [paul]       0.6.5claws86
12854
12855         * sync with sylpheed 0.6.5cvs27
12856                 see ChangeLog entries 2001-12-14
12857
12858 2001-12-14 [carsten]    0.6.5claws85
12859         * src/mainwindow.c
12860                 following a suggestion of Melvin the rcoabm pops up
12861                 right under the button now and the button is reliefed
12862                 while the popup is open
12863
12864 2001-12-14 [darko]      0.6.5claws84
12865
12866         * src/compose.c
12867                 fix crash when wrapping long lines if linewrap quotation
12868                 is disabled and wrapper encounters a word spanning more
12869                 than one line
12870
12871 2001-12-13 [paul]       0.6.5claws83
12872
12873         * src/compose.c
12874                 prefer 'Reply-To' header over mailing list header when
12875                 replying to a message. Finally prevent all those confirmation 
12876                 messages being sent to the list itself.
12877
12878         * src/summaryview.c
12879                 remove unused summary_set_menu_sensitive() entry
12880
12881 2001-12-13 [paul]       0.6.5claws82
12882
12883         * src/folderview.c
12884         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12885         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12886         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12887                 improvements to 'Hide read messages': Inbox, Outbox,
12888                 Trash, Queue, and Draft icons now reveal presence of hidden 
12889                 messages
12890
12891 2001-12-12 [alfons]     0.6.5claws81
12892
12893         0.6.5claws80 was tagged as LAST_STABLE
12894
12895         * src/filtering.[ch]
12896         * src/matcher.[ch]
12897         * src/matcher_parser_lex.c
12898                 fix the filtering; my last attempt to get it right, 
12899                 if it does not work, it's Hoa's turn. ;-)
12900
12901                 for my honourable peers:
12902                 
12903                 the code now makes a clear distinction between
12904                 rules as they are displayed (probably escaped),
12905                 and as they are executed (probably unescaped). the
12906                 parser does *NOT* do any unescaping, this is
12907                 the task of the matcher.c (which breaks up a
12908                 rule into condition) and the filtering.c (which
12909                 breaks up the rule's action). to make this
12910                 run happily we provide an unescaped copy of
12911                 crucial strings to the MatcherProp and 
12912                 FilteringAction structures. note that the only
12913                 exception to this is any REGEXP string. those
12914                 are directly passed to regcomp() and regexp()
12915                 (who have much more powerful unescape functions).
12916                 
12917                 for everyone else:
12918         
12919                 you can escape tab (\t), carriage return (\r),
12920                 linefeed (\n), form feed (\f), quote (\"), 
12921                 single quote (\'), bell (\b) in all the entry
12922                 lines in the scoring & filtering dialogs.
12923                 as an added bonus this should not affect
12924                 existing filtering rules.
12925
12926 2001-12-12 [carsten]    0.6.5claws80
12927
12928         * src/summaryview.c
12929         * po/de.po
12930                 "item(s) selected" is now sensitive to 1 or more
12931                 than one selected (nice for language where simple
12932                 adding of a "s" is not possible as German (Eintrag
12933                 ->Eintr"age)
12934                 
12935                 the "forward as attachment" entry from the right
12936                 click menu removed, "forward" acts following the
12937                 prefs
12938         
12939         * src/textview.c
12940                 reverted my former changes; so compiler warning again
12941                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12942                 nevertheless
12943
12944         * src/messageview.c
12945                 "search in message" does now *not* only work in MVIEW_TEXT
12946                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
12947                 message
12948
12949         * src/mainwindow.c
12950                 removed "/File/_Close" as it was the same as "/File/E_xit"
12951                 and we don't need it two times
12952
12953                 the separate folder view and message view now get a distinct
12954                 WMCLASS, just in case someone is using sawfish ;-)
12955
12956                 as the menu entries "/View/Message view" and "/View/Folder tree"
12957                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
12958                 make them sensitive accordingly and as these two are "shown"
12959                 after startup anytime check this menuitem at startup
12960
12961 2001-12-12 [paul]       0.6.5claws79
12962
12963         * src/folderview.c
12964                 fix sensitivity of 'Search folder...', broken in
12965                 0.6.5claws75
12966
12967         * src/mainwindow.c
12968                 fix dodgy English
12969
12970 2001-12-11 [carsten]    0.6.5claws78
12971         * src/filtering.c
12972                 fixed two typos returning a wrong FALSE/TRUE
12973         * src/mainwindow.[ch]
12974                 extra menu for email/news button removed
12975
12976 2001-12-11 [alfons]     0.6.5claws77
12977         
12978         * src/matcher.c                 (1.3)
12979         * src/matcher_parser_lex.l      (1.28)
12980                 revert for another attempt
12981                 mark 0.6.5claws77 as LAST_STABLE
12982
12983 2001-12-11 [christoph]  0.6.5claws76
12984
12985         * po/de.po
12986                 fixed wrong translation for prev. unread msg
12987
12988 2001-12-11 [paul]       0.6.5claws75
12989
12990         * src/folder.[ch]
12991         * src/folderview.c
12992         * src/mainwindow.c
12993         * src/summaryview.[ch]
12994         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
12995                 enable ability to hide read messages on per folder basis via 
12996                 '/Summary/Hide read messages'; when selected, a folder will 
12997                 have a red open folder icon, instead of a blue icon, if the 
12998                 folder contains hidden messges
12999                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13000
13001         * src/mainwindow.c
13002                 remove '/Message/Forward as attachment' from 
13003                 main_window_set_menu_sensitive() to prevent debug warning
13004
13005         * src/folderview.c
13006         * src/mainwindow.c
13007                 Clean up some of the English
13008
13009         * tools/newscache_clean.pl
13010                 allow for new 'hidereadmsgs' entry in folderlist.xml
13011
13012         * po/es.po
13013                 updated translation, submitted by Ricardo Mones Lastra
13014
13015 2001-12-11 [paul]       0.6.5claws74
13016
13017         * sync with sylpheed 0.6.5cvs25
13018                 see ChangeLog entry 2001-12-11
13019
13020 2001-12-10 [alfons]     0.6.5claws73
13021
13022         * src/matcher.c
13023                 add more control characters
13024         * src/matcher_parser_lex.l
13025                 make escaping / unescaping work again
13026
13027 2001-12-10 [alfons]     0.6.5claws72
13028
13029         * src/imap.c
13030                 clean up warnings "returning value for void function" 
13031         * src/prefs_filtering.c
13032                 make info button for execute action sensitive
13033
13034 2001-12-10 [paul]       0.6.5claws71
13035
13036         * src/compose.c
13037         * src/imap.[ch]
13038         * src/summaryview.c
13039                 fix: imap server now gets informed of MARKED, UNMARKED
13040                 and REPLY events. Now people can use different IMAP-Mail
13041                 clients and have the exact same information about MARKED,
13042                 UNMARKED and REPLY status with all of them. Especially
13043                 useful for imap servers with a web-frontend.
13044                 submitted by Tobias Sandhaas <medlor@web.de>
13045
13046 2001-12-09 [melvin]     0.6.5claws70
13047         
13048         * src/textview.[ch]
13049                 fixed bug #490076 (hunted down by Alfons who implemented
13050                 a workaround in 0.6.5claws65)
13051
13052 2001-12-09 [christoph]  0.6.5claws69
13053
13054         * src/summaryview.c
13055                 set pointer to string in LOCKED column to NULL
13056                 (might fix bug #490800)
13057
13058 2001-12-09 [carsten]    0.6.5claws68
13059
13060         * po/de.po
13061                 resolved some cluttered menu shortcuts 
13062                 ('creating new email' and 'creating news message'
13063                 hade the same)
13064         * src/compose.c
13065                 wmclass now distinc from main window
13066         * src/mainwindow.c
13067           src/mainwindow.h
13068                 email/news and forward button functionality similar
13069                 to the reply buttons; removed the ugly dropdown arrows
13070                 and use instead the right mouse button
13071
13072 2001-12-09 [paul]       0.6.5claws67
13073
13074         * src/imap.c
13075         * src/utils.h
13076                 allow spaces in imap folder names
13077                 submitted by Willem van Engen <wvengen@stack.nl>
13078
13079 2001-12-09 [paul]       0.6.5claws66
13080
13081         * sync with sylpheed 0.6.5cvs24
13082                 see ChangeLog entry 2001-12-09
13083
13084 2001-12-08 [alfons]     0.6.5claws65
13085
13086         * src/textview.c
13087                 prevent secondary selection claim after "add to sender" dialog
13088                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13089                 we trick GTK by simulating a click at (0, 0) in the textview.
13090
13091 2001-12-08 [hoa]        0.6.5claws64
13092
13093         * src/folder.c
13094                 fixed a bug about the .processing folder name while filtering
13095
13096 2001-12-08 [alfons]     0.6.5claws63
13097
13098         * src/folderview.c 
13099                 work around problem of not correctly updating folder stats
13100                 when deleting messages. there's some folder scanning evil
13101                 going so the folderview_update_msg_num() does not work
13102                 correctly. need to investigate this.
13103
13104 2001-12-08 [paul]       0.6.5claws62
13105
13106         * sync with sylpheed 0.6.5cvs23
13107                 see ChangeLog entry 2001-12-08
13108
13109 2001-12-07 [christoph]  0.6.5claws61
13110
13111         * src/compose.c
13112                 fix another header translation problem
13113
13114 2001-12-07 [alfons]     0.6.5claws60
13115
13116         * src/mbox.c
13117                 make filtering also work on local spool mbox
13118
13119 2001-12-07 [carsten]    0.6.5claws59
13120         * src/addressbook.c
13121                 addressbook window gets a wmclass distinct from the main
13122                 sylpheed window
13123         * src/compose.h
13124         * src/mainwindow.[ch]
13125                   forward menu item will use mode selected in prefs, forward 
13126                 as attatchment in menu removed (will be substituted in the
13127                 toolbar similar to reply buttons)
13128                   create news message menu entry and news button is now 
13129                 sensitive to the existance of a news account
13130         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13131         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13132         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13133                 these are removed because the toolbar buttons don't show
13134                 the quoting modus any longer
13135
13136 2001-12-07 [paul]
13137
13138         * tools/newscache_clean.pl      ** NEW FILE **
13139                 perl script to do some tidying up in the newscache directory 
13140                 
13141         * tools/sylpheed-switcher       ** NEW FILE **
13142                 perl script to enable easy switching between main and claws
13143                 
13144         * tools/README
13145                 added descriptions of the two new perl scripts          
13146
13147
13148 2001-12-07 [melvin]     0.6.5claws58
13149
13150         * src/messageview.c
13151                 fixed a warning during compilation introduced in 0.6.5claws56
13152
13153 2001-12-07 [paul]       0.6.5claws57
13154
13155         * src/mainwindow.[ch]
13156         * src/menu.[ch]
13157                 further usability enhancements to replying with or without 
13158                 quoting via the toolbar, use of Ctrl key is replaced by 
13159                 drop down menu 
13160                 Submitted by Carsten Schurig            
13161
13162 2001-12-07 [melvin]     0.6.5claws56
13163
13164         * src/messageview.c
13165                 hack to fix bug that prevented to make/paste selections
13166                 after switching between MVIEW_TEXT and MVIEW_MIME views
13167                 without deselecting the selection first.
13168
13169 2001-12-06 [alfons]     0.6.5claws55
13170
13171         * src/filtering.[ch]
13172         * src/inc.c
13173                 revise filtering a little bit more, and make sure
13174                 messages are delivered to the appropriate inbox
13175                 (perhaps set per account)
13176
13177 2001-12-06 [paul]       0.6.5claws54
13178
13179         * sync with sylpheed 0.6.5cvs22
13180                 see ChangeLog entry 2001-12-06
13181
13182 2001-12-05 [alfons]     0.6.5claws53
13183
13184         * src/inc.c
13185         * src/folder.[ch]
13186         * src/procmsg.c
13187         * src/filtering.c
13188                 more revisions of filtering system
13189                 (last stable version is marked as LAST_STABLE)
13190                 
13191                 | NOTE 1): the filtering system now uses a local folder called
13192                 | .processing. if filtering fails, check this directory
13193                 | for missing messages.
13194                 |
13195                 | NOTE 2): help us find the filtering actions still missing
13196
13197 2001-12-05 [paul]       0.6.5claws52
13198
13199         * src/mainwindow.c
13200                 fix bug where 'Empty Trash?' pop-up window appears even
13201                 when Trash is empty, submitted by Jesse Skinner         
13202
13203 2001-12-05 [melvin]     0.6.5claws51
13204
13205         * src/compose.c
13206                 fixed bug #486106 to select correct account when reediting 
13207                 a queued message
13208         
13209 2001-12-04 [alfons]     0.6.5claws50
13210
13211         * src/mh.c
13212                 declare markfile in appropriate functions when
13213                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13214                 for spotting this)
13215
13216 2001-12-04 [paul]       0.6.5claws49
13217
13218         * sync with sylpheed 0.6.5cvs21
13219                 see ChangeLog entry 2001-12-04
13220
13221 2001-12-03 [christoph]  0.6.5claws48
13222
13223         * po/de.po
13224                 changed translation of undo
13225         * src/account.c
13226         * src/folder.c
13227                 don't reinvent the wheel to traverse a GNode
13228         * src/compose.[ch]
13229                 seperate code to create the compose gui into functions
13230                 add "Others" page with folder selection for saving copy
13231                 of the message.
13232                 the folder identifier is saved to queue header
13233         * src/procmsg.c
13234                 save message to folder in queue header
13235
13236 2001-12-03 [paul]       0.6.5claws47
13237
13238         * sync with sylpheed 0.6.5cvs20
13239                 see ChangeLog entry 2001-12-03
13240
13241 2001-12-01 [paul]
13242
13243         * more sync with sylpheed 0.6.5cvs19
13244                 see ChangeLog entry 2001-11-29
13245
13246 2001-11-30 [paul]       0.6.5claws46
13247         
13248         * src/compose.c
13249                 remove conflicts introduced by Hoa's last commit
13250          
13251         * src/mainwindow.c
13252                 make 'Message/Bounce' sensitive
13253
13254 2001-11-30 [hoa]        0.6.5claws45
13255
13256         * src/compose.c
13257                 slightly change bounce function to add
13258                 information about the user that bounced the mail
13259                 in the From header line.
13260
13261         * src/folderview.c
13262                 permit the use of processing in outbox folder.
13263
13264 2001-11-29 [paul]       0.6.5claws44
13265
13266         * src/mainwindow.[ch]
13267         * src/prefs_common.c
13268         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13269         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13270         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13271                 usability enhancements to the quoting, implements
13272                 use of Ctrl key to toggle quoting settings
13273                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13274
13275 2001-11-29 [paul]       0.6.5claws43
13276         
13277         * sync with sylpheed 0.6.5cvs19
13278                 see ChangeLog entry 2001-11-28
13279
13280 2001-11-29 [melvin]     0.6.5claws42
13281         * src/Makefile.am
13282                 added enriched.[ch] to the list of files
13283
13284         * src/textview.c
13285         * src/mimeview.c
13286         * src/procmime.[ch]
13287         * src/enriched.[ch]
13288                 added support to view text/enriched
13289                 added support to show headers in message view for text/enriched and text/html
13290                         in non multipart messages
13291
13292 2001-11-28 [paul]       0.6.5claws41
13293
13294         * more sync with sylpheed 0.6.5cvs18
13295                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13296
13297 2001-11-27 [paul]       0.6.5claws40
13298         
13299         * po/pt_BR.po
13300                 updated translation, submitted by Fabio Junior Beneditto
13301                 
13302         * sync with sylpheed 0.6.5cvs18
13303                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13304                 2001-11-27
13305
13306
13307 2001-11-26 [paul]
13308
13309         * po/es.po
13310                 updated translation, submitted by Ricardo Mones Lastra
13311
13312 2001-11-26 [alfons]
13313
13314         * src/matcher.c
13315                 add more translatable strings
13316
13317 2001-11-26 [christoph]  0.6.5claws39
13318
13319         * po/de.po      
13320                 fixed one more umlaut
13321         * src/compose.c
13322                 fix translated header when it should not be translated
13323
13324 2001-11-26 [paul]       0.6.5claws38
13325
13326         * src/mainwindow.c
13327                 remove '/Message/Add Sender to address book' from 
13328                 main_window_set_menu_sensitive(), prevent debug warning
13329                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13330
13331 2001-11-26 [paul]       0.6.5claws37
13332
13333         * src/summaryview.c
13334                 fix 'recurring unread state' bug 
13335
13336         * tools/README 
13337         * tools/filter_conv.pl
13338                 read name of top level mailbox from folderlist.xml
13339                 and presume nothing about its name              
13340
13341 2001-11-26 [darko]      0.6.5claws36
13342
13343         * src/gtkstext.[ch]
13344                 removed functions that are now in gtkutils.c
13345                 use gtkut_text_is_uri_string() from gtkutils.c
13346         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13347
13348 2001-11-26 [paul]       0.6.5claws35
13349
13350         * sync with sylpheed 0.6.5cvs16
13351                 see ChangeLog entries 2001-11-25 and 2001-11-26
13352
13353 2001-11-25 [alfons]     0.6.5claws34
13354
13355         EXPERIMENTAL!!! Please checkout the last stable version using: 
13356           
13357         % cvs update -r LAST_STABLE -dRAP
13358
13359         (Or help us testing this stuff.)
13360
13361         * src/filtering.c               (1.14)
13362         * src/filtering.h               (1.6)
13363         * src/inc.c                     (1.28)
13364         * src/matcher.c                 (1.20)
13365         * src/mbox.c                    (1.9)
13366         * src/procmsg.h                 (1.14)
13367         * src/summaryview.c             (1.59)
13368         * src/summaryview.h             (dunno)
13369                 revert/merge/sync to as it was before commit 
13370                 on Thu, 19 Jul 2001 10:15:51 -0700.
13371
13372 2001-11-25 [hoa]        0.6.5claws33
13373
13374         * src/main.c
13375                 processing mails at startup
13376
13377         * src/folderview.c
13378         * src/summaryview.[ch]
13379                 processing mails when entering folder
13380
13381         * src/prefs_filtering.c
13382                 fixed some UI bugs
13383
13384 2001-11-24 [alfons]     0.6.5claws32
13385
13386         * src/summaryview.[ch]
13387                 make summary sort headers work, and also make
13388                 sure the sort type is stored
13389
13390 2001-11-23 [alfons]     0.6.5claws31
13391
13392         * src/summaryview.[ch]
13393                 make lock work like mark
13394                 disallow deleting messages marked as locked
13395
13396 2001-11-23 [alfons]     0.6.5claws30
13397
13398         * src/gtkstext.c
13399         * src/compose.[ch]
13400         * src/Makefile.am
13401         * src/undo.[ch]
13402                 merge undo patch submitted by Jens
13403
13404 2001-11-23 [christoph]  0.6.5claws29
13405
13406         * src/.cvsignore
13407                 added ylwrap
13408         * src/compose.c
13409                 fixed gpg signing and encoding
13410         * src/folder.[ch]
13411         * src/main.c
13412                 added --status option to get new, unread and total
13413                 message count from a running sylpheed
13414         * src/prefs_common.c
13415                 temporary fix for reply_with_quote problem
13416                 (don't call functions for non existing widget)
13417         * src/procmsg.c
13418                 one more check for ignored threads but still not
13419                 always working correctly. probably a recursive
13420                 check for all parents is needed
13421
13422 2001-11-23 [darko]      0.6.5claws28
13423
13424         * src/compose.c
13425                 wrapping on send improvements
13426         * src/gtkutils.[ch]
13427                 fix for GtkSText after last sync with main branch
13428                 GTK_TEXT -> GTK_STEXT
13429
13430 2001-11-23 [paul]       0.6.5claws27
13431
13432         * sync with sylpheed 0.6.5cvs14
13433                 see ChangeLog entries 2001-11-22 and 2001-11-23
13434                 
13435         * po/de.po
13436                 fixed the scrambled umlauts 
13437                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13438
13439 2001-11-21 [paul]       0.6.5claws26
13440
13441         * sync with sylpheed 0.6.5cvs12
13442                 see 2nd ChangeLog entry dated 2001-11-20
13443
13444 2001-11-20 [paul]       0.6.5claws25
13445
13446         * sync with sylpheed 0.6.5cvs11
13447                 see ChangeLog entry 2001-11-19 (src/utils.c)
13448
13449 2001-11-20 [hiro]
13450
13451         * src/compose.c
13452                 GTK_TEXT -> GTK_STEXT
13453                 fix for wrong comment
13454
13455 2001-11-20 [hiro]       0.6.5claws24
13456
13457         * src/compose.[ch]
13458                 more merges from main branch
13459                 removed fatal warnings (uninitialized variables etc.)
13460                 some coding style fix
13461         * src/gtkutils.h
13462                 fixed typo.
13463         * src/addressbook.c
13464           src/addrindex.c
13465                 V-Card -> vCard
13466
13467 2001-11-19 [hoa]        0.6.5claws23
13468
13469         * src/filtering.c
13470         * src/prefs_scoring.c
13471         * src/matcher.[ch]
13472         * src/scoring.c
13473                 cleaning code
13474
13475         * src/matcher_parser_parse.y
13476         * src/prefs_filtering.c
13477                 bouncing
13478
13479 2001-11-19 [alfons]     0.6.5claws22
13480
13481         more of my old things into claws
13482
13483         * src/Makefile.am
13484         * src/prefs_common.c
13485         * src/procmsg.h
13486         * src/summaryview.[ch]
13487         * src/prefs_summary_column.c
13488         * src/pixmaps/locked.xpm
13489                 add indicators for locking of message in summary view
13490                 (does not work yet, only visual indicator)
13491
13492 2001-11-19 [paul]       0.6.5claws21
13493
13494         * sync with sylpheed 0.6.5cvs10
13495                 see ChangeLog entry 2001-11-19
13496
13497 2001-11-18 [alfons]     0.6.5claws20
13498         
13499         * src/filtering.c
13500                 remove an inadvertent free I forgot in previous clean up 
13501
13502 2001-11-18 [alfons]     0.6.5claws19
13503
13504         * src/filtering.[ch]
13505                 clean up & plug leaks
13506
13507 2001-11-18 [paul]       0.6.5claws18
13508
13509         * sync with sylpheed 0.6.5cvs9
13510                 see ChangeLog entries 2001-11-17 and 2001-11-18
13511
13512 2001-11-16 [paul]       0.6.5claws17
13513
13514         * sync with sylpheed 0.6.5cvs8
13515                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13516
13517 2001-11-16 [paul]       0.6.5claws16
13518
13519         * sync with sylpheed 0.6.5cvs7
13520                 see ChangeLog entries 2001-11-15 and 2001-11-16
13521
13522 2001-11-15 [hoa]        0.6.5claws15
13523
13524         * src/compose.c
13525                 fix bounce, mails we received couln't be bounced to ourself.
13526
13527         * src/defs.h
13528         * src/filtering.[ch]
13529         * src/matcher.[ch]
13530         * src/matcher_parser.h
13531         * src/matcher_parser_lex.l
13532         * src/matcher_parser_parse.y
13533         * src/inc.c
13534         * src/main.c
13535         * src/mbox.c
13536         * src/prefs_filtering.[ch]
13537         * src/mainwindow.c
13538         * src/prefs_matcher.c
13539         * src/prefs_scoring.c
13540         * src/scoring.[ch]
13541         * src/summaryview.c
13542                 new matcher/filter/score configuration file parser
13543                 one unique configuration file => ~/.sylpheed/matcherrc
13544                 import in currently automatic, then save are made
13545                 in this new file.
13546                 one filter per folder and one global filter
13547                 (filter of a folder will be used as folder processing)
13548
13549         * src/folder.c
13550                 fix a bug in folder_item_get_identifier
13551                 
13552         * src/messageview.c
13553                 receive receipt return are fixed.
13554
13555 2001-11-14 [alfons]     0.6.5claws14
13556
13557         * src/session.h
13558                 add things from main branch to make claws compile
13559
13560 2001-11-14 [paul]       0.6.5claws13
13561
13562         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13563                 see ChangeLog entries 2001-11-08 to 2001-11-14
13564
13565 2001-11-14 [hoa] 0.6.5claws12
13566
13567         * src/compose.[ch]
13568         * src/mainwindow.c
13569         * src/summaryview.c
13570                 add "bounce mail" option
13571
13572 2001-11-13 [christoph]  0.6.5claws11
13573
13574         * src/compose.c
13575                 Cleanup a mess i add before commiting
13576
13577 2001-11-13 [hoa]        0.6.5claws10
13578
13579         * src/compose.c
13580                 some fixes when mail are sent or
13581                 for crossposts
13582
13583 2001-11-13 [christoph]  0.6.5claws9
13584
13585         * po/de.po
13586                 Changed two string with the same translation
13587         * src/compose.c
13588         * src/procmsg.[ch]
13589         * src/send.[ch]
13590                 New mailsending process:
13591                   - Always queue message before sending
13592                     (message will be saved if sylpheed crashed or
13593                      freezes while sending)
13594                   - Allow queuing of newspostings
13595                   - No copy in outbox before sending
13596                     (closes bug #469501)
13597                   - No more redundant code for send and send_later
13598         * src/summaryview.c
13599                 Applied wwp <subscript@free.fr>'s patch that fixes
13600                 marks for multiple forwarded messages (+compose.c)
13601
13602 2001-11-12 [alfons]
13603
13604         * README.claws
13605                 remove things that are now in main branch
13606         
13607         * po/nl.po
13608                 update Dutch translation
13609
13610 2001-11-12 [mhadasht]   0.6.5.claws8
13611
13612         * src/prefs_common.c
13613                 re-enabled account autoselection feature for forward
13614                 and reedit lost during the branch point for SYNC-B4-REL
13615         * src/gtkspell.c
13616                 gtkpspell_get_dict(): more readable code (even if function is
13617                 not used yet)
13618         * ChangeLog.claws
13619                 added version number info to 2001-11-12 [hiro] comment.
13620
13621 2001-11-12 [hiro]       0.6.5.claws7
13622
13623         * src/compose.c
13624                 compose_forward(): fixed a bug that forward quote mark
13625                 wasn't used.
13626                 removed unnecessary code.
13627         * src/template_select.[ch]: removed.
13628
13629 2001-11-11 [alfons]
13630
13631         * src/compose.c
13632                 :%s/GTK_TEXT/GTK_STEXT/g
13633         
13634         * src/compose.[ch]
13635         * src/undo.[ch]
13636         * src/Makefile.am
13637                 revert the undo stuff (this is 0.6.6claws stuff)
13638
13639 2001-11-11 [hoa]        0.6.5.claws6
13640
13641         * src/compose.[ch]
13642                 Insert signature at the end of the text.
13643                 Added undo patch but currently disabled
13644
13645         * src/procmsg.c
13646                 Threading by subject improved.
13647
13648         * added src/undo.[ch]
13649                 Undo module for compose dialog box.
13650
13651 2001-11-11 [alfons]     0.6.5.claws5
13652
13653         * src/procmsg.c
13654                 prevent threading by subject on nodes that have already been
13655                 threaded by in-reply-to (as in "circular references in a tree
13656                 result in a dead branch")
13657
13658 2001-11-09 [hoa]        0.6.5.claws4
13659         
13660         * src/folderview.c
13661                 allows creation of mbox folder item from any files.
13662
13663 2001-11-09 [alfons]     0.6.5.claws3
13664         
13665         * src/utils.c
13666         * src/procmsg.c
13667                 do what I mean and correct threading by subject so it really
13668                 ignores attracting lines without "Re: "
13669
13670 2001-11-07 [alfons]     0.6.5.claws2
13671
13672         * src/procmsg.c
13673         * src/utils.[ch]
13674                 only attract by subject if a subject line starts with a "Re: "
13675         * src/syldap.c
13676                 remove warning
13677
13678 2001-11-07 [paul]       0.6.5claws1
13679
13680         * sync with sylpheed 0.6.5. release
13681                 see ChangeLog entry 2001-11-07
13682
13683 2001-11-07 [paul]       0.6.4claws31
13684
13685         * sync with sylpheed 0.6.4cvs18
13686                 see ChangeLog entries 2001-10-30 to 2001-11-07
13687                 prefs_templates.[ch] renamed prefs_template.[ch]
13688
13689 2001-11-06 [alfons]
13690         
13691         * src/utils.h
13692                 add semicolon Hoa forgot ;-)
13693                 
13694
13695 2001-11-06 [hoa]        0.6.4claws30
13696         
13697         * src/procmsg.c
13698         * src/summaryview.c
13699         * src/utils.c
13700         * src/utils.h
13701                 threading by subject - empty subject are ignored
13702
13703 2001-11-06 [christoph]  0.6.4claws29
13704
13705         * src/socket.c
13706                 use SSL_peek for sock_gets
13707         * src/utils.c
13708                 removed unneeded pointer in extracting quoted
13709                 names implementation
13710
13711 2001-11-06 [melvin]     0.6.4claws28
13712
13713         * src/gtkspell.c
13714                 fixed bug #476792 Selection overtyping with spell checker
13715                 fixed bug which could cause a buffer overflow
13716                 fixed a memory leak
13717
13718 2001-11-06 [hoa]        0.6.4claws27
13719         
13720         * src/procmsg.c
13721         * src/summaryview.c
13722                 threading by subject
13723
13724 2001-11-05 [alfons]     0.6.4claws26
13725         
13726         * README.claws
13727                 Claws -> Sylpheed (vice versa)
13728
13729         * src/compose.c
13730                 :%s/gtk_text/gtk_stext/g
13731                 :%s/GTK_TEXT/GTK_STEXT/g
13732                 (thanks to Jonathan Ware for spotting this)
13733
13734 2001-11-04 [christoph]  0.6.4claws25
13735
13736         * src/summaryview.c
13737                 replace Xalloca + strdup with Xstrdup_a
13738         * src/utils.c
13739                 better implementation of extracting quoted names
13740                 from addresses (remove backlashes and ignore
13741                 quotes after them)
13742
13743 2001-11-04 [alfons]     0.6.4claws24
13744
13745         * src/utils.[ch]
13746                 edit to comply more with coding style
13747
13748         * src/textview.c
13749                 fix bug reported by Kim Schulz. introduced by the patch integrated
13750                 in 0.6.4claws15. the code did not check the return value of
13751                 the html parser.
13752
13753         * AUTHORS
13754                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13755
13756 2001-11-04 [christoph]  0.6.4claws23
13757
13758         * src/main.c
13759         * src/prefs_common.[ch]
13760                 init some pointers that possibly caused a segfault
13761                 reported in the claws-users ML
13762
13763 2001-11-04 [hoa]        0.6.4claws22
13764
13765         * src/grouplistdialog.c
13766                 change the names of the nodes in the tree
13767
13768         * src/compose.c
13769                 enhanced mailto syntax as described in
13770                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13771                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13772
13773         * src/utils.c
13774                 encode and decode URI (useful when opening URL into
13775                 netscape).
13776
13777 2001-11-03 [hoa]        0.6.4claws21
13778
13779         * src/grouplistdialog.c
13780                 a new newsgroups list selection dialog box
13781                 with a CTree instead of a CList
13782
13783 2001-11-03 [hoa]        0.6.4claws20
13784
13785         * src/folderview.c
13786                 enable property and scoring options when right
13787                 click on "inbox"
13788
13789         * src/summaryview.c
13790                 fixed bug when nickname were displayed using
13791                 the address book.
13792
13793 2001-11-02 [darko]      0.6.4claws19
13794
13795         * src/compose.c
13796                 new wrap quotation and URL/long words wrapping implementation
13797         * src/compose.c src/gtkstext.[ch]
13798                 move gtkstext_strncmp() to gtkstext.c
13799
13800 2001-11-01 [christoph]  0.6.4claws18
13801
13802         * src/prefs_account.c
13803                 fixed mess in account settings dialog
13804         * src/prefs_folder_item.c
13805                 added label with folder path to dialog
13806
13807 2001-10-31 [match]      0.6.4claws17
13808
13809         * src/vcard.c
13810                 fix memory leak.
13811         * src/addrbook.c
13812                 fix generation of spurious address book file names.
13813                 remove redundant functions.
13814         * po/POTFILES.in
13815                 added missing file names.
13816
13817 2001-10-30 [paul]       0.6.4claws16
13818
13819         * sync with sylpheed 0.6.4cvs6
13820                 see ChangeLog entries 2001-10-26 to 2001-10-30
13821
13822         * tools/filter_conv.pl
13823                 read folderlist.xml to discover whether the top-level
13824                 folder is called 'Mailbox' or 'Mail' 
13825
13826 2001-10-29 [paul]       0.6.4claws15
13827
13828         * src/html.c, src/textview.c
13829                 activate links in html mail and fix clickable parts
13830                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13831
13832 2001-10-29 [paul]
13833
13834         * po/de.po, po/es.po, po/pt_BR/po
13835                 updated translations, submitted by Jens Oberender,
13836                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13837
13838 2001-10-29 [darko]      0.6.4claws14
13839
13840         * src/compose.c
13841                 fix wrapping for good
13842
13843 2001-10-29 [darko]
13844
13845         * src/compose.c
13846                 undo previous change as it broke the smart wrapping
13847
13848 2001-10-29 [darko]      0.6.4claws13
13849
13850         * src/compose.c
13851                 fix infinite loop when long URL is quoted
13852                 (closes bug #475122.
13853
13854 2001-10-28 [match]
13855
13856         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13857                 import Mutt address book
13858         * src/ldif.[ch] src/importldif.h
13859                 modified import LDIF handle user attributes
13860
13861 2001-10-28 [christoph]  0.6.4claws12
13862
13863         * src/summaryview.c
13864                 fixed that filtering did not work if there
13865                 were no filter rules
13866                 (closes bug #472003 and better implementation
13867                  of patch #474644)
13868
13869 2001-10-27 [christoph]  0.6.4claws11
13870
13871         * src/compose.c
13872                 make the folder's default account to be used when
13873                 replying. (patch by wwp <subscript@free.fr>)
13874         * src/compose.c
13875                 code cleanup, nearly killed all of wwp's patch
13876                 for folder's default account in compose
13877         * src/folderview.c
13878                 error panel when a folder could not be created
13879                 (closes bug #471080 new folder name & already
13880                  existing file)
13881
13882 2001-10-26 [alfons]
13883
13884         * src/utils.h
13885                 change prototype of strstr2() that Christoph forgot about
13886
13887 2001-10-26 [christoph]  0.6.4claws10
13888
13889         * src/account.c
13890                 made search for accounts by email address not case
13891                 sensitive
13892         * src/folder.c
13893                 fixed memory leak in folder_item_get_identifier
13894         * src/gtkspell.c
13895         * src/utils.c
13896                 fixed wrong strstr2 (should work like strstr)
13897
13898 2001-10-26 [darko]      0.6.4claws9
13899
13900         * src/compose.c src/gtkstext.[ch]
13901         * src/gtkstext.c
13902                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13903
13904 2001-10-26 [paul]       0.6.4claws8
13905
13906         * src/html.c
13907                 ignore css and javascript tags in html mail
13908                 case-insensitive, with or without double-quoted
13909                 strings
13910
13911 2001-10-26 [paul]       0.6.4claws7
13912
13913         * sync with sylpheed 0.6.4cvs1
13914                 see ChangeLog entry 2001-10-26
13915
13916         * src/prefs_account.c, src/prefs_common.c,
13917           src/prefs_summary_column.c
13918                 minor improvements to the English
13919
13920 2001-10-25 [alfons]     0.6.4claws6
13921
13922         * src/gtkstext.c
13923         
13924                 make GtkSText follow style of GtkText (closes bug 
13925                 #469211 "text selection while writing message")
13926                 
13927                 do sync with GTK 1.2.10
13928
13929 2001-10-25 [paul]       0.6.4claws5
13930
13931         * src/html.c
13932                 ignore css tags in html mail
13933
13934 2001-10-25 [darko]      0.6.4claws4
13935
13936         * src/compose.c
13937                 don't declare is_url_string as static function since
13938                 we need it in gtkstext.c
13939         * src/gtkstext.c
13940                 remove unused variable
13941                 don't wrap long URLs while composing a message
13942
13943 2001-10-24 [christoph]  0.6.4claws3
13944
13945         * src/socket.c
13946                 fix ssl deadlock, when peer closes connection
13947
13948 2001-10-24 [paul]       0.6.4claws2
13949
13950         * src/prefs_common.c
13951                 gettextize the gpg ascii-armored warning message
13952
13953         * src/compose.c
13954                 insert a DOS/MAC file into the composed message
13955                 (improvements)
13956
13957         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
13958
13959 2001-10-22 [paul]       0.6.4claws1
13960
13961         * sync with sylpheed 0.6.4 release
13962                 see ChangeLog entries 2001-10-21
13963
13964         * po/fr.po, po/pt_BR.po
13965                 updated by Melvin Hadasht and Fabio Junior Beneditto
13966
13967 2001-10-21 [paul]       0.6.3claws30
13968
13969         * src/compose.c
13970                 insert a DOS text file from the compose window
13971                 into the composed message text (removes CRs characters)
13972                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
13973
13974         * tools/filter_conv.pl, tools/README
13975                 automatically use ~/.sylpheed as working directory
13976                 print out confirmation message on completion
13977
13978         * correct Hoa's last ChangeLog.claws entry
13979
13980 2001-10-20 [hoa]        0.6.3claws29
13981
13982         * src/grouplistdialog.c
13983                 bugfix (another ?) to give the right
13984                 newsgroups list for each news server.
13985
13986         * src/news.c
13987         * src/news.h
13988                 improve the newsgroups list cache
13989
13990 2001-10-20 [paul]       0.6.3claws28
13991
13992         * sync with sylpheed 0.6.3cvs9
13993                 see ChangeLog entry 2001-10-19
13994
13995         * correct Alfons' last ChangeLog.claws entry
13996
13997 2001-10-19 [alfons]
13998
13999         * src/pgptext.[ch]
14000                 fix compilation problems (part of bug #472895)
14001
14002 2001-10-18 [hoa]        0.6.3claws27
14003
14004         * src/grouplistdialog.c
14005                 bugfix when we refresh was clicked (bug 472701)
14006
14007 2001-10-19 [christoph]  0.6.3claws26
14008
14009         * src/compose.c
14010                 last header entry should default to "To:" or
14011                 "Newsgroups:" and not copy the last entry line
14012                 in a new compose window
14013                 (closes bug #472686, #470792)
14014
14015 2001-10-19 [paul]       0.6.3claws25
14016
14017         * sync with Sylpheed 0.6.3cvs8
14018                 see ChangeLog entries 2001-10-18 and 2001-10-19
14019
14020 2001-10-18 [christoph]  0.6.3claws24
14021
14022         * src/procmsg.c
14023                 reimplement ignore thread
14024         
14025 2001-10-18 [hoa]        0.6.3claws23
14026
14027         * src/folderview.c
14028         * src/grouplistdialog.[ch]
14029                 enhanced news subscription interface (feature 469113)
14030
14031         * src/news.c
14032         * src/news.h
14033                 enchanced newsgroup listing,
14034                 now, we can get groups informations
14035                 (NNTPGroupInfo)
14036
14037 2001-10-18 [paul]       0.6.3claws22
14038
14039         * src/summaryview.c
14040                 remove comment (sync with main branch)
14041         * src/mainwindow.c
14042                 fix 'Re-edit' bug in 'Message' menu
14043
14044 2001-10-17 [christoph]  0.6.3claws21
14045
14046         * src/compose.c
14047                 ignore empty or whitespace only header lines
14048
14049 2001-10-17 [paul]       0.6.3claws20
14050
14051         * sync with sylpheed 0.6.3cvs7
14052                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14053                 2001-10-17
14054
14055 2001-10-17 [darko]
14056
14057         * src/compose.c
14058                 wrap long lines without spaces
14059                 don't wrap URLs
14060
14061 2001-10-16 [paul]
14062
14063         * po/es.po, po/nl.po, po/pt_BR.po
14064                 updated by Ricardo Mones Lastra, Alfons,
14065                 and Fabio Junior Beneditto
14066
14067         * sylpheed-0.6.3claws released
14068
14069 2001-10-15 [melvin] 0.6.3claws18
14070
14071         * README.claws
14072                 added summary and detailed installation instructions
14073                 for spell checker
14074         * po/fr.po
14075                 Updated, corrected and completed french translation
14076
14077 2001-10-15 [hoa] 0.6.3claws17
14078         * src/grouplistdialog.c
14079                 we can choose the newsgroups to display with wildcards
14080
14081 2001-10-15 [christoph]  0.6.3claws16
14082
14083         * src/account.c
14084         * src/compose.c
14085         * src/prefs_folder_item.[ch]
14086                 applied wwp <subscript@free.fr>'s folder
14087                 default account patch
14088         * po/de.po
14089                 Fixed wrong translation
14090
14091 2001-10-13 [alfons, christoph, melvin]  
14092                         0.6.3claws15
14093
14094         solution #2 to solve MT-safety problems defers all GUI related calls
14095         to the main thread using a gtk_idle_add() callback. discussed on
14096         ircnet #sylpheed, with christoph spotting some issues with the
14097         original code, and melvin allowing us to lobotomize his sylpheed.
14098
14099         * src/syldap.[ch], src/main.c
14100                 fix race problem in ldap search thread by deferring GUI 
14101                 stuff to main thread using gtk_idle_add()
14102
14103 2001-10-13 [paul]       0.6.3claws14
14104
14105         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14106                 add Sergey's smtpcred.patch
14107                 adds separate username/password setting for SMTP Auth
14108                 needed by some servers
14109                 (closes feature request #471659)
14110
14111 2001-10-13 [paul]       0.6.3claws13
14112
14113         * src/pgptext.[ch] **NEW FILES**
14114         * src/Makefile.am, src/messageview.c, src/mimeview.c
14115                 decrypt ascii-armored gpg text embedded in
14116                 the message body.
14117                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14118
14119 2001-10-13 [christoph]  0.6.3claws12
14120
14121         * README.claws
14122                 some more details on default to and
14123                 feature requests
14124         * src/main.c
14125                 init glib threading when ldap is used
14126         * src/syldap.c
14127                 threading fixes
14128         * po/de.po
14129                 fixed a typo
14130
14131 2001-10-12 [paul]       0.6.3claws11
14132
14133         * src/prefs_common.[ch], src/rfc2015.c
14134                 enable ascii-armored gpg text to be embedded in the
14135                 message body, selectable through the 'Privacy'
14136                 preferences. Supports encrypting only.
14137                 Submitted by Ravemax <ravemax@dextrose.com>
14138
14139 2001-10-12 [paul]       0.6.3claws10
14140
14141         * sync with sylpheed 0.6.3cvs6
14142                 see ChangeLog entries 2001-10-11 and 2001-11-12
14143
14144         * src/folderview.c
14145                 incorporated mbox folders, scoring, and folder
14146                 properties into the sync
14147
14148 2001-10-12 [darko]      0.6.3claws9
14149
14150         * README.claws
14151                 describe quotation wrapping
14152         * src/compose.c
14153                 don't treat tab as space to calculate line length properly
14154
14155 2001-10-11 [alfons]
14156
14157         * README.claws
14158                 correct description of how to make new filtering system work,
14159                 add some other things
14160                 
14161         * src/syldap.c
14162                 remove sched_yield() (not necessary / unportable)
14163
14164 2001-10-11 [paul]       0.6.3claws8
14165
14166         * sync with sylpheed 0.6.3cvs3
14167                 see ChangeLog entry 2001-10-10
14168
14169 2001-10-10 [christoph]  0.6.3claws7
14170
14171         * .cvsignore
14172                 ignore 2 files created by newer autotools
14173         * src/prefs_folder_item.c
14174                 using table for widget alignment
14175                 fixed memory leak and broken octal display
14176         * src/filesel.c
14177                 fixed segfault caused by lost filename
14178                 workaround (closes bug #469551)
14179
14180 2001-10-10 [paul]       0.6.3claws6
14181
14182         * sync with sylpheed 0.6.3cvs2
14183                 see ChangeLog entries 2001-10-09 and 2001-10-10
14184
14185 2001-10-10 [darko]      0.6.3.claws5
14186
14187         * src/gtkstext.c
14188                 proper calculation of right margin if smart wrapping is enabled
14189         * src/compose.c
14190                 automatically wrap long lines if wrap quotation is enabled
14191
14192 2001-10-09 [alfons]     0.6.3.claws4
14193
14194         * src/summaryview.c
14195                 select correct row when deleting last row in the summary view (and
14196                 close bug "[ #469104 ] select second last in list when deleting")
14197
14198 2001-10-09 [paul]       0.6.3claws3
14199
14200         * sync with sylpheed 0.6.3cvs1
14201                 updated some autotool scripts
14202
14203 2001-10-09 [darko]      0.6.3claws2
14204
14205         * src/gtkstext.[ch]
14206                 new name and mark with Sylpheed comment
14207         * src/compose.c
14208                 smart quotation wrapping a-la VIM
14209
14210 2001-10-08 [paul]       0.6.3claws1
14211
14212         * sync with sylpheed 0.6.3 release
14213                 see ChangeLog entry 2001-10-08
14214
14215 2001-10-08 [paul]       0.6.2claws24
14216
14217         * src/summaryview.c
14218                 more sync with sylpheed 0.6.2cvs12
14219                 Fixed the bug that didn't select the last row correctly
14220
14221
14222 2001-10-07 [paul]       0.6.2claws23
14223
14224         * sync with sylpheed 0.6.2cvs12
14225                 see ChangeLog entry 2001-10-07
14226
14227 2001-10-06 [match]
14228         * src/jpilot.[ch]
14229                 enable jpilot to read unsynch'ed addresses.
14230
14231         * src/editldap_basedn.c
14232                 fix segfault when opening dialog.
14233
14234 2001-10-06 [alfons]     0.6.2.claws22
14235
14236         * src/summaryview.c
14237                 fix bug with summary view selecting last *inserted*
14238                 node instead of last *visible* node. remember we
14239                 work with a tree
14240
14241 2001-10-06 [paul]       0.6.2claws21
14242
14243         * po/pt_BR.po
14244                 updated translation, contains some fixes and new
14245                 translations, submitted by Gustavo Noronha Silva
14246                 <kov@debian.org>
14247
14248         * src/prefs_common.c
14249                 change 'each' to 'every' - fix dubious English
14250
14251         * sync with sylpheed 0.6.2cvs11
14252
14253 2001-10-05 [alfons]     0.6.2claws20
14254
14255         * src/mainwindow.[ch], src/folderview.c
14256                 make composite tool button switch between "Compose News"
14257                 and "Compose Mail" depending on selected folder
14258                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14259
14260 2001-10-05 [paul]       0.6.2claws19
14261
14262         * src/mainwindow.c, src/summaryview.c
14263                 fix 'Message/Reply to all', broken in last commit
14264
14265         * src/compose.c
14266                 fix X_BEENTHERE seg fault, thanks to Alfons
14267
14268 2001-10-04 [paul]       0.6.2claws18
14269
14270         * src/compose.[ch], src/mainwindow.c
14271                 make "Message/Reply" reply to mailing lists; matches
14272                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14273                 based on portions of the patch submitted by
14274                 Junichi Uekawa <dancer@netfort.gr.jp>
14275
14276 2001-10-04 [darko]      0.6.2claws17
14277
14278         * src/compose.c
14279                 better smart wrapping
14280         * src/gtkstext.[hc]
14281                 a function to make text buffer contiguous
14282
14283 2001-10-03 [paul]       0.6.2claws16
14284
14285         * sync with sylpheed 0.6.2cvs10
14286
14287 2001-10-02 [alfons]
14288
14289         * configure.in
14290         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14291                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14292                 references to chinese translations (hope someone picks up
14293                 this)
14294
14295 2001-10-02 [christoph]  0.6.2claws15
14296
14297         * src/compose.c
14298                 fixed non translated header bug
14299         * ChangeLog.claws
14300                 fixed wrong date in alfons last entry ;)
14301
14302 2001-10-02 [alfons]     0.6.2claws14
14303
14304         * src/compose.c, src/prefs_common.[ch]
14305                 add block cursor option
14306
14307 2001-10-02 [paul]       0.6.2claws13
14308
14309         * sync with sylpheed 0.6.2cvs9
14310
14311 2001-09-30 [paul]       0.6.2claws12
14312
14313         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14314                 updated translations
14315
14316         * po/POTFILES.in
14317                 add 'src/importldif.c'
14318
14319         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14320                 added eudora-to-vCard conversion tool
14321                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14322
14323         * sync with sylpheed 0.6.2cvs8
14324
14325 2001-09-30 [paul]
14326
14327         * sylpheed-0.6.2claws released
14328
14329 2001-09-27 [melvin]     0.6.2claws11
14330
14331         * src/gtkspell.c
14332                 fixed crash when using default path (introduced 
14333                 in 0.6.2claws10)
14334                 fixed tiny bug for initial suggestion mode
14335
14336 2001-09-27 [melvin]     0.6.2claws10
14337         
14338         * src/gtkspell.c
14339                 fixed bug where gtkpspell didn't set the path correctly
14340
14341         * README.claws
14342                 added a paragraph about spell checking
14343                 
14344
14345
14346 2001-09-27 [paul]       0.6.2claws9
14347
14348         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14349                 replace '// comments' with '/* comments */' to prevent
14350                 some compiler warnings 
14351
14352         * sync with sylpheed 0.6.2cvs6
14353
14354 2001-09-26 [alfons]     0.6.2claws8
14355
14356         * src/messageview.c
14357                 introduce return receipt request notification again,
14358                 which was lost because of other semantics in 
14359                 procheader_parse() (???)
14360
14361 2001-09-26 [christoph]  0.6.2claws7
14362
14363         * src/compose.c
14364                 replace comments for old code with #if 0
14365                 readded auto cc, bcc and reply-to
14366         * src/prefs_matcher.c
14367         * src/prefs_scoring.c
14368                 removed some definition (was moved to
14369                 prefs.h)
14370
14371 2001-09-26 [paul]       0.6.2claws6
14372
14373         * src/mainwindow.c
14374                 make 'Follow-up and reply to' sensitive
14375
14376         * more sync with sylpheed 0.6.2cvs5
14377
14378 2001-09-25 [melvin]
14379
14380         * 0.6.2claws5
14381
14382         * src/gtkspell.c
14383                 fixed bug for "US-ASCII" introduced by the encoding code
14384
14385 2001-09-25 [paul]
14386
14387         * 0.6.2claws4
14388
14389         * src/prefs_common.[ch], src/summaryview.c
14390                 'next unread msg' 'go to next folder?' dialog can be
14391                 given default behaviour, either always show dialog,
14392                 or assume 'yes', or assume 'no'
14393                 Submitted by wwp <subscript@free.fr>
14394
14395 2001-09-25 [melvin]
14396                 
14397         * src/compose.c src/gtkspell.[ch]
14398                 added support for different encodings
14399
14400 2001-09-25 [paul]
14401
14402         * more sync with sylpheed 0.6.2cvs5
14403
14404 2001-09-24 [alfons]
14405         
14406         * src/prefs_folder_item.c
14407                 add check for item->prefs->default_to string is NULL and
14408                 add another check when freeing this string
14409
14410 2001-09-24 [paul]
14411
14412         * configure.in
14413                 change to version 0.6.2claws3
14414
14415         * sync with sylpheed 0.6.2cvs5 
14416
14417 2001-09-24 [match]
14418         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14419                 import LDIF files.
14420         * src/addrcache.[ch], addrindex.[ch]
14421                 small update for future
14422         * src/addrbook.c
14423                 fix test XML file.
14424
14425 2001-09-24 [melvin]
14426         * src/gtkspell.[ch]
14427                 added 'Learn from mistakes' option
14428                 better handling of quotes in checked words
14429                 sorted dict list
14430         * po/fr.po
14431                 small update for spell checking stuff
14432
14433 2001-09-23 [alfons]
14434         
14435         * src/gtkspell.c
14436                 edit a little bit so it complies more with main coding style
14437
14438 2001-09-23 [alfons]
14439
14440         * src/folder.[ch], prefs_folder_item.c, compose.c
14441                 migrate "request return receipt" folder property
14442                 to folderlist.xml
14443
14444 2001-09-22 [alfons]
14445
14446         * README.claws **NEW**
14447                 (add things of interest for users of main branch 
14448                 and claws here)
14449
14450         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14451                 re-implement threading per folder option, but store 
14452                 the setting in folderlist.xml (where it belongs)
14453
14454 2001-09-21 [melvin]
14455
14456         * src/gtkspell.[ch]
14457                 fixed bug when compose window is under another window
14458         * src/prefs_common.[ch] src/compose.c
14459                 changed 'dictionary_path' to 'dictionary' to be consistent
14460                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14461         * ac/pspell.m4 src/Makefile.am 
14462                 dropped PSPELL_PATH macro
14463         * po/fr.po
14464                 updated translations
14465
14466 2001-09-21 [christoph]
14467
14468         * src/compose.c
14469                 added border around header fields
14470                 keep header type when new field is added
14471
14472 2001-09-20 [christoph]
14473
14474         * src/utils.[ch]
14475                 more portable debug_print with source filename
14476                 and linenumber
14477         * src/procmsg.c
14478                 more newlines after debug messages
14479
14480 2001-09-20 [paul]
14481
14482         * configure.in
14483                 change to version 0.6.2claws2
14484
14485         * sync with sylpheed 0.6.2cvs3
14486
14487 2001-09-19 [melvin]
14488
14489         * src/gtkspell.c
14490                 fixed the post-right-click focus pb
14491                 fixed crash when 'Spell check all' after dict change 
14492                         and when cursor is at the end of the text
14493                 shift-right-click pops up config menu even on misspelled words.
14494         * po/POTFILES.in
14495                 added gtkspell.c
14496
14497 2001-09-19 [melvin]
14498
14499         * src/about.c
14500                 added pspell to compiled-in features list
14501
14502 2001-09-18 [melvin]
14503
14504         * switched to pspell and dropped ispell
14505         * ac/pspell.m4
14506                 new file. autoconf macro for pspell
14507         * ac/Makefile.am 
14508         * configure.in acconfig.h
14509                 added pspell support
14510         * src/Makefile.am
14511         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14512         * src/prefs_common.[ch] 
14513                 added pspell support
14514
14515 2001-09-18 [christoph]
14516
14517         * src/addr_compl.c
14518         * src/template.[ch]
14519                 replace LOG_MESSAGE with debug_print
14520         * src/compose.[ch]
14521                 gui improvements
14522         * src/menu.c
14523                 added newline after debug message
14524         * src/utils.h
14525                 using __VA_ARGS__ for debug_print macro
14526         * tools/.cvsignore
14527                 ignore Makefile and Makefile.in
14528
14529 2001-09-18 [paul]
14530
14531         * configure.in
14532                 change to version 0.6.2claws1
14533         * sync with sylpheed 0.6.2cvs1
14534
14535         * src/matcher.c 
14536         * src/prefs_matcher.c
14537                 add 'score equal to' option, submitted by
14538                 Paul Evans <nerd@freeuk.com>
14539
14540 2001-09-15 [christoph]
14541
14542         * src/mainwindow.c
14543                 comment out menu entry not existing in claws
14544         * src/menu.c
14545                 add debug output for non existing menu entries
14546         * src/summaryview.c
14547                 fix next/prev unread message for ignored threads
14548         * src/utils.[ch]
14549                 add sourcefile and line number to debug output
14550                 otherwise it is sometimes hard to find the
14551                 source code part if debug messages are translated
14552
14553 2001-09-14 [darko]
14554         
14555         * src/folderview.c
14556                 refresh target folder style after colour is changed
14557
14558 2001-09-13 [paul]
14559
14560         * configure.in
14561                 change to version 0.6.1claws3
14562
14563         * sync with sylpheed 0.6.1cvs6
14564
14565 2001-09-13 [darko]
14566         
14567         * src/folderview.c
14568                 fix target folder colourization to use user selected colour
14569
14570 2001-09-12 [darko]
14571         
14572         * src/summaryview.c
14573                 fix crash when message that is marked for copy/move is unmarked
14574
14575 2001-09-09 [paul]
14576
14577         * configure.in
14578                 change to version 0.6.1claws2
14579
14580         * sync with sylpheed 0.6.1cvs3
14581
14582 2001-09-09 [alfons]
14583         
14584         * src/folderview.c
14585                 fix bug with default font used for trash folder text
14586
14587 2001-09-06 [paul]
14588
14589         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14590                 updated translations
14591
14592         * configure.in
14593                 change to version 0.6.1claws1
14594
14595         * sync with sylpheed 0.6.1cvs2
14596
14597 2001-09-03 [paul]
14598
14599         * po/POTFILES.in
14600                 add Match's new addressbook
14601
14602         * po/de.po
14603                 updated translation submitted by Jens Oberender
14604
14605 2001-09-02 [paul]
14606
14607         * configure.in
14608                 change to 0.6.1claws
14609         * sync with sylpheed 0.6.1 release
14610
14611 2001-09-02 [paul]
14612
14613         * configure.in
14614                 change to 0.6.0claws2
14615
14616         * sync with sylpheed 0.6.0cvs4
14617
14618         * po/pt_BR.po
14619                 updated translation submitted by Fabio Junior Beneditto
14620
14621 2001-09-01 [match]
14622         * pixmaps/
14623                 interface.xpm
14624                 book.xpm
14625                 address.xpm
14626         * src/
14627                 Makefile.am
14628                 a ton of new files
14629
14630 2001-08-31 [paul]
14631
14632         * configure.in
14633                 change to version 0.6.0claws1
14634
14635         * sync with sylpheed 0.6.0cvs1
14636
14637         * po/es.po
14638                 updated translation submitted by Ricardo Mones Lastra
14639
14640         * po/POTFILES.in
14641                 add 'src/prefs_templates.c'
14642
14643         * src/compose.c, src/summaryview.c
14644                 fix segfault on 'Re_edit'               
14645
14646 2001-08-30 [alfons]
14647
14648         * configure.in, Makefile.am
14649         * tools/Makefile.am
14650                 add tools directory to source distribution
14651
14652 2001-08-30 [paul]
14653
14654         * configure.in
14655                 change to version 0.6.0claws
14656
14657         * sync with sylpheed 0.6.0 release
14658
14659 2001-08-30 [christoph]
14660
14661         * configure.in
14662                 removed autoconf version check
14663
14664 2001-08-30 [paul]
14665
14666         * src/account.c, src/compose.c, src/prefs_common.[ch]
14667         * src/procheader.[ch] src/utils.[ch]
14668                 Enhanced automatic account selection on replies
14669                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14670
14671         * configure.in
14672                 add LDAP and JPilot to the configuration results output.
14673
14674 2001-08-29 [christoph]
14675
14676         * src/summeryview.c
14677                 no bold font for ignored threads
14678
14679 2001-08-29 [paul]
14680
14681         * configure.in
14682                 change to version 0.5.3claws6
14683
14684         * sync with sylpheed 0.5.3cvs10
14685                 src/stringtable.[ch]: New Files
14686
14687         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14688         * src/pixmaps/sylpheed.xpm
14689                 add mini-icons to windows (by Alfons)
14690
14691 2001-08-27 [paul]
14692
14693         * src/mainwindow.c
14694                 new functions: next_labeled_cb(), prev_labeled_cb()
14695
14696         * src/summaryview.c
14697                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14698                 summary_select_next_labeled(), summary_select_prev_labeled()
14699
14700         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14701                 give claws blue folders and a blue trash can
14702
14703 2001-08-27 [paul]
14704
14705         * configure.in
14706                 change to version 0.5.3claws5
14707
14708         * sync with sylpheed 0.5.3cvs9
14709                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14710
14711 2001-08-24 [christoph]
14712
14713         * src/filesel.c
14714                 keep filename when browsing directories
14715                 (not working for user entered filename, but
14716                  for default name and selected filename from
14717                  file list)
14718         * src/mainwindow.c
14719                 fixed wrong spelling "Folllow-up"
14720         * src/mbox_folder.c
14721         * src/procmsg.c
14722         * src/summaryview.c
14723                 fixed new/unread message count with ignored
14724                 threads (2 commits, first didn't notice no
14725                 longer needed decreasing)
14726         * src/inc.c
14727                 readded scrolling of progress dialog
14728                 (lost in sync)
14729
14730 2001-08-24 [paul]
14731
14732         * configure.in
14733                 change to 0.5.3claws4
14734
14735         * sync with sylpheed 0.5.3cvs7
14736
14737 2001-08-24 [christoph]
14738
14739         * src/compose.c
14740                 set request return receipt when replying
14741                 if it is set is the folder prefs of the
14742                 message
14743         * src/inc.c
14744                 disable final error popup if popups are
14745                 disabled in config (again)
14746
14747 2001-08-23 [paul]
14748
14749         * configure.in
14750                 Change version number to 0.5.3claws3
14751
14752         * sync with sylpheed 0.5.3cvs5
14753
14754         * src/mimeview.c
14755                 double quote '%s' in 'gedit %s' to fix bug when
14756                 opening attachment with spaces in the name
14757
14758 2001-08-22 [alte]
14759         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14760           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14761                 initial message templates support
14762
14763
14764 2001-08-22 [paul]
14765
14766         * configure.in
14767                 change version number to 0.5.3claws2
14768
14769         * sync with sylpheed 0.5.3cvs4
14770
14771         * src/procmsg.h src/summaryview.c
14772                 re-implement (un)ignore thread
14773
14774 2001-08-21 [paul]
14775
14776         * src/summaryview.c
14777                 remove unnecessary code
14778         * src/compose.c
14779                 enable 'dynamic' signatures (submitted by
14780                 Eric Limpens <eric@hscg-internet.nl>)
14781
14782 2001-08-21 [paul]
14783
14784         clean up after sync with sylpheed 0.5.3 release
14785
14786         * src/folderview.c
14787                 fix re-introduced font mess, see Christoph's
14788                 entry 2001-06-24
14789
14790         * src/summaryview.c
14791                 remove prev_msgnum
14792                 use sylpheed's small font instead of
14793                 gtk default font for summary view
14794
14795
14796 2001-08-17 [paul]
14797
14798         * configure.in
14799                 add pl to ALL_LINGUAS - sync with main branch
14800
14801         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14802                 Updated. Translations by Jens Oberender, Ricardo Mones
14803                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14804
14805         * po/pl.po  ** NEW FILE **
14806                 sync with the main branch
14807
14808         * src/folderview.c
14809                 fix target folder colorizing and refresh problem
14810
14811
14812 2001-08-17 [christoph]
14813
14814         * src/mainwindow.c
14815                 claws uses 4 colors for target folder coloring.
14816                 arrays were not long enough and destroyed the
14817                 stack causing a segfault.
14818                 target folder colorizing does not work anymore
14819                 for me
14820
14821 2001-08-16 [paul]
14822
14823         * configure.in
14824                 change to version 0.5.3claws1
14825
14826         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14827           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14828           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14829
14830                 sync with sylpheed 0.5.3 release, but keep claws method of
14831                 configuring/saving fonts
14832
14833         * src/addressbook.[ch]
14834                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14835                 in line with a similar change in Hiroyuki's branch
14836
14837         * src/mainwindow.[ch]
14838                 disable main_window_set_thread_option()
14839         * src/prefs_folder_item.c
14840                 comment out &tmps_prefs.enable_thread,
14841         * src/mbox_folder.c, src/procmsg.[ch]
14842                 comment out MSG_IS_IGNORE_THREAD
14843         * src/summaryview.c
14844                 comment out summary_ignore_thread() and summary_unignore_thread()
14845                 comment out MSG_IS_IGNORE_THREAD
14846
14847                 use Hiroyuki's threading instead.
14848
14849
14850
14851 2001-08-15 [paul]
14852
14853         * src/account.c
14854                 use Hiroyuki's 0.5.3 column scheme but also
14855                 include the enable/disable button.
14856         * src/pixmaps/mark.xpm
14857                 add Hiroyuki's amended pixmap
14858
14859 2001-08-13 [christoph]
14860
14861         * src/account.c
14862                 receive at get all column showed wrong state for APOP
14863                 button should only work for POP3 and APOP accounts
14864         * src/prefs_account.c
14865                 added missing preprocessor statement for SSL
14866
14867 2001-08-12 [paul]
14868
14869         * src/account.[ch]
14870                 add 'receive at get all' column and enable/disable
14871                 button.
14872
14873 2001-08-06 [christoph]
14874
14875         * src/account.c
14876                 show usage of SSL in protocol column
14877
14878         * src/imap.c
14879         * src/inc.c
14880                 renamed ssl options
14881
14882         * src/prefs_account.[ch]
14883                 moved ssl options to a new page
14884
14885         * src/send.c
14886         * src/smtp.c
14887         * src/ssl.[ch]
14888                 renamed ssl options
14889                 added support for SMTP STARTTLS command
14890
14891 2001-08-05 [christoph]
14892
14893         * configure.in
14894                 debian autoconf needs version check to find
14895                 correct autoconf version. if the file is
14896                 named configure.in 2.13 is used, which does
14897                 not work with this configure.in script.
14898                 other solution would be to rename the script
14899                 to configure.ac as suggested in the autoconf
14900                 manual.
14901
14902         * src/inc.c
14903                 disable final error popup if popups are
14904                 diabled in config
14905
14906         * src/socket.c
14907                 bugfix in ssl_gets
14908                 fixes IMAP over SSL problem
14909
14910 2001-08-03 [paul]
14911
14912         * configure.in
14913                 change to 0.5.2claws1
14914
14915         * sync with sylpheed 0.5.2cvs1
14916
14917 2001-08-02 [alfons]
14918
14919         * configure.in
14920                 quick fix for ispell detection...
14921
14922 2001-08-01 [paul]
14923
14924         * configure.in
14925                 change to 0.5.1claws4
14926
14927         * sync with sylpheed 0.5.1cvs7
14928
14929 2001-07-31 [alfons]
14930
14931         * src/prefs_common.c, src/prefs_common.h, 
14932           src/gtkspell.c, src/gtkspell.h
14933                 add global spelling checker settings (compose tab) +
14934                 selection of dictionary 
14935           
14936         * configure.in  
14937                 guess valid ispell location
14938
14939 2001-07-31 [paul]
14940
14941         * po/POTFILES.in
14942                 removal of 'src/quote_fmt_parse.c'
14943         * po/de.po
14944                 Updated de.po
14945                 (submitted by Jens Oberender <didge@suse.de>)
14946
14947 2001-07-31 [darko]
14948
14949         * src/folder.[ch]
14950         * src/folderview.[ch]
14951         * src/mainwindow.c
14952         * src/mh.c
14953         * src/prefs_common.[ch]
14954         * src/summaryview.c
14955                 target folder colourization
14956
14957 2001-07-30 [paul]
14958
14959         more sync with Sylpheed 0.5.1cvs6 
14960
14961 2001-07-30 [darko]
14962
14963         * src/mh.c
14964         * src/prefs_folder_item.[hc]
14965         * src/summaryview.c
14966                 shared folders support with a GUI
14967
14968 2001-07-29 [paul]
14969
14970         0.5.1claws3
14971
14972         * sync with Sylpheed 0.5.1cvs6
14973
14974 2001-07-29 [paul]
14975
14976         * po/pt_BR.po
14977                 updated
14978                 (submitted by Fabio Junior Beneditto)
14979
14980 2001-07-28 [paul]
14981
14982         * src/procmime.c
14983         * AUTHORS
14984                 patch to correct bad image mime headers
14985                 (submitted by Don Quijote <dq@searchlores.org>)
14986
14987 2001-07-28 [paul]
14988
14989         * tools/gif2xface.pl   **NEW FILE**
14990         * tools/README
14991                 script to convert file.gif to file.xface for
14992                 use in a custom header.
14993                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
14994
14995 2001-07-27 [alfons]
14996         
14997         * configure.in
14998                 change macros for detecting JPilot and LDAP
14999
15000 2001-07-27 [christoph]
15001
15002         * src/filtering.c
15003                 code cleanup (MIN / MAX warning, needed casting)
15004
15005 2001-07-27 [alfons]
15006
15007         * procheader.c
15008                 disallow setting flags when detecting certain headers
15009                 (X-Status, Status, Seen, X-Seen). 
15010         
15011         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15012
15013 2001-07-27 [christoph]
15014
15015         * src/prefs_filter.c
15016         * src/prefs_filtering.c
15017         * src/prefs_matcher.c
15018         * src/prefs_scoring.c
15019                 scroll list when moving rows up or down
15020
15021         * src/imap.c
15022         * src/imap.h
15023         * src/prefs_account.c
15024         * src/prefs_account.h
15025         * src/send.c
15026                 SMTP over SSL (untested, feedback requested)
15027                 IMAP over SSL
15028
15029         * src/ssl.c
15030                 code cleanup
15031
15032 2001-07-26 [alfons]
15033         
15034         * configure.in, acconfig.h
15035                 define CLAWS (need this for main / claws detection)
15036
15037 2001-07-25 [alfons]
15038
15039         * configure.in
15040                 Sylpheed 0.5.1claws2
15041                 
15042         * sync with Sylpheed 0.5.1cvs4
15043
15044 2001-07-25 [christoph]
15045
15046         * src/scoring.c
15047                 fixed segfault
15048                 item->prefs == NULL (don't know why)
15049
15050 2001-07-25 [alfons]
15051
15052         * configure.in
15053                 Sylpheed 0.5.1claws1
15054
15055         * sync with Sylpheed 0.5.1cvs1-3
15056
15057 2001-07-24 [christoph]
15058
15059         * src/folderview.c
15060         * src/prefs_folder_item.[ch]
15061                 added folderitem preferences dialog with
15062                 default To: and auto request return receipt
15063
15064         * src/compose.[ch]
15065         * src/menu.[ch]
15066                 changes to handle new folderitem preferences
15067
15068         * src/mainwindow.c
15069         * src/summaryview.c
15070                 call compose new mail with current folderitem
15071
15072 2001-07-24 [alfons]
15073
15074         Release Sylpheed 0.5.1claws
15075
15076         * configure.in
15077                 change to release version 0.5.1claws
15078
15079 2001-07-24 [christoph]
15080
15081         * src/summaryview.c
15082                 fixed segfault that happend when the selected
15083                 message was removed while retrieving new messages.
15084
15085         * po/es.po
15086                 updated translation
15087                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15088
15089 2001-07-22 [alfons]
15090
15091         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15092         this is a work in progress, for more information: http://nlpagan.net/sylman 
15093         
15094         * configure.in, src/mainwindow.c, manual/Makefile.am
15095                 add support for English manual
15096
15097         * AUTHORS
15098                 add authors of user manuals
15099
15100         * manual/en/sylpheed*.html
15101                 add English documentation
15102
15103 2001-07-22 [christoph]
15104
15105         * po/POTFILES.in
15106                 added src/ssl.c
15107         * src/ssl.c
15108                 changed a wrong debug message
15109
15110 2001-07-22 [alfons]
15111
15112         * po/nl.po
15113                 update Dutch translation
15114
15115         * src/prefs_filtering.c, 
15116           src/prefs_matcher.c
15117                 add more translatable strings           
15118
15119 2001-07-21 [alfons]
15120
15121         0.5.0claws7
15122
15123         * configure.in
15124                 change version
15125
15126         * src/inc.c, src/summaryview.[ch]
15127                 prevent update of mark file when filtering has done, by
15128                 using a variable; this affects two functions:
15129                         inc.c::inc_finished()
15130                         summaryview.c::summary_show()
15131
15132 2001-07-20 [alfons]
15133
15134         * src/filtering.[ch], src/prefs_filtering.c, 
15135           src/matcher.[ch]
15136                 add filtering action for label coloring 
15137
15138         * po/POTFILES.in
15139                 add labelcolors.c
15140
15141         * added src/labelcolors.c
15142         * added src/labelcolors.h
15143         * src/Makefile.am, src/summaryview.c
15144                 rearrange label coloring code
15145
15146         * src/procmsg.h
15147                 add more parentheses so label colouring works correctly
15148
15149         * src/filtering.c
15150                 don't really delete message, but move it to Trash
15151
15152         * src/prefs_matcher.c
15153                 add quote options to info dialog
15154
15155 2001-07-20 [christoph]
15156
15157         * src/Makefile.am
15158         * src/inc.c
15159         * src/main.[ch]
15160         * src/socket.h
15161         * src/ssl.[ch] (new)
15162                 moved ssl stuff to a seperate file
15163
15164 2001-07-20 [darko]
15165
15166         * src/summaryview.c
15167                 fix show sender using address book with no e-mail
15168                 address in From: field
15169
15170 2001-07-19 [alfons]
15171
15172         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15173                 fix messy handling of escaping... now at least the
15174                 execute command is useful. escape char is '\', we
15175                 accept \n and \r too. 
15176
15177                 Real life example:
15178                 
15179                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15180                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15181
15182 2001-07-18 [alfons]
15183
15184         0.5.0claws6
15185
15186         * src/summaryview.c
15187                 clean up
15188
15189         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15190           src/procmsg.[ch]
15191                 revise filtering; currently move, copy, marking have
15192                 been tested. if you like bleeding edge stuff, you
15193                 should definitely go for this version :)
15194
15195         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15196
15197 2001-07-17 [christoph]
15198
15199         * src/utils.c
15200                 timestamp log
15201
15202 2001-07-17 [alfons]
15203
15204         0.5.0claws5
15205
15206         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15207           bits in the mark file, without affecting either branch. Lots of
15208           files changed, also in claws branch.
15209
15210           UNTESTED: use of mbox folders
15211
15212         * src/summaryview.c
15213                 added mark all read; however this was a quick hack used for
15214                 cleaning up mess after initial merge with Hiroyuki
15215
15216         * configure.in
15217                 change claws version number back to 0.5.0claws5 to clear up 
15218                 confusion & pretension (recent release was technically 
15219                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15220
15221 2001-07-16 [alfons]
15222
15223         sync with Hiroyuki's 0.5.0cvs4
15224
15225 2001-07-16 [alfons]
15226
15227         0.5.1claws3
15228
15229         * src/filtering.[ch]
15230                 remove invalid updating of mark files for 
15231                 filter actions MATCHING_ACTION_MOVE and 
15232                 MATCHING_ACTION_DELETE; this should fix the
15233                 folder update bug
15234                 
15235         * src/procmsg.c
15236                 revert Christoph's stab at fixing the folder 
15237                 update bug
15238
15239         * po/POTFILES.in
15240                 add missing files with translatable strings
15241
15242         * src/summaryview.c
15243                 remove debug print
15244
15245 2001-07-15 [alfons]
15246
15247         * src/addr_compl.[ch], src/prefs_filtering.c
15248                 make "filtering pref dialog's destination entry" an
15249                 "address completable entry", if filter destination is 
15250                 an email address
15251
15252         0.5.1claws2
15253         
15254         sync with Hiroyuki's 0.5.0cvs2-3
15255
15256 2001-07-15 [christoph]
15257
15258         * src/procmsg.c
15259                 fixed folder stats update after incorporation
15260
15261 2001-07-15 [alfons]
15262
15263         * src/summaryview.c
15264                 * finish label colouring stuff (for now)
15265                 * fix incorrect colour bug (off by one) 
15266
15267 2001-07-14 [alfons]
15268
15269         * src/mainwindow.c
15270                 change text labels for news and mail message so there's
15271                 plenty of toolbar estate left
15272
15273         * configure.in
15274                 0.5.1claws1
15275
15276         * src/folderview.c
15277           src/folder.[ch]
15278                 sync with Hiroyuki's 0.5.0cvs1
15279
15280         * src/summaryview.c
15281                 more rewrite label colouring
15282
15283 2001-07-14 [alfons]
15284
15285         * src/summaryview.[ch]
15286                 * start rewrite label colouring 
15287                 * fix proper location "Add Sender To Addressbook" menu item
15288
15289 2001-07-13
15290
15291         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15292         (actually this is 0.5.0claws4)
15293
15294 2001-07-13 [alfons]
15295
15296         * po/pt_BR.po
15297                 * fix duplicate message
15298                 * add updated Portugese / Brazilian translation
15299                   submitted by Fabio Junior Beneditto
15300
15301 2001-07-12 [alfons]
15302
15303         * AUTHORS
15304                 add Jens
15305
15306         * po/nl.po
15307                 add updated Dutch translation
15308
15309         * po/de.po
15310                 add updated German translation submitted by Jens
15311
15312 2001-07-11 [alfons]
15313
15314         Prerelease before 0.5.0claws. Please test.
15315         This version is temporarily tagged as VERSION_0_5_0_TEST
15316
15317         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15318           src/prefs_scoring.c, src/prefs_matcher.c, 
15319           src/prefs_filtering.c, src/mbox.c, 
15320           src/main.c, src/inc.c, src/filtering.[ch]
15321                 revert new Hoa's new matcher (does not work yet)
15322
15323         * src/Makefile.am
15324                 clean up
15325
15326 2001-07-10
15327
15328         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15329
15330
15331 2001-07-10 [alfons]
15332
15333         * Makefile.am
15334                 add ChangeLog.claws to EXTRA_DIST
15335         * src/Makefile.am
15336                 add matcher_parser_parse.h to EXTRA_DIST
15337
15338 2001-07-10 [christoph]
15339
15340         * src/inc.c
15341                 add destination folder to table of
15342                 folders that need to be updated after
15343                 incorporation
15344
15345 2001-07-10 [alfons]
15346
15347         * folder.[ch]
15348           folderview.c
15349                 make collapse state of folders and folder items persistent, i.e.
15350                 if you collapse a folder tree, the next time sylpheed-claws starts 
15351                 up the folder tree remains collapsed.  
15352                 
15353 2001-07-10 [christoph]
15354
15355         * acconfig.h
15356         * configure.in
15357                 added --enable-ssl
15358         * src/md5.[ch]
15359                 renamed MD5_CTX to MD5_CTX_syl
15360                 conflicts with a struct in openssl
15361         * src/inc.c
15362         * src/main.[ch]
15363         * src/prefs_account.[ch]
15364         * src/socket.[ch]
15365                 SSL support for POP
15366         * src/mainwindow.c
15367                 fixed compose with current account
15368                 broken by new compose button stuff
15369
15370 2001-07-09 [hoa]
15371
15372         * AUTHORS
15373                 changed my email address
15374
15375         * src/matcher_parser_parse.y
15376                 clean the parser to remove conflicts
15377
15378 2001-07-09 [alfons]
15379
15380         * AUTHORS
15381                 add Match Grun
15382
15383         * configure.in
15384                 fix incorrect description of --enable-ldap parameter
15385
15386         * src/prefs_common.[ch]
15387           src/compose.c
15388                 add experimental option "smart wrapping" which makes the
15389                 compose editor auto wrap.
15390                 
15391                 | TODO: the problem with the buggy cursor handling is caused |
15392                 | by the GtkText. when deleting / backspacing text its       |
15393                 | wrapping algorithm does not take in account the previous   |
15394                 | line. should find a way to hack this in.                   |
15395                 | or should perhaps combine this with the word wrapping      |
15396                 | patch i wrote in january.                                  |
15397
15398         * src/about.c
15399                 show build parameters for LDAP and JPilot
15400
15401         * src/summaryview.c
15402                 revert Christoph's bugfix for selecting next unread message, 
15403                 because folder stats aren't updated correctly
15404
15405 2001-07-08 [hoa]
15406
15407         * src/filtering.c
15408         * src/mainwindow.c
15409         * src/matcher.c
15410         * src/matcher_parser_lex.l
15411         * src/matcher_parser_parse.y
15412         * src/prefs_filtering.c
15413         * src/prefs_scoring.c
15414         * src/scoring.c
15415                 bugfix of the config file parser
15416
15417 2001-07-08 [alfons]
15418
15419         * src/Makefile.am
15420                 added generated matcher sources to BUILT_SOURCES
15421
15422 2001-07-08 [hoa]
15423
15424         * src/Makefile.am
15425         * src/.cvsignore
15426                 added new config file parser
15427
15428         * src/scoring.[ch]
15429         * src/filtering.[ch]
15430         * src/matcher.[ch]
15431         * src/prefs_filtering.c
15432         * src/prefs_matcher.c
15433         * src/prefs_scoring.c
15434         * added src/matcher_parser.h
15435         * added src/matcher_parser_lex.h
15436         * added src/matcher_parser_lex.l
15437         * added src/matcher_parser_parse.y
15438                 lex & yacc config file parser
15439
15440         * src/mbox.c
15441         * src/inc.c
15442         * src/main.c
15443                 changes prefs_filtering into global_filtering           
15444
15445         * src/summaryview.c
15446                 build threads with subjects only if "Re: " is at the
15447                 beginning of the subject
15448
15449 2001-07-07 [paul]
15450
15451         0.5.0claws
15452
15453         sync with sylpheed 0.5.0
15454                 change of version number only
15455
15456 2001-07-06 [paul]
15457
15458         0.5.0claws5
15459
15460         sync with sylpheed 0.5.0pre5
15461
15462 2001-07-05 [paul]
15463
15464         sync with sylpheed 0.5.0pre4 release
15465                 /po and /manual/ja not sync'ed
15466
15467 2001-07-04 [paul]
15468
15469         more sync with sylpheed 0.5.0pre4
15470
15471 2001-07-03 [christoph]
15472
15473         * src/addressbook.c
15474                 fixed address book broken by address book
15475                 for VCard, JPilot, LDAP
15476
15477 2001-07-03 [alfons]
15478
15479         * src/matcher.c
15480         * src/textview.c
15481                 stopped memory leaks
15482
15483 2001-07-03 [paul]
15484
15485         more sync with sylpheed 0.5.0pre4
15486
15487 2001-07-02 [match]
15488
15489         * included address book patch for VCard, JPilot, LDAP
15490         * pref_common.c - fixed Font options on Display tab (cosmetic)
15491         * alertpanel.c - fixed truncated message
15492
15493 2001-07-02 [christoph]
15494
15495         * src/mbox_folder.c
15496         * src/procmsg.[ch]
15497         * src/summaryview.c
15498                 mark threads for ignoring
15499
15500 2001-07-02 [paul]
15501
15502         0.5.0claws4
15503
15504         * sync with sylpheed 0.5.0pre4
15505                 updated gettext to 0.10.38.
15506
15507 2001-07-01 [paul]
15508
15509         * src/ mainwindow.c
15510         * src/procmsg.h
15511         * src/summaryview.[ch]
15512                 new right-click option: Label.
15513                 substitute for 'Mark-->Mark/Unmark', colours the line.
15514                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15515
15516 2001-07-01 [christoph]
15517
15518         * src/folderview.c
15519                 fixed font for trash
15520         * src/summaryview.c
15521                 move ctree to unread message
15522
15523 2001-07-01 [paul]
15524
15525         * sync with sylpheed 0.5.0pre3 release
15526
15527 2001-06-30 [alfons]
15528
15529         * src/filesel.[ch]
15530         * src/compose.c
15531                 allow inserting / attaching multiple files in
15532                 the composer window
15533
15534 2001-06-30 [paul]
15535
15536         * src/codeconv.c
15537                 small change to Alfons' previous stuff so that it
15538                 actually makes
15539
15540 2001-06-30 [alfons]
15541
15542         * lots of files changed; first attempt to merge the changes
15543           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15544
15545 2001-06-30 [paul]
15546
15547         * po/pt_BR.po
15548                 updated and completed, translations by Fabio
15549                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15550
15551 2001-06-29 [alfons]
15552
15553         * src/compose.c
15554         * src/mimeproc.[ch]
15555                 allow selecting an attached files' mime type from a 
15556                 list of types.
15557
15558 2001-06-29 [paul]
15559
15560         * more sync with sylpheed 0.5.0pre3
15561
15562 2001-06-29 [paul]
15563
15564         * po/pt_BR.po
15565                 merge with sylpheed.pot and pt_BR.po provided by
15566                 Fabio Junior Beneditto.
15567
15568 2001-06-29 [darko]
15569
15570         * src/procmime.c
15571                 make MIME types case insensitive
15572
15573 2001-06-28 [alfons]
15574
15575         * po/nl.po
15576                 merge with sylpheed.pot and old nl.po; translations added.
15577
15578 2001-06-28 [paul]
15579
15580         * more sync with sylpheed 0.5.0pre3
15581
15582 2001-06-27 [alfons]
15583
15584         * src/summaryview.c
15585                 don't crash when removing parent node of messages
15586                 attracted by subject. this was caused by not deleting
15587                 the parent node from the subject line hash table.
15588
15589 2001-06-27 [alfons]
15590
15591         * src/summaryview.c
15592         * src/compose.[ch]
15593         * src/mainwindow.c
15594                 if there are multiple messages selected, allow forwarding
15595                 them as attachments.
15596
15597 2001-06-27 [paul]
15598
15599         * more sync with sylpheed 0.5.0pre3
15600
15601 2001-06-26 [paul]
15602
15603         0.5.0claws3
15604
15605         * sync with sylpheed 0.5.0pre3
15606
15607 2001-06-25 [paul]
15608
15609         * src/mainwindow.c
15610                 fixed 'compose news article' bug
15611                 from icon-and-text toolbar
15612
15613 2001-06-25 [paul]
15614
15615         * sync with sylpheed 0.5.0pre2 release
15616
15617 2001-06-24 [christoph]
15618
15619         * src/prefs_common.c
15620                 bug fix in font selection
15621         * src/folderview.c
15622                 use sylpheed's normal font instead of
15623                 gtk default font for folders without
15624                 new messages
15625
15626 2001-06-24 [alfons]
15627
15628         * src/mainwindow.[ch]
15629                 added composite compose mail / news button (an idea by Leandro
15630                 Pereira <leandro@linuxmag.com.br>)
15631
15632 2001-06-24 [paul]
15633
15634         Added instructions for ldif-to-xml.py
15635
15636         * tools/README
15637
15638 2001-06-23 [alfons]
15639
15640         Some minor things.
15641
15642         * src/pixmaps/stock_news_compose.xpm
15643                 added pixmap by Leandro
15644         * src/prefs_common.c
15645                 tested built-in spelling checker of GCC 3.0 :)
15646         * po/nl.po
15647                 merged dutch translation of sylpheed-main with
15648                 sylpheed.pot
15649
15650 2001-06-23 [paul]
15651
15652         Added tools directory and files.
15653
15654         * tools/filter_conv.pl
15655                 converts old filter system to new filtering system
15656         * tools/ldif-to-xml.py
15657                 converts netscape addressbook to sylpheed addressbook
15658         * tools/README
15659                 descriptions/instructions for above two files
15660
15661 2001-06-23 [christoph]
15662
15663         * src/inc.c
15664         * src/manage_window.[ch]
15665         * src/prefs_common.[ch]
15666                 mail retrieval dialog can be enabled, disabled
15667                 or hidden if non of sylpheed's windows is active
15668
15669 2001-06-22 [paul]
15670
15671         0.5.0claws2
15672
15673         * sync with sylpheed 0.5.0pre2
15674
15675 2001-06-21 [christoph]
15676
15677         * src/summaryview.c
15678                 show recipient on 'from' for all accounts
15679                 
15680         * src/inc.c
15681         * src/prefs_common.[ch]
15682                 disable error popup on mail receive errors
15683
15684 2001-06-21 [alfons]
15685
15686         * src/compose.c
15687                 made the ruler correctly appear and disappear.
15688
15689         * src/Makefile.am
15690                 removed Hoa's work-in-progress-stuff (interesting!) so 
15691                 claws compiles ok.
15692
15693 2001-06-20 [christoph]
15694
15695         * src/inc.c
15696         * src/progressdialog.c
15697                 added scrolled window for list in progressdialog
15698
15699 2001-06-20 [paul]
15700
15701         sync with sylpheed 0.5.0pre1 release
15702
15703 2001-06-20 [christoph]
15704
15705         * src/summeryview.c
15706                 make building threads by subject work when
15707                 thread view is enabled
15708                 
15709         * src/compose.c
15710         * src/prefs_common.[ch]
15711                 automatically select account for mail replys
15712
15713 2001-06-19 [sergey]
15714
15715         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15716         they are filled in from the account settings.
15717
15718 2001-06-19 [paul]
15719
15720         * more sync with sylpheed 0.5.0pre1
15721
15722 2001-06-18 [alfons]
15723
15724         * src/Makefile.am,
15725           src/procmime.c
15726                 added --sysconfdir to CPPFLAGS for pointing to the correct
15727                 location of mime.types. 
15728
15729                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15730                 or ./configure!
15731
15732 2001-06-18 [hoa]
15733
15734         * src/summaryview.c
15735                 fixed some bug when building threads
15736
15737 2001-06-18 [pau]l
15738
15739         * src/prefs_account.c
15740                 UI stuff: More changes to the English
15741
15742 2001-06-18 [paul]
15743
15744         * src/pixmaps/stock_news_compose.xpm: new file
15745         * src/Makefile.am
15746         * src/mainwindow.c
15747         * src/summaryview.c
15748                 Added new icon for Hoa's 'compose a news
15749                 message', plus minor improvements to the
15750                 English
15751
15752         * po/ja.po
15753         * ChangeLog
15754         * ChangeLog.jp
15755                 more sync with sylpheed 0.5.0pre1
15756
15757 2001-06-18 [hoa]
15758
15759         * src/compose.[ch]
15760         * src/mainwindow.c
15761                 Follow-up and reply to
15762
15763         * src/summaryview.[ch]
15764                 Build threads also with subjects
15765
15766 2001-06-17 [hoa]
15767
15768         * src/compose.c
15769                 forwarding use the current account.
15770
15771         * src/mainwindow.c
15772                 the "compose message" button has been replaced with
15773                 "new mail" and "new news" buttons
15774
15775         * src/prefs_common.[ch]
15776                 added a configuration option to use the forward button
15777                 as "forward as attachment"
15778                 changed reply and forward format description
15779
15780         * src/quote_fmt_lex.l
15781         * src/quote_fmt_parse.y
15782                 added message with no signature in format for reply
15783                 and forward.
15784
15785 2001-06-17 [paul]
15786
15787         Minor UI stuff
15788
15789         * src/mainwindow.c
15790         * src/summaryview.c
15791                 Improvements to the English
15792
15793         * src/prefs_common.c
15794                 Improvements to the English and some
15795                 clarity/continuity improvements in the
15796                 description of Quote symbols.
15797
15798 2001-06-17 [paul]
15799
15800         0.5.0claws1
15801
15802         * sync with sylpheed 0.5.0pre1
15803
15804 2001-06-17 [hoa]
15805
15806         * src/compose.c
15807                 Better interface for compose, displayed fields
15808                 are updated whenever we change account.
15809                 Newsgroups field is automatically filled.
15810
15811         * src/mainwindow.c
15812                 Newsgroups field is automatically filled.
15813
15814         * src/prefs_account.c
15815                 Some interface stuff when fields appear and
15816                 disappear.
15817
15818 2001-06-16 [paul]
15819
15820         0.4.99claws
15821
15822         * sync with sylpheed 0.4.99
15823
15824 2001-06-16 [sergey]
15825
15826         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15827         base64_decoder_free, base64_decoder_decode): new object and
15828         functions for decoding base64 streams.
15829         * src/procmime.c (procmime_decode_content): modified to use the
15830         new base64 decoder.
15831
15832 2001-06-15 [paul]
15833
15834         0.4.99claws10
15835
15836         * sync with sylpheed 0.4.99cvs11
15837
15838 2001-06-13 [paul]
15839
15840         0.4.99claws9
15841
15842         * sync with sylpheed 0.4.99cvs9
15843
15844 2001-06-13 [hoa]
15845
15846         * src/compose.c
15847         * src/prefs_account.c
15848
15849                 SMTP server can be defined in the news account
15850                 mime type of attachment are kept.
15851
15852         * src/summaryview.c
15853
15854                 now choose the highest important score between default
15855                 and important score of folder.
15856
15857 2001-06-09 [alfons]
15858         
15859         * src/prefs_common.c: 
15860
15861                 (prefs_quote_description_create): corrected description of 
15862                 quote format characters
15863
15864 2001-06-09 [paul]
15865
15866         0.4.99claws8
15867
15868         * sync with sylpheed 0.4.99cvs8
15869
15870 2001-06-08 [sergey]
15871
15872         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15873         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15874
15875 2001-06-08 [paul]
15876
15877         0.4.99claws7
15878
15879         * sync with sylpheed 0.4.99cvs7
15880
15881 2001-06-06 [sergey]
15882
15883         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15884         clashes with autogenerated header).
15885         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15886         * src/Makefile.am: added quote_fmt.h.
15887         * src/.cvsignore: added lex/yacc autogenerated files
15888         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15889
15890 2001-06-06 [paul]
15891
15892         0.4.99claws6
15893
15894         * sync with sylpheed 0.4.99cvs6
15895
15896 2001-06-06 [hoa]
15897
15898         * added src/quote_fmt_parse.h
15899         * src/compose.c
15900                 removed warnings
15901
15902         * src/prefs.[ch]
15903                 don't modify readonly configuration files
15904
15905         * src/prefs_account.c
15906         * src/prefs_common.c
15907         * src/prefs_customheader.c
15908         * src/prefs_display_header.c
15909         * src/prefs_filter.c
15910         * src/prefs_filtering.c
15911         * src/prefs_scoring.c
15912                 don't open dialog box when configuration files
15913                 are readonly
15914
15915 2001-06-05 [sergey]
15916
15917         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15918
15919         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15920         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15921         BUILT_SOURCES to make all files rebuild properly.
15922
15923         * src/compose.c: removed #include "quote_fmt.tab.h".
15924
15925         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15926         CHARACTER value in yylval.
15927
15928         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15929         receive CHARACTER value by documented means (yylval).
15930
15931         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15932
15933 2001-06-05 [hoa]
15934
15935         * src/Makefile.am
15936                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15937
15938         * src/filtering.c
15939         * src/matcher.c
15940         * src/matcher.h
15941         * src/prefs_filtering.c
15942                 now keep the configuration for execute action
15943
15944         * src/mbox_folder.c
15945                 fixed a warning
15946
15947 2001-06-05 [paul]
15948
15949         * sync with sylpheed 0.4.99cvs5
15950
15951 2001-06-05 [hoa]
15952
15953         * src/Makefile.am
15954                 added quote_fmt.[ch]
15955
15956         * added src/quote_fmt.y
15957         * added src/quote_fmt.l
15958         * added src/quote_fmt.tab.h
15959         * added src/quote_fmt.tab.c
15960         * added src/lex.quote_fmt.c
15961                 parsing configuration for replying
15962                 and forwarding
15963
15964         * src/prefs_common.[ch]
15965                 added configuration UI for replying
15966                 and forwarding
15967
15968         * src/compose.c
15969                 using configuration for replying
15970                 and forwarding
15971
15972 2001-06-04 [hoa]
15973
15974         * src/filtering.c
15975         * src/matcher.c
15976         * src/matcher.h
15977         * src/prefs_filtering.c
15978         * src/prefs_matcher.c
15979         * src/prefs_matcher.h
15980                 action "run a command" for filtering
15981                 and matching with a command.
15982                 fixed the "whole message" matching
15983
15984         * src/mbox_folder.c
15985                 changed temporary filename for security
15986
15987         * src/messageview.c
15988                 queue the notification if it fails to send.
15989
15990         * src/prefs_common.c
15991         * src/prefs_folder_item.c
15992                 changed the default important score             
15993
15994         * src/prefs_scoring.c
15995         * src/scoring.c
15996                 hide kill score input when the folder is not
15997                 a newsgroup
15998
15999 2001-06-03 [alfons]
16000
16001         * src/prefs_common.c:
16002
16003                 (prefs_font_select): pass font name in font entry box to font
16004                 selection dialog.
16005
16006 2001-06-03 [sergey]
16007
16008         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16009
16010 2001-06-03 [paul]
16011
16012         * sync with sylpheed 0.4.99cvs4
16013
16014 2001-06-03 [alfons]
16015
16016         * src/headerwindow.c:
16017
16018                 (headerwindow_show_cb): use the selected summary view item, not
16019                 the displayed item.
16020
16021 2001-06-02 [alfons]
16022
16023         * src/headerwindow.c:
16024
16025                 (headerwindow_show_cb): always try to show msginfo
16026
16027 2001-06-02 [hoa]
16028
16029         * src/compose.c
16030                 keep attached parts when reediting or forwarding.
16031
16032 2001-06-01 [hoa]
16033
16034         * src/folderview.c
16035         * src/prefs_folder_item.[ch]
16036         * src/prefs_scoring.[ch]
16037         * src/scoring.[ch]
16038         * src/summaryview.[ch]
16039         * src/main.c
16040         * src/mainwindow.c
16041         * src/prefs_common.[ch]
16042                 support for folder scoring
16043                 kill score and important score for messages
16044         
16045         * src/prefs_account.c
16046                 some display bug fixed for local account
16047                 preferences
16048
16049 2001-05-31 [alfons]
16050
16051         * src/summaryview.c:
16052
16053                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16054                 sender to address book menu item is disabled.
16055
16056 2001-05-30 [hoa]
16057
16058         * src/filtering.[ch]
16059         * src/summaryview.c
16060                 handling summary menu / filter messages
16061
16062         * src/folder.[ch]
16063                 add some stuff
16064
16065         * src/foldersel.c
16066                 imap folders now appears in list
16067
16068         * src/mbox_folder.c
16069                 doesn't crash if destination mail is not writeable
16070
16071 2001-05-29 [hoa]
16072
16073         * src/compose.c
16074                 removed some warnings
16075
16076         * src/filtering.c
16077         * src/folder.[ch]
16078         * src/prefs_filtering.c
16079                 global string to identify any folders           
16080                 removed some debug info
16081                 filtering to mbox folders is now possible
16082
16083         * src/mainwindow.c
16084                 removed some warnings
16085
16086         * src/mbox_folder.c
16087                 permission on files are changed to read/write for user only,
16088                 nothing for other.
16089                 creation of subfolder is handled better.
16090
16091 2001-05-28 [alfons]
16092
16093         Verified the sync for src/prefs_common.[ch] and
16094         src/prefs_account.[ch]. I believe there were some
16095         minor indentation differences.
16096
16097 2001-05-28 [paul]
16098
16099         0.4.99claws3
16100
16101         * sync with 0.4.99cvs3
16102
16103 2001-05-28 [hoa]
16104
16105         * src/compose.c
16106                 handling flags for mbox format
16107
16108         * src/filtering.c
16109                 use of mark file only for MH format
16110                 handling flags for mbox format
16111                 filtering cannot yet move or copy mails to mbox folders.
16112
16113         * src/folder.[ch]
16114                 changed move_msg, copy_msg,
16115                 move_msgs_with_dest, copy_msgs_with_dest functions
16116                 uses only folder->copy_msg() function
16117                 uses folder->finished_copy() to handle the destination
16118                 folder at the end of the copy or move operation.
16119
16120         * src/foldersel.c
16121                 included mbox directories.
16122
16123         * src/folderview.[ch]
16124         * src/mainwindow.c
16125                 handle folders operation for mbox format
16126
16127         * src/mbox.c
16128                 disable conversion of "From " header
16129
16130         * src/mbox_folder.[ch]
16131                 completion of mbox format handling
16132
16133         * src/mh.c
16134                 changed mh_copy_msg() function and
16135                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16136                 mh_copy_msgs_with_dest()
16137
16138         * src/prefs_filtering.c
16139                 removed some warnings
16140
16141         * src/prefs_matcher.c
16142                 default boolean operation is AND
16143
16144         * src/procheader.c
16145                 handling flags for mbox format
16146                 handling of "From " header
16147
16148         * src/procmsg.[ch]
16149                 removed data field
16150                 added MSG_REALLY_DELETED flags to handle deletion of
16151                 messages in mbox format.
16152
16153         * src/summaryview.c
16154                 handling flags for mbox format
16155                 disable the MSG_DELETED flags when messages
16156                 are deleted in mbox format
16157
16158         * src/textview.c
16159                 "From " headers display fixed.
16160
16161 2001-05-27 [alfons]
16162
16163         * src/textview.c:
16164                 
16165                 (get_email_part): skip quoted email addresses, like in e.g.
16166                 "'alfons@proteus.demon.nl'".
16167
16168 2001-05-26 [alfons]
16169
16170         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16171         and fixing the persistence troubles when using separate windows.
16172
16173         * src/mainwindow.c:
16174         
16175             Added #define SEPARATE_ACTION used in the gtk item factory for 
16176             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16177                 use gtk_item_factory_get_widget_by_action() to get the items.
16178                 
16179             Removed separate_widget_cb from the gtk item factory data   
16180           
16181             (mainwindow_create): connect separate_widget_cb() to check
16182             menu item "toggled" signal. also passing a MainWindow pointer
16183                 as object data for both check menu items.
16184                 
16185             (separate_widget_cb): definition of separate_widget_cb() to match
16186             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16187                 window using gtk_object_get_data(). The type of window separation 
16188                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16189         
16190         * src/prefs_filtering.c,
16191           src/prefs_matcher.c: added horizontal scrollbars
16192
16193 2001-05-25 [darko]
16194
16195         * src/headerview.c
16196                 fix segfault with invalid bold font
16197         * src/summaryview.c
16198                 correctly display summary stats after row is marked
16199
16200 2001-05-23 [sergey]
16201
16202         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16203         encodings with libjconv.
16204
16205 2001-05-23 [hoa]
16206
16207         * src/Makefile.am
16208                 added mbox_folder.[ch]
16209         * src/defs.h
16210                 mbox temporary folder
16211         * src/folder.[ch]
16212         * added src/mbox_folder.[ch]
16213         * src/folderview.c
16214         * src/procheader.[ch]
16215                 added mbox support
16216         * src/mbox.c
16217                 bugfix for file incorporation filtering
16218         * src/imap.c
16219                 enable creation of MBOX
16220         * src/prefs_display_header.c
16221                 enable use of headers like "From "
16222                 something that should be fixed :
16223                         displaying of such headers add an extra space
16224         * src/prefs_folder_item.c
16225                 don't create folders because it is not necessary
16226         * src/procmsg.h
16227                 added data field to MsgInfo for mbox internal use
16228         * src/summaryview.c
16229                 added some support for mbox
16230         * src/utils.[ch]
16231                 added get_mbox_cache_dir() function
16232
16233 2001-05-23 [hiroyuki]
16234
16235         * src/headerwindow.c
16236           src/inc.c
16237           src/main.c
16238           src/mh.c
16239           src/nntp.c
16240           src/procmsg.h
16241           src/session.h
16242           src/socket.[ch]
16243           src/summaryview.c
16244           src/textview.c
16245           src/automaton.c
16246           src/folderview.c: more sync with 0.4.99cvs2.
16247
16248         * src/headerwindow.c: reverted.
16249
16250 2001-05-22 [paul]
16251
16252         0.4.99claws2
16253
16254         * sync with sylpheed 0.4.99cvs2
16255                 * src/news.[ch]
16256                 * src/nntp.[ch]
16257                 * INSTALL
16258                 * INSTALL.jp
16259
16260 2001-05-22 [alfons]
16261
16262         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16263
16264 2001-05-21 [alfons]
16265
16266         Minor things:
16267
16268         * configure.in: if gnome-config not found, "no" is displayed
16269         
16270         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16271
16272         * src/textview.c: now also possible to add mail addresses by right
16273           clicking in the text view
16274
16275         * src/codeconv.c: merged patch which fixes endless loop when encountering
16276           invalid wide characters; from Alte <010@imis.ru>  
16277
16278 2001-05-20 [alfons]
16279
16280         Added installation of gnome specific things:
16281
16282         * Makefile.am: gnome conditional
16283
16284         * configure.in: check for installed gnome
16285
16286         * added sylpheed.png, sylpheed.desktop
16287
16288 2001-05-20 [sergey]
16289
16290         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16291
16292         * src/mainwindow.h (main_window_toolbar_create): created a button
16293         for "Reply to all".
16294         (main_window_set_toolbar_sensitive): enable/disable the new button
16295         appropriately.
16296         (toolbar_reply_to_author_cb): handle the new button.
16297
16298         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16299         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16300         failure).
16301
16302 2001-05-19 [sergey]
16303
16304         * src/compose.h (ComposeReplyMode): new modes
16305         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16306         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16307
16308         * src/compose.c
16309         (compose_send): move some code into a new function:
16310         (compose_current_mail_account): new function.
16311         (compose_reply): new argument to_author, all callers changed; if
16312         to_author==TRUE and account->protocol==A_NNTP, find and use an
16313         appropriate mail account for replying.
16314         (compose_reply_set_entry): new argument to_author; ignore
16315         compose->replyto if to_author==TRUE.
16316
16317         * src/mainwindow.c: new command "Message/Reply to author".
16318         (main_window_set_menu_sensitive): enable/disable it.
16319         (reply_cb): handle it.
16320
16321         * src/summaryview.c: new command "Reply to author".
16322         (summary_set_menu_sensitive): enable/disable it.
16323         (summary_reply_cb): handle it.
16324
16325         * src/account.c (account_find_mail_from_address): new function.
16326
16327 2001-05-18 [paul]
16328
16329         0.4.99claws1
16330
16331         * sync with sylpheed 0.4.99cvs1
16332
16333 2001-05-18 [hoa]
16334
16335         * src/compose.[ch]
16336         * src/filtering.c
16337         * src/summaryview.c
16338                 new filtering action : forward and forward as attachment
16339
16340         * src/main.c
16341                 no need for $DISPLAY when we run sylpheed --help
16342                 call to parse_cmd_opt() is moved
16343
16344         * src/mainwindow.[ch]
16345                 execute button is hidden when immediate execute
16346                 is chosen
16347
16348         * src/mh.c
16349         * src/news.c
16350         * src/prefs_folder_item.c
16351         * src/procmsg.c
16352                 better handling of missing directories
16353
16354         * src/summaryview.c
16355                 reedit is enabled in outbox
16356                 reedit is enabled in queue
16357
16358 2001-05-17 [hoa]
16359
16360         * src/filtering.c
16361         * src/matcher.[ch]
16362         * src/prefs_filtering.c
16363                 changed attachement into attachment
16364
16365 2001-05-17 [alfons]
16366
16367         0.4.67claws4    
16368
16369         * sync with sylpheed 0.4.67cvs9
16370         * sync with sylpheed 0.4.67cvs7-8
16371
16372 2001-05-17 [hoa]
16373
16374         * src/Makefile.am
16375                 added prefs_filtering.c
16376
16377         * src/filtering.[ch]
16378         * src/matcher.[ch]
16379                 removed action : forward_news and forward_news_as_attachement
16380                 (forward and forward_as_attachement can be used instead)
16381
16382         * src/mainwindow.c
16383                 added menu option to access filtering configuration
16384
16385         * src/prefs_account.c
16386                 changed mail_command default to /usr/sbin/sendmail
16387
16388         * added src/prefs_filtering.[ch]
16389                 dialog box for filtering configuration
16390
16391         * src/prefs_matcher.c
16392                 added function prefs_matcher_get_criteria_from_matching()
16393
16394         * src/prefs_scoring.c
16395                 reset the dialog when register or substitute is clicked
16396
16397 2001-05-15 [hoa]
16398
16399         * src/Makefile.am
16400                 added filtering.[ch]
16401         * src/inc.c
16402                 using filering.[ch] instead of filter.[ch]
16403         * src/main.c
16404                 reading new filtering configuration
16405         * src/matcher.[ch]
16406                 added some filtering actions
16407                 and fixed a bug for headers and mail body matching
16408         * src/mbox.c
16409                 using filering.[ch] instead of filter.[ch]
16410         * src/mh.c
16411                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16412         * src/summaryview.c
16413                 some fixes for filtering
16414
16415 2001-05-14 [hiroyuki]
16416
16417         * src/send.c: fixed some weird indentations.
16418           send_message_with_command(): call pclose() only if p != NULL.
16419         * src/textview.c: get_email_part(): modified the code for readability.
16420
16421 2001-05-14 [hiroyuki]
16422
16423         * src/md5global.h
16424           src/md5ify.c
16425           src/md5ify.h: removed from the cvs.
16426
16427 2001-05-13 [sergey]
16428
16429         * src/main.c: include rfc2015.h to avoid compiler warnings.
16430         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16431         the panel is already on screen.
16432         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16433         closing the alert window by ESC as "No".
16434         * src/prefs_common.c (prefs_interface_create): moved return
16435         receipt check button to the correct place.
16436
16437 2001-03-13 [alfons]
16438
16439         * src/prefs_common.c: 
16440                 moved return receipt check button to the Send tab. (prefs_send_create)
16441                 removed the date format ui related globals. (prefs_display_create)
16442
16443         0.4.67claws3
16444         
16445         * sync with sylpheed 0.4.67cvs5-6
16446
16447 2001-05-13 [paul]
16448
16449         * added Alfons' font selection patch
16450
16451         * src/defs.h
16452         * src/headerwindow.c
16453         * src/prefs_common.c
16454         * src/prefs_common.h
16455
16456 2001-05-13 [hoa]
16457         * src/defs.h
16458                 changed version of cache
16459         * src/matcher.[ch]
16460         * src/prefs_matcher.c
16461                 added additionnal matching criteria
16462         * src/procheader.c
16463         * src/procmsg.[ch]
16464         * src/news.c
16465                 added references in MsgInfo
16466
16467 2001-05-12 [hoa]
16468
16469         * src/defs.h
16470                 prepared some things for new filtering
16471         * src/matcher.[ch]
16472                 added some matching properties
16473                 inreplyto need to be enhanced
16474                 prepared some things for new filtering
16475         * src/messageview.c
16476                 added Return-Receipt-To handling
16477         * src/prefs_folder_item.c
16478                 changed default value to TRUE
16479         * src/prefs_matcher.c
16480                 added some matching properties
16481         * src/prefs_scoring.[ch]
16482                 the scoring dialog is finished
16483         * src/procheader.c
16484                 added Return-Receipt-To handling
16485                 Reference need to be added
16486         * src/procmsg.[ch]
16487                 added Return-Receipt-To handling
16488                 added threadscore to get a better score sorting when
16489                 threads are enabled
16490         * src/summaryview.c
16491                 suppressed a bug when we sort the list
16492                 when no folder is opened.
16493                 better score sorting when threads are enabled
16494
16495 2001-05-12 [alfons]
16496
16497         * reverted previous patch because of potential errors 
16498
16499         0.4.67claws2
16500         
16501         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16502                 applied "toggle mail-retrieval dialog window" patch submitted 
16503                 by Eric Limpens <eric@qnt.net>
16504
16505         * sync with sylpheed 0.4.67cvs4
16506
16507 2001-05-12 [sergey]
16508
16509         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16510         some picky compilers.
16511         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16512         * src/grouplist_dialog.c: include alertpanel.h.
16513         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16514         fix compile warning.
16515         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16516         #include "defs.h" before others to prevent the warning of `MIN'
16517         and `MAX' redefinition.
16518
16519 2001-05-11 [hoa]
16520
16521         * src/main.c
16522         * src/messageview.c
16523         * src/prefs_account.c
16524         * src/prefs_display_header.c
16525                 removed warning
16526         * src/Makefile.am
16527                 added prefs_scoring.[ch]
16528         * src/grouplist_dialog.c
16529                 display an error dialog box if the group list
16530                 cannot be fetched.
16531         * src/mainwindow.[ch]
16532                 added main_window_set_thread_option() function
16533                 scoring dialog box enabled
16534         * src/matcher.[ch]
16535                 added flags matching unread /new / marked
16536                 / deleted / replied / forwarded
16537         * src/news.c
16538                 newsgroups are now finally in newscache
16539         * src/prefs_matcher.[ch]
16540                 finished preferences for matching dialog
16541         * added src/prefs_scoring.[ch]
16542                 scoring dialog box completed
16543         * src/scoring.[ch]
16544                 conversion to string : added scoringprop_to_string()
16545                 write config for preferences :
16546                 added prefs_scoring_write_config()
16547         * src/summaryview.c
16548                 threads can be enabled/disabled independently
16549                 for each folder
16550
16551 2001-05-10 [alfons]
16552
16553         0.4.67claws1
16554         
16555         * AUTHORS: 
16556                 thought it would be nice to have a list of all
16557                 contributors (used Changelog as a reference)
16558         
16559         * configure.in: 
16560                 messed up version numbering...
16561
16562         0.4.66claws1
16563
16564         * sync with sylpheed 0.4.67cvs1-3
16565
16566 2001-05-10 [darko]
16567
16568         * src/prefs_common.c:
16569                 better UI for strftime format, double clicking
16570                 on format now inserts the format in text entry
16571                 replaced close button with standard OK/Cancel
16572                 moved date format button to the right of the
16573                 text entry field
16574
16575 2001-05-09 [alfons]
16576
16577         * src/gtkstext.c:
16578                 Ctrl-Home / Ctrl-End have proper cursor navigation
16579
16580 2001-05-09 [hoa]
16581
16582         * src/prefs_matcher.c
16583                 finished UI to define matching properties
16584                 added ok and cancel button
16585         * src/prefs_filter.c
16586                 added ok and cancel button
16587         * src/news.c
16588                 fixed some bug in xhdr parsing
16589
16590 2001-05-08 [alfons]
16591
16592         * src/textview.c: 
16593                 fixed a bug in textview_show_header(), which displayed two colons (':');
16594                 cleaned up some warnings
16595
16596 2001-05-08 [hoa]
16597
16598         * src/Makefile.am
16599                 added prefs_matcher.[ch]
16600                 compilation with -W -Wall
16601         * src/alertpanel.c
16602                 ungrab the mouse events if grabbed - does it
16603                 fix the bug for disposition notification ?
16604         * src/mainwindow.c
16605                 added a menu option to open the matching dialog.
16606         * src/matcher.[ch]
16607                 added matcherprop_to_string() and matcherlist_to_string()
16608                 fixed some bugs, changed the name of some options
16609                 age_sup and age_inf becomes age_greater and age_lower,
16610                 body and messageheaders becomes body_part and headers_part,
16611                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16612         * src/prefs_display_header.c
16613         * src/prefs_headers.c
16614                 fixed a bug that accidentally destroyed dialogs
16615                 when closed them with delete_event
16616                 Added *_deleted() which handle delete_event signal correctly.
16617         * src/prefs_folder_item.[ch]
16618                 added "enable_thread" field for future customization
16619         * added src/prefs_matcher.[ch]
16620                 sample of the UI to define matching properties
16621         * src/procheader.c
16622                 using procheader_headername_equal instead of str*cmp functions
16623                 using procheader_parse_header() function
16624         * src/scoring.c
16625                 using MATCHING_XXX instead of SCORING_XXX
16626         * src/summaryview.c
16627                 display the sender of the news even if this is ourself
16628                 when this is a news message.
16629         * src/textview.c
16630                 using headername_equal() instead of str*cmp functions
16631
16632 2001-05-08 [alfons]
16633
16634         0.4.66claws
16635
16636         * sync with sylpheed 0.4.66
16637         * src/gtkstext.c: trace logs added 
16638
16639 2001-05-08 [sergey]
16640
16641         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16642         signature check popup.
16643         * src/rfc2015.c (check_signature): show signature check popup only
16644         if it is enabled in preferences.
16645
16646 2001-05-07 [alfons]
16647
16648         0.4.66claws4
16649         
16650         * sync with sylpheed 0.4.66cvs6
16651
16652 2001-05-07 [darko]
16653
16654         * src/prefs_common.[ch]: added option to enable/disable
16655           looking up sender name in address book for summary pane
16656         * src/summaryview.c: look up sender in the address book
16657           by using Alfons' address completion code
16658
16659 2001-05-07 [hiroyuki]
16660
16661         * src/inc.h
16662           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16663           member of Pop3State.
16664         * src/news.c: brought #include "defs.h" before #include <glib.h>
16665           to prevent the warning of `MIN' and `MAX' redefinition.
16666
16667 2001-05-06 [hoa]
16668
16669         * removed src/headers_display.[ch]
16670         * removed src/prefs_display_headers.[ch]
16671         * src/inc.c
16672                 use a temporary file in the user directory for mbox import
16673         * src/news.c
16674                 added XHDR support to get "To" and "Cc" headers
16675                 (in order to match news with to or cc field for
16676                 scoring)
16677                 added function news_parse_xhdr() to get XHDR response
16678         * src/nntp.[ch]
16679                 added function nntp_xhdr()
16680         * src/matcher.c
16681                 fetch the message if necessary
16682
16683 2001-05-06 [alfons]
16684
16685         0.4.66claws3
16686
16687         * sync with sylpheed 0.4.66cvs3-5
16688
16689 2001-05-06 [hoa]
16690
16691         * src/utils.[ch]
16692                 added function itos_buf() to enable use of several buffers
16693         * src/summaryview.c
16694                 use of itos_buf() instead of itos() in summary list
16695                 to fix the broken display of message number.
16696
16697 2001-05-06 [alfons]
16698
16699         * src/gtkstext.c: bug in cursor up navigation fixed,
16700                 fixed another unsigned / signed comparison (we're getting there :-)
16701
16702 2001-05-06 [hoa]
16703
16704         * src/Makefile.am
16705                 added scoring.c scoring.h
16706                 prefs_folder_item.c prefs_folder_item.h
16707                 matcher.c matcher.h
16708         * src/defs.h
16709                 added FOLDERITEM_RC SCORING_RC
16710         * src/folder.[ch]
16711                 added prefs field in FolderItem :
16712                 properties for each folder (PrefsFolderItem),
16713                 sorting type and mode were added as the first properties.
16714         * src/main.c
16715                 read config for scoring
16716         * added src/matcher.[ch]
16717                 gives functions to parse configuration file to do
16718                 matching on mails with a list of conditions.
16719         * src/mainwindow.c
16720                 add option to sort by score
16721         * src/prefs_common.[ch]
16722                 added preference option to show score and for
16723                 the score column size
16724         * added src/prefs_folder_item.[ch]
16725                 properties for each folder (PrefsFolderItem),
16726                 sorting type and mode were added as the first properties.
16727         * src/procheader.[ch]
16728                 added procheader_parse_header()
16729                 added procheader_header_free()
16730                 added procheader_headername_equal()
16731                 and made modification to use them.
16732         * src/procmsg.[ch]
16733                 added score field to MsgInfo structure
16734         * added src/scoring.[ch]
16735                 gives functions to parse configuration file to do
16736                 scoring on mails with a list of conditions.
16737         * src/summaryview.[ch]
16738                 save the sorting type and mode for the folder
16739                 added column to display the score of the mail
16740                 added function summary_score_clicked()
16741                 sorting type and mode are restored to the folder
16742                 when it is reopen
16743         * src/textview.c
16744                 use procheader_parse_header(), procheader_headername_equal()
16745                 removed memory leak in text_scan_header when freeing headers
16746         * src/filter.c
16747                 changed the function to match names of headers
16748                 using procheader_headername_equal()
16749
16750         Scoring functions are implemented, an interface is needed
16751         to configure that.
16752
16753 2001-05-04 [alfons]
16754
16755         * src/gtkstext.c: 
16756                 hopefully fixed the row up navigation bug,
16757                 removed adding back / forward lines to cache
16758
16759 2001-05-04 [sergey]
16760
16761         * src/prefs_display_headers.c: user interface changes:
16762         (prefs_display_headers_create): remove unused "Show" check button;
16763         allow reordering of headers by dragging.
16764         (prefs_display_headers_write_config): remove unused variables.
16765         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16766         of lists (not needed with the new UI).
16767         (prefs_display_headers_set_list): scan lists starting from row 0,
16768         not 1 (do not skip "(New)").
16769         (prefs_display_headers_find_header): new function.
16770         (prefs_display_headers_clist_set_row): do not allow duplicates.
16771         (prefs_display_headers_delete_cb): do not skip row 0; treat
16772         closing the alert window by ESC as "No".
16773         (prefs_display_headers_up): do not protect row 0.
16774         (prefs_display_headers_down): do not protect row 0.
16775
16776 2001-05-04 [sergey]
16777
16778         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16779         functions.
16780
16781         * src/summaryview.c
16782         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16783         summary_select_next_marked, summary_select_prev_marked): new
16784         functions.
16785
16786 2001-05-03 [sergey]
16787
16788         * src/news.c: fixed a bug when no article can be fetched after
16789         server timeout if the connection was restored by news_post():
16790         (news_select_group): new function.
16791         (news_fetch_msg): call news_select_group() before fetching
16792         article.
16793         (news_get_uncached_articles): set session->group after successful
16794         GROUP command.
16795
16796 2001-05-03 [hoa]
16797
16798         * src/defs.h
16799         * src/procmsg.[ch]
16800         * src/procheader.c
16801                  changed version of cache, added cc field
16802
16803         * src/prefs_display_headers.c
16804                 the interface was changed
16805
16806         * src/prefs_headers.c
16807                 added cancel button
16808
16809 2001-05-03 [alfons]
16810
16811         * completed sync of sylpheed cvs2
16812         * src/gtkstext.c: updated row up / down cursor navigation
16813         * src/textview.c: re-edited, prepared for fixing the email address
16814                 scanner.
16815
16816 2001-05-03 [darko]
16817
16818         * src/prefs_common.c: use alfons' strftime ui code
16819         entry_datefmt and datefmt_sample widgets have to be
16820         global in this module because of this change
16821
16822 2001-05-03 [hoa]
16823
16824         * src/messageview.c
16825         * src/prefs_common.[ch] added option to activate the return receipt
16826                 feature.
16827
16828 2001-05-02 [alfons]
16829
16830         * src/gtkstext.c: fix for row up/down cursor navigation. 
16831
16832         0.4.66claws2
16833         
16834         * sync with 0.4.66cvs2
16835
16836 2001-05-02 [paul]
16837
16838         added add-sender-to-addressbook patch
16839
16840         * src/addressbook.c
16841         * src/addressbook.h
16842         * src/summaryview.c
16843
16844 2001-05-02 [sergey]
16845
16846         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16847         G_ALERTDISABLE.
16848
16849         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16850         all existing callers changed to pass FALSE; create a check button
16851         to disable the message.
16852         (alertpanel_message_with_disable): new function.
16853         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16854         (alertpanel_button_toggled): new function.
16855         (alertpanel_button_clicked, alertpanel_close): set value using
16856         G_ALERT_VALUE_MASK.
16857
16858         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16859
16860         * src/prefs_common.c (prefs_privacy_create): new check button
16861         checkbtn_gpgme_warning.
16862
16863         * src/main.c (main): moved preferences reading before gpgme
16864         initialization; check prefs_common.gpgme_warning before giving the
16865         GnuPG warning and set it to FALSE if the user wants to disable the
16866         warning.
16867
16868 2001-05-02 [hiroyuki]
16869
16870         * src/prefs_display_headers.c: modified the layout and some labels.
16871
16872 2001-05-02 [sergey]
16873
16874         * src/prefs_account.c (prefs_account_fix_size): new function.
16875         (prefs_account_create): call prefs_account_fix_size(); use
16876         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16877         size when the window is shown for the first time).
16878         (prefs_account_basic_create): changed layout of serv_table; moved
16879         localmbox_entry above smtpserv_entry (logically it replaces
16880         POP3/IMAP server).
16881         (prefs_account_protocol_activated): set sensitivity of
16882         nntpauth_chkbtn according to the protocol (in addition to
16883         hide/show); commented out gtk_table_set_row_spacing() calls.
16884         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16885         not sensitive (fixes a bug with disabled username/password boxes
16886         when editing POP3 account after NNTP with authentication).
16887
16888 2001-05-02 [hoa]
16889
16890         * src/account.c
16891         * src/inc.c
16892         * src/prefs_account.[ch]
16893         * src/send.c
16894                 removed local account without SMTP server
16895                 added option to use mail command instead of a connexion
16896                 to SMTP server when a local account is used
16897         * src/prefs_headers.c
16898                 fixed a bug
16899         * src/news.c
16900                 fixed a bug when connexion immediately closed
16901
16902 2001-05-01 [alfons]
16903
16904         0.4.66claws1
16905         
16906         * sync with 0.4.65
16907
16908 2001-05-01 [sergey]
16909
16910         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16911         widget nntpauth_chkbtn.
16912         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16913         visibility.
16914         (prefs_account_nntpauth_toggled): new function.
16915
16916         * src/news.c (news_session_new_for_folder): use NNTP
16917         authentication only if ac->use_nntp_auth is set.
16918
16919 2001-05-01 [hoa]
16920
16921         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16922         * src/prefs_display_headers.c changed the UI
16923         * src/prefs_headers.c changed account_name to account_id
16924         * src/compose.c using customheader.h
16925
16926 2001-05-01 [hiroyuki]
16927
16928         * src/esmtp.c
16929           src/news.c
16930           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16931           unsynched.
16932
16933 2001-05-01 [hoa]
16934
16935         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16936         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16937                 for displaying of headers
16938         * src/grouplist_dialog.[ch] minor changes to remove warnings
16939         * src/prefs_display_headers.[ch] dialog to choose the
16940         headers to display in the mail viewer.
16941         * src/headers.h correction of #define
16942         * src/headers_display.[ch] configuration for displaying of headers.
16943         * src/main.c read config of displaying of headers
16944         * src/prefs_common.c add a button to access the config dialog
16945                 for displaying of headers
16946         * src/prefs_display_headers.[ch] dialog for configuration for
16947                 displaying of the headers.
16948         * src/prefs_headers.c cleaning of code
16949         * src/procheader.c comments added to code
16950         * src/textview.c changes to reorder the headers depending
16951                 on the config for displaying of headers
16952
16953 2001-04-30 [alfons]
16954
16955         0.4.65claws7
16956
16957         * sync with 0.4.65cvs12
16958
16959         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
16960
16961 2001-04-30 [sergey]
16962
16963         * src/nntp.h (NNTPSockInfo): new field auth_failed.
16964
16965         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
16966         is set to force reconnection after authentication failure.
16967         (nntp_gen_command): set sock->auth_failed on authentication
16968         failure, or if sock->userid and sock->passwd are not set.
16969
16970         * src/news.c (news_session_new_for_folder): set userid=NULL if
16971         password dialog is cancelled.
16972
16973 2001-04-30 [sergey]
16974
16975         * src/nntp.h (NNTPSockInfo): new type.
16976
16977         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
16978         SockInfo.
16979         (nntp_open_auth, nntp_close): new functions.
16980         (nntp_gen_command): new function to handle authentication; all
16981         NNTP command functions updated to use it.
16982         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
16983         (nntp_list): removed old useless code.
16984
16985         * src/news.h (NNTPSession): new field nntp_sock.
16986
16987         * src/news.c: all functions updated to use NNTPSockInfo instead of
16988         SockInfo.
16989         (news_session_new): new arguments (userid, passwd); made static;
16990         use nntp_open_auth() if needed.
16991         (news_session_destroy): use nntp_close() instead of sock_close().
16992         (news_query_password): changed arguments.
16993         (news_session_new_for_folder): new function.
16994         (news_session_get): use news_session_new_for_folder().
16995         (news_authenticate): deleted.
16996         (news_get_uncached_articles): removed old authentication code.
16997
16998 2001-04-30 [sergey]
16999
17000         * src/news.c: reverted my previous changes (need to do NNTP
17001         authentication in a cleaner way).
17002         
17003 2001-04-29 [sergey]
17004
17005         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17006         news_nntp_post, news_nntp_mode): new functions (wrappers with
17007         authentication support).
17008         (news_get_article_cmd, news_get_article, news_get_header): new
17009         argument "folder"; all callers changed.
17010         (news_get_article_cmd): added authentication support.
17011         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17012         (news_post): use news_nntp_post() instead of nntp_post().
17013         (news_get_uncached_articles): use news_nntp_group() instead of
17014         nntp_group() and news_nntp_xover() instead of nntp_xover();
17015         removed old authentication code.
17016         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17017
17018         * src/nntp.c (nntp_list): return real error code instead of
17019         hardcoded NN_ERROR.
17020
17021 2001-04-29 [sergey]
17022
17023         * configure.in: fixed wint_t typedef detection again
17024
17025 2001-04-28 [hoa]
17026
17027         * src/prefs_account.[ch], added A_LOCAL_CMD
17028                 (send mail with mail command)
17029         * src/send.c added function send_message_with_command()
17030         * src/inc.c made a more secure get_spool() function with
17031                 mktemp() but maybe mkstemp() or something more
17032                 secure can be used.
17033
17034 2001-04-28 [alfons]
17035
17036         * src/textview.c, colorization of email addresses in headers
17037
17038         0.4.65claws6
17039
17040         * bug sync with sylpheed
17041         * prefs_common.c: created date format ui for darko
17042         * sync with 0.4.65cvs11
17043         * configure.in: corrected to have the new gpg checks
17044
17045 2001-04-27 [alfons]
17046
17047         * completed sync with 0.4.65cvs10
17048         * minor debug things added to gtkstext.c
17049
17050 2001-04-27 [darko]
17051
17052         * configure.in: remove check for availability of
17053           strftime() as advised by Hiroyuki
17054         * src/prefs_common.[ch], src/procheader.c:
17055           synch strftime() code with Hiroyki's main branch
17056
17057 2001-04-26 [sergey]
17058
17059         * src/news.c: news_query_password(), news_authenticate(): new
17060           functions.
17061           news_get_uncached_articles(): added NNTP authentication
17062           handling.
17063         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17064           new functions.
17065         * src/prefs_account.c: prefs_account_protocol_activated():
17066           enable userid and password fields for NNTP.
17067
17068 2001-04-26
17069
17070         * configure.in: check for availability of strftime()
17071           [darko]
17072         * src/prefs_common.[ch], src/procheader.c: use
17073           strftime() for displaying date in summary pane if it
17074           is available
17075
17076 2001-04-25
17077
17078         * more .cvsignore cleanups [alfons]
17079
17080 2001-04-25
17081
17082         * ac/sv-check-type.m4: new autoconf macro.
17083         * configure.in: fixed wint_t typedef detection (did not work
17084           with gcc-2.96).
17085
17086 2001-04-25
17087
17088         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17089           [hiroyuki]
17090
17091 2001-04-24
17092         * modified gtkstext.c : buggy cursor navigation fixed, 
17093           and font descent also taken in account when drawing
17094           cursor. [alfons]
17095
17096 2001-04-24 [hoa]
17097         * added comments in src/news.c src/nntp.c
17098         * added src/prefs_headers.[ch]
17099         * added src/headers.[ch]
17100         * modified compose.c to activate custom headers
17101                 added function is_in_custom_headers
17102         * modified prefs_account.[ch]
17103                 added function prefs_account_customhdr_edit
17104         * modified src/defs.h :
17105                 added HEADERS_RC : name of the config file
17106                 for the custom headers
17107
17108 2001-04-24
17109
17110     0.4.65claws5
17111
17112         * configure.in
17113           src/gtkstext.[ch]
17114           src/compose.c
17115           src/Makefile.am
17116           
17117           added gtkstext with configure.in patch by Hiroyuki which
17118           should fix the XIM detection [alfons]
17119
17120         * more clean up of cvs [alfons]
17121
17122                  * removed all Makefile.in files to attic.
17123
17124                  * updated all .cvsignores to really ignore things that could
17125                    be unintentionally committed by a recursive commit.
17126
17127 2001-04-23 [hoa]
17128         * added src/grouplist_dialog.[ch]
17129         * changed src/folderview.c to call grouplist_dialog instead
17130                 of inputdialog
17131         * src/news.c :
17132                 added functions news_reset_group_list
17133                 and news_get_group_list
17134         * src/nntp.c :
17135                 added function nntp_list
17136         * src/defs.h :
17137                 added GROUPLIST_FILE : name of the newsgroup list cache file
17138
17139 2001-04-21
17140
17141         * added option to warn about queued messages on exit [sergey]:
17142
17143           * src/compose.c: compose_queue(): call folder_item_scan()
17144             and folderview_update_item() after queueing.
17145           * src/folderview.c: folderview_update_node(): draw the queue
17146             folder in bold font if there are queued messages.
17147           * src/mainwindow.c: queued_messages(): new function.
17148             app_exit_cb(): display warning if there are queued messages
17149             if warn_queued_on_exit is set.
17150           * prefs_common.[ch]: add warn_queued_on_exit option.
17151
17152         * enhanced GnuPG key selection support [sergey]:
17153
17154           * src/select-keys.c: updated to newer version from Win32
17155             branch with support for selecting arbitrary keys.
17156           * src/prefs_account.c: added the Privacy tab to the account
17157             options window.
17158             prefs_account_privacy_create(),
17159             prefs_account_sign_key_set_data_from_radiobtn(),
17160             prefs_account_sign_key_set_radiobtn(): new functions.
17161           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17162           * src/rfc2015.c: set_signers(): new function.
17163             pgp_sign(): add the account parameter, call set_signers().
17164             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17165           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17166           * src/compose.c: pass the current account to rfc2015_sign().
17167
17168         * tag name claws added to prevent confusion with main branch [alfons]
17169
17170         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17171
17172         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17173
17174         * sync with recent sylpheed cvs. Untested though. [alfons]
17175