401e40eae18fa99dbc5c5c3745d3a5757c1d9d89
[claws.git] / ChangeLog.claws
1 2003-07-16 [christoph]  0.9.3claws13
2
3         * src/mimeview.[ch]
4                 use an invisible GTK notebook to switch between viewers
5                 instead of reparenting widgets
6
7 2003-07-16 [christoph]  0.9.3claws12
8
9         * src/folder.c
10                 move folder_item_update_freeze() to correct place in
11                 folder_item_scan_full()
12
13 2003-07-16 [paul]       0.9.3claws11
14
15         * sync with 0.9.3cvs12
16                 see ChangeLog 2003-07-14 and 2003-07-15
17
18 2003-07-16 [christoph]  0.9.3claws10
19
20         * src/imap.[ch]
21         * src/prefs_account.[ch]
22                 sync IMAP CRAM-MD5 authentication with sylpheed-main
23
24 2003-07-15 [alfons]     0.9.3claws9
25
26         * src/main.c
27                 make --config-dir do something useful
28
29 2003-07-15 [alfons]     0.9.3claws8
30
31         * src/procmsg.c
32                 o fix a bug where 'last' didn't really point to the last message
33                   in the top level list of children, but to the last threaded
34                   message. 
35                 
36                 o clean up and make it easier to sync
37
38 2003-07-15 [alfons]     0.9.3claws7
39
40         * src/mainwindow.c
41                 make correct menu items sensitive       
42
43 2003-07-14 [alfons]     0.9.3claws6
44
45         * src/procmsg.c
46                 tune the threader so it will not subject-thread any message
47                 without a subject prefix (this will not thread correctly if 
48                 a parent is delivered after their childs, but it looks 
49                 better right now)
50
51 2003-07-13 [christoph]  0.9.3claws5
52
53         * src/mainwindow.c
54                 group "Add mailbox *..." menu items in submenu
55
56 2003-07-13 [alfons]     0.9.3claws4
57
58         * src/summaryview.c
59                 correct summary_toggle_pressed() signature and make sure
60                 signal is not passed on
61
62 2003-07-13 [alfons]     0.9.3claws3
63
64         * src/summaryview.c
65                 o for now don't pass on keys when they we're handled by 
66                   ctree::key_press_event
67                 o clean up
68
69 2003-07-13 [alfons]     0.9.3claws2
70         
71         * src/main.c
72                 add command line option "--config-dir" to get the current 
73                 configuration dir
74
75 2003-07-12 [alfons]     0.9.3claws1
76
77         * src/matcher.[ch]
78         * src/matcher_parser_parse.y
79         * src/prefs_filtering.c
80         * src/filtering.c
81                 add "Lock" filter action to lock messages;
82
83         * src/filtering.c       
84                 remove debug_print()    
85         * src/prefs_filtering.c
86                 re-organize matcher part 9: 
87                 make action text entries easily extendible;
88                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
89                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
90
91 2003-07-12 [paul]
92
93         * tools/README
94                 update old information and add missing
95                 information
96
97 2003-07-12 [paul]       0.9.3claws
98
99         * 0.9.3claws released
100         
101 2003-07-12 [paul]       0.9.0claws103
102
103         * src/Makefile.am
104                 add addrquery.h
105
106 2003-07-12 [melvin]     0.9.0claws102
107
108         * src/messageview.c
109                 Fixed bug #215: Show MIME tab for single text/html messages. 
110                 
111 2003-07-12 [paul]       0.9.0claws101
112
113         * man/sylpheed.1
114                 updated
115
116 2003-07-12 [paul]       0.9.0claws100
117
118         * po/es.po
119           po/hr.po
120           po/pl.po
121           po/sr.po
122                 update Spanish, Croatian, Polish, Serbian translations.
123                 submitted by Ricardo Mones Lastra, Dragan, Witold
124                 Wladyslaw Wojciech Wilk, Urke MMI
125
126 2003-07-12 [melvin]     0.9.0claws99
127
128         * po/fr.po
129                 Updated French translations.
130
131 2003-07-12 [paul]       0.9.0claws98
132
133         * src/addressbook.c
134                 disable 'Lookup' button as it has no effect
135
136 2003-07-11 [alfons]     0.9.0claws97
137         
138         * src/summaryview.c
139                 summary_searchbar_pressed() should return TRUE to signal that
140                 event was handled. when returning void, the return value passed
141                 to GTK is actually random, but maybe FALSE, in which case the
142                 event is handled by parent
143                 
144 2003-07-10 [paul]       0.9.0claws96
145
146         * ac/missing/gettext.m4
147                 update to version 0.12
148
149 2003-07-10 [paul]       0.9.0claws95
150
151         * src/plugins/clamav/clamav_plugin.c
152                 fix bug where multipart/alternative messages
153                 would slip through without being scanned
154
155 2003-07-10 [christoph]  0.9.0claws94
156
157         * src/folder.c
158                 correct check if folder supports removing when a message is
159                 moved. if not the message is only copied.
160
161         (closes Bug 132 crash on startup in newsgroups folders)
162
163 2003-07-09 [alfons]     0.9.0claws93
164
165         * configure.ac
166         * src/common/defs.h
167                 --with-config-dir (default .sylpheed)
168
169 2003-07-09 [christoph]  0.9.0claws92
170
171         * configure.ac
172                 use PKG_CHECK_MODULES to check for gtkmathview
173                 (version 0.4.2 now required)
174
175 2003-07-08 [melvin]     0.9.0claws91
176
177         * src/action.c
178                 Implemented a progress bar that counts the number of completed
179                 tasks when the action runs more than one command.
180
181 2003-07-08 [alfons]     0.9.0claws90
182
183         * src/procmsg.c
184                 if queued message has an invalid Message-Id, don't try to
185                 find message it refers to (fixes #209 "crash when processing 
186                 in folder")
187
188 2003-07-08 [paul]       0.9.0claws89
189
190         * sync with 0.9.3cvs2
191                 see ChangeLog 2003-07-08
192
193 2003-07-08 [match]      0.9.0claws88
194
195         * src/ldapctrl.c
196                 extend LDAP search for first/last name by parsing search term.
197
198 2003-07-08 [alfons]     0.9.0claws87
199
200         * src/send_message.c
201                 fix bug #208 "Status message stuck when sending on POP3 account"
202
203 2003-07-07 [paul]       0.9.0claws86
204
205         * po/hr.po
206                 new Croatian translation, submitted by
207                 Dragan <drleskov@inet.hr>
208
209 2003-07-07 [paul]       0.9.0claws85
210
211         * sync with 0.9.3cvs1
212                 see ChangeLog 2003-07-07
213
214 2003-07-05 [christoph]  0.9.0claws84
215
216         * src/Makefile.am
217         * src/messageview.c
218         * src/mimeview.[ch]
219         * src/stock_pixmap.[ch]
220         * src/pixmaps/messageview_text.xpm              ** NEW **
221                 move mimeview tabs to the right side and use icons
222                 instead of text to save some space
223
224         (patch by Luke Plant <lukeplant@softhome.net>)
225
226 2003-07-05 [christoph]  0.9.0claws83
227
228         * src/inc.c
229                 add NULL pointer checks
230
231         (patch by Luke Plant <lukeplant@softhome.net>)
232         (closes Bug 204 0.9.0 quits on authentication error?!)
233
234 2003-07-05 [alfons]     0.9.0claws82
235
236         * configure.ac
237                 take the clue in bug #202 "./configure script - 
238                 'if test' comparison failure" reported by John Kristoff. 
239
240 2003-07-04 [christoph]  0.9.0claws81
241
242         * src/plugins/spamassassin/spamassassin.c
243                 set timeout for spam check
244
245 2003-07-04 [christoph]  0.9.0claws80
246
247         * src/main.c
248                 destroy all FolderItems when shutting down to
249                 allow folders to clean up
250
251 2003-07-04 [melvin]     0.9.0claws79
252
253         * src/gtk/gtkaspell.c
254                 Fixed bug #184 "Entering non-ascii character deletes
255                 previous char if spell checking enabled": this makes
256                 the spell checking in multibytes (e.g. UTF-8)locales work.
257                 (Patch by Luke Plant).
258                 
259 2003-07-04 [christoph]  0.9.0claws78
260
261         * sync with 0.9.2cvs1
262                 see ChangeLog 2003-06-10
263
264 2003-07-04 [paul]       0.9.0claws77
265
266         * sync with 0.9.3 release
267                 see ChangeLog 2003-07-04
268
269 2003-07-03 [christoph]  0.9.0claws76
270
271         * src/folder.[ch]
272         * src/imap.c
273         * src/mbox_folder.c
274         * src/mh.c
275         * src/news.c
276                 move folder_item_get_path() stuff into a folder virtual function
277
278         * src/procmsg.c
279                 use folder_item_fetch_msg() to get message and do not contruct
280                 the filename from path and number
281
282 2003-07-03 [paul]       0.9.0claws75
283
284         * sync with 0.9.2cvs12
285                 see ChangeLog 2003-07-03
286
287 2003-07-02 [paul]       0.9.0claws74
288
289         * src/messageview.c
290                 fix text-selection for replying
291
292 2003-07-02 [paul]       0.9.0claws73
293
294         * sync with 0.9.2cvs11
295                 see ChangeLog 2003-07-02
296
297 2003-07-02 [paul]       0.9.0claws72
298
299         * src/procmsg.c
300                 revert last commit because it breaks more
301                 than it fixes
302
303 2003-07-02 [paul]       0.9.0claws71
304
305         * src/procmsg.c
306                 fix thread by subject/sort by date
307
308 2003-07-01 [paul]       0.9.0claws70
309
310         * sync with 0.9.2cvs10
311                 see ChangeLog 2003-07-01
312
313 2003-06-30 [paul]       0.9.0claws69
314
315         * sync with 0.9.2cvs9
316                 see ChangeLog 2003-06-30
317
318 2003-06-28 [match]      0.9.0claws68
319
320         * src/addressbook.c
321                 fix null ptr.
322
323 2003-06-27 [paul]       0.9.0claws67
324
325         * sync with 0.9.2cvs7
326                 see ChangeLog 2003-06-27
327
328 2003-06-26 [christoph]  0.9.0claws66
329
330         * src/folder.c
331                 freeze folder updates while a folder is scanned
332
333         (closes Bug 185 New message counter)
334
335 2003-06-26 [darko]      0.9.0claws65
336
337         * src/ldapserver.c
338                 fix infinite loop when adding a new LDAP server
339
340 2003-06-26 [paul]       0.9.0claws64
341
342         * sync with 0.9.2cvs6
343                 see ChangeLog 2003-06-26
344
345 2003-06-26 [paul]       0.9.0claws63
346
347         * sync with 0.9.2cvs5
348                 see ChangeLog 2003-06-25 and 2003-06-26
349
350 2003-06-25 [match]      0.9.0claws62
351
352         * src/addr_compl.c
353                 Fixed tab/backtab for dropped-down completion list to
354                 move next/previous field. (close bug 147)
355
356 2003-06-25 [christoph]  0.9.0claws61
357
358         * src/addr_compl.[ch]
359         * src/addrindex.[ch]
360         * src/folderview.c
361         * src/inc.c
362         * src/news.c
363         * src/summaryview.c
364         * src/toolbar.c
365                 fix warnings
366
367 2003-06-25 [leandro]    0.9.0claws60
368
369         * src/compose.c
370                 o cleanups
371                 o gray out "Message/Remove references" menu item if not
372                   replying to a message
373
374 2003-06-24 [leandro]    0.9.0claws59
375
376         * src/compose.[ch]
377                 o removed "Message/Create new thread" menu item
378                 o added "Message/Remove references" menu item
379                   (it's off by default and will not check anymore
380                    if the subject changed)
381
382 2003-06-23 [alfons]     0.9.0claws58
383
384         * src/procmsg.c
385                 try better grouping messages threaded by subject based on their age.
386                 still not perfect - because the message tree is not sorted by date.  
387
388 2003-06-23 [thorsten]   0.9.0claws57
389
390         * src/pop.[ch]
391                 added mail_receive_hook to allow modifications
392                 directly after retrieval (e.g. adding headers).
393
394 2003-06-23 [paul]       0.9.0claws56
395
396         * src/sourcewindow.c
397                  enable the use of Ctrl+A to select all text in
398                  the sourcewindow
399                  Patch submitted by Ivan Francolin Martinez
400                  <ivanfm@users.sourceforge.net>
401
402 2003-06-22 [christoph]  0.9.0claws55
403
404         * src/folder.[ch]
405                 o add notification hook for folder tree changes
406                 o invoke hooks after folder tree scanning
407
408         * src/folderview.[ch]
409                 register hook for folder tree changes that
410                 updates the ctree
411
412         (there are more places that should be updated, like add, remove 
413          or move folder)
414
415         (closes Bug 164 Crash on rebuild folder tree)
416         (closes Bug 190 Crash on 'rebuilding folder tree')
417
418 2003-06-21 [leandro]    0.9.0claws54
419
420         * src/compose.[ch]
421                 create a new thread if subject changes
422                 (it's on by default, can be disabled in Message menu)
423
424 2003-06-21 [alfons]     0.9.0claws53
425
426         * src/summaryview.c
427                 quiet little compiler
428
429 2003-06-21 [christoph]  0.9.0claws52
430
431         update gettext stuff to version 0.12
432
433 2003-06-19 [alfons]     0.9.0claws51
434
435         * src/common/log.c
436         * src/common/plugin.c
437                 move defs.h before glib.h to prevent MIN/MAX redefs
438
439 2003-06-19 [alfons]
440
441         * src/addressbook.c
442                 translatable
443
444 2003-06-19 [match]      0.9.0claws50
445
446         * src/addressbook.[ch]
447         * src/addrindex.[ch]
448         * src/addr_compl.[ch]
449         * src/editldap.[ch]
450         * src/editldap_basedn.[ch]
451         * src/addritem.[ch]
452         * src/ldapquery.h
453                 re-implemented dynamic LDAP search. works without
454                 slowdown on display sender with addressbook
455                 option.
456         * src/addrbook.c
457                 documented code.
458
459 2003-06-19 [paul]       0.9.0claws49
460
461         * src/compose.c
462                 fix Bug #136 'Nonprovided quotation marks crash claws'
463                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
464
465 2003-06-19 [alfons]     0.9.0claws48
466
467         * src/prefs_common.[ch]
468         * src/procmsg.c
469                 restrict threading by subject by checking thread for
470                 age (prefs_common.thread_by_subject_max_age)
471
472 2003-06-18 [christoph]  0.9.0claws47
473
474         * src/imap.c
475                 fix memory leak in imap_cmd_fetch()
476
477 2003-06-18 [christoph]  0.9.0claws46
478
479         * src/prefs_gtk.c
480                 fix memory leak in prefs_set_default() when used multiple
481                 times or after prefs have been read
482
483 2003-06-18 [christoph]  0.9.0claws45
484
485         * src/common/plugin.c
486                 fix memory leak in plugin_unload()
487
488 2003-06-18 [christoph]  0.9.0claws44
489
490         * src/imap.c
491                 fix memory leak in imap_cmd_ok()
492
493 2003-06-18 [christoph]  0.9.0claws43
494
495         * src/folder.c
496                 stop messages that are downloaded from POP3 and added to
497                 an IMAP inbox from being filtered twice (first by POP3
498                 and again when IMAP folder is scaned to get the UID of
499                 the APPEND operation when no UIDPLUS is available)
500
501 2003-06-18 [alfons]
502
503         * tools/Makefile.am
504                 phoenix <- firebird     
505
506 2003-06-18 [paul]
507
508         * tools/launch_phoenix          ** REMOVED **
509           tools/launch_firebird         ** NEW **
510                 renamed and edited to reflect the browser's name change from
511                 'phoenix' to 'firebird'
512
513 2003-06-18 [paul]       0.9.0claws42
514
515         * sync with 0.9.2cvs2
516                 see ChangeLog 2003-06-16
517
518 2003-06-17 [alfons]     0.9.0claws41
519
520         * src/procmsg.c
521                 prevent threading problems when a node is an ancestor (parent / great parent),
522                 which mostly happens with circular references (thanks to Phillipe Gramoullé
523                 for finding an sample set of messages)
524
525 2003-06-16 [christoph]  0.9.0claws40
526
527         * src/main.c
528                 don't popup main window on --receive or --receive-all
529
530         * src/mainwindow.[ch]
531         * src/plugins/trayicon/trayicon.c
532                 allow hiding of main window by clicking on the trayicon
533                 (doesn't work correctly in seperate window mode and may
534                  cause unexpected GTK problems I couldn't find yet)
535
536         * src/common/ssl.c
537                 remove incorrect warning
538
539 2003-06-15 [alfons]     0.9.0claws39
540
541         * src/gtk/gtkstext.c
542                 don't output debug text;
543                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
544                 for pointing this out);
545
546 2003-06-14 [alfons]     0.9.0claws38
547         
548         * src/messageview.c
549                 remove printf() and make one if..else comply with coding style
550
551 2003-06-14 [alfons]     0.9.0claws37
552
553         * AUTHORS
554                 add Martin Wicke
555         * src/action.c
556         * src/messageview.[ch]
557         * src/summaryview.c
558                 apply patch #754162 "Quoting messages filtered by actions" submitted
559                 by Martin Wicke, which allows quoting message body changed by an
560                 action (Thanks!).
561
562 2003-06-13 [alfons]     0.9.0claws36
563
564         * src/utils.c
565                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
566                 use case insensitive regexp (suggested by Ivan Martinez)
567
568 2003-06-13 [christoph]  0.9.0claws35
569
570         * configure.ac
571         * src/plugins/trayicon/Makefile.am
572         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
573         * src/plugins/trayicon/trayicon.c
574         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
575         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
576         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
577         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
578         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
579         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
580                 replace my own EggTrayIcon backport with the backport
581                 used by (l|x)mule and gabber.
582
583 2003-06-13 [alfons]     0.9.0claws34
584
585         * AUTHORS
586         * src/common/utils.c
587                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
588
589 2003-06-13 [alfons]     0.9.0claws33
590
591         * src/compose.c
592                 clean up a little bit
593
594 2003-06-12 [alfons]     0.9.0claws32
595
596         * src/compose.c
597                 const correctness fix
598
599         * src/common/sylpheed.[ch]
600                 () -> (void)
601                 prevent redef MIN/MAX
602                 
603         * src/common/utils.[ch]
604                 () -> (void)
605
606 2003-06-12 [melvin]     0.9.0claws31
607
608         * src/compose.c
609                 Updated to take into accounts changes in GtkAspell.
610
611 2003-06-12 [alfons]     0.9.0claws30
612
613         * src/compose.c
614         * src/procmsg.c
615         * src/common/utils.[ch]
616                 handle reply subject prefixes better (initial 
617                 suggestion by Robert Story adapted and enhanced 
618                 using regexps)
619
620 2003-06-12 [melvin]     0.9.0claws29
621
622         * src/compose.c
623                 Use new gtkaspell_checkers_strerror() to get the speller's
624                 error message instead of accessing the (now private)
625                 checkers structure.
626                 Minor code clean up
627
628         * src/main.c
629                 Use #ifdef instead of #if for USE_ASPELL
630                 Use the new spell checkers init/quit functions 
631
632         * src/gtk/gtkaspell.c
633                 Use #ifdef instead of #if for USE_ASPELL
634                 Moved in the majority of GtkAspell structures that were
635                 exported before by gtkaspell.h
636         
637         * src/gtk/gktaspell.h
638                 Made gtkaspell.h contain only the necessary data to be
639                 publicized by moving many structures to gtkaspell.c.
640                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
641                 gtkaspell_checkers_new(): replaced by...
642                 gtkaspell_checkers_init(): new function for initialization
643                 gtkaspell_checkers_delete(): replaced by...
644                 gtkaspell_checkers_quit(): new function
645                 gtkaspell_checkers_strerror(): new function that returns
646                 the checker's last error message.
647                 
648 2003-06-11 [melvin]     0.9.0claws28
649
650         * po/POTFILES.in
651                 Updated to take into account gtkaspell.c migration to
652                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
653
654 2003-06-10 [alfons]     0.9.0claws27
655
656         * src/filtering.[ch]
657         * src/folder.c
658         * src/matcher.c
659         * src/scoring.[ch]
660                 - try fixing bug #18 (any brave testers?)
661                 - add more robustness by refusing previously 
662                   unchecked NULL pointers 
663
664 2003-06-10 [alfons]     0.9.0claws26
665
666         * src/procmsg.c
667                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
668
669 2003-06-09 [alfons]     0.9.0claws25
670
671         * src/prefs_common.c
672                 fix bug #163 "Icon switching doesnt work properly" by 
673                 preventing early freeing of prefs_common.pixmap_theme_path.
674
675 2003-06-09 [christoph]  0.9.0claws24
676
677         * src/gtk/gtkaspell.c
678                 revert Thorsten's fix and add forgotten g_strdup for
679                 aspell path (it should not be possible to alter the path a
680                 GtkASpell uses from outside)
681
682 2003-06-09 [thorsten]   0.9.0claws23
683
684         * src/gtk/gtkaspell.c
685                 dont free prefs_common.aspell_path when closing compose
686
687 2003-06-08 [colin]      0.9.0claws22
688
689         * src/plugins/spamassassin/spamassassin.c
690                 fix prefs types
691
692 2003-06-07 [christoph]  0.9.0claws21
693
694         * src/Makefile.am
695         * src/compose.c
696         * src/gtkaspell.[ch]            ** REMOVE **
697         * src/gtk/Makefile.am
698         * src/gtk/gtkaspell.[ch]        ** NEW **
699                 o make gtkaspell independent from sylpheed's prefs
700                 o move gtkaspell.[ch] to gtk directory
701
702 2003-06-07 [christoph]  0.9.0claws20
703
704         * src/Makefile.am
705         * src/crash.c
706         * src/export.c
707         * src/filesel.[ch]              ** REMOVE **
708         * src/folder.c
709         * src/main.[ch]
710         * src/common/sylpheed.[ch]
711         * src/gtk/Makefile.am
712         * src/gtk/filesel.[ch]          ** NEW **
713         * src/gtk/pluginwindow.c
714         * src/gtk/sslcertwindow.c
715                 move filesel.[ch] to gtk directory
716
717 2003-06-07 [alfons]     0.9.0claws19
718
719         * src/filesel.c
720                 make (multi) file selection dialog work again (Claws-only)
721
722 2003-06-07 [thorsten]   0.9.0claws18
723
724         * po/de.po
725                 fix typos
726
727 2003-06-07 [alfons]     0.9.0claws17
728
729         * configure.ac
730         * src/mimeview.c
731                 detect apache mishap in which case don't include fnmatch.h
732                 if regex.h is already included
733
734 2003-06-06 [christoph]  0.9.0claws16
735
736         * configure.ac
737         * src/mimeview.h
738                 add check for fnmatch.h and include it when available
739
740         * src/mimeview.[ch]
741                 fix wrong case sensitivity of Content-Types
742
743         * src/gtk/Makefile.am
744                 need the same include paths in gtk directory as in
745                 common directory because .h files in common can
746                 include files from these directories, when included
747                 in gtk's .h or .c files
748
749 2003-06-06 [alfons]     0.9.0claws15
750
751         * src/mimeview.c
752         * src/summaryview.c
753                 make it compile again because of regex.h / fnmatch.h 
754                 include problems (related to recent mime stuff, can
755                 someone check this?)
756
757 2003-06-06 [thorsten]   0.9.0claws14
758
759         * src/folderview.c
760                 possible use of uninitialized pointer while dragging
761
762 2003-06-06 [paul]       0.9.0claws13
763
764         * src/compose.c
765                 fix bug where the insert sig button would be effective
766                 only when auto_sig was set
767
768 2003-06-06 [paul]       0.9.0claws12
769
770         * sync with 0.9.2 release
771
772 2003-06-02 [paul]       0.9.0claws11
773
774         * sync with 0.9.1cvs1
775                 see ChangeLog 2003-06-02
776                 
777         * po/de.po
778                 update by Jens
779
780 2003-06-01 [christoph]  0.9.0claws10
781
782         * src/account.c
783                 don't use substring search to find accounts by email address
784
785         (closes Bug 169 Overly loose matching of "From" address)
786
787 2003-05-31 [christoph]  0.9.0claws9
788
789         * doc-src/rfc2683.txt
790         * src/imap.c
791                 limit IMAP command length as recommended in RFC2683
792                 (message number lists will be split into multiple imap
793                 sets, the limit of 1000 octets is not a hard limit)
794
795         (closes Bug 161 sylpheed-claws exits with segfault when logging
796          in to certain imap-servers)
797
798 2003-05-29 [alfons]     0.9.0claws8
799
800         * src/toolbar.[ch]
801                 add print button (calling summary_print());
802                 fine tune setting tooltip text;
803                 (if someone needs other buttons, please take these 
804                 commits as a guide, instead of bothering us - also
805                 see 0.8.11claws150) 
806
807 2003-05-29 [darko]      0.9.0claws7
808
809         * src/compose.c
810                 fix crash when word wrapping kicks in due to
811                 changed text by spell checker
812
813 2003-05-29 [paul]       0.9.0claws6
814
815         * src/compose.c
816                 fix bug where changing account would insert
817                 sig even if auto_sig was FALSE
818                 
819         * ChangeLog
820           ChangeLog.jp
821           INSTALL
822                 sync with 0.9.1 release
823
824 2003-05-28 [christoph]  0.9.0claws5
825
826         * src/imap.c
827                 fix truncation of too long commands
828
829         (closes Bug 167 IMAP hangs trying to get envelope
830          information in imap_get_uncached_messages)
831
832 2003-05-27 [paul]       0.9.0claws4
833
834         * tools/Makefile.am
835           tools/maildir2sylpheed.pl     ** NEW FILE **
836                 add kmail to sylpheed mailbox conversion script
837
838 2003-05-27 [paul]       0.9.0claws3
839
840         * sync with 0.9.0cvs10
841                 see ChangeLog 2003-05-26
842
843 2003-05-26 [paul]       0.9.0claws2
844
845         * sync with 0.9.0cvs9
846                 see ChangeLog 2003-05-26
847
848 2003-05-24 [paul]       0.9.0claws1
849
850         * sync with 0.9.0cvs8
851                 see ChangeLog 2003-05-23
852
853 2003-05-24 [paul]       0.9.0claws
854
855         * version 0.9.0claws released
856
857 2003-05-24 [paul]       0.8.11claws177
858
859         * src/plugins/dillo-viewer/Makefile.am
860           src/plugins/traycon/Makefile.am
861                 add missing files
862                 
863         * po/bg.po
864           po/en_GB.po
865           po/es.po
866           po/it.po
867           po/pt_BR.po
868           po/ru.po
869           po/sr.po
870                 update Bulgarian, British English, Spanish, Italian, 
871                 Brazilian Portuguese, Russian, and Serbian translations, 
872                 submitted by George Danchev, [me], Ricardo Mones Lastra,
873                 André Filipe de Assunção e Brito, Alessandro Maestri, 
874                 Ruslan N. Balkin, and Urke MMI
875
876 2003-05-23 [melvin]     0.8.11claws176
877
878         * po/fr.po
879                 Updated French translations
880
881 2003-05-22 [paul]       0.8.11claws175
882
883         * src/Makefile.am
884           src/addrbook.[ch]
885           src/addrcache.[ch]
886           src/addr_compl.[ch]
887           src/adressbook.[ch]
888           src/addrindex.[ch]
889           src/addritem.[ch]
890           src/editaddress.c
891           src/editgroup.c
892           src/editldap_basedn.c
893           src/editldap.c
894           src/jpilot.c
895           src/vcard.c
896                 revert to get ldap into it previous working state
897                 
898         * po/zh_TW.Big5.po
899                 new Taiwanese translation,
900                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
901
902 2003-05-22 [christoph]  0.8.11claws174
903
904         * src/plugins/spamassassin/libspamc.[ch]
905                 sync libspamc with SpamAssaain release 2.55
906
907 2003-05-22 [paul]       0.8.11claws173
908
909         * sync with 0.9.0cvs7
910                 see ChangeLog 2003-05-22
911                 
912         * src/summaryview.c
913                 revert change in 0.8.11claws172: follow
914                 Hiroyuki's decision and that's the end of it.
915
916 2003-05-21 [paul]       0.8.11claws172
917
918         * src/summaryview.c
919                 fix discrepency between open_unread_on_enter
920                 and always_show_msg
921
922 2003-05-21 [paul]       0.8.11claws171
923
924         * sync with 0.9.0cvs6
925                 see ChangeLog 2003-05-21
926
927 2003-05-21 [paul]       0.8.11claws170
928
929         * sync with 0.9.0cvs5
930                 see ChangeLog 2003-05-21
931
932 2003-05-20 [paul]       0.8.11claws169
933
934         * sync with 0.9.0cvs4
935                 see ChangeLog 2003-05-20
936                 fixes bug #152, 'encoding of IMAP folders names'
937
938 2003-05-20 [paul]       0.8.11claws168
939
940         * sync with 0.9.0cvs3
941                 see ChangeLog 2003-05-20
942                 
943         * src/tools/convert_mbox.pl
944                 minor change in the comments, submitted by Fred Marton
945
946 2003-05-19 [paul]       0.8.11claws167
947
948         * src/plugins/clamav/Makefile.am
949           configure.ac
950                 link clamav_lib to the plugin and not to the main program
951
952 2003-05-19 [christoph]
953
954         * src/Makefile.am
955                 add -export-dynamic for linking
956
957 2003-05-19 [paul]       0.8.11claws166
958
959         * sync with 0.9.0cvs1
960                 see ChangeLog 2003-05-19
961
962 2003-05-19 [paul]       0.8.11claws165
963
964         * src/inc.c
965                 fix 'pop before smtp' timeout
966
967 2003-05-18 [alfons]     0.8.11claws164
968
969         * src/prefs_matcher.c
970                 put "execute" action command line ("expression") in edit box
971
972 2003-05-18 [christoph]  0.8.11claws163
973
974         * src/mimeview.[ch]
975         * src/plugins/dillo_viewer/dillo_viewer.c
976         * src/plugins/image_viewer/viewer.c
977         * src/plugins/mathml_viewer/mathml_viewer.c
978                 let a viewer have a list of Content-Types
979
980 2003-05-18 [paul]       0.8.11claws162
981
982         * src/prefs_filtering.c
983                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
984                 and REDIRECT actions
985
986 2003-05-17 [christoph]
987
988         * README.claws
989                 o remove dynamic signatures that was syned with main
990                 o add infos about no longer "build in" image viewer
991                 o update bugtracker URL
992
993 2003-05-17 [christoph]  0.8.11claws161
994
995         * src/folder.c
996         * src/folderview.c
997         * src/imap.c
998                 don't use imap_scan_folder anymore. Instead call folder_item_scan
999                 for every folder after rebuilding the folder tree.
1000
1001         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
1002          messages)
1003
1004 2003-05-17 [christoph]  0.8.11claws160
1005
1006         * src/imap.c
1007                 don't use STATUS command on current folder to check for
1008                 content changes. imap_cmd_ok() now tracks changes to
1009                 folder and number of existing messages.
1010
1011 2003-05-17 [paul]       0.8.11claws159
1012
1013         * src/plugins/clamav/clamav_plugin.c
1014                 remove unnecessary debug_print
1015
1016 2003-05-16 [thorsten]   0.8.11claws158
1017
1018         * src/plugins/demo.c
1019                 included missing intl.h
1020
1021 2003-05-16 [paul]       0.8.11claws157
1022
1023         * po/POTFILES.in
1024                 remove non-existant entries
1025         
1026         * src/plugins/clamav/clamav_plugin.c
1027           src/plugins/clamav/clamav_plugin_gtk.c
1028           src/plugins/dillo_viewer/dillo_prefs.c
1029           src/plugins/dillo_viewer/dillo_viewer.c
1030                 gettextise
1031
1032 2003-05-16 [christoph]  0.8.11claws156
1033
1034         * po/POTFILES.in
1035                 include plugin .c files for translation until I
1036                 find a better solution to have plugins have their
1037                 own textdomain
1038         * src/plugins/demo/demo.c
1039         * src/plugins/image_viewer/plugin.c
1040         * src/plugins/mathml_viewer/mathml_viewer.c
1041         * src/plugins/spamassassin/spamassassin.c
1042         * src/plugins/spamassassin/spamassassin_gtk.c
1043         * src/plugins/trayicon/trayicon.c
1044                 add gettext macros for plugin name and description
1045
1046 2003-05-16 [paul]
1047
1048         * sync with 0.9.0
1049
1050 2003-05-16 [paul]       0.8.11claws155
1051
1052         * sync with lastest 0.9.0pre1
1053                 see ChangeLog 2003-05-16
1054
1055 2003-05-15 [paul]       0.8.11claws154
1056
1057         * sync with latest 0.9.0pre1
1058                 see ChangeLog 2003-05-14 and 2003-05-15
1059
1060 2003-05-14 [christoph]  0.8.11claws153
1061
1062         * src/plugins/image_viewer/viewer.c
1063         * src/plugins/image_viewer/viewer.glade         ** NEW **
1064         * src/plugins/image_viewer/viewerprefs.c
1065                 make it possible to disable the autoload function in the
1066                 imageviewer again
1067
1068 2003-05-14 [christoph]  0.8.11claws152
1069
1070         * src/folder.c
1071                 fix folder update after adding a message
1072
1073 2003-05-13 [alfons]     0.8.11claws151
1074
1075         * src/common/session.c
1076                 remove debug traces
1077                 
1078         * src/addrcache.[ch]
1079         * src/filtering.[ch]
1080         * src/folder.[c]
1081         * src/gtkaspell.[ch]
1082         * src/imap.[ch]
1083         * src/mbox_folder.[ch]
1084         * src/mh.[ch]
1085         * src/mimeview.h
1086         * src/msgcache.[ch]
1087         * src/news.[ch]
1088         * src/passphrase.[ch]
1089         * src/prefs_common.[ch]
1090         * src/prefs_gtk.[ch]
1091         * src/procmsg.c
1092         * src/scoring.[ch]
1093                 be pedantic; (in prototypes () implies (int))
1094
1095 2003-05-13 [alfons]     0.8.11claws150
1096
1097         * src/prefs_toolbar.[ch]
1098         * src/summaryview.[ch]
1099         * src/toolbar.[ch]
1100                 change misleading text in toolbar prefs;
1101                 add toolbar action for ignore thread (toggles ignore thread flag);
1102                 clean up a little bit;
1103
1104 2003-05-12 [paul]
1105
1106         * tools/convert_mbox.pl
1107                 bug fixed by Fred Marton
1108
1109 2003-05-12 [paul]
1110
1111         * sync with 0.9.0pre1
1112
1113 2003-05-09 [paul]       0.8.11claws149
1114
1115         * sync with 0.8.11cvs43
1116                 see ChangeLog 2003-05-09
1117
1118 2003-05-08 [christoph]  0.8.11claws148
1119
1120         * src/imap.[ch]
1121                 o use CAPABILIY as first command and check for PREAUTH
1122                   information in the response to it
1123                 o rewrite all imap_cmd_* functions to use an IMAPSession
1124                   instead of a SockInfo as parameter
1125                 o do STARTTLS after fetching and checking the server
1126                   capabilities
1127
1128 2003-05-08 [paul]       0.8.11claws147
1129
1130         * tools/Makefile.am
1131           tools/README
1132           tools/convert_mbox.pl         ** NEW FILE **
1133                 add mbox conversion script. Submitted by 
1134                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1135
1136 2003-05-07 [christoph]
1137
1138         * doc-src/glade.txt
1139         * src/gtk/pluginwindow.glade
1140         * src/plugins/image_viewer/viewerprefs.glade
1141         * src/plugins/spamassassin/spamassassin_gtk.glade
1142                 add glade files for user interfaces and a description how
1143                 to use glade to create the sylpheed code
1144
1145 2003-05-07 [paul]       0.8.11claws146
1146
1147         * sync with 0.8.11cvs41
1148                 see ChangeLog 2003-05-07
1149
1150 2003-05-06 [christoph]  0.8.11claws145
1151
1152         * src/main.c
1153         * src/plugins/image_viewer/viewer.c
1154                 fix usage of imlib in imageviewer plugin
1155
1156         * src/gtk/prefswindow.c
1157                 handle window close event correctly
1158
1159 2003-05-06 [paul]       0.8.11claws144
1160
1161         * src/common/ssl.c
1162                 fix typo introduced in sync
1163
1164 2003-05-06 [paul]       0.8.11claws143
1165
1166         * sync with 0.8.11cvs39
1167                 see ChangeLog 2003-05-06
1168
1169 2003-05-06 [paul]       0.8.11claws142
1170
1171         * AUTHORS
1172           po/cs.po
1173                 updated Czech translation, submitted by 
1174                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1175                 
1176         * src/plugins/clamav/clamav_plugin_gtk.c
1177                 clean up
1178
1179 2003-05-03 [alfons]     0.8.11claws141
1180
1181         * src/compose.[ch]
1182                 make paste as quotation work even when the call to 
1183                 text_inserted() was deferred (fixes bug #140 "Paste 
1184                 as quotation does not work when using "external" 
1185                 clipboard")
1186
1187 2003-05-03 [thorsten]   0.8.11claws140
1188
1189         * src/addrquery.h
1190           src/ldapquery.h
1191           src/mainwindow.c
1192                 removed C++ comments
1193         * src/addr_compl.c
1194                 function with non-int retval/param used before
1195                 implementation/declaration
1196
1197 2003-05-02 [paul]       0.8.11claws139
1198
1199         * src/addr_compl.[ch]
1200           src/addressbook.[ch]
1201           src/addrindex.c
1202           src/summaryview.c
1203                 revert match's changes to (finally) remove the bug where
1204                 opening a folder causes massive slowdown when using the 
1205                 'Display sender using address book' option
1206
1207 2003-05-01 [melvin]     0.8.11claws138
1208
1209         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1210         * src/plugins/dillo_viewer/dillo_viewer.c
1211                 Fixed bug where "Cancel" button from prefs issued
1212                 warnings.
1213                 Comply a little more to coding style
1214
1215 2003-05-01 [paul]       0.8.11claws137
1216
1217         * sync with 0.8.11cvs38
1218                 see ChangeLog 2003-05-01
1219
1220 2003-05-01 [paul]       0.8.11claws136
1221
1222         * po/bg.po
1223                 updated by George Danchev
1224
1225 2003-04-30 [christoph]  0.8.11claws135
1226
1227         * src/plugins/dillo_viewer/dillo_prefs.c
1228         * src/plugins/image_viewer/viewerprefs.c
1229         * src/plugins/spamassassin/spamassassin_gtk.c
1230                 remove gtk_widget_ref() calls for widgets in
1231                 glade code
1232
1233 2003-04-30 [paul]       0.8.11claws134
1234
1235         * src/addrindex.c
1236                 ok, this time a better fix for the bug where opening folder
1237                 has massive slowdown when using the 'Display sender using 
1238                 address book' option
1239
1240 2003-04-30 [paul]       0.8.11claws133
1241
1242         * src/addrindex.c
1243                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1244         
1245 2003-04-30 [melvin]     0.8.11claws132
1246
1247         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1248
1249         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1250                 Preferences for the dillo plugin
1251         * src/plugins/dillo_viewer/dillo_viewer.c
1252                 Support for preferences
1253         * src/plugins/dillo_viewer/Makefile.am
1254                 Added dillo_prefs.[ch]
1255
1256 2003-04-30 [alfons]     0.8.11claws131
1257
1258         * src/common/plugin.[ch]
1259                 see? this ANSI C'fication immediately gives us type
1260                 checking for free.
1261
1262 2003-04-30 [alfons]     0.8.11claws130
1263
1264         * src/common/plugin.[ch]
1265         * src/plugins/clamav/clamav_plugin.[ch]
1266         * src/plugins/clamav/clamav_plugin_gtk.c
1267         * src/plugins/demo/demo.c
1268         * src/plugins/dillo_viewer/dillo_viewer.c
1269         * src/plugins/image_viewer/plugin.c
1270         * src/plugins/image_viewer/viewer.[ch]
1271         * src/plugins/image_viewer/viewerprefs.[ch]
1272         * src/plugins/mathml_viewer/mathml_viewer.c
1273         * src/plugins/spamassassin/spamassassin.[ch]
1274         * src/plugins/spamassassin/spamassassin_gtk.c
1275         * src/plugins/trayicon/trayicon.c
1276                 clean up
1277
1278 2003-04-30 [alfons]     0.8.11claws129
1279
1280         * src/common/utils.c
1281                 make is_ascii_str() fail gracefully when NULL pointer
1282                 is passed
1283
1284 2003-04-30 [paul]       0.8.11claws128
1285
1286         * src/addrindex.c
1287                 fix bug where opening folder has massive slowdown when
1288                 using the 'Display sender using address book' option
1289
1290 2003-04-30 [paul]       0.8.11claws127
1291
1292         * src/plugins/clamav/clamav_plugin.c
1293           src/plugins/clamav/clamav_plugin_gtk.c
1294           src/plugins/demo/demo.c
1295           src/plugins/dillo_viewer/dillo_viewer.c
1296           src/plugins/image_viewer/plugin.c
1297           src/plugins/mathml_viewer/mathml_viewer.c
1298           src/plugins/spamassassin/spamassassin.c
1299           src/plugins/spamassassin/spamassassin_gtk.c
1300           src/plugins/trayicon/trayicon.c
1301                 get rid of eye-hurting function signatures
1302
1303 2003-04-30 [paul]       0.8.11claws126
1304
1305         * src/plugins/trayicon/trayicon.c
1306                 add description
1307                 
1308         * src/mimeview.c
1309                 be more descriptive
1310
1311 2003-04-30 [paul]       0.8.11claws125
1312
1313         * configure.ac
1314                 arrange the plugins in reverse alphabetical order
1315                 
1316         * src/plugins/clamav/clamav_plugin.[ch]
1317           src/plugins/clamav/clamav_plugin_gtk.c
1318                 rename some params
1319                 resize max_size window
1320                 re-arrange the order of some gui elements
1321                 improve descriptions
1322         
1323         * src/plugins/image_viewer/plugin.c
1324           src/plugins/mathml_viewer/mathml_viewer.c
1325                 add descriptions
1326                 
1327         * src/plugins/spamassassin/spamassassin_gtk.c
1328                 resize max_size window
1329                 re-arrange the order of some gui elements
1330                 
1331         * src/messageview.c
1332           src/mimeview.c
1333                 correct typos
1334
1335 2003-04-30 [alfons]     0.8.11claws124
1336
1337         * src/imap.c
1338                 fix a leak found while browsing Martin Kluge's 
1339                 valgrind log (Claws only)
1340
1341 2003-04-29 [darko]      0.8.11claws123
1342
1343         * src/gtk/gtkstext.h
1344                 include wchar.h if it is available, fixes compilation
1345                 on HP-UX systems
1346
1347 2003-04-29 [melvin]     0.8.11claws122
1348
1349         * src/prefs_actions.c
1350                 Improved help text of Actions' syntax
1351
1352 2003-04-28 [paul]       0.8.11claws121
1353
1354         * src/action.c
1355                 a better fix for the crash when performing an action
1356                 on a mime part
1357
1358 2003-04-28 [paul]       0.8.11claws120
1359
1360         * src/action.c
1361                 fix crash when performing an action on a
1362                 mime part
1363
1364 2003-04-28 [paul]       0.8.11claws119
1365
1366         * sync with 0.8.11cvs36
1367                 see ChangeLog 2003-04-28
1368
1369 2003-04-27 [paul]       0.8.11claws118
1370
1371         * more sync with 0.8.11cvs35
1372                 see ChangeLog 2003-04-25
1373
1374 2003-04-26 [christoph]  0.8.11claws117
1375
1376         * src/folder.c
1377                 fix remove virtual check
1378
1379 2003-04-26 [paul]       0.8.11claws116
1380
1381         * src/messageview.c
1382                 fix return-receipt, make it work again
1383
1384 2003-04-26 [paul]       0.8.11claws115
1385
1386         * src/mimeview.c
1387                 restore double-clicking of the [application/pgp-signature 
1388                 (Select "Check signature" to check)] line in the message view,
1389                 broken in recent sync
1390
1391 2003-04-26 [christoph]  0.8.11claws114
1392
1393         * src/folder.c
1394                 check if remove virtual really exists before
1395                 calling the function
1396
1397 2003-04-25 [match]      0.8.11claws113
1398
1399         * src/addrindex.c
1400         * src/addrbook.c
1401         * src/ldapquery.[ch]
1402         * src/ldapctrl.[ch]
1403                 fix memleak.
1404         * src/ldapserver.[ch]
1405                 fix memleak. fix segfault.
1406                 plug a Claws memleak
1407
1408 2003-04-25 [alfons]     0.8.11claws112
1409
1410         * src/folder.c
1411                 plug a Claws memleak
1412
1413 2003-04-25 [alfons]     0.8.11claws111
1414
1415         * src/common/session.c
1416                 plug a memleak
1417
1418 2003-04-25 [paul]       0.8.11claws110
1419
1420         * sync with 0.8.11cvs35
1421                 see ChangeLog 2003-04-24 and 2003-04-25
1422                 
1423         * src/gtk/pluginwindow.c
1424                 correct another strange float value
1425
1426 2003-04-24 [christoph]  0.8.11claws109
1427
1428         * src/folder.c
1429                 freeze folder item updates when unsetting new flags
1430
1431         * src/gtk/pluginwindow.c
1432                 correct strange float value
1433
1434 2003-04-23 [paul]       0.8.11claws108
1435
1436         * sync with 0.8.11cvs33
1437                 see ChangeLog 2003-04-23
1438
1439 2003-04-22 [paul]       0.8.11claws107
1440
1441         * src/Makefile.am
1442           src/messageview.c
1443           src/mimeview.c
1444           src/pgptext.[ch]      ** REMOVED **
1445                 remove pgptext.[ch] as its not used any more
1446
1447 2003-04-22 [paul]       0.8.11claws106
1448
1449         * sync with 0.8.11cvs31
1450                 see ChangeLog 2003-04-21 and 2003-04-22
1451
1452 2003-04-21 [alfons]     0.8.11claws105
1453
1454         * src/main.c
1455                 No access to GTK structures if we're a spawned child
1456                 (and clean up code a little bit...) Should fix #126.
1457
1458 2003-04-21 [melvin]     0.8.11claws104
1459
1460         * src/plugins/dillo_viewer/README
1461                 Improved slightly the text.
1462
1463 2003-04-21 [melvin]     0.8.11claws103
1464
1465         * src/plugins/dillo_viewer/README *** NEW ***
1466                 Added a README file for the Dillo plugin
1467
1468 2003-04-20 [paul]
1469
1470         * tools/README
1471           tools/outlook2sylpheed.pl
1472                 updated and improved by Ricardo Mones Lastra
1473
1474 2003-04-18 [oliver]     0.8.11claws102
1475
1476         * src/inc.c 
1477         * src/prefs_account.h
1478                 remove Pop3SessionType (used by selective download)
1479         * src/prefs_toolbar.c
1480                 enable set Default Toolbar button
1481
1482 2003-04-18 [paul]       0.8.11claws101
1483
1484         * sync with 0.8.11cvs29
1485                 see ChangeLog 2003-04-18
1486
1487 2003-04-17 [paul]       0.8.11claws100
1488
1489         * src/prefs_common.[ch]
1490           src/summaryview.c
1491                 remove 'Open next message on deletion' option,
1492                 as the same effect can now be achieved via the
1493                 'Always open messages in summary when selected'
1494                 option.
1495
1496 2003-04-17 [paul]       0.8.11claws99
1497
1498         * sync with 0.8.11cvs28
1499                 see ChangeLog 2003-04-17
1500
1501 2003-04-17 [christoph]  0.8.11claws98
1502
1503         * ac/spamassassin.m4
1504         * src/plugins/spamassassin/libspamc.[ch]
1505         * src/plugins/spamassassin/utils.[ch]
1506                 sync libspamc with SpamAssassin project
1507
1508 2003-04-17 [christoph]  0.8.11claws97
1509
1510         * src/common/socket.h
1511         * src/gtk/sslcertwindow.h
1512                 rename old USE_SSL to USE_OPENSSL
1513
1514 2003-04-17 [paul]       0.8.11claws96
1515
1516         * src/prefs_common.h
1517                 use gulong for P_COLOR so that it compiles/runs on
1518                 64-bit systems. Patch submitted by James Noyes
1519                 <jnoyes-claws@retrogeeks.com>
1520                 
1521         * po/de.po
1522                 updated by Jens
1523
1524 2003-04-17 [paul]       0.8.11claws95
1525
1526         * sync with 0.8.11cvs27
1527                 see ChangeLog 2003-04-16
1528
1529 2003-04-15 [paul]       0.8.11claws94
1530
1531         * src/prefs_common.[ch]
1532                 rearrange to stop the window getting too long:
1533                         move Receive dialog stuff to Receive tab
1534                         move Send dialog to Send tab
1535                         remove Dialogs frame
1536                 rename 'Open messages in summary with cursor keys' to
1537                 'Always open messages in summary when selected', as its
1538                 more appropriate
1539
1540 2003-04-15 [paul]       0.8.11claws93
1541
1542         * src/prefs_common.[ch]
1543           src/summaryview.c
1544                 add new option '/Interface/Open next message on deletion'
1545
1546 2003-04-15 [paul]       0.8.11claws92
1547
1548         * src/summaryview.[ch]
1549                 add /Mark/Lock and /Mark/Unlock to the pop-up
1550                 menu. Patch submitted by Ivan Francolin Martinez
1551                 <ivanfm@users.sourceforge.net>
1552
1553 2003-04-15 [paul]       0.8.11claws91
1554
1555         * sync with 0.8.11cvs24
1556                 see ChangeLog 2003-04-15
1557
1558 2003-04-14 [jens]       0.8.11claws90
1559
1560         * updated German translation and some corrections from
1561                 Roland Bless <bless@tm.uka.de>
1562
1563 2003-04-14 [paul]       0.8.11claws89
1564
1565         * sync with 0.8.11cvs22
1566                 see ChangeLog 2003-04-14
1567
1568 2003-04-13 [paul]       0.8.11claws88
1569
1570         * src/plugins/clamav/clamav_plugin.c
1571                 fix memory leaks
1572                 clean up
1573
1574 2003-04-12 [paul]       0.8.11claws87
1575
1576         * src/plugins/clamav/clamav_plugin.c
1577                 activate enable/disable archive scanning option
1578                 
1579         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1580
1581 2003-04-12 [paul]       0.8.11claws86
1582
1583         * src/plugins/Makefile.am
1584           src/plugins/clamav/Makefile.am                ** NEW FILE **
1585           src/plugins/clamav/README                     ** NEW FILE ** 
1586           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1587           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1588                 add Clam AntiVirus plugin
1589
1590 2003-04-12 [paul]       0.8.11claws85
1591
1592         * sync with 0.8.11cvs21
1593                 see ChangeLog 2003-04-11
1594
1595 2003-04-11 [paul]       0.8.11claws84
1596
1597         * po/es.po
1598                 update Spanish translation. Submitted by Ricardo
1599                 Mones Lastra.
1600
1601 2003-04-10 [christoph]  0.8.11claws83
1602
1603         * src/mbox.c
1604                 fix typo that did not move unfiltered mails to destination
1605                 folder
1606
1607         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1608          when filtering from spool)
1609
1610 2003-04-10 [christoph]  0.8.11claws82
1611
1612         * src/imap.c
1613                 use BODY.PEEK instead of BODY in in message fetch operation
1614                 to make sure the IMAP server does not set the \Seen flag for
1615                 messages. Sylpheed does that later itself, when the message
1616                 is opened in sylpheed
1617
1618         (closes Bug 111 Claws destroys unread marks)
1619
1620 2003-04-09 [oliver]     0.8.11claws81
1621         
1622         * src/folder.c
1623                 fix crash in folder_destroy
1624         * README.claws
1625                 remove selective download
1626
1627 2003-04-09 [christoph]  0.8.11claws80
1628
1629         * src/imap.c
1630                 fix crash in imap_get_msginfo() when then fetched message
1631                 is not found
1632
1633         (closes Bug 110 Crash during mail composition)
1634
1635 2003-04-08 [christoph]  0.8.11claws79
1636
1637         * src/folder.c
1638         * src/prefs_account.c
1639                 Filter new messages that are found in an INBOX folder
1640                 when 'Filter messages on receiving' is enabled in the
1641                 Folder's AccountPrefs. This allows to use Sylpheed's
1642                 filtering engine for IMAP folders where messages are
1643                 added to the INBOX by a MTA
1644
1645 2003-04-08 [paul]       0.8.11claws78
1646
1647         * src/procmsg.h
1648                 clean up after last commit
1649
1650 2003-04-08 [paul]       0.8.11claws77
1651
1652         * sync with 0.8.11cvs20
1653                 see ChangeLog 2003-04-07 and 2003-04-08
1654
1655 2003-04-07 [christoph]  0.8.11claws76
1656
1657         * src/filtering.[ch]
1658         * src/inc.[ch]
1659         * src/mbox.c
1660         * src/procmsg.[ch]
1661                 add procmsg_msginfo_filter() to execute filtering actions
1662
1663 2003-04-06 [christoph]  0.8.11claws75
1664
1665         * src/imap.c
1666                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1667
1668 2003-04-06 [christoph]  0.8.11claws74
1669
1670         * src/common/utils.[ch]
1671                 add g_int_compare() function for slist sorting
1672
1673         * src/imap.c
1674                 fetch all MsgInfos with one command in imap_get_msginfos()
1675                 using an imap set with a list of ranges
1676
1677         * src/news.c
1678                 use new g_int_compare() function
1679
1680 2003-04-06 [thorsten]   0.8.11claws73
1681
1682         * src/mh.c
1683                 corrected implementation of mh_folder_destroy()
1684
1685 2003-04-05 [christoph]  0.8.11claws72
1686
1687         * src/account.c
1688         * src/folder.[ch]
1689         * src/folderview.c
1690         * src/imap.c
1691         * src/inc.c
1692         * src/main.c
1693         * src/mainwindow.c
1694         * src/mbox_folder.c
1695         * src/mh.c
1696         * src/mimeview.h
1697         * src/msgcache.[ch]
1698         * src/news.c
1699         * src/procmime.h
1700         * src/procmsg.[ch]
1701         * src/setup.c
1702         * src/gtk/gtkutils.c
1703                 o rename structure field names class and new to klass and
1704                   new_msgs, to allow including files in C++
1705                 o add 'extern "C"' block to some header files
1706                 o add MsgInfoList and MsgNumberList as alias for GSList for
1707                   developers to know what type of list is expected
1708
1709         * src/plugins/image_viewer/plugin.c
1710         * src/plugins/image_viewer/viewer.[ch]
1711         * src/plugins/image_viewer/viewerprefs.[ch]
1712                 rename function names to prevent conflicts
1713
1714 2003-04-05 [paul]       0.8.11claws71
1715
1716         * sync with 0.8.11cvs18
1717                 see ChangeLog 2003-04-03 and 2003-04-04
1718
1719 2003-04-02 [christoph]  0.8.11claws70
1720
1721         * src/folder.[ch]
1722         * src/imap.[ch]
1723         * src/mbox_folder.[ch]
1724         * src/mh.[ch]
1725         * src/news.[ch]
1726                 o Make all virtual folder functions private
1727                 o remove unused folder code
1728
1729         * src/common/socket.[ch]
1730         * src/summaryview.c
1731                 fix warnings
1732
1733 2003-03-30 [alfons]     0.8.11claws69
1734
1735         * src/send_message.c
1736                 remove two debug traces and see if people still report
1737                 errors
1738
1739 2003-03-30 [alfons]     0.8.11claws68
1740
1741         * src/send_message.c
1742         * src/commons/session.c
1743                 add more debug traces
1744
1745 2003-03-30 [christoph]  0.8.11claws67
1746
1747         * src/folder.c
1748                 change processing folder name from .processing to processing
1749
1750         * src/common/ssl.c
1751                 disable SSL certificate check because it causes Xlib error
1752                 when the child process want's to open an GTK window
1753
1754 2003-03-30 [christoph]  0.8.11claws66
1755
1756         * src/folder.c
1757                 don't use default folder for processing folder item because
1758                 it can be a non local folder
1759
1760         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1761
1762 2003-03-30 [alfons]     0.8.11claws65
1763
1764         * src/send_message.c
1765                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1766                 to generate bad code for 'send_send_data_progressive': When
1767                 called from 'send_send_data_finished', the 'data' pointer is
1768                 cleared just before the assignment to the dialog pointer
1769
1770 2003-03-29 [christoph]  0.8.11claws64
1771
1772         * src/common/prefs.h
1773         * src/plugins/image_viewer/Makefile.am
1774         * src/plugins/image_viewer/plugin.c
1775         * src/plugins/image_viewer/viewer.[ch]
1776         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1777                 add PrefsPage for ImageViewer
1778
1779 2003-03-28 [thorsten]   0.8.11claws63
1780
1781         * src/common/session.c
1782                 added some comments
1783
1784 2003-03-28 [paul]       0.8.11claws62
1785
1786         * sync with 0.8.11cvs16
1787                 see ChangeLog 2003-03-28
1788
1789 2003-03-28 [paul]       0.8.11claws61
1790
1791         * sync with 0.8.11cvs15
1792                 see ChangeLog 2003-03-28
1793
1794 2003-03-27 [christoph]  0.8.11claws60
1795
1796         * src/folder.c
1797         * src/imap.c
1798         * src/common/socket.[ch]
1799                 set socket state to DISCONNECTED when any operation
1800                 fails to allow reconnecting in IMAP code without
1801                 checking the return code of all calls to the command
1802                 functions
1803
1804         * src/folderview.c
1805         * src/summaryview.c
1806                 remove some more stuff that depends on specific
1807                 folder types
1808
1809 2003-03-27 [paul]       0.8.11claws59
1810
1811         * sync with 0.8.11cvs14
1812                 see ChangeLog 2003-03-27
1813                 
1814         * src/selective_download.[ch]   ** REMOVED **
1815                 really removed
1816
1817 2003-03-27 [christoph]  0.8.11claws58
1818
1819         * src/folder.c
1820                 fix handling of tmp_flags in flag copy function
1821
1822 2003-03-27 [paul]       0.8.11claws57
1823
1824         * sync with 0.8.11cvs13
1825                 see ChangeLog 2003-03-27
1826
1827 2003-03-27 [oliver]     0.8.11claws56
1828
1829         * src/maiwindow.c
1830                 remove sel_download_cb
1831
1832 2003-03-27 [oliver]     0.8.11claws55
1833         
1834         * src/inc.c
1835                 remove POP3_TOP
1836         
1837 2003-03-26 [oliver]     0.8.11claws54
1838
1839         *src/pop.h
1840                 remove POP3_TOP*
1841         * README.claws
1842                 remove selective donwload readme
1843
1844 2003-03-26 [oliver]     0.8.11claws53
1845         * src/matcher.[ch]
1846         * src/matcher_parser_parse.y 
1847         * src/pop.c 
1848         * src/prefs_account.[ch]
1849         * src/prefs_filtering.c
1850                 remove selective donwload
1851
1852 2003-03-26 [oliver]     0.8.11claws52
1853
1854         * src/inc.[ch] 
1855         * src/filtering.c 
1856         * src/mainwindow.c 
1857                 remove selective donwload
1858
1859 2003-03-26 [oliver]     0.8.11claws51
1860         
1861         * src/Makefile.am
1862         * src/selective_download.[ch]   ** REMOVE **    
1863
1864 2003-03-26 [christoph]  0.8.11claws50
1865
1866         * src/news.c
1867                 fix NEWS that got broken by a sync with sylpheed-main
1868
1869 2003-03-26 [christoph]  0.8.11claws49
1870
1871         * src/mimeview.c
1872                 fix mime type guessing when no mime type is found for a file
1873
1874 2003-03-25 [christoph]  0.8.11claws48
1875
1876         * src/mimeview.c
1877         * src/procmime.c
1878                 remove mime type guessing from mime parser and use
1879                 name based mime types in viewer lookup for mime type
1880                 application/octet-stream
1881
1882 2003-03-25 [christoph]  0.8.11claws47
1883
1884         * doc-src/readme.txt
1885         * doc-src/rfc2554.txt
1886                 add RFC about SMTP AUTH
1887
1888         * src/send_message.c
1889         * src/common/smtp.[ch]
1890                 add extra error code for authentication errors and
1891                 clear temporary password when this error occurs
1892
1893         (closes Bug 84 authentication failure while sending should
1894          prompt for password again)
1895
1896 2003-03-25 [christoph]  0.8.11claws46
1897
1898         * configure.ac
1899         * src/Makefile.am
1900         * src/imageview.[ch]                            ** REMOVE **
1901         * src/messageview.[ch]
1902         * src/mimeview.[ch]
1903         * src/prefs_common.[ch]
1904         * src/textview.c
1905         * src/plugins/Makefile.am
1906         * src/plugins/image_viewer/.cvsignore           ** NEW **
1907         * src/plugins/image_viewer/Makefile.am          ** NEW **
1908         * src/plugins/image_viewer/plugin.c             ** NEW **
1909         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1910                 move image viewer into a plugin (building is enabled by default)
1911                 [ToDo: Prefs for resize and autoview]
1912
1913 2003-03-25 [paul]       0.8.11claws45
1914
1915         * sync with 0.8.11cvs12
1916                 see ChangeLog 2003-03-26
1917
1918 2003-03-25 [paul]       0.8.11claws44
1919
1920         * sync with 0.8.11cvs11
1921                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1922                 
1923         Note: Selective Download is broken.
1924                 
1925 2003-03-22 [christoph]  0.8.11claws43
1926
1927         * src/folder.c
1928                 code cleanup for flags copying
1929
1930 2003-03-22 [christoph]  0.8.11claws42
1931
1932         * src/plugins/trayicon/trayicon.c
1933                 fix setting the transparent area when the window size
1934                 is forced by the system tray
1935
1936 2003-03-22 [christoph]  0.8.11claws41
1937
1938         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1939         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1940         * src/plugins/trayicon/newmail.xpm              ** NEW **
1941         * src/plugins/trayicon/nomail.xpm               ** NEW **
1942         * src/plugins/trayicon/trayicon.c
1943         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1944                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1945                 o add icon for unread mails
1946                 o set transparency for window
1947
1948 2003-03-22 [christoph]  0.8.11claws40
1949
1950         * src/news.c
1951                 init news session to prevent crash when session is closed
1952
1953 2003-03-22 [christoph]  0.8.11claws39
1954
1955         * src/imap.c
1956         * src/common/session.[ch]
1957                 Init session data to make sure we don't have invalid pointers
1958                 for read_ch and write_ch when new multi process sessions are
1959                 not used
1960
1961         * src/main.c
1962         * src/common/plugin.c
1963         * src/common/sylpheed.c
1964         * src/plugins/demo/demo.c
1965         * src/plugins/dillo_viewer/dillo_viewer.c
1966         * src/plugins/mathml_viewer/mathml_viewer.c
1967         * src/plugins/spamassassin/spamassassin.c
1968         * src/plugins/spamassassin/spamassassin_gtk.c
1969                 add plugin types to allow loading plugins at different times
1970                 (and maybe for different frontends), because it's not good to
1971                 load GTK-Plugins gefore gtk_init was called
1972
1973         * configure.ac
1974         * src/plugins/Makefile.am
1975         * src/plugins/trayicon/.cvsignore               ** NEW **
1976         * src/plugins/trayicon/Makefile.am              ** NEW **
1977         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1978         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1979         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1980         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1981         * src/plugins/trayicon/trayicon.c               ** NEW **
1982                 New Trayicon plugin that shows an icon in a systray that uses
1983                 XEMBED protocol like Gnome's systray. Icon shows if there
1984                 are new mails and a tooltip shows information about new,
1985                 unread and total messages.
1986
1987 2003-03-22 [paul]       0.8.11claws38
1988
1989         * src/common/smtp.c
1990                 fix ESMTP AUTH CRAM-MD5
1991                 [sync with main (still version 0.8.11cvs6), see
1992                  ChangeLog 2003-03-22]
1993
1994 2003-03-21 [colin]      0.8.11claws37
1995
1996         * src/send_message.c
1997                 Fix USE_SSL => USE_OPENSSL
1998
1999 2003-03-21 [colin]      0.8.11claws36
2000
2001         * src/folderview.c
2002                 Fix counts in drag and dropped subfolders
2003
2004 2003-03-21 [colin]      0.8.11claws35
2005
2006         * src/folder.c 
2007         * src/folderview.c
2008                 speed up a bit folder dnd
2009
2010 2003-03-20 [alfons]     0.8.11claws34
2011
2012         * src/main.c
2013         * src/toolbar.c
2014         * src/procmsg.c
2015                 don't send locked queue messages
2016                 (feature request "[ 705245 ] Locking message in outbox 
2017                  should prevent sending")
2018
2019 2003-03-20 [christoph]  0.8.11claws33
2020
2021         * src/folder.c
2022                 remove NEW and UNREAD flag in special folders when scanning
2023                 
2024         * src/common/smtp.c
2025                 fix ESMTP AUTH CRAM-MD5
2026
2027 2003-03-20 [paul]       0.8.11claws32
2028
2029         * src/prefs_account.c
2030                 Re-write 'Tunnel command to open connection' as
2031                 'Use command to communicate with server', and disable
2032                 it for all except IMAP accounts
2033
2034 2003-03-20 [paul]       0.8.11claws31
2035
2036         * sync with 0.8.11cvs6
2037                 see ChangeLog 2003-03-20
2038
2039 2003-03-19 [match]      0.8.11claws30
2040
2041         * src/addritem.[ch]
2042                 include documentation. minor refactoring.
2043         * src/addr_compl.[ch]
2044         * src/addrindex.[ch]
2045         * src/addresbook.[ch]
2046         * src/summaryview.c
2047                 re-enable address lookup (was disabled in
2048                 0.8.11claws20).
2049
2050 2003-03-19 [christoph]  0.8.11claws29
2051
2052         * src/procmsg.c
2053                 add temp flag handling, will make moving and copying
2054                 messages possible again
2055
2056         * src/folder.c
2057                 correct calulation of folder stats
2058
2059 2003-03-18 [match]      0.8.11claws28
2060
2061         * src/editgroup.h
2062                 remove case sensitive comparison (closes bug 80).
2063
2064 2003-03-18 [christoph]  0.8.11claws27
2065
2066         * src/imap.c
2067                 fix imap using a tunnel command
2068
2069         (closes bug 87)
2070
2071 2003-03-18 [christoph]  0.8.11claws26
2072
2073         * src/folder.[ch]
2074         * src/imap.c
2075         * src/procmsg.[ch]
2076                 rewrite flag handling for folders
2077
2078 2003-03-18 [christoph]  0.8.11claws25
2079
2080         * src/folder.c
2081         * src/procmsg.c
2082         * src/summaryview.c
2083                 unset NEW and UNREAD flags when message is ignored, to make
2084                 sure messages don't show up as unread on other IMAP clients,
2085                 because the IGNORE_THREAD flag can not be syncronized through
2086                 the IMAP folder
2087
2088 2003-03-17 [christoph]  0.8.11claws24
2089
2090         * src/imap.c
2091                 don't use recursion to fetch uids when the number of messages
2092                 does not match. Moved code into subfunction that is used
2093                 again when needed, to prevent an endless loop.
2094
2095 2003-03-17 [thorsten]   0.8.11claws23
2096
2097         * src/imageview.[ch]
2098                 export imageview_get_resized_size() (for plugins)
2099         * src/prefs_common.[ch]
2100                 added prefs_common_get() (for plugins)
2101
2102 2003-03-17 [christoph]  0.8.11claws22
2103
2104         * src/imap.c
2105                 o remove UID guessing from copy code
2106                 o support UIDPLUS extension for APPEND command
2107
2108 2003-03-17 [paul]       0.8.11claws21
2109
2110         * src/gtk/about.c
2111                 remove 'Compiled-plugins' section.
2112                 
2113         * src/plugins/dillo_viewer/dillo_viewer.c
2114                 slight change to description text
2115
2116 2003-03-16 [match]      0.8.11claws20
2117         * src/ldapserver.[ch]           ** NEW **
2118         * src/ldapctrl.[ch]             ** NEW **
2119         * src/ldapquery.[ch]            ** NEW **
2120         * src/ldaputil.[ch]             ** NEW **
2121         * src/addrcindex.[ch]           ** NEW **
2122         * src/addrquery.h               ** NEW **
2123         * src/addritem.[ch]
2124         * src/addrcache.[ch]
2125         * src/addrindex.[ch]
2126         * src/addr_compl.[ch]
2127         * src/addressbook.[ch]
2128         * src/addrbook.[ch]
2129         * src/editgroup.c
2130         * src/editaddress.c
2131         * src/editldap.c
2132         * src/editldap_basedn.c
2133         * src/vcard.c
2134         * src/jpilot.c
2135         * src/Makefile.am
2136                 included dynamic LDAP queries. improved address
2137                 completion.
2138
2139 2003-03-16 [paul]       0.8.11claws19
2140
2141         * tools/multiwebsearch.pl
2142                 fix a fatal typo
2143
2144 2003-03-16 [christoph]  0.8.11claws18
2145
2146         * src/mimeview.c
2147         * src/plugins/dillo_viewer/dillo_viewer.c
2148         * src/plugins/mathml_viewer/mathml_viewer.c
2149                 make unregistering of MimeViewerFactorys possible
2150
2151 2003-03-16 [alfons]     0.8.11claws17
2152
2153         * configure.ac
2154                 correct typo
2155
2156 2003-03-16 [melvin]     0.8.11claws16
2157
2158         * src/plugins/dillo_viewer.c
2159                 Fixed bug where it was not possible to view more than
2160                 one text/html attachment per message (bug discovered
2161                 by Christoph Hohmann).
2162
2163 2003-03-15 [melvin]     0.8.11claws15
2164
2165         * src/prefs_actions.c
2166                 Fixed compilation warnings.
2167
2168 2003-03-15 [melvin]     0.8.11claws14
2169
2170         * src/plugins/Makefile.am
2171         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2172         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2173         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2174                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2175                 newer (http://dillo.auriga.wearlab.de/).
2176
2177 2003-03-15 [christoph]  0.8.11claws13
2178
2179         * src/imap.c
2180                 don't query imap folder for attributes because we already
2181                 for them from imap_status
2182
2183         * src/mimeview.[ch]
2184                 add support for plugable MimeViewers (unloading Viewers
2185                 not yet complete)
2186
2187         * src/plugins/Makefile.am
2188         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2189         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2190         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2191                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2192                 widget from http://helm.cs.unibo.it/mml-widget/
2193
2194 2003-03-14 [christoph]  0.8.11claws12
2195
2196         * src/folder.[ch]
2197                 o error return code's should better be negative
2198                 o replace printf with debug_print
2199
2200         * src/imap.c
2201                 improve IMAP folder scan by checking UID-NEXT
2202
2203         * src/summaryview.c
2204                 remove check that are unnecessary in my opinion
2205
2206 2003-03-13 [christoph]  0.8.11claws11
2207
2208         * src/folder.[ch]
2209         * src/foldersel.c
2210         * src/folderview.c
2211         * src/imap.c
2212         * src/mbox_folder.c
2213         * src/mh.c
2214         * src/news.c
2215         * src/prefs_scoring.c
2216         * src/summaryview.c
2217                 use a common function to get a displayable name
2218                 for a FolderItem
2219
2220 2003-03-13 [paul]       0.8.11claws10
2221
2222         * tools/Makefile.am
2223           tools/README
2224           tools/multiwebsearch.conf     ** NEW FILE **
2225           tools/multiwebsearch.pl       ** NEW FILE **
2226                 add multiwebsearch Actions script
2227
2228 2003-03-13 [colin]      0.8.11claws9
2229
2230         * src/compose.c
2231                 Remove leading emtpy lines from quoted text
2232                 before quoting it
2233
2234 2003-03-13 [melvin]     0.8.11claws8
2235
2236         * src/prefs_actions.c
2237                 Fixed a memory leak
2238                 Code clean ups
2239                 Added Cancel and OK buttons
2240                 Corrected help text
2241
2242 2003-03-13 [christoph]  0.8.11claws7
2243
2244         * src/account.c
2245         * src/folder.[ch]
2246         * src/imap.c
2247         * src/mainwindow.c
2248         * src/mbox_folder.c
2249         * src/mh.c
2250         * src/news.c
2251         * src/setup.c
2252                 replace more folder type stuff with folder class stuff
2253
2254 2003-03-13 [melvin]     0.8.11claws6
2255
2256         * src/prefs_actions.c
2257                 Added new tokens:
2258                 %u: user provided argument
2259                 %h: user provided argument (hidden on input)
2260                 %s: current text selection in the message view 
2261
2262 2003-03-13 [paul]       0.8.11claws5
2263
2264         * sync with 0.8.11cvs5
2265                 see ChangeLog 2003-03-11, 2003-03-12
2266
2267 2003-03-12 [christoph]  0.8.11claws4
2268
2269         * src/folder.c
2270                 use folder class idstr when writing folderlist.xml
2271
2272         * src/folder.h
2273         * src/imap.c
2274         * src/news.c
2275                 replace folder type checks with folder class checks
2276
2277 2003-03-12 [christoph]  0.8.11claws3
2278
2279         * src/folder.[ch]
2280         * src/imap.[ch]
2281         * src/main.c
2282         * src/mbox_folder.[ch]
2283         * src/mh.[ch]
2284         * src/news.[ch]
2285                 o create a list of known folder classes in the folder system
2286                 o use folder class id strings for folder item identifiers
2287
2288 2003-03-12 [christoph]  0.8.11claws2
2289
2290         * src/imap.c
2291                 fix imap uid validity check
2292
2293 2003-03-12 [christoph]  0.8.11claws1
2294
2295         * src/account.c
2296         * src/folder.[ch]
2297         * src/foldersel.c
2298         * src/folderview.c
2299         * src/imap.c
2300         * src/mainwindow.c
2301         * src/mbox_folder.c
2302         * src/mh.c
2303         * src/news.c
2304         * src/prefs_scoring.c
2305         * src/procmsg.c
2306         * src/setup.c
2307         * src/summaryview.c
2308                 initial restructuring of folder system, seperating
2309                 folders and folder classes
2310
2311 2003-03-12 [paul]       0.8.11claws
2312
2313         0.8.11claws release
2314
2315 2003-03-12 [christoph]
2316
2317         * src/gtk/prefswindow.c
2318                 fix translation of "Page Index"
2319
2320 2003-03-12 [paul]       0.8.10claws110
2321
2322         a sync from 0.8.11cvs4 before the release
2323
2324         * src/common/utils.c
2325                 subject_compare_for_sort(): allow null strings (fixes
2326                 summary sorting).
2327
2328 2003-03-11 [paul]       0.8.10claws109
2329
2330         * po/es.po
2331                 update Spanish translation, submitted by
2332                 Ricardo Mones Lastra
2333
2334 2003-03-11 [melvin]     0.8.10claws108
2335
2336         * po/fr.po
2337                 Updated French translations
2338
2339 2003-03-11 [paul]       0.8.10claws107
2340
2341         * manual/en/Makefile.am
2342           manual/en/*.html
2343                 update English manual, add a new page
2344                 updated by Francois Barriere <fbarriere@atmel.fr>
2345                 
2346         * po/bg.po
2347           po/it.po
2348           po/sr.po
2349                 update Bulgarian, Italian, and Serbian translations
2350                 submitted by George Danchev, Alessandro Maestri, and
2351                 Urke MMI
2352
2353 2003-03-10 [paul]       0.8.10claws106
2354
2355         * src/gtk/about.c
2356           src/gtk/prefswindow.c
2357                 make some strings translatable
2358
2359 2003-03-10 [darko]      0.8.10claws105
2360
2361         * src/compose.c
2362                 code cleanup to make Hiro happy
2363
2364 2003-03-10 [paul]       0.8.10claws104
2365
2366         * sync with 0.8.11cvs2
2367                 see ChangeLog 2003-03-10
2368
2369 2003-03-09 [melvin]     0.8.10claws103
2370
2371         * src/textview.c
2372                 textview_set_font(): fix for message display in
2373                 UTF-8 locales (thanks to Sergey Vlasov).
2374                 (was unintentionnaly reverted in 0.8.6claws6)   
2375
2376 2003-03-08 [darko]      0.8.10claws102
2377
2378         * src/compose.c
2379                 fix infinite loop in wrapping as reported
2380                 by happycactus
2381                 obsoletes patch #696482
2382
2383 2003-03-08 [christoph]  0.8.10claws101
2384
2385         * src/imap.c
2386                 add workaround for IMAP servers that do not
2387                 support the "UID SEARCH UID" command
2388
2389 2003-03-07 [christoph]  0.8.10claws100
2390
2391         * src/plugins/spamassassin/spamassassin.[ch]
2392         * src/plugins/spamassassin/spamassassin_gtk.c
2393                 code cleanup
2394
2395 2003-03-07 [paul]       0.8.10claws99
2396
2397         * po/es.po
2398                 updated Spanish translation, submitted by
2399                 Ricardo Mones Lastra
2400
2401 2003-03-07 [christoph]  0.8.10claws98
2402
2403         * src/send.c
2404                 fix in 0.8.10claws94 was wrong
2405                 local delivery does not require escaping, remove escaping
2406                 code to make signatures of mails with "." lines valid
2407                 
2408                 NOTE: requires that sendmail is executed with "-i" option,
2409                       what is the default now, but has to be changed in all
2410                       exsiting accounts)
2411
2412 2003-03-07 [paul]       0.8.10claws97
2413
2414         * sync with 0.8.11 release
2415                 see ChangeLog 2003-03-07
2416
2417 2003-03-06 [paul]       0.8.10claws96
2418
2419         * src/compose.c
2420                 revert commit 0.8.10claws92
2421
2422 2003-03-06 [paul]       0.8.10claws95
2423
2424         * src/folderview.c
2425                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2426
2427         * src/gtkaspell.c
2428                 fix bug 74, 'Crash opening editor window with pseudo-color
2429                 display'
2430                 
2431         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2432
2433 2003-03-06 [christoph]  0.8.10claws94
2434
2435         * src/send.c
2436                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2437                 all lines starting with a period get an extra period
2438                 inserted
2439                 (found by Simon 'corecode' Schubert)
2440
2441 2003-03-06 [paul]       0.8.10claws93
2442
2443         * src/folderview.c
2444                 if configured font can't be loaded fall back to gtk
2445                 default. (with thanks to Christoph)
2446                 
2447                 closes long-standing bug 15 'Crashes on startup'
2448
2449 2003-03-06 [paul]       0.8.10claws92
2450
2451         * src/compose.c
2452                 freeze text before autosave and thaw afterwards
2453                 fixes bug 67 'autosave make re-rediting message crazy'
2454
2455 2003-03-06 [christoph]  0.8.10claws91
2456
2457         * src/compose.c
2458                 ignore address comment in dupe check for Cc-list
2459
2460         (closes reopened bug 47 Replying to message strips name part of
2461          e-mail addresses of Cc: lines)
2462
2463 2003-03-06 [paul]       0.8.10claws90
2464
2465         * src/Makefile.am
2466                 remove reference to gtkxtext.h as its no longer in
2467                 the repository
2468
2469 2003-03-06 [paul]       0.8.10claws89
2470
2471         * sync with 0.8.10cvs25
2472                 see ChangeLog 2003-03-06
2473
2474 2003-03-06 [oliver]     0.8.10claws88
2475         
2476         * src/messageview.c
2477                 remove include
2478
2479 2003-03-06 [oliver]     0.8.10claws87
2480         
2481         * src/folderview.c 
2482                 remove changes introduced inclaws74
2483         * src/messageview.c
2484                 another attempt to sanely delete and update
2485                 messages deleted in separate messageview
2486
2487 2003-03-05 [christoph]  0.8.10claws86
2488
2489         * src/summaryview.c
2490                 check if "From" matches any account's address if
2491                 addressbook completion of addresses is disabled too
2492
2493         (closes Bug 70 "Display recipient in from" doesn't check
2494          folder's default account)
2495
2496 2003-03-05 [christoph]  0.8.10claws85
2497
2498         * src/compose.c
2499         * src/common/utils.[ch]
2500                 don't strip address comments when building Cc lists
2501
2502         (closes Bug 47 Replying to message strips name part of e-mail addresses
2503          of Cc: lines)
2504
2505         * src/folder.c
2506                 fix return value of copy function
2507
2508 2003-03-05 [christoph]  0.8.10claws84
2509
2510         * src/imap.c
2511                 don't ask imap server for non rfc822 headers
2512
2513         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2514
2515         * src/imap.c
2516                 destroy session on socket error to allow reconnecting
2517
2518 2003-03-05 [christoph]  0.8.10claws83
2519
2520         * configure.ac
2521                 fix building with gnome when no prefix is set
2522
2523         (closes bug 66 Gnome directory is set to NONE)
2524
2525 2003-03-05 [paul]       0.8.10claws82
2526
2527         * sync with 0.8.10cvs23
2528                 see ChangeLog 2003-03-05
2529
2530 2003-03-04 [christoph]  0.8.10claws81
2531
2532         * src/folder.c
2533                 o fix moving and copying when folder returns 0 for new
2534                   message number
2535                 o remove some code for single message copy and move
2536                   operations and use functions for multiple messages
2537
2538         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2539
2540         * src/news.c
2541                 remove unused include
2542
2543 2003-03-04 [paul]       0.8.10claws80
2544
2545         * src/gtk/about.c
2546                 list 'Compiled plugins'
2547
2548 2003-03-03 [christoph]  0.8.10claws79
2549
2550         * src/news.[ch]
2551                 have to multiply the percentage of the current fetch with
2552                 the percentage that it has of the total fetch operation
2553                 for correct values
2554
2555 2003-03-03 [christoph]  0.8.10claws78
2556
2557         * src/news.c
2558                 fix calculation of expected lines for progress indicator
2559
2560 2003-03-03 [christoph]  0.8.10claws77
2561
2562         * src/summaryview.c
2563         * src/common/utils.c
2564                 fix segfault when opening the root news folder
2565
2566 2003-03-03 [christoph]  0.8.10claws76
2567
2568         * src/mainwindow.[ch]
2569         * src/common/Makefile.am
2570         * src/common/progressindicator.[ch]
2571                 add UI independent progress indicator handling
2572
2573         * src/news.[ch]
2574                 use new progress indicator for message info fetching
2575
2576         * src/common/hooks.h
2577                 code cleanup
2578
2579 2003-03-03 [oliver]     0.8.10claws75
2580
2581         * src/toolbar.c
2582         * src/compose.c
2583                 removed commented code
2584
2585 2003-03-03 [oliver]     0.8.10claws74
2586
2587         * src/toolbar.[ch]
2588                 cleanups and refactoring
2589         * src/compose.[ch]
2590                 compose_reply_mode reply & forwarding interface for
2591                 toolbar buttons
2592         * src/folderview.c
2593                 act on messages marked for deletion in folderview_selected
2594                 based on prefs_common.immediate_exec since a message might 
2595                 have been deleted by messageview in a folder we are changing 
2596                 to (does anybody understand what I'm on about ?)
2597
2598 2003-03-03 [oliver]     0.8.10claws73
2599         
2600         * src/messageview.[ch]
2601                 new functions
2602                 - messageview_delete: delete message shown in messagview
2603                 - messageview_update_view: update messageview to currently 
2604                   selected summaryview message
2605                 - add separate messageview to msgview_list in order to update 
2606                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2607         * src/summaryview.[ch]
2608                 summary_get_selection returns a list of selected msgs
2609                 in summaryview
2610         * src/mainwindow.c
2611                 toolbar reply refactoring
2612
2613 2003-03-03 [paul]       0.8.10claws72
2614
2615         * sync with 0.8.10cvs21
2616                 see ChangeLog 2003-03-03
2617
2618 2003-03-02 [christoph]  0.8.10claws71
2619
2620         * src/common/passcrypt.c
2621                 use POSIX includes
2622
2623 2003-03-02 [christoph]  0.8.10claws70
2624
2625         * configure.ac
2626         * src/prefs_account.c
2627         * src/prefs_gtk.[ch]
2628         * src/common/.cvsignore
2629         * src/common/Makefile.am
2630         * src/common/passcrypt.c                ** NEW **
2631         * src/common/passcrypt.h.in             ** NEW **
2632                 Implement password encryption in config files
2633                 using unix encrypt and setkey functions. The crypt
2634                 key can be set as a configure parameter. Old
2635                 passwords will be converted if they do not begin
2636                 with '!'
2637
2638 2003-03-02 [paul]       0.8.10claws69
2639
2640         * src/prefs_account.c
2641                 fix compile error
2642
2643 2003-03-01 [thorsten]   0.8.10claws68
2644
2645         * po/el.po
2646           po/hr.po
2647           po/it.po
2648           po/nl.po
2649           po/sr.po
2650           po/sv.po
2651                 corrected format strings
2652         * po/en_GB.po
2653                 corrected headers
2654                 (fix compile errors with GNU gettext-0.11.5)
2655
2656 2003-03-01 [oliver]     0.8.10claws67
2657
2658         * src/summaryview.c
2659                 menu callbacks call toolbar_menu_reply
2660
2661 2003-03-01 [oliver]     0.8.10claws66
2662
2663         * src/mainwindow.c
2664         * src/messageview.c
2665                 menu callbacks call toolbar_menu_reply
2666         * src/toolbar.[ch]
2667                 callbacks from menu handled by toolbar_menu_reply
2668
2669 2003-03-01 [paul]       0.8.10claws65
2670
2671         * src/addressbook.c
2672                 revert commit 0.8.10claws54 - breaks editing of
2673                 addressbook.
2674                 
2675         * po/bg.po
2676                 update Bulgarian translation, submitted by
2677                 George Danchev
2678
2679 2003-02-28 [christoph]  0.8.10claws64
2680
2681         * src/account.c
2682         * src/addressadd.c
2683         * src/compose.c
2684         * src/gtkaspell.c
2685         * src/gtkxtext.h                ** REMOVE **
2686         * src/imap.c
2687         * src/matcher.[ch]
2688         * src/mh.c
2689         * src/news.c
2690         * src/pine.c
2691         * src/prefs_common.c
2692         * src/prefs_matcher.c
2693         * src/procheader.[ch]
2694         * src/procmsg.[ch]
2695         * src/toolbar.c
2696         * src/common/ssl_certificate.c
2697         * src/gtk/colorlabel.c
2698         * src/gtk/menu.c
2699                 o fix warnings
2700                 o remove code obsoleted by new cache and folder system rework
2701
2702 2003-02-28 [oliver]     0.8.10claws63
2703         
2704         * src/toolbar.[ch]
2705                 * fix bug where reply in Messageview replied to 
2706                 Message displayed in summaryview
2707                 (reportedd via ML by chinatinte at gmx dot ch)
2708                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2709                 didn't work in separate MessageView Toolbar
2710                 (wondering if anybody uses this at all ?)
2711         * src/summaryview.[ch]
2712                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2713                 (generalize reply and forward code);
2714         * src/messageview.c 
2715                 remove focus_in event which updated summaryview to messageview
2716
2717 2003-02-28 [paul]       0.8.10claws62
2718
2719         * po/Makefile.in.in
2720                 add the --check option
2721                 Patch submitted by Ricardo Mones Lastra
2722
2723 2003-02-28 [paul]       0.8.10claws61
2724
2725         * src/prefs_account.c
2726                 re-order 'Signature' items
2727
2728 2003-02-28 [paul]       0.8.10claws60
2729
2730         * sync with 0.8.10cvs20
2731                 see ChangeLog 2003-02-28
2732
2733 2003-02-28 [paul]       0.8.10claws59
2734
2735         * po/POTFILES.in
2736                 update to reflect recent movement of files
2737
2738 2003-02-28 [paul]       0.8.10claws58
2739
2740         * sync with 0.8.10cvs19
2741                 see ChangeLog 2003-02-28
2742
2743 2003-02-27 [martin]     0.8.10claws57
2744
2745         * src/prefs_matcher.c 
2746                 fix segfault in prefs_matcher_ok() when the
2747                 last entry is deleted and prevents that the
2748                 message "entry not saved" comes up after deleting
2749                 an entry
2750
2751 2003-02-27 [martin]     0.8.10claws56
2752
2753         * src/prefs_filtering.c 
2754                 fix segfault in prefs_filtering_ok() when the
2755                 last entry is deleted and prevents that the
2756                 message "entry not saved" comes up after deleting
2757                 an entry
2758
2759 2003-02-27 [paul]       0.8.10claws55
2760
2761         * sync with 0.8.10cvs18
2762                 see ChangeLog 2003-02-27
2763
2764 2003-02-27 [paul]       0.8.10claws54
2765
2766         * src/addressbook.c
2767                 fix bug where the address book crashes with 
2768                 multiple lookups.
2769                 Patch [687729] submitted by David Frager 
2770                 <dbfrager@users.sourceforge.net>
2771
2772 2003-02-25 [christoph]  0.8.10claws53
2773
2774         * src/Makefile.am
2775         * src/colorlabel.[ch]           ** REMOVE **
2776         * src/gtk/Makefile.am
2777         * src/gtk/colorlabel.[ch]       ** NEW **
2778                 move colorlabel files to gtk directory
2779
2780         * src/esmtp.[ch]                ** REMOVE **
2781                 has been merged into smtp.[ch] in 0.7.5
2782
2783 2003-02-25 [christoph]  0.8.10claws52
2784
2785         * src/Makefile.am
2786         * src/about.[ch]                ** REMOVE **
2787         * src/gtk/Makefile.am
2788         * src/gtk/about.[ch]            ** NEW **
2789                 move about files to gtk directory
2790
2791 2003-02-25 [christoph]  0.8.10claws51
2792
2793         * src/folder.c
2794                 some code optimization of folder scanning code
2795
2796         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2797
2798 2003-02-25 [christoph]  0.8.10claws50
2799
2800         * src/main.c
2801         * src/common/sylpheed.c
2802                 add command line parameter parsing to common code
2803
2804 2003-02-24 [christoph]
2805
2806         * Makefile.am
2807         * configure.ac
2808                 fix gnome prefix problems, the configure script now removed
2809                 `gnome-config --prefix` from `gnome-config --datadir`
2810                 and adds $(prefix} instead
2811
2812         (closes Bug 24 Makefile does not respect prefix when installing
2813          GNOME data)
2814
2815 2003-02-24 [christoph]  0.8.10claws49
2816
2817         * src/news.c
2818                 check for valid session before trying to authenticate
2819
2820         (closes Bug 60 crash if "authenticate on logon" is activated
2821          and newsserver-hostname is not valid)
2822
2823 2003-02-24 [melvin]     0.8.10claws48
2824
2825         * src/prefs_actions.c
2826                 Make sure all user's input is sent to the action and then
2827                 close the socket..
2828
2829 2003-02-23 [alfons]     0.8.10claws46
2830
2831         * src/summaryview.c
2832                 also wait cursor when deleting files
2833
2834 2003-02-23 [paul]
2835
2836         * tools/freshmeat_search.pl
2837           tools/google_search.pl
2838                 scripts should now work for any browser/browser command line
2839
2840 2003-02-22 [christoph]  0.8.10claws45
2841
2842         * src/procmsg.c
2843                 fix IMAP flag setting, IMAP flag is not handled correctly
2844                 anymore by the folder system and information about the
2845                 folder should not be saved in the MsgInfo (in my opinion)
2846
2847         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2848
2849 2003-02-22 [christoph]  0.8.10claws44
2850
2851         * src/summaryview.c
2852                 fix spelling of "label" ;-)
2853
2854 2003-02-22 [thorsten]   0.8.10claws43
2855
2856         * src/mimeview.c
2857           src/prefs_common.[ch]
2858           src/procmime.[ch]
2859                 do not use description as attachment name
2860
2861 2003-02-22 [alfons]     0.8.10claws42
2862
2863         * src/summaryview.c
2864                 freeze/thaw folder item updates when changing color labels,
2865                 and put a wait cursors on
2866
2867 2003-02-22 [thorsten]   0.8.10claws41
2868
2869         * src/mimeview.c
2870                 save-all fixes: crash if invoked on multipart container,
2871                 mimeinfo access, pathseparators, error dialog
2872
2873 2003-02-21 [alfons]     0.8.10claws40
2874
2875         * src/prefs_gtk.c
2876                 remove unused var
2877
2878 2003-02-21 [colin]      0.8.10claws39
2879
2880         * src/send.c
2881                 Fix smtp logging
2882
2883 2003-02-21 [colin]      0.8.10claws38
2884
2885         * src/summaryview.c
2886                 Freeze/thaw folderItem updates when filtering messages 
2887                 via Tools/Filter messages
2888
2889 2003-02-21 [paul]       0.8.10claws37
2890
2891         * src/compose.c
2892                 revert commit 0.8.10claws26, there are ulterior motives
2893                 for users to set a Reply-To header when posting to
2894                 newsgroups
2895
2896 2003-02-21 [paul]       0.8.10claws36
2897
2898         * sync with 0.8.10cvs17
2899                 see ChangeLog 2003-02-21
2900
2901 2003-02-20 [christoph]  0.8.10claws35
2902
2903         * src/imap.c
2904                 IMAP UID fetch speedup using SEARCH
2905
2906         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2907
2908         * src/imap.c
2909                 fix problem with UIDs in IMAP UID cache that no longer existed
2910
2911 2003-02-20 [christoph]  0.8.10claws34
2912
2913         * src/imap.c
2914         * src/procheader.c
2915         * src/procheader.h
2916                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2917
2918         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2919
2920         * src/imap.c
2921                 Rewrite imap_cmd_gen_recv use sock_getline instead
2922                 of sock_gets to avoid problems with too long reply
2923                 lines
2924     
2925 2003-02-20 [colin]      0.8.10claws33
2926         
2927         * src/prefs_account.c
2928                 Better wording
2929
2930 2003-02-20 [colin]      0.8.10claws32
2931
2932         * src/compose.c
2933                 Remove useless '&& !to_sender' 
2934
2935 2003-02-20 [darko]
2936
2937         * AUTHORS
2938                 change my e-mail address
2939
2940 2003-02-19 [colin]      0.8.10claws31
2941
2942         * src/prefs_common.c
2943                 X11 style colors for every configurable color
2944
2945 2003-02-19 [alfons]     0.8.10claws30
2946
2947         * src/prefs_gtk.[ch]
2948         * src/prefs_common.c
2949                 for color_new accept both plain integers and X11 style color
2950                 names (as found in /usr/lib/X11/rgb.txt)
2951
2952 2003-02-19 [paul]       0.8.10claws29
2953
2954         * src/mainwindow.c
2955                 add tooltips to online/offline button and account selector
2956                 button
2957
2958 2003-02-19 [paul]       0.8.10claws28
2959
2960         * src/folder.c
2961           src/news.c
2962           src/prefs_account.[ch]
2963           src/prefs_common.[ch]
2964                 move 'Maximum number of articles to download' to
2965                 account prefs.
2966                 clean up account prefs gui a little by hiding entries
2967                 rather then greying out entries
2968
2969 2003-02-19 [hiro]       0.8.10claws27
2970
2971         * src/common/utils.c
2972                 fix bug #54 'yesterdays date is displayed in the message 
2973                 summary window'
2974
2975 2003-02-19 [paul]       0.8.10claws26
2976
2977         * src/compose.c
2978                 fix bug reported in Feature Request [688596] 
2979                 'Reply-to header in news'
2980
2981 2003-02-18 [paul]       0.8.10claws25
2982
2983         * src/select-keys.c
2984                 add a 'List all keys' button to key selection dialog
2985
2986 2003-02-18 [colin]      0.8.10claws24
2987         
2988         * src/stock_pixmap.c
2989                 fix compile error
2990
2991 2003-02-18 [colin]      0.8.10claws23
2992
2993         * src/common/smtp.[ch]
2994           src/prefs_account.c
2995                 Try to starttls if it seems to be the only
2996                 way to authenticate a user
2997
2998 2003-02-18 [paul]       0.8.10claws22
2999
3000         * src/Makefile.am
3001           src/folderview.c
3002           src/stock_pixmap.[ch]
3003           src/pixmaps/drafts_close.xpm  ** NEW FILE **
3004           src/pixmaps/drafts_open.xpm   ** NEW FILE **
3005                 as a Drafts folder is a special folder allow it to have
3006                 its own unique icons
3007
3008 2003-02-18 [colin]      0.8.10claws21
3009
3010         * src/imap.c
3011                 Fix port selection when using starttls
3012
3013 2003-02-18 [paul]       0.8.10claws20
3014
3015         * src/mainwindow.c
3016           src/prefs_common.[ch]
3017                 make blue the default new mail colour
3018
3019 2003-02-18 [paul]       0.8.10claws19
3020
3021         * sync with 0.8.10cvs14
3022                 see ChangeLog 2003-02-18
3023
3024 2003-02-17 [jens]       0.8.10claws18
3025
3026         * src/common/md5.c
3027                 fixed a compile problem with gcc 3.3
3028                 works on 2.95.3 too (testet on PPC as it is big endian)
3029
3030 2003-02-17 [paul]       0.8.10claws17
3031
3032         * sync with 0.8.10cvs13
3033                 see ChangeLog 2003-02-17
3034
3035 2003-02-17 [paul]       0.8.10claws16
3036
3037         * sync with 0.8.10cvs12
3038                 see ChangeLog 2003-02-17
3039
3040 2003-02-16 [match]      0.8.10claws15
3041
3042         * src/addressbook.c
3043                 Eliminates reloading of address data when items
3044                 deleted or added. Applied submitted by
3045                 Luke Plant <lukeplant@softhome.net>
3046
3047 2003-02-16 [paul]       0.8.10claws14
3048
3049         * src/news.c
3050                 when a 'protocol error' is encountered disconnect from
3051                 the server. This means that the user can carry on viewing
3052                 other articles and doesn't have to either wait until the
3053                 server timesout or quit sylpheed.
3054                 Fixes bug #53 'Unable to read messages in newsgroups, 
3055                 displayed message doesn't change'
3056
3057 2003-02-15 [christoph]  0.8.10claws13
3058
3059         * src/imap.c
3060                 fix bug that stopped scanning of folders when an
3061                 IMAP folder was empty
3062
3063         (closes bug 46 stop scan messages in folders after empty folder)
3064
3065 2003-02-15 [paul]
3066
3067         * tools/Makefile.am
3068           tools/README
3069           tools/freshmeat_search.pl     ** NEW FILE **
3070           tools/google_search.pl        ** NEW FILE **
3071                 Add 2 Actions scripts which search freshmeat/google
3072                 for the selected text using the browser configured
3073                 in sylpheedrc.
3074                 
3075         Note: These scripts are very dependent on the format of the
3076         browser command and may not work on every occasion. Testing
3077         is welcome. 
3078
3079 2003-02-14 [alfons]     0.8.10claws12
3080
3081         * src/compose.c
3082                 fix breakage because of uninitialized account pointer.
3083                 please verify.
3084
3085 2003-02-14 [paul]       0.8.10claws11
3086
3087         * src/compose.c
3088           src/prefs_account.[ch]
3089           src/prefs_common.[ch]
3090                 move signature settings to Account Prefs
3091
3092 2003-02-14 [paul]       0.8.10claws10
3093
3094         * sync with 0.8.10cvs11
3095                 see ChangeLog 2003-02-14
3096
3097 2003-02-13 [thorsten]   0.8.10claws9
3098
3099         * src/news.c
3100                 revert news progressbar (GUI separation)
3101
3102 2003-02-13 [paul]       0.8.10claws8
3103
3104         * src/compose.c
3105                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3106                 paragraph 1
3107
3108 2003-02-13 [paul]       0.8.10claws7
3109
3110         * src/compose.[ch]
3111           src/summaryview.c
3112                 fix 'Follow-up and Reply-to' so that it creates a reply to
3113                 the newsgroup and the sender. If the message has the keyword
3114                 'poster' in the Followup-To header, all replies go to the
3115                 sender, re: RFC 1036, Section 2.2.3
3116                 rename all instances of 'ignore_replyto' to 'to_sender', both
3117                 were previously used, now we use just one.
3118
3119 2003-02-13 [paul]       0.8.10claws6
3120
3121         * sync with 0.8.10cvs9
3122                 see ChangeLog 2003-02-13
3123
3124 2003-02-13 [paul]       0.8.10claws5
3125
3126         * configure.ac
3127                 show which plugins are configured in the configure
3128                 output.
3129
3130 2003-02-12 [thorsten]   0.8.10claws4
3131
3132         * src/news.c
3133                 show progress while fetching news headers
3134
3135 2003-02-12 [christoph]  0.8.10claws3
3136
3137         * configure.ac
3138         * src/plugins/Makefile.am
3139                 use AM_CONDITIONAL to enable plugins, automake correctly
3140                 manages this when creating distdir
3141
3142 2003-02-12 [christoph]  0.8.10claws2
3143
3144         * ac/spamassassin.m4
3145         * src/plugins/spamassassin/Makefile.am
3146                 fix building SpamAssassin plugin without OpenSSL
3147
3148 2003-02-12 [paul]       0.8.10claws1
3149
3150         * ac/Makefile.am
3151           src/Makefile.am
3152           src/plugins/Makefile.am
3153                 fix failure of 'make release'
3154
3155 2003-02-12 [paul]       0.8.10claws
3156
3157         * 0.8.10claws released
3158
3159 2003-02-12 [paul]       0.8.9claws56
3160
3161         * po/bg.po
3162           po/es.po
3163           po/it.po
3164           po/ru.po
3165           po/sr.po
3166                 updated translations by George Danchev, Ricardo Mones Lastra,
3167                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3168                 
3169         * sylpheed.spec.in
3170                 Allow the building of RPMs by a regular user. Submitted
3171                 by Sergei Astanin
3172
3173 2003-02-11 [alfons]     0.8.9claws55
3174
3175         * src/colorlabel.c
3176                 don't use pixmaps for label color rect but draw rectangles
3177                 so we can respect the color map of palette based visuals
3178                 (fixes the long time crashes on Suns - thanks to Andreas
3179                 Engel and Steve O'Hara-Smith for testing)
3180
3181 2003-02-11 [christoph]  0.8.9claws54
3182
3183         * src/matcher_parser_parse.y
3184                 correct bug where filering rules of not existing folders in
3185                 matcherrc were added to global filtering
3186                 
3187         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3188          main filter-rules after removing directory, http://bugs.debian.org/180253)
3189         
3190 2003-02-11 [paul]       0.8.9claws53
3191
3192         * sync with 0.8.10cvs7
3193                 see ChangeLog 2003-02-09
3194
3195 2003-02-11 [melvin]     0.8.9claws52
3196
3197         * po/fr.po
3198                 Updated French tranlsations
3199
3200 2003-02-10 [paul]       0.8.9claws51
3201
3202         * sylpheed.spec.in
3203                 correct --enable-openssl
3204                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3205
3206 2003-02-09 [martin]     0.8.9claws50
3207
3208         * src/prefs_matcher.c
3209                 fix segfault in prefs_matcher_substitute_cb() when
3210                 no row is selected
3211
3212 2003-02-09 [paul]       0.8.9claws49
3213
3214         * src/folderview.c
3215                 fix bug where a newsgroup folder's processing rules were
3216                 merged with the global filtering rules when the newsgroup
3217                 folder was deleted, causing some seriously bad results,
3218                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3219
3220 2003-02-08 [melvin]     0.8.9claws48
3221
3222         * src/compose.c
3223                 Corrected and modified an alert message.
3224
3225 2003-02-07 [paul]       0.8.9claws47
3226
3227         * src/folderview.c
3228                 fix bug where both an 'Account properties' window and a
3229                 'Folder properties' window were opened when clicking on
3230                 'Properties' in an NNTP or IMAP folder's popup menu.
3231
3232 2003-02-07 [paul]       0.8.9claws46
3233
3234         * sync with 0.8.10cvs6
3235                 see ChangeLog 2003-02-06
3236
3237 2003-02-06 [christoph]  0.8.9claws45
3238
3239         * src/mbox.c
3240                 freeze folder updates while importing mbox files
3241                 (closes bug 43 importing mbox took hours)
3242                 
3243         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3244
3245 2003-02-06 [thorsten]   0.8.9claws44
3246
3247         * po/de.po
3248                 Updated german translations
3249
3250 2003-02-06 [thorsten]   0.8.9claws43
3251
3252         * src/news.h
3253                 use guint for message numbers (fix count in grouplist dialog)
3254
3255 2003-02-05 [paul]       0.8.9claws42
3256
3257         * sync with 0.8.10cvs2
3258                 see ChangeLog 2003-02-05
3259
3260 2003-02-04 [colin]      0.8.9claws41
3261
3262         * src/prefs_common.[ch]
3263           src/procmsg.c
3264           src/summaryview.c
3265                 Add an option to disable threading by subject
3266
3267 2003-02-04 [christoph]  0.8.9claws40
3268
3269         * src/inc.c
3270                 only abort fetching mails from multiple accounts when the
3271                 error is fatal and does not allow to check any more accounts
3272                 (currently only disk full error)
3273
3274         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3275          receive mails for other accouts)
3276
3277 2003-02-04 [christoph]  0.8.9claws39
3278
3279         * src/folder.c
3280                 first add the new message to the cache, then
3281                 send the update notification
3282
3283         (closes bug 39 after sending message folderview doesnt get updated)
3284
3285 2003-02-04 [colin]      0.8.9claws38
3286
3287         * src/inc.c
3288                 _really_ fix this Connecting... status
3289
3290 2003-02-04 [paul]       0.8.9claws37
3291
3292         * sync with 0.8.10
3293                 see ChangeLog 2003-02-04
3294
3295 2003-02-04 [paul]       0.8.9claws36
3296
3297         * sync with 0.8.9cvs6
3298                 see ChangeLog 2003-02-03
3299
3300 2003-02-04 [paul]       0.8.9claws35
3301
3302         * po/pt_BR.po
3303                 updated by André Filipe de Assunção e Brito 
3304                 <bedecko@netsite.com.br>
3305
3306 2003-02-03 [thorsten]   0.8.9claws34
3307
3308         * po/de.po
3309                 Updated german translations
3310
3311 2003-02-02 [paul]       0.8.9claws33
3312
3313         * po/es.po
3314                 updated by Ricardo Mones Lastra
3315
3316 2003-02-02 [thorsten]   0.8.9claws32
3317
3318         * src/mh.c
3319                 Fix mh_get_msginfo() segfault if file is inaccessible
3320
3321 2003-01-31 [colin]      0.8.9claws31
3322
3323         * src/procheader.c
3324                 Fix last commit's bug
3325
3326 2003-01-31 [colin]      0.8.9claws30
3327
3328         * src/procheader.c
3329                 Missing a change for gpg-signed messages
3330
3331 2003-01-31 [paul]       0.8.9claws29
3332
3333         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3334           src/procheader.c
3335           src/stock_pixmap.[ch]
3336           src/summaryview.c
3337                 indicate GnuPG signed messages by displaying an icon
3338                 in the Attachment column.
3339
3340 2003-01-31 [paul]       0.8.9claws28
3341
3342         * sync with 0.8.9cvs4
3343                 see ChangeLog 2003-01-31
3344
3345 2003-01-31 [alfons]     0.8.9claws27
3346
3347         * src/textview.c
3348                 tune URI parser to accept mailto URLs with a '?'
3349                 (patch from Ruslan Balkin)
3350
3351 2003-01-31 [colin]      0.8.9claws26
3352
3353         * src/summaryview.c
3354                 Fix a leak introduced in claws24
3355
3356 2003-01-31 [colin]      0.8.9claws25
3357
3358         * src/summaryview.c
3359                 Freeze/Thaw folder updates when deleting dups
3360
3361 2003-01-31 [colin]      0.8.9claws24
3362         
3363         * src/addr_compl.c
3364           src/summaryview.c
3365           src/msgcache.c
3366                 little speed improvements
3367
3368 2003-01-31 [colin]      0.8.9claws23
3369
3370         * src/summaryview.c
3371                 Fix segfault when forwarding nothing
3372                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3373                 
3374 2003-01-30 [paul]       0.8.9claws22
3375
3376         * sync with 0.8.9cvs3
3377                 see ChangeLog 2003-01-30
3378
3379 2003-01-30 [paul]       0.8.9claws21
3380
3381         * sync with 0.8.9cvs2
3382                 see ChangeLog 2003-01-30
3383
3384 2003-01-29 [paul]       0.8.9claws20
3385
3386         * sync with 0.8.9cvs1
3387                 see ChangeLog 2003-01-29
3388
3389 2003-01-28 [paul]       0.8.9claws19
3390
3391         * po/POTFILES.in
3392                 update to reflect changes. 
3393                 thanks to Ricardo Mones Lastra
3394
3395 2003-01-27 [christoph]  0.8.9claws18
3396
3397         * ac/openssl.m4
3398         * ac/spamassassin.m4
3399         * src/plugins/spamassassin/README
3400         * src/plugins/spamassassin/libspamc.[ch]
3401         * src/plugins/spamassassin/utils.[ch]
3402                 updated to latest libspamc
3403
3404 2003-01-27 [christoph]  0.8.9claws17
3405
3406         * src/folder.c
3407                 fix wrong use of procheader_get_header_fields
3408
3409 2003-01-27 [christoph]  0.8.9claws16
3410
3411         * src/news.c
3412         * src/prefs_account.[ch]
3413         * src/common/nntp.[ch]
3414                 allow to force authentication for NNTP servers
3415
3416         Patch submitted by Florian Mickler <dmk@d-labs.de>
3417
3418 2003-01-26 [paul]       0.8.9claws15
3419
3420         * src/summaryview.c
3421                 speed up of marking messages as read
3422                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3423
3424 2003-01-26 [christoph]  0.8.9claws14
3425
3426         * src/Makefile.am
3427         * src/mgutils.[ch]              ** REMOVE **
3428         * src/xml.[ch]                  ** REMOVE **
3429         * src/xmlprops.[ch]             ** REMOVE **
3430         * src/common/Makefile.am
3431         * src/common/mgutils.[ch]       ** NEW **
3432         * src/common/xml.[ch]           ** NEW **
3433         * src/common/xmlprops.[ch]      ** NEW **
3434                 move xml files to common directory
3435
3436 2003-01-26 [christoph]  0.8.9claws13
3437
3438         * src/plugins/spamassassin/spamassassin_gtk.c
3439                 only set gtk entry text if string is available
3440
3441 2003-01-26 [melvin]     0.8.9claws12
3442
3443         * src/description_window.c
3444                 Allow resizing of the window
3445                 Allow automatic horizontal scroll bar
3446                 Do not vertically expand and fill
3447
3448 2003-01-26 [christoph]  0.8.9claws11
3449
3450         * src/Makefile.am
3451         * src/gtkutils.[ch]             ** REMOVE **
3452         * src/common/sylpheed.c
3453         * src/gtk/Makefile.am
3454         * src/gtk/description_window.c
3455         * src/gtk/gtkutils.[ch]         ** NEW **
3456         * src/gtk/prefswindow.c
3457                 move gtkutils to gtk directory
3458
3459 2003-01-26 [paul]       0.8.9claws10
3460
3461         * src/summaryview.c
3462                 rename summary_unread_clicked() to summary_status_clicked()
3463
3464 2003-01-26 [melvin]     0.8.9claws9
3465
3466         * src/prefs_actions.c
3467                 Cosmetical changes to the help text
3468
3469 2003-01-26 [paul]       0.8.9claws8
3470
3471         * src/folder.[ch]
3472           src/mainwindow.c
3473           src/prefs_common.c
3474           src/prefs_sumamry_column.c
3475           summaryview.[ch]
3476                 rename the 'Unread' column to 'Status'
3477
3478 2003-01-25 [match]      0.8.9claws7
3479
3480         * src/mgutils.[ch]
3481                 removed reference to LDAP constants. removed error2string.
3482                 included functions to support LDAP dynamic queries.
3483         * src/syldap.h
3484                 moved LDAP constants here.
3485         * src/addressbook.c
3486         * src/addrindex.c
3487         * src/importldif.c
3488                 removed references to LDAP constants and references to
3489                 error2string.
3490
3491 2003-01-25 [paul]       0.8.9claws6
3492
3493         * src/summaryview.c
3494                 summary_thread_build(), summary_thread_init(): remove 
3495                 unneeded reference to summaryview->folder_item
3496
3497 2003-01-25 [christoph]  0.8.9claws5
3498
3499         * src/gtk/description_window.c
3500                 o allow description texts to expand over multiple columns
3501                 o translate all columns
3502         * src/prefs_actions.c
3503                 change syntax description to use new multi column feature
3504
3505         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3506
3507 2003-01-25 [match]      0.8.9claws4
3508
3509         * src/vcard.c
3510                 fixed bug with Quoted-Printable
3511
3512 2003-01-25 [paul]       0.8.9claws3
3513
3514         * src/folder.[ch]
3515           src/summaryview.[ch]
3516                 implement per-folder collapsed/expanded threads setting
3517                 
3518         * src/prefs_common.c
3519                 remove global collapsed/expanded threads option
3520
3521 2003-01-25 [christoph]  0.8.9claws2
3522
3523         * po/POTFILES.in
3524                 add pluginwindow and prefswindow
3525         * src/compose.c
3526                 make send respond correctly to messages that could be added
3527                 to the queue folder, but the UID of the message is unknown
3528         * src/folder.c
3529         * src/imap.c
3530                 don't return guessed UIDs in imap_add_msg anymore. We return
3531                 0 to tell the folder system it was appened but the UID is
3532                 unknown. Folder system now get's the UID by scaning the folder
3533                 and searching the cache for the Message-ID
3534                 (closes bug #29 Messages queued, but not sent)
3535
3536 2003-01-25 [paul]       0.8.9claws1
3537
3538         * src/codeconv.c
3539                 conv_encode_header():  fix bug when long headers with 8-bit
3540                 characters are used, so that the encoded words are wrapped.
3541                 If the space in the original text falls on the wrap boundary,
3542                 it can be lost.
3543                 Patch by Sergey Vlasov.
3544                 
3545         * src/folderview.c
3546                  fix bug where a change to the sorting method or thread view
3547                  of a folder's messages is lost if simpify-subject is set and
3548                  toggled on or off.
3549                  Patch by Luke Plant.
3550
3551 2003-01-24 [paul]       0.8.9claws
3552
3553         * sylpheed-0.8.9claws released
3554         
3555         * Makefile.am
3556           sylpheed.spec.in
3557                 remove reference to 'INSTALL.jp'
3558
3559 2003-01-23 [paul]       0.8.8claws128
3560
3561         * po/es.po
3562           po/it.po
3563           po/ru.po
3564           po/sr.po
3565                 updated translations. submitted by Ricardo Mones Lastra,
3566                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3567
3568 2003-01-23 [colin]      0.8.8claws127
3569
3570         * src/compose.c
3571                 Fix drafted and queued news articles re-edition
3572
3573 2003-01-23 [melvin]     0.8.8claws126
3574
3575         * po/fr.po
3576                 Updated French translations
3577
3578 2003-01-23 [colin]      0.8.8claws125
3579
3580         * src/inc.c
3581                 Fix "Connecting to..." status message
3582
3583 2003-01-22 [paul]       0.8.8claws124
3584
3585         * po/bg.po
3586                 updated by George Danchev
3587                 
3588         * src/folder.c
3589                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3590                 and folder deletion
3591
3592 2003-01-21 [paul]       0.8.8claws123
3593
3594         * po/bg.po
3595                 updated by George Danchev
3596                 
3597         * src/about.c
3598                 its now 2003
3599                 
3600         * src/toolbar.c
3601                 don't translate 'Separator'
3602                 
3603         * src/plugins/spamassassin/Makefile.am
3604                 add aspell to CPPFLAGS
3605                 
3606         * src/plugins/spamassassin/spamassassin.c
3607           src/plugins/spamassassin/spamassassin_gtk.c
3608                 set correct default for spamassassin_receive_spam
3609                 slightly re-word descriptions and some
3610                 other minor changes
3611
3612 2003-01-19 [alfons]     0.8.8claws122
3613                 
3614         * src/mimeview.c
3615                 mimeview_save_as(): we might as well show the file name for
3616                 the single case "Save As" too
3617
3618 2003-01-19 [alfons]     0.8.8claws121
3619
3620         * src/crash.c
3621                 change bug tracker URL to bugzilla URL
3622
3623 2003-01-19 [alfons]     0.8.8claws120
3624
3625         * src/mimeview.c
3626                 mimeview_save_all(): display name of file before overwriting;
3627                 continue saving all, even when one overwrite was cancelled
3628
3629 2003-01-19 [christoph]  0.8.8claws119
3630
3631         * src/summaryview.c
3632         * src/procmsg.[ch]
3633                 fix wrong usage of procmsg_find_children in summaryview
3634                 by using procmsg_update_unread_children instead of
3635                 summaryview_update_unread_children
3636
3637 2003-01-19 [christoph]  0.8.8claws118
3638
3639         * src/procmsg.c
3640                 fix infinite loop in procmsg_find_children
3641                  (closes bug #25 sylpheed crashes on delete.)
3642
3643         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3644
3645 2003-01-19 [paul]       0.8.8claws117
3646
3647         * po/pt_BR.po
3648                 updated by Ivan Francolin Martinez
3649
3650 2003-01-18 [melvin]     0.8.8claws116
3651
3652         * src/prefs_actions.c
3653                 Removed syntax limitation of only one '&' at the end of command.
3654                         Now actions that contain '>/dev/null 2>&1' are possible.
3655
3656 2003-01-18 [melvin]     0.8.8claws115
3657
3658         * src/prefs_actions.c
3659                 Actions IO dialog: when the action ends
3660                 the "Close" button now has focus and [Escape] closes the
3661                 window.
3662
3663 2003-01-18 [christoph]  0.8.8claws114
3664
3665         * src/procmsg.c
3666                 o add debug output when MsgInfos are really freed
3667                 o free GSLists in procmsg_find_children and
3668                   procmsg_update_unread_children
3669
3670 2003-01-18 [christoph]  0.8.8claws113
3671
3672         * src/mainwindow.c
3673                 reorder Configuration menu
3674
3675 2003-01-18 [christoph]  0.8.8claws112
3676
3677         * src/compose.c
3678                 fix applying templates to forwarded messages
3679
3680         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3681
3682 2003-01-17 [christoph]  0.8.8claws111
3683
3684         * src/folder.c
3685                 destroy folder items, when a folder item is removed
3686
3687 2003-01-17 [christoph]  0.8.8claws110
3688
3689         * src/folder.c
3690                 fix wrong folder stats update when ignored message is
3691                 deleted
3692
3693 2003-01-17 [colin]      0.8.8claws109
3694         
3695         * src/mainwindow.c
3696         * src/summaryview.c
3697                 Quicksearch bugfixes: 
3698                 - hide help button at startup if not extended
3699                 - switch to extended when looking for replies
3700
3701 2003-01-17 [paul]
3702
3703         * sync with 0.8.9 release
3704
3705 2003-01-17 [paul]       0.8.8claws108
3706
3707         * sync with 0.8.8cvs11
3708                 see ChangeLog 2003-01-17
3709
3710 2003-01-16 [colin]      0.8.8claws107
3711
3712         * src/procmsg.c
3713                 Changed encryption test to re-ask passphrase
3714                 if an encrypted message hasn't been decrypted
3715                 Fixes bug #5
3716
3717 2003-01-16 [christoph]  0.8.8claws106
3718
3719         * src/prefs_gtk.c
3720         * src/prefs_toolbar.c
3721         * src/gtk/prefswindow.h
3722         * src/plugins/spamassassin/spamassassin_gtk.c
3723                 remove page destroy function that is not used anymore
3724
3725 2003-01-16 [paul]       0.8.8claws105
3726
3727         * sync with 0.8.8cvs9
3728                 see ChangeLog 2002-01-16
3729
3730 2003-01-16 [colin]      0.8.8claws104
3731
3732         * src/compose.[ch]
3733                 Fix bug with autosaved drafts for IMAP, when draft
3734                 folder is specified - fixes bugzilla bug #20
3735
3736 2003-01-15 [paul]       0.8.8claws103
3737
3738         * src/compose.[ch]
3739           src/procmsg.c
3740                 store folder and message-id of message forwarding
3741                 in queue header and set forward flag after sending
3742
3743 2003-01-15 [paul]       0.8.8claws102
3744
3745         * sync with 0.8.8cvs8
3746                 see ChangeLog 2002-01-15
3747
3748 2003-01-15 [colin]      0.8.8claws101
3749
3750         * src/Makefile.am
3751                 Fix linking with GNU libiconv
3752
3753 2003-01-15 [darko]      0.8.8claws100
3754
3755         * src/pine.c
3756                 fix crash when importing pine address book
3757                 entry with an empty name (reported by DY
3758                 <dybulk at tri8.net>)
3759
3760 2003-01-14 [paul]       0.8.8claws99
3761
3762         * configure.in  ** REMOVED **
3763           configure.ac  ** NEW FILE **
3764                 rename configure.in to configure.ac, as it is now
3765                 preferred
3766
3767 2003-01-14 [melvin]     0.8.8claws98
3768
3769         * src/folderview.c
3770                 folderview_check_new(): More precise function description
3771
3772 2003-01-14 [melvin]     0.8.8claws97
3773
3774         * src/folderview.c
3775                 folderview_check_new(): return the number of new messages 
3776                         since last check.
3777         * src/inc.c
3778                 inc_account_mail(): Disable counting of new messages for IMAP
3779                         and NNTP until bug [19] and [14] are fixed.
3780
3781 2003-01-14 [paul]       0.8.8claws96
3782
3783         * sync with 0.8.8cvs6
3784                 see ChangeLog 2003-01-14
3785
3786 2003-01-13 [alfons]     0.8.8claws95
3787
3788         * src/textview.c
3789                 tune email address validation (c. 0.8.8claws89): if . is 
3790                 just one char away from @, the address is invalid too 
3791                 (correctly rejects addresses like foo@.com)
3792
3793 2003-01-13 [paul]       0.8.8claws94
3794
3795         * src/messageview.c
3796           src/toolbar.c
3797                 fixes to the Message View toolbar and menu:
3798                 fix non-functioning Forward button
3799                 make Reply button consider default_reply_list
3800                 remove 'Follow-up...' menu entry
3801                 add 'Forward' and 'Redirect' menu entries
3802
3803 2003-01-13 [melvin]     0.8.8claws93
3804
3805         * src/inc.c
3806                 Fixed typo that could make new messages count incorrect.
3807
3808 2003-01-13 [melvin]     0.8.8claws92
3809
3810         * src/folderview.[ch]
3811                 folderview_check_new(): return the number of new messages.
3812         * src/inc.c
3813                 Should fix bug [14] where new mail notification worked 
3814                         incorrectly with IMAP accounts.
3815                 inc_spool_account(): return number of new msgs, or -1 on error
3816                 inc_all_spool(): return number of new msgs
3817                 
3818 2003-01-13 [melvin]     0.8.8claws91
3819
3820         * src/prefs_actions.c
3821                 Justify help text.
3822
3823 2003-01-12 [thorsten]   0.8.8claws90
3824
3825         * src/common/prefs.c
3826                 close file before rename
3827
3828 2003-01-12 [alfons]     0.8.8claws89
3829
3830         * AUTHORS
3831                 add Christian Mertes
3832         * src/common/utils.[ch]
3833                 g_stricase_hash(), g_stricase_equal(): functions for 
3834                 case insensitive hash tables
3835         * src/textview.c
3836                 use top level domain names to validate email address, based
3837                 on a patch by Christian Mertes (thanks!), but changed 
3838                 implementation to use a hash table 
3839
3840 2003-01-12 [paul]       0.8.8claws88
3841
3842         * po/bg.po
3843                 updated by George Danchev
3844
3845 2003-01-12 [alfons]     0.8.8claws87
3846
3847         * src/summaryview.c
3848                 delete / execute performance: use new style folder update
3849
3850 2003-01-12 [paul]       0.8.8claws86
3851
3852         * sync with 0.8.8cvs5
3853                 see ChangeLog 2003-01-13 (!)
3854
3855 2003-01-12 [alfons]     0.8.8claws85
3856
3857         * src/filtering.c
3858         * src/matcher_parser_parse.y
3859                 prepare change_score filtering action
3860         * src/matcher.[ch]
3861                 give up const-correctness on functions that call non-const-correct functions;
3862                 several casts to gpointer in g_free();
3863                 add change_score;
3864
3865 2003-01-12 [christoph]  0.8.8claws84
3866
3867         * src/compose.c
3868                 fix 2 warnings
3869
3870         * src/gtk/prefswindow.[ch]
3871         * src/plugins/spamassassin/spamassassin_gtk.c
3872                 changed the call of the widget create function
3873                 for PrefsPages, because sometimes the widget
3874                 create function needs a widget that already has
3875                 been attached to a window (to create GDK pixmaps
3876                 for exmaple). So we simply pass the GtkWindow as
3877                 the second parameter now.
3878
3879         * src/main.c
3880         * src/mainwindow.c
3881         * src/prefs_toolbar.[ch]
3882                 rewrite Toolbar Preferences using the new
3883                 prefs window
3884
3885 2003-01-11 [alfons]     0.8.8claws83
3886
3887         * src/addressadd.c
3888                 fix crash when adding sender to addressbook because status bar
3889                 isn't there (the status bar doesn't seem to be used though,
3890                 but I'll let Match decide what to do with it)
3891
3892 2003-01-11 [colin]      0.8.8claws82
3893
3894         * src/main.c
3895           src/toolbar.c
3896                 Two useless changes reversed
3897
3898 2003-01-11 [colin]      0.8.8claws81
3899
3900         * src/mainwindow.c
3901           src/mainwindow.h
3902                 Add mainwindow_get_mainwindow()
3903         * src/alertpanel.c
3904           src/alertpanel.h
3905                 Add alertpanel_error_log() 
3906         * src/compose.c
3907           src/inc.c
3908           src/messageview.c
3909           src/toolbar.c
3910           src/main.c
3911           src/procmsg.c
3912                 Network errors get a View Log button
3913
3914 2003-01-10 [alfons]     0.8.8claws80
3915
3916         * src/prefs_toolbar.c
3917         * src/toolbar.c
3918                 use the translatable string for "Separator" as file name for
3919                 separator toolbar items (probably make this uppercase?)
3920
3921 2003-01-10 [alfons]     0.8.8claws79
3922
3923         * src/prefs_toolbar.c
3924                 put right A_SEPARATOR description string in "displayed
3925                 toolbar items list" so manually added separators are
3926                 saved correctly (bug #10, "Adding a separator to the main 
3927                 toolbar fails, entry in xml file is wrong")
3928
3929 2003-01-10 [christoph]  0.8.8claws78
3930
3931         * src/imap.c
3932                 o fix warnings
3933                 o use CAPABILITY to check if NAMESPACE is available
3934
3935 2003-01-10 [christoph]  0.8.8claws77
3936
3937         * src/imap.[ch]
3938                 apply UIDPLUS IMAP extension support patch
3939
3940         Patch submitted by Simon 'corecode' Schubert
3941
3942 2003-01-10 [paul]       0.8.8claws76
3943
3944         * src/folderview.c
3945                 a sync from main which fixes the news account folders'
3946                 Properties bug
3947
3948 2003-01-10 [christoph]  0.8.8claws75
3949
3950         * src/folder.c
3951                 don't accept 0 as a valid uid returned by copy and move
3952                 functions. 0 means the message was copied or moved but the
3953                 new uid could not be fetched. It is not an error condition
3954                 for the copy or move operation.
3955
3956 2003-01-10 [paul]       0.8.8claws74
3957
3958         * src/prefs_filtering.c
3959                 change English used in Alert when entry is not
3960                 saved.
3961                 
3962         * sync with 0.8.8cvs4
3963                 see ChangeLog 2003-01-10
3964
3965 2003-01-10 [darko]      0.8.8claws73
3966
3967         * src/pine.c
3968                 fix crash when importing address book entry
3969                 without a valid address
3970
3971 2003-01-09 [alfons]     0.8.8claws72
3972
3973         * src/inc.c
3974                 filtering performance: use new style folder update
3975
3976 2003-01-09 [christoph]  0.8.8claws71
3977
3978         * src/compose.c
3979         * src/gtk/menu.[ch]
3980                 fix wrong selecting of mime encoding type, when
3981                 opening property dialog of attachments in the
3982                 compose window. 7bit was always selected and that
3983                 destoryed files with 8bit data.
3984                 (closes bug #9 Sylpheed-claws destroys attachments when
3985                  changing MIME-types)
3986
3987 2003-01-09 [paul]       0.8.8claws70
3988
3989         * sync with 0.8.8cvs3
3990                 see ChangeLog 2003-01-09
3991
3992 2003-01-08 [alfons]     0.8.8claws69
3993         
3994         * src/addressadd.c
3995                 apply patch by Kim Schulz to fix build breakage
3996                 because of missing variable
3997
3998 2003-01-08 [paul]       0.8.8claws68
3999
4000         * sync with 0.8.8cvs2
4001                 see ChangeLog 2002-01-08
4002
4003 2003-01-08 [paul]       0.8.8claws67
4004
4005         * po/it.po
4006                 updated by Alessandro Maestri
4007                 
4008         * src/addressadd.c
4009                 when using 'Add sender to addressbook' allow
4010                 name to be edited and remarks to be entered
4011                 Patch submitted by Luke Plant
4012
4013 2003-01-08 [darko]      0.8.8claws66
4014
4015         * README.claws, src/summaryview.c
4016                 fix description for marked messages
4017
4018 2003-01-08 [paul]
4019
4020         * tools/Makefile.am
4021           tools/launch_phoenix  ** NEW FILE **
4022                 add script that enables using Phoenix as the default
4023                 web browser. 
4024                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4025                 
4026         * tools/OOo2sylpheed.pl
4027                 remove full path to sylpheed executable, just 'sylpheed'
4028                 will do
4029                 
4030         * tools/README
4031                 add launch_phoenix informtion and re-arrange and compress
4032                 the data a little
4033
4034 2003-01-07 [christoph]  0.8.8claws65
4035
4036         * src/folder.c
4037                 fix update for source folder when moving messages
4038         * src/procmsg.[ch]
4039         * src/summaryview.c
4040                 use function to set to_folder for message infos and
4041                 automatically update the op_count for old and new
4042                 folder
4043
4044 2003-01-07 [melvin]     0.8.8claws64
4045
4046         * src/prefs_actions.c
4047                 Fixed bug where an '%p' Action on a displayed image crashed 
4048                         Sylpheed
4049                 Code clean up (get rid of duplicated code and removed unnecessary 
4050                                 structure member)
4051
4052 2003-01-07 [christoph]  0.8.8claws63
4053
4054         * src/compose.c
4055         * src/folder.[ch]
4056         * src/folderview.c
4057         * src/import.c
4058         * src/inc.c
4059         * src/main.c
4060         * src/mainwindow.c
4061         * src/messageview.c
4062         * src/prefs_folder_item.c
4063         * src/procmsg.c
4064         * src/summaryview.c
4065         * src/toolbar.c
4066                 o remove all folder update triggering from the UI code. The folder
4067                   system should know much better when a folder needs an update.
4068                 o to prevent multiple updates in a row the folder updates can be
4069                   frozen for some time.
4070
4071                 Note: - Please verify that no updates are missing
4072                       - Check where freeze/thaws should be added
4073
4074 2003-01-07 [christoph]  0.8.8claws62
4075
4076         * src/prefs_actions.c
4077                 don't translate empty strings
4078
4079         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4080
4081 2003-01-06 [christoph]  0.8.8claws61
4082
4083         * src/prefs_actions.c
4084                 mark strings for gettext
4085         * src/prefs_matcher.c
4086                 use new description window for Execute action and
4087                 match condition in Filtering
4088
4089         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4090
4091 2003-01-06 [alfons]     0.8.8claws60
4092
4093         keep myself inspired to re-organize matcher part 8; 
4094         yes, more to come (I need to move out the descriptive
4095         text for actions to matcher.c, or at least make it not
4096         depend on the wicked ordering)
4097
4098         * src/prefs_matcher.c
4099                 add documentation so others may comprehend the
4100                 UI part of the conditions
4101                 
4102 2003-01-06 [christoph]  0.8.8claws59
4103
4104         * src/prefs_actions.c
4105                 use new description window for syntax help
4106         * src/gtk/description_window.c
4107                 fix display of descriptions with column count != 2
4108
4109         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4110
4111 2003-01-06 [christoph]  0.8.8claws58
4112
4113         * src/quote_fmt.c
4114         * src/summaryview.[ch]
4115         * src/gtk/Makefile.am
4116         * src/gtk/description_window.[ch]       ** NEW **
4117                 use a generic window to display syntax descriptions
4118                 currently used in quote_fmt and summaryview (new description
4119                 for extended quick search)
4120
4121         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4122
4123 2003-01-06 [paul]       0.8.8claws57
4124
4125         * sync with 0.8.8cvs1
4126                 see ChangeLog 2003-01-06
4127
4128 2003-01-06 [christoph]  0.8.8claws56
4129
4130         * src/mainwindow.c
4131         * src/prefs_gtk.[ch]
4132         * src/gtk/prefswindow.[ch]
4133         * src/plugins/spamassassin/spamassassin_gtk.c
4134                 o remove page management from prefswindow, pages
4135                   will be an argument to prefswindow_open
4136                 o prefswindow_open gets a datapointer that is
4137                   passed to the widget_create function to allow
4138                   creation of prefswindow for specific items
4139
4140 2003-01-06 [colin]      0.8.8claws55
4141         
4142         * src/summaryview.c
4143                 We don't want regexp in the reply-finder, 
4144                 because MIDs can contain !,$,. and so on
4145
4146 2003-01-06 [jens]       0.8.8claws54
4147
4148         * src/jpilot.c
4149                 fixed a wrong free in jpilot_read_db_files
4150
4151 2003-01-06 [alfons]     0.8.8claws53
4152
4153         re-organize matcher part 8; more to come
4154        
4155         * src/matcher.c
4156                 matcherprop_to_string(): put g_free()s before the
4157                 switch-case break to fix memleaks                
4158
4159 2003-01-06 [colin]      0.8.8claws52
4160
4161         * src/summaryview.c
4162                 cleanup & reply-finder now displays the first 
4163                 matching message
4164
4165 2003-01-05 [alfons]     0.8.8claws51
4166
4167         re-organize matcher part 7; more to come
4168
4169         * src/matcher.[ch]
4170                 fixes for constant correctness;
4171                 more documentation;
4172
4173 2003-01-05 [alfons]     0.8.8claws50
4174
4175         re-organize matcher part 6; more to come
4176         
4177         * src/matcher.[ch]
4178                 fixes for constant correctness;
4179                 more documentation;
4180         * src/filtering.c
4181                 fix for constant correctness
4182
4183 2003-01-05 [colin]      0.8.8claws49
4184
4185         * src/account.[ch]
4186                 Add account_get_reply_account function
4187         * src/compose.c
4188                 Use account_get_reply_account function 
4189         * src/summaryview.c
4190                 Basic reply-finder - click on the replied
4191                 icon gets you to the outbox using quick-search
4192
4193 2003-01-05 [paul]       0.8.8claws48
4194
4195         * src/prefs_common.c
4196                 small change to English
4197                 
4198         * src/prefs_filtering.c
4199                 prefs_filtering_action_select(): improve logic and uniformity
4200                 of gui
4201
4202 2003-01-05 [alfons]     0.8.8claws47
4203
4204         fine tune solution to focus problems (bug #7)
4205
4206         * src/mainwindow.c
4207                 mainwindow_focus_in_event(): remove grab event check
4208         * src/summaryview.c
4209                 summary_button_pressed(): move selection on right-click
4210                 too. we can't possibly move the selection back after
4211                 canceling a dialog, because gtk's incomplete focus 
4212                 management. whether this is a good solution, only time
4213                 will tell.
4214
4215 2003-01-05 [christoph]  0.8.8claws46
4216
4217         * src/imap.c
4218                 fix crash when no imap connection could be established
4219
4220 2003-01-05 [paul]       0.8.8claws45
4221
4222         * src/mainwindow.c
4223           src/sumamryview.c
4224           src/gtk/menu.[ch]
4225                 fix bug 605957 'shortcuts in popup-menu'
4226                 make user-defined shortcuts work
4227                 show shortcuts that are already defined
4228                 in the main menu
4229                 Patch submitted by Luke Plant
4230
4231 2003-01-05 [alfons]     0.8.8claws44
4232
4233         * src/mainwindow.c
4234                 focus_in_event handler should not select summary view row 
4235                 when another window (menu, dialog) grabbed for events 
4236                 (bug #7, "[0.8.8claws42] Message summary focus") 
4237
4238 2003-01-04 [christoph]  0.8.8claws43
4239
4240         * src/procmsg.c
4241                 update save folder after adding the sent message
4242                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4243
4244 2003-01-02 [christoph]  0.8.8claws42
4245
4246         * src/common/plugin.c
4247                 fix unloading of all plugins and unload
4248                 plugins in reverse order
4249                 
4250         * src/gtk/pluginwindow.c
4251                 implement function of load and unload button
4252
4253         * src/gtk/prefswindow.c
4254         * src/gtk/prefswindow.h
4255                 rename register function and add new unregister
4256                 function
4257
4258         * src/plugins/spamassassin/spamassassin_gtk.c
4259                 unregister prefs page and update for changes in
4260                 src/gtk/prefswindow.c
4261
4262 2003-01-02 [paul]       0.8.8claws41
4263
4264         * po/es.po
4265                 updated by Ricardo Mones Lastra
4266
4267 2003-01-02 [paul]
4268
4269         * tools/tb2sylpheed
4270                 fixes and improvements by Urke MMI
4271
4272 2003-01-02 [thorsten]   0.8.8claws40
4273
4274         * src/procmsg.c
4275                 fixed wrong return value
4276
4277 2003-01-02 [thorsten]   0.8.8claws39
4278
4279         * src/prefs.c
4280                 fixed printing wrong variable
4281
4282 2003-01-02 [thorsten]   0.8.8claws38
4283
4284         * src/prefs.c
4285                 fixed acessing members of freed pfile struct
4286
4287 2003-01-02 [thorsten]   0.8.8claws37
4288
4289         * src/procmsg.c
4290                 detect loops across several messages
4291                 as suggested by Christoph Hohmann
4292
4293 2003-01-01 [match]      0.8.8claws36
4294
4295         * src/addrindex.c
4296                 fixed another memory leak.
4297
4298 2003-01-01 [match]      0.8.8claws35
4299
4300         * src/jpilot.[ch]
4301                 fixed memory leaks. applied Doxygen comments.
4302
4303 2003-01-01 [thorsten]   0.8.8claws34
4304
4305         * src/procmsg.c
4306                 inhibit endless loop if msg references itself
4307                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4308
4309 2003-01-01 [christoph]  0.8.8claws33
4310
4311         * src/mainwindow.c
4312         * src/gtk/Makefile.am
4313         * src/gtk/pluginwindow.c                ** NEW **
4314         * src/gtk/pluginwindow.h                ** NEW **
4315                 add plugin window
4316
4317         * src/plugins/demo/demo.c
4318         * src/plugins/spamassassin/spamassassin.c
4319         * src/plugins/spamassassin/spamassassin_gtk.c
4320                 write better plugin descriptions
4321
4322 2002-12-31 [christoph]  0.8.8claws32
4323
4324         * src/gtk/prefswindow.c
4325         * src/plugins/spamassassin/spamassassin_gtk.c
4326                 some small improvements to GTK code
4327
4328 2002-12-31 [christoph]  0.8.8claws31
4329
4330         * src/plugins/spamassassin/spamassassin_gtk.c
4331                 enable folder select button
4332
4333 2002-12-31 [christoph]  0.8.8claws30
4334
4335         * src/mainwindow.c
4336         * src/gtk/Makefile.am
4337         * src/gtk/prefswindow.c                         ** NEW **
4338         * src/gtk/prefswindow.h                         ** NEW **
4339                 add new prefs window
4340
4341         * src/common/plugin.c
4342                 don't try to load empty config lines
4343         
4344         * src/plugins/spamassassin/Makefile.am
4345         * src/plugins/spamassassin/spamassassin.c
4346         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4347         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4348                 GTK config for SpamAssassin Plugin using
4349                 the new prefs window
4350
4351 2002-12-31 [paul]       0.8.8claws29
4352
4353         * po/POTFILES.in
4354                 remove obsolete entry 'src/menu.c'
4355
4356 2002-12-31 [alfons]     0.8.8claws28
4357
4358         * src/matcher.[ch]
4359         * src/matcher_parser_parse.y
4360         * src/prefs_matcher.c
4361                 add "ignore_thread" and "~ignore_thread" condition so it's
4362                 possible to make the actions / scoring operate on the ignore
4363                 thread flag
4364
4365 2002-12-31 [christoph]  0.8.8claws27
4366
4367         * src/addrbook.c
4368         * src/addrindex.c
4369         * src/folder.c
4370         * src/matcher.c
4371         * src/prefs_account.c
4372         * src/prefs_actions.c
4373         * src/prefs_customheader.c
4374         * src/prefs_display_header.c
4375         * src/prefs_gtk.c
4376         * src/procmime.c
4377         * src/toolbar.c
4378         * src/xmlprops.c
4379         * src/common/prefs.[ch]
4380                 extend prefs file handling for reading and automatic handling
4381                 of blocks. When reading prefs_set_block_label will automatically
4382                 move on to the block. When writing it will copy all other blocks
4383                 automatically
4384
4385         * src/common/plugin.c
4386                 Now loading plugin filenames from [Plugins] block in
4387                 sylpheed rc file
4388
4389 2002-12-30 [christoph]  0.8.8claws26
4390
4391         * src/common/hooks.[ch]
4392                 return abort status to caller of hooks_invoke
4393                 
4394         * src/inc.[ch]
4395                 invoke message filtering hook and stop
4396                 default handling when filter returns abort
4397
4398         * src/common/plugin.[ch]
4399         * src/plugins/demo/demo.c
4400                 modify plugin loader, because resolving symbols for strings
4401                 does not work correctly
4402         
4403         * configure.in
4404         * ac/spamassassin.m4                            ** NEW **
4405         * src/plugins/spamassassin/.cvsignore           ** NEW **
4406         * src/plugins/spamassassin/Makefile.am          ** NEW **
4407         * src/plugins/spamassassin/README               ** NEW **
4408         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4409         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4410         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4411                 add spamassassin plugin, see src/plugins/spamassassin/README
4412                 for details
4413
4414 2002-12-29 [alfons]     0.8.8claws25
4415
4416         * src/mainwindow.c
4417                 when moving focus from a message view to the main 
4418                 window, don't forget to select the summary node
4419                 of the displayed message. should fix "[ 659103 ] 
4420                 focus-follows-mouse confuses sylpheed"
4421
4422 2002-12-29 [christoph]  0.8.8claws24
4423
4424         * src/Makefile.am
4425         * src/stringtable.[ch]          ** REMOVE **
4426         * src/common/Makefile.am
4427         * src/common/stringtable.[ch]   ** NEW **
4428                 move stringtable files to common directory
4429
4430 2002-12-29 [christoph]  0.8.8claws23
4431
4432         * src/Makefile.am
4433         * src/menu.[ch]                 ** REMOVE **
4434         * src/gtk/Makefile.am
4435         * src/gtk/menu.[ch]             ** NEW **
4436                 move menu files to gtk directory
4437
4438 2002-12-29 [match]      0.8.8claws22
4439
4440         * src/addressbook.c
4441         * src/syldap.c
4442                 moved UI specific code out of LDAP code into addressbook
4443                 UI code. fixed memory leak.
4444
4445 2002-12-29 [christoph]  0.8.8claws21
4446
4447         * src/folder.c
4448                 only check for IGNORED parent message when message is
4449                 not IGNORED itself
4450
4451 2002-12-29 [alfons]     0.8.8claws20
4452
4453         * src/summaryview.c
4454                 set gtksctree's anchor correct (immediate execute
4455                 changes the tree's layout, and anchor points at 
4456                 the incorrect row). fixes "[ 657233 ] multiple msg 
4457                 delete sometimes off by 1".
4458                 we probably have to look for more tree layout /
4459                 anchor glitches.
4460
4461 2002-12-29 [paul]       0.8.8claws19
4462
4463         * src/summaryview.c
4464                 fix bug [ 659054 ] incorrect sorting of 'From' column
4465                 when using 'display sender using address book'
4466                 thanks to Alfons and Luke Plant
4467
4468 2002-12-29 [christoph]  0.8.8claws18
4469
4470         * src/folder.c
4471         * src/procmsg.[ch]
4472                 check parent messages for IGNORE THREAD flag, when adding,
4473                 moving or copying messages to a folder
4474
4475 2002-12-27 [alfons]     0.8.8claws17
4476
4477         re-organize matcher part 5; more to come
4478
4479         * src/matcher.c
4480                 hash keywords in matchparser_tab 
4481
4482 2002-12-27 [alfons]     0.8.8claws16
4483
4484         re-organize matcher part 4; more to come
4485
4486         * src/matcher_parser.h
4487         * src/matcher_parser_lex.l
4488         * src/matcher_parser_parse.y
4489                 cleanup
4490
4491 2002-12-27 [alfons]     0.8.8claws15
4492
4493         re-organize matcher part 3; more to come
4494
4495         * src/matcher.[ch]
4496                 cleanup
4497
4498 2002-12-27 [alfons]     0.8.8claws14
4499
4500         re-organize matcher part 2; more to come but this should
4501         work. cc me if there are any regressions.
4502
4503         * src/matcher.h
4504                 add prototype for get_matchparser_tab_id()
4505         * src/matcher_parser_lex.l
4506                 look up keywords using matchparser_tab_id();
4507
4508 2002-12-27 [alfons]     0.8.8claws12
4509
4510         re-organize matcher part 1
4511
4512         * src/matcher.h
4513                 map yacc generated constants to sylpheed matcher constants
4514         * src/matcher.c
4515                 add function to find a matcher constant from a string
4516
4517 2002-12-27 [christoph]  0.8.8claws11
4518
4519         * src/compose.c
4520                 MENUITEM_ADD casts the 4th argument from integer to pointer
4521                 so it probably should not be a pointer, this means we
4522                 should use account id for it and not the account's pointer
4523
4524 2002-12-27 [paul]       0.8.8claws10
4525
4526         * src/mainwindow.c
4527                 remove unneeded 'GtkWidget *vbox'
4528                 
4529         * src/summaryview.c
4530                 further sync with 0.8.8 - make sort
4531                 by recipient work as expected
4532                 
4533         * NEWS
4534                 sync with 0.8.8
4535
4536 2002-12-27 [paul]       0.8.8claws9
4537
4538         * po/pt_BR.po
4539                 updated by Ivan F. Martinez
4540                 
4541 2002-12-27 [darko]      0.8.8claws8
4542
4543         * src/common/utils.c
4544                 added locked pattern to extended search
4545
4546 2002-12-27 [alfons]     0.8.8claws7
4547
4548         * src/prefs_matcher.[ch]
4549                 clean up
4550
4551 2002-12-26 [alfons]     0.8.8claws6
4552
4553         * src/matcher.[ch]
4554         * src/matcher_parser_lex.l
4555         * src/matcher_parser_parse.y
4556         * src/prefs_matcher.c
4557                 allow color label as a condition in the matcher
4558
4559 2002-12-26 [oliver]     0.8.8claws5
4560         
4561         * src/toolbar.c 
4562                 enable Addressbook for Main and Messageview
4563         * src/prefs_actions.c
4564                 enable actions in Messageview
4565
4566 2002-12-26 [christoph]  0.8.8claws4
4567
4568         * src/common/plugin.c
4569                 add a little debug output
4570         * configure.in
4571         * src/plugins/demo/Makefile.am
4572                 better use of automake
4573
4574 2002-12-26 [christoph]  0.8.8claws3
4575
4576         * src/Makefile.am
4577         * src/common/Makefile.am
4578                 fix "make distdir"
4579
4580 2002-12-26 [christoph]  0.8.8claws2
4581
4582         * configure.in
4583                 sort configure checks into common / gtk / plugins
4584         * po/POTFILES.in
4585                 add src/prefs_gtk.c
4586         * src/Makefile.am
4587                 add plugins SUBDIR
4588         * src/main.c
4589         * src/common/sylpheed.[ch]
4590                 added now sylpheed_done function for shutdown
4591         * src/common/Makefile.am
4592         * src/common/plugin.[ch]                ** NEW **
4593                 plugin loader and unloader
4594         * src/plugins/.cvsignore                ** NEW **
4595         * src/plugins/Makefile.am               ** NEW **
4596                 build plugins
4597         * src/plugins/demo/.cvsignore           ** NEW **
4598         * src/plugins/demo/Makefile.am          ** NEW **
4599         * src/plugins/demo/demo.c               ** NEW **
4600                 small demo plugin that installs a logtext hook and
4601                 outputs the log text to stdout
4602
4603 2002-12-26 [paul]       0.8.8claws1
4604
4605         * po/es.po
4606                 updated by Ricardo Mones Lastra
4607
4608 2002-12-26 [paul]       0.8.8claws
4609
4610         * 0.8.8claws released
4611
4612 2002-12-26 [paul]       0.8.7claws12
4613
4614         * po/bg.po
4615                 updated by George Danchev
4616
4617 2002-12-26 [paul]       0.8.7claws11
4618
4619         * po/POTFILES.in
4620                 remove unneeded 'src/prefs.c' entry 
4621
4622 2002-12-26 [paul]       0.8.7claws10
4623
4624         * src/codeconv.c
4625           src/mainwindow.c
4626                 sync with 0.8.8 release
4627         
4628         * src/folder.[ch]
4629           src/mh.c
4630           src/summaryview.c
4631                 partial sync with 0.8.8 release
4632         
4633
4634 2002-12-25 [alfons]     0.8.7claws9
4635
4636         * src/matcher.[ch]
4637         * src/matcher_parser_lex.l
4638         * src/matcher_parser_parse.y
4639         * src/prefs_matcher.c
4640                 add locked flag to possible filtering / matcher 
4641                 conditions (also a good example what should be
4642                 done to add a simple boolean condition)
4643
4644 2002-12-25 [christoph]  0.8.7claws8
4645
4646         * src/Makefile.am
4647         * src/account.[ch]
4648         * src/addrbook.c
4649         * src/addressbook.c
4650         * src/addrindex.c
4651         * src/filtering.c
4652         * src/folder.c
4653         * src/matcher.c
4654         * src/prefs.[ch]                ** REMOVE **
4655         * src/prefs_account.c
4656         * src/prefs_actions.c
4657         * src/prefs_common.c
4658         * src/prefs_customheader.c
4659         * src/prefs_display_header.c
4660         * src/prefs_filtering.c
4661         * src/prefs_folder_item.c
4662         * src/prefs_gtk.[ch]            ** NEW **
4663         * src/prefs_matcher.c
4664         * src/prefs_scoring.c
4665         * src/prefs_summary_column.c
4666         * src/procmime.c
4667         * src/selective_download.c
4668         * src/toolbar.c
4669         * src/common/Makefile.am
4670         * src/common/prefs.[ch]         ** NEW **
4671                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4672
4673 2002-12-24 [alfons]     0.8.7claws7
4674
4675         * src/summaryview.c
4676                 summary_thread_build(): fix real cause of the crash mentioned in
4677                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4678                 this way we get meaningful ctree nodes 
4679
4680 2002-12-24 [oliver]     0.8.7claws6
4681
4682         * src/mainwindow.[ch]
4683         * src/messageview.[ch]
4684         * src/compose.[ch]
4685         * src/inc.c
4686         * src/summaryview.c
4687                 changes to use updated toolbar handling
4688                 
4689 2002-12-24 [oliver]     0.8.7claws5
4690
4691         * src/toolbar.[ch]
4692                 generic toolbar handling
4693                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4694         * src/prefs_toolbar.[ch]
4695                 adjust to handling
4696         
4697 2002-12-24 [oliver]     0.8.7claws4
4698         
4699         * src/stock_pixmap.[ch]
4700                 move SYLPHEED_LOGO to end of list in order 
4701                 to remove it from Custom Toolbar`s Icon View
4702
4703 2002-12-24 [alfons]     0.8.7claws3
4704
4705         * src/summaryview.c
4706                 summary_thread_build(): fix crash because of focus != selection 
4707                 after threading. when deleting the selection, gtk tries but fails 
4708                 to find the correct focusable element. we now force the selection
4709                 to be focused. this should solve the infamous bug reported by 
4710                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4711                 a test case is available. 
4712
4713 2002-12-24 [darko]      0.8.7claws2
4714
4715         * src/summaryview.c
4716                 don't crash when unmarking message with unread children
4717
4718 2002-12-23 [christoph]  0.8.7claws1
4719
4720         * src/Makefile.am
4721         * src/common/Makefile.am
4722                 update Makefiles for moved intl.h, version.h and defs.h
4723         * src/imap.c
4724                 rewrite imap_session_get to avoid duplicate code
4725
4726 2002-12-23 [paul]       0.8.7claws
4727
4728         * Santa-Claws released
4729         
4730         * po/hu.po
4731           po/ru.po
4732                 squeeze in updated Hungarian and Russian translations.
4733                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4734
4735 2002-12-23 [paul]       0.8.6claws129
4736
4737         * po/pl.po
4738                 updated by Witold Wladyslaw Wojciech Wilk
4739
4740 2002-12-23 [paul]       0.8.6claws128
4741
4742         * src/quote_fmt_parse.y
4743                 fix typo and add licence header
4744
4745 2002-12-23 [paul]       0.8.6claws127
4746
4747         * po/en_GB.po
4748                 updated
4749
4750 2002-12-23 [paul]       0.8.6claws126
4751
4752         * po/it.po
4753                 updated translation, submitted by Alessandro Maestri
4754                 
4755 2002-12-23 [paul]       0.8.6claws125
4756
4757         * src/quote_fmt_parse.y
4758                 fix signature-stripping on replies bug. match
4759                 '-- \n' and not '-- '.
4760
4761 2002-12-22 [paul]       0.8.6claws124
4762
4763         * po/bg.po
4764           po/es.po
4765           po/sr.po
4766                 updated translations. submitted by George Danchev,
4767                 Ricardo Mones Lastra, and Urke MMI respectively
4768
4769 2002-12-21 [paul]       0.8.6claws123
4770
4771         * src/addrbook.c
4772                 fix coding style
4773
4774 2002-12-21 [paul]       0.8.6claws122
4775
4776         * src/addrbook.c
4777                 fix bug [643638] where if a person is in one or more
4778                 addressbook groups editing that person's email 
4779                 address results in removal from those groups.
4780                 Patch submitted by Luke Plant.
4781
4782 2002-12-20 [christoph]  0.8.6claws121
4783
4784         * src/common/utils.c
4785         * src/summaryview.c
4786                 reimplement expand_search_string using GString to
4787                 prevent crashs caused by miscalculated string
4788                 lengths reported by Paul
4789
4790 2002-12-20 [christoph]  0.8.6claws120
4791
4792         * src/summaryview.c
4793                 don't use "changed" to check if op_count has to be changed as it
4794                 is also set when the message has unread children
4795                 (closes bug [ 653221 ] crash while deleting duplicates)
4796
4797 2002-12-20 [paul]       0.8.6claws119
4798
4799         * sync with 0.8.6cvs27
4800                 see ChangeLog 2002-12-20
4801
4802 2002-12-20 [paul]       0.8.6claws118
4803
4804         * sync with 0.8.6cvs26
4805                 see ChangeLog 2002-12-19 and 2002-12-20
4806
4807 2002-12-19 [alfons]     0.8.6claws117
4808
4809         * src/textview.c
4810                 fix incorrect parsing of email addresses, submitted by 
4811                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4812                 name display if it contains @".
4813
4814 2002-12-18 [paul]       0.8.6claws116
4815
4816         * sync with 0.8.6cvs23
4817                 see ChangeLog 2002-12-18
4818
4819 2002-12-18 [paul]       0.8.6claws115
4820
4821         * src/Makefile.am
4822         * src/account.c
4823         * src/codeconv.c
4824         * src/gtkutils.[ch]
4825         * src/imap.c
4826                 sync with 0.8.6cvs22.
4827                 see ChangeLog 2002-12-17 and 2002-12-18
4828
4829 2002-12-17 [christoph]  0.8.6claws114
4830
4831         * src/imap.c
4832                 o don't create a session if imap greeting fails
4833                 o don't close socket when authentication fails
4834                   this is done by imap_session_destroy
4835
4836 2002-12-17 [thorsten]   0.8.6claws113
4837
4838         * tools/Makefile.am
4839           tools/README
4840           tools/google_msgid.pl ** NEW FILE **
4841                 Added "search for message-id" script and doc
4842
4843 2002-12-17 [thorsten]   0.8.6claws112
4844
4845         * po/hu.po
4846                 Updated hungarian translation
4847                 (updated by Gal Zoltan)
4848
4849 2002-12-16 [christoph]  0.8.6claws111
4850
4851         * src/addr_compl.c
4852                 remove stupid addressbook dump to debug output
4853         * src/mh.c
4854                 fix memory leak found by Hiro
4855
4856 2002-12-14 [paul]       0.8.6claws110
4857
4858         * src/compose.c
4859                 fix menubar sensitivity on send
4860                 
4861         * src/prefs_filtering.c
4862         * src/prefs_matcher.c
4863         * src/prefs_scoring.c
4864                 Fix english ;)
4865                 
4866         * src/common/quoted-printable.h
4867                 sync: fix typo
4868         
4869 2002-12-13 [christoph]  0.8.6claws109
4870
4871         * src/Makefile.am
4872         * src/manage_window.[ch]        ** REMOVE **
4873         * src/gtk/Makefile.am
4874         * src/gtk/manage_window.[ch]    ** NEW **
4875                 move manage_window files to gtk directory
4876
4877 2002-12-13 [christoph]  0.8.6claws108
4878
4879         * src/Makefile.am
4880         * src/gtkshruler.[ch]           ** REMOVE **
4881         * src/gtk/Makefile.am
4882         * src/gtk/gtkshruler.[ch]       ** NEW **
4883                 move gtkshruler files to gtk directory
4884
4885 2002-12-13 [christoph]  0.8.6claws107
4886
4887         * src/Makefile.am
4888         * src/compose.c
4889         * src/gtkstext.[ch]             ** REMOVE **
4890         * src/gtkutils.[ch]
4891         * src/textview.c
4892         * src/gtk/gtkstext.[ch]         ** NEW **
4893         * src/gtk/Makefile.am
4894                 o move stext functions to gtkstext.c to remove
4895                   dependency of gtkutils
4896                 o move gtkstext files to gtk directory
4897
4898         * src/gtk/Makefile.am
4899         * src/gtk/sslcertwindow.[ch]
4900                 UI stuff can always depend on common code so
4901                 it's ok to add ../common to include path
4902
4903 2002-12-13 [colin]      0.8.6claws106
4904
4905         * src/summaryview.c
4906                 Disconnect sighandlers for mainwindow when
4907                 quicksearch has the focus
4908                 Fix bug #653231
4909         * src/mainwindow.[ch]
4910                 Make key_pressed callback public, to be able
4911                 to disconnect it
4912
4913 2002-12-13 [christoph]  0.8.6claws105
4914
4915         * src/mh.c
4916                 create .mh_sequences file in new MH folders
4917                 (closes feature request [ 523162 ] MH folders should
4918                  get a .mh_sequences)
4919
4920 2002-12-13 [colin]      0.8.6claws104
4921
4922         * src/summaryview.c
4923                 Better handling of quicksearch show/hide
4924                 (basically the button stays under the mouse 
4925                  when toggled)
4926
4927 2002-12-13 [paul]       0.8.6claws103
4928
4929         * sync with 0.8.6cvs17
4930                 see ChangeLog 2002-12-13
4931
4932 2002-12-13 [paul]       0.8.6claws102
4933
4934         * po/es.po
4935                 updated by Ricardo Mones Lastra
4936
4937 2002-12-11 [colin]       0.8.6claws101
4938
4939         * src/folder.c
4940                 remove statusbar stuff
4941           src/folderview.c
4942                 set statusbar verbosity when moving folders
4943
4944 2002-12-11 [colin]       0.8.6claws100
4945         * src/prefs_filtering.c
4946         * src/prefs_matcher.c
4947         * src/prefs_scoring.c
4948                 Fix english ;)
4949
4950 2002-12-11 [colin]       0.8.6claws99
4951
4952         * src/prefs_common.[ch]
4953                 Add summary_quicksearch_type
4954         * src/summaryview.c
4955                 Save last used quicksearch type
4956
4957 2002-12-11 [jens]       0.8.6claws98
4958         * src/prefs_filtering.c
4959         * src/prefs_matcher.c
4960         * src/prefs_scoring.c
4961                 added dialog for incomplete rules in scoring, filtering and
4962                 matcher to ask wheather really close
4963
4964 2002-12-11 [colin]      0.8.6claws97
4965
4966         * src/folder.c
4967                 Fix folder dnd statusbar logging
4968
4969 2002-12-10 [christoph]  0.8.6claws96
4970
4971         * src/compose.c
4972         * src/folder.c
4973         * src/imap.c
4974         * src/inc.c
4975         * src/main.c
4976         * src/mainwindow.c
4977         * src/news.c
4978         * src/send.c
4979         * src/statusbar.[ch]
4980         * src/common/hooks.c
4981         * src/common/log.[ch]
4982                 o handle verbose logging in statusbar directly in statusbar code
4983                   and common code does not need any knowledge about a statusbar
4984                 o remove direct calls to statusbar_(puts|pop)_all functions
4985
4986 2002-12-10 [jens]       0.8.6claws95
4987
4988         * src/*.c
4989                 removed gettext from g_warnings
4990         * po/POTFILES.in
4991                 cleaned and updated
4992         * po/de.po
4993                 updated
4994
4995 2002-12-10 [colin]      0.8.6claws94
4996
4997         * src/main.c
4998                 finish crash dialog fix
4999
5000 2002-12-10 [colin]      0.8.6claws93
5001
5002         * src/main.c
5003                 "Fix" "sylpheed already running" instead of
5004                 crash dialog appearing after a crash
5005
5006 2002-12-10 [colin]      0.8.6claws92
5007
5008         * po/POTFILES.in
5009                 add src/gtk/sslcertwindow.c
5010
5011 2002-12-10 [paul]       0.8.6claws91
5012
5013         * po/POTFILES.in
5014                 updated to reflect recent changes
5015                 submitted by Alessandro Maestri
5016
5017 2002-12-09 [christoph]  0.8.6claws90
5018
5019         * src/Makefile.am
5020         * src/smtp.[ch]                 ** REMOVE **
5021         * src/common/Makefile.am
5022         * src/common/smtp.[ch]          ** NEW **
5023                 move smtp files to common directory
5024
5025 2002-12-09 [christoph]  0.8.6claws89
5026
5027         * src/Makefile.am
5028         * src/session.[ch]              ** REMOVE **
5029         * src/common/Makefile.am
5030         * src/common/session.[ch]       ** NEW **
5031                 move session files to common directory
5032
5033 2002-12-09 [paul]       0.8.6claws88
5034
5035         * src/account.c
5036                 fix bug [649746] edit accounts: move account reverted
5037                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5038
5039 2002-12-09 [colin]      0.8.6claws87
5040
5041         * src/ssl_certificate.c
5042                 cleanup
5043
5044 2002-12-09 [colin]      0.8.6claws86
5045
5046         * src/ssl.c
5047                 Try to open the cert.pem database and 
5048                 issue a warning if it isn't there
5049
5050 2002-12-09 [colin]      0.8.6claws85
5051
5052         * src/common/ssl_certificate.c
5053         * src/gtk/sslcertwindow.c
5054                 Warning fixes
5055
5056 2002-12-09 [colin]      0.8.6claws84
5057
5058         * src/ssl_certificate.[ch] ** REMOVED **
5059         * src/common/ssl_certificate.[ch] ** NEW **
5060         * src/Makefile.am
5061         * src/common/Makefile.am
5062                 Moved ssl_certificate.[ch] to common
5063         * src/common/ssl.c 
5064                 Put back needed include
5065         * src/gtk/sslcertwindow.[ch]
5066                 Changed ssl_certificate.h include
5067         
5068 2002-12-09 [colin]      0.8.6claws83
5069
5070         * src/gtk/sslcertwindow.[ch]
5071                 Implement hook for certificate acception
5072         * src/ssl_certificate.[ch]
5073                 Implement hook for certificate acception
5074         * src/common/ssl.c
5075                 Reenable certificate acception check
5076         * src/mainwindow.c
5077                 Register sslcertwindow's hook
5078         
5079 2002-12-08 [christoph]  0.8.6claws82
5080
5081         * src/about.c
5082         * src/addr_compl.c
5083         * src/codeconv.c
5084         * src/manual.c
5085         * src/undo.c
5086         * src/common/utils.c
5087                 o add missing includes
5088                 o fix warnings
5089         * src/.cvsignore
5090         * src/common/.cvsignore
5091         * src/common/version.h          ** REMOVE **
5092                 remove autogenerated file
5093
5094 2002-12-08 [paul]       0.8.6claws81
5095
5096         * src/stringtable.c
5097                 put back needed include
5098
5099 2002-12-08 [colin]      0.8.6claws80
5100         
5101         * src/gtk/sslcertwindow.c
5102                 Cleaner popups when asking
5103         * src/ssl_certificate.c
5104         * src/prefs_common.[ch]
5105                 remove ssl certificate pref
5106                 put back needed include
5107         * src/undo.c
5108                 put back needed include
5109
5110 2002-12-08 [christoph]  0.8.6claws79
5111
5112         * src/folderview.c
5113         * src/logwindow.c
5114         * src/statusbar.c
5115         * src/summaryview.c
5116                 only abort hook invokation if required data is missing not
5117                 if our own data pointer is NULL, update hookfunction for
5118                 log window
5119
5120 2002-12-08 [paul]       0.8.6claws78
5121
5122         * src/about.c
5123         * src/addrcache.c
5124         * src/addrclip.c
5125         * src/addr_compl.c
5126         * src/addrselect.c
5127         * src/codeconv.c
5128         * src/colorlabel.c
5129         * src/enriched.c
5130         * src/esmtp.c
5131         * src/exporthtml.c
5132         * src/headerview.c
5133         * src/imageview.c
5134         * src/manual.c
5135         * src/noticeview.c
5136         * src/pgptext.c
5137         * src/scoring.c
5138         * src/sourcewindow.c
5139         * src/stringtable.c
5140         * src/undo.c
5141                 clean up: remove unneccesary includes
5142
5143 2002-12-08 [christoph]  0.8.6claws77
5144
5145         * src/folderview.c
5146         * src/statusbar.c
5147         * src/summaryview.c
5148         * src/common/hooks.[ch]
5149                 hook functions now have a gboolean return value, if a hook
5150                 returns TRUE it will stop executing of any more hooks in
5151                 the same hooklist for this invokation
5152
5153 2002-12-08 [colin]      0.8.6claws76
5154         
5155         * src/main.c
5156                 put back argv0 for CRASH_DIALOG
5157
5158 2002-12-08 [christoph]  0.8.6claws75
5159
5160         * src/Makefile.am
5161         * src/about.c
5162         * src/account.c
5163         * src/crash.c
5164         * src/esmtp.h
5165         * src/imap.[ch]
5166         * src/inc.c
5167         * src/main.c
5168         * src/mainwindow.c
5169         * src/news.c
5170         * src/pop.[ch]
5171         * src/prefs_account.[ch]
5172         * src/prefs_common.[ch]
5173         * src/send.[ch]
5174         * src/smtp.[ch]
5175         * src/ssl_certificate.[ch]
5176         * src/ssl_manager.[ch]
5177         * src/common/Makefile.am
5178         * src/common/log.c
5179         * src/common/nntp.[ch]
5180         * src/common/socket.[ch]
5181         * src/common/ssl.[ch]
5182         * src/gtk/sslcertwindow.[ch]
5183         * ac/openssl.m4
5184                 use new autoconf script to detect OpenSSL with extra parameters
5185                 to specify the location of libs and includes, also remove USE_SSL
5186                 to USE_OPENSSL
5187
5188         * src/common/sylpheed.[ch]
5189         * src/common/version.h.in
5190                 start seperation of common code initialization seperated from gui
5191
5192         * src/summaryview.c
5193                 The function that is called when a color label changes
5194                 should not change the color lable again
5195
5196 2002-12-08 [colin]      0.8.6claws74
5197
5198         * src/gtk/sslcertwindow.c
5199                 warning fixes
5200
5201 2002-12-08 [colin]      0.8.6claws73
5202
5203         * src/statusbar.c
5204           src/common/log.h
5205                 Register a hook for statusbar_puts_all
5206         * src/common/log.c
5207                 invoke statusbar_puts_all's hook
5208         
5209 2002-12-08 [colin]      0.8.6claws72
5210
5211         * src/ssl_certificate.c
5212                 Put back a badly-removed include
5213
5214 2002-12-08 [colin]      0.8.6claws71
5215
5216         * src/gtk/sslcertwindow.[ch]    ** NEW **
5217                 new certificate presentation
5218         * src/gtk/Makefile.am
5219                 add new files
5220         * src/ssl_certificate.[ch]
5221                 gtk cleanup, made utility functions public
5222         * src/ssl_manager.c
5223                 use new cert presentation
5224
5225 2002-12-07 [christoph]  0.8.6claws70
5226
5227         * src/Makefile.am
5228         * src/nntp.[ch]                 ** REMOVE **
5229         * src/common/Makefile.am
5230         * src/common/nntp.[ch]          ** NEW **
5231                 move nntp files to common directory
5232
5233 2002-12-07 [christoph]  0.8.6claws69
5234
5235         * src/procmsg.[ch]
5236         * src/summaryview.c
5237                 implement msginfo update callback using sylpheed's new
5238                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5239
5240 2002-12-06 [christoph]  0.8.6claws68
5241
5242         * src/editgroup.c
5243                 This patch changes the 'Edit Group Details' dialog to
5244                 allow extended selections in either pane, so that
5245                 addresses can be added or removed from a group more
5246                 quickly and easily. (it actually is a net decrease in
5247                 file size, as some unnecessary functions have been
5248                 removed). 
5249                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5250
5251 2002-12-06 [christoph]  0.8.6claws67
5252
5253         * src/Makefile.am
5254         * src/template.[ch]             ** REMOVE **
5255         * src/common/Makefile.am
5256         * src/common/template.[ch]      ** NEW **
5257                 move template files to common directory
5258
5259         * src/nntp.c
5260                 add missing log.h include
5261
5262 2002-12-06 [melvin]     0.8.6claws66
5263
5264         * src/prefs_actions.c
5265                 Added the trailing ">" syntax to insert command's output
5266                 without replacing old text (in contrast to trailing "|").
5267
5268 2002-12-05 [colin]      0.8.6claws65
5269         
5270         * src/common/utils.c
5271                 Don't modify original search_string or it'll change
5272                 the next iterations in the for()
5273
5274 2002-12-05 [darko]      0.8.6claws64
5275
5276         * src/common/utils.c
5277                 proper check for filtering commands, found by Colin
5278
5279 2002-12-05 [darko]      0.8.6claws63
5280
5281         * src/common/utils.c
5282                 check proper string for NULL pointer, found by Colin
5283
5284 2002-12-05 [darko]      0.8.6claws62
5285
5286         * src/common/utils.[ch]
5287                 expand_search_string(): new function
5288                 converts Mutt-like patterns to Sylpheed's
5289                 filtering engine
5290         * src/summaryview.c
5291                 use expand_search_string() to allow Mutt-like
5292                 patterns in extended search
5293         * README.claws
5294                 document extended option in quick search
5295
5296 2002-12-05 [paul]       0.8.6claws61
5297
5298         * sync with 0.8.6cvs16
5299                 see ChangeLog 2002-12-05
5300                 
5301         * po/POTFILES.in
5302                 clean up
5303
5304 2002-12-04 [christoph]  0.8.6claws60
5305
5306         * src/imap.[ch]
5307                 put imap authentication code into a new function and
5308                 remove it from imap_session_new that will allow to
5309                 send other commands before authentication
5310
5311 2002-12-04 [christoph]  0.8.6claws59
5312
5313         * src/imap.[ch]
5314                 use already existing method to prevent unneeded IMAP
5315                 folder selects. Set imap_select parameters to NULL
5316                 in some functions if the values are not required.
5317
5318         * src/xml.h
5319                 remove no longer required include
5320
5321 2002-12-04 [paul]       0.8.6claws58
5322
5323         * po/es.po
5324                 updated by Ricardo Mones Lastra
5325                 
5326         * configure.in
5327           po/hu.po      ** NEW FILE **
5328                 initial Hungarian translation, submitted
5329                 by Gál Zoltán <galzoli@hu.inter.net>
5330
5331 2002-12-03 [christoph]  0.8.6claws57
5332
5333         * src/Makefile.am
5334         * src/gtksctree.[ch]            ** REMOVE **
5335         * src/gtk/Makefile.am
5336         * src/gtk/gtksctree.[ch]        ** NEW **
5337                 move gtksctree files to gtk directory
5338
5339 2002-12-03 [christoph]  0.8.6claws56
5340
5341         * src/Makefile.am
5342         * src/md5.[ch]                  ** REMOVE **
5343         * srm/common/Makefile.am
5344         * src/common/md5.[ch]           ** NEW **
5345                 move md5 files to common directory
5346
5347         * src/gtkstext.c
5348                 remove not required #include
5349
5350 2002-12-03 [sergey]     0.8.6claws55
5351
5352         * src/gtkutils.c
5353         * src/gtkutils.h
5354                 gtkut_window_popup(): new function.
5355         * src/mainwindow.c
5356                 main_window_popup(): use gtkut_window_popup() to raise
5357                 window without changing its position.
5358                 (see sylpheed-main ML message [sylpheed:17247])
5359
5360 2002-12-03 [sergey]     0.8.6claws54
5361
5362         * src/send.c
5363                 send_message_local(): removed first-dot escaping
5364                 (SMTP-only, not needed for sending through pipe)
5365
5366 2002-12-03 [paul]       0.8.6claws53
5367
5368         * po/POTFILES.in
5369                 update to reflect recent changes (thanks
5370                 to Ricardo Mones Lastra)
5371                 
5372         * tools/filter_conv.pl
5373                  fix problem with quoted strings. Patch submitted
5374                  by Luke Plant <lukeplant@softhome.net>
5375
5376 2002-12-03 [paul]       0.8.6claws52
5377
5378         * sync with 0.8.6cvs15
5379                 see ChangeLog 2002-12-03
5380
5381 2002-12-02 [christoph]  0.8.6claws51
5382
5383         * src/logwindow.[ch]
5384         * src/common/log.[ch]
5385                 implement logging using a hook function
5386
5387         * src/folderview.c
5388         * src/folder.[ch]
5389                 define hooklist name in header file to avoid
5390                 errors caused by wrong spelling of hooklist names
5391
5392         * src/toolbar.c
5393                 fix warnings
5394
5395 2002-12-02 [christoph]  0.8.6claws50
5396
5397         * src/common/Makefile.am
5398                 add src/common/hooks.[ch]
5399
5400         * src/common/hooks.[ch]
5401                 implement a simple hook system using glib's hook functions
5402
5403         * src/folder.[ch]
5404         * src/folderview.c
5405                 use new hook system for folder item updates
5406
5407 2002-12-02 [christoph]  0.8.6claws49
5408
5409         * doc-src/ui_seperation.txt     ** NEW **
5410                 information for ui seperation
5411
5412         * src/Makefile.am
5413                 remove files that were moved to common
5414                 include common directory by default for the header files
5415
5416         * src/inc.c
5417         * src/common/socket.c
5418         * src/automaton.[ch]
5419                 implement automaton using g_io_*-functions instead of
5420                 gdk_input_add to make it ui independent
5421
5422         * src/codeconv.c
5423         * src/compose.c
5424         * src/ldif.c
5425         * src/pgptext.c
5426         * src/procmime.c
5427         * src/rfc2015.c
5428         * src/smtp.c
5429         * src/unmime.c
5430                 remove common/ prefix because directory is now in
5431                 include path
5432
5433         * src/compose.c
5434         * src/folder.c
5435         * src/folderview.c
5436         * src/mainwindow.c
5437         * src/messageview.c
5438         * src/prefs_common.c
5439         * src/procmsg.c
5440         * src/rfc2015.c
5441                 fix warnings
5442
5443         * src/imap.c
5444         * src/inc.c
5445         * src/news.c
5446         * src/pop.c
5447         * src/send.c
5448         * src/smtp.c
5449         * src/ssl_certificate.c
5450                 add log.h header file for logging functions
5451
5452         * src/main.c
5453         * src/common/utils.c
5454         * src/summaryview.c
5455         * src/xml.c
5456                 o move debug_mode to common/utils.c
5457                 o add functions to set and get debug_mode
5458
5459         * src/defs.h                    ** REMOVE **
5460         * src/intl.h                    ** REMOVE **
5461         * src/socket.[ch]               ** REMOVE **
5462         * src/ssl.[ch]                  ** REMOVE **
5463         * src/utils.[ch]                ** REMOVE **
5464                 replaced by new files in src/common/
5465         
5466         * src/common/Makefile.am
5467                 add new files in src/common/
5468
5469         * src/common/defs.h             ** NEW **
5470         * src/common/intl.h             ** NEW **
5471         * src/common/log.[ch]           ** NEW **
5472         * src/common/socket.[ch]        ** NEW **
5473         * src/common/ssl.[ch]           ** NEW **
5474         * src/common/utils.[ch]         ** NEW **
5475                 replacement for files in src/
5476
5477 2002-12-02 [colin]      0.8.6claws48
5478
5479         * src/folderview.c
5480                 Scroll folderview if necessary during dnd
5481
5482 2002-12-02 [colin]      0.8.6claws47
5483
5484         * src/folder.[ch]
5485                 Add check to verify a move is within a single mailbox
5486         * src/folderview.c
5487                 Add specific error string for this check
5488
5489 2002-12-02 [colin]      0.8.6claws46
5490
5491         * src/folder.c
5492                 Add a test to folder moving, remove a statusbar_print
5493         * src/folderview.c
5494                 Add Move folder... context-menu item
5495                 Factorize folder moving code
5496                 Enable folder DND for mbox
5497
5498 2002-12-01 [christoph]  0.8.6claws45
5499
5500         * ac/aspell.m4
5501                 remove conf.aspelltest if the version check fails
5502
5503 2002-11-30 [christoph]  0.8.6claws44
5504
5505         * autogen.sh
5506                 run libtoolize --force in autogen to create missing
5507                 libtool scripts
5508
5509 2002-11-30 [christoph]  0.8.6claws43
5510
5511         * src/Makefile.am
5512         * src/pgptext.c
5513         * src/procmime.c
5514         * src/rfc2015.c
5515         * src/uuencode.[ch]             ** REMOVED **
5516         * src/common/Makefile.am
5517         * src/common/uuencode.[ch]      ** NEW **
5518                 move uuen/decoder to common directory
5519
5520 2002-11-30 [christoph]  0.8.6claws42
5521
5522         * src/Makefile.am
5523         * src/base64.[ch]               ** REMOVED **
5524         * src/codeconv.c
5525         * src/compose.c
5526         * src/ldif.c
5527         * src/pgptext.c
5528         * src/procmime.c
5529         * src/rfc2015.c
5530         * src/smtp.c
5531         * src/unmime.c
5532         * src/common/Makefile.am
5533         * src/common/base64.[ch]        ** NEW **
5534                 move base64 en/decoder to common directory
5535
5536 2002-11-30 [christoph]  0.8.6claws41
5537
5538         * src/common                    ** NEW **
5539                 new directory for UI independent code
5540         * src/gtk                       ** NEW **
5541                 new directory for GTK frontend
5542         * src/common/.cvsignore         ** NEW **
5543         * src/gtk/.cvsignore            ** NEW **
5544                 ignore build files
5545         * src/common/Makefile.am        ** NEW **
5546         * src/gtk/Makefile.am           ** NEW **
5547                 automake files to build new seperated stuff
5548         * src/Makefile.am
5549                 the binary will currently still be build with the
5550                 files in src, so we include the code from the
5551                 subdirs for now after building the libs there
5552
5553 2002-11-30 [paul]       0.8.6claws40
5554
5555         * src/compose.c
5556                 fix bug [642731] 'Wrong selected account with drafted mail'
5557
5558 2002-11-29 [oliver]     0.8.6claws39
5559         
5560         * src/messageview.c
5561                 o update summaryview when switching between different
5562                   messageviews          
5563         * src/toolbar.c  
5564                 o check if messageview holds already removed msg
5565                   from summaryview
5566                 
5567
5568 2002-11-29 [oliver]     0.8.6claws38
5569
5570         * src/toolbar.c 
5571                 remove not needed variables and includes
5572                 make messageview stay opened and move to next when msgs are deleted 
5573
5574 2002-11-29 [oliver]     0.8.6claws37
5575         
5576         * src/toolbar.c 
5577                 disable compose button (messageview toolbar) by default
5578                 deleted msgs are moved to trash
5579         
5580 2002-11-29 [melvin]     0.8.6claws36
5581
5582         * configure.in
5583                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5584                 and to detect signatures expirations (gpgme 0.3.6)
5585
5586         * src/main.c
5587                 Use non obsolescent function for Gpgme engine checking.
5588
5589         * src/rfc2015.c
5590                 Inform about expired signatures or signatures which key
5591                 has expired. Expiration date is displayed.
5592
5593         * src/sigstatus.c
5594                 Inform about expired signatures or signatures which key
5595                 has expired.
5596
5597 2002-11-28 [paul]       0.8.6claws35
5598
5599         * src/folderview.c
5600                 re-instate 'Check for new messages' in Newsgroup
5601                 folders right-click menu, after a suggestion from
5602                 Tim Mann <timmann@users.sourceforge.net>
5603
5604         * src/main.c
5605                 after a crash check only local folders for new
5606                 messages
5607
5608 2002-11-28 [paul]       0.8.6claws34
5609
5610         * configure.in
5611                 apply patch that fixes the checking of GTK with XIM 
5612                 support on different OSs, such as FreeBSD. Patch 
5613                 submitted by Topia <topia@users.sourceforge.net>
5614                 
5615 2002-11-28 [paul]       0.8.6claws33
5616
5617         * src/mainwindow.c
5618           src/prefs_common.c
5619           src/prefs_toolbar.c
5620                 more changes to the English
5621
5622 2002-11-28 [paul]       0.8.6claws32
5623
5624         * sync with 0.8.6cvs13
5625                 see ChangeLog 2002-11-28 (no sync needed
5626                 for src/compose.c)
5627
5628 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5629         
5630         * src/mainwindow.[ch]
5631                 add patch by Ivan F. Martinez introducing messageview Toolbar
5632                 some changes and committed by oliver    
5633
5634 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5635
5636         * src/messageview.[ch]
5637                 add patch by Ivan F. Martinez introducing messageview Toolbar
5638                 some changes and committed by oliver    
5639
5640 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
5641
5642         * src/compose.[ch]
5643                 add patch by Ivan F. Martinez introducing messageview Toolbar
5644                 some changes and committed by oliver    
5645
5646 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
5647         
5648         * src/toolbar.[ch]
5649                 add patch by Ivan F. Martinez introducing messageview Toolbar
5650                 some changes and committed by oliver
5651
5652 2002-11-28 [oliver]     0.8.6claws27
5653         
5654         * src/prefs_toolbar.[ch]
5655                 getting ready for messageview toolbar
5656                 free mem allocated by gettext
5657                 change prefs_toolbar to prefs_toolbar_open
5658  
5659 2002-11-28 [thorsten]   0.8.6claws26
5660
5661         * src/imageview.[ch]
5662                 cleaned up conflicting declarations of
5663                 imageview_show_image()
5664
5665 2002-11-28 [paul]       0.8.6claws25
5666
5667         * src/grouplistdialog.c
5668           src/prefs_common.c
5669           src/prefs_summary_column.c
5670                 a few more improvements to the English
5671
5672 2002-11-28 [colin]      0.8.6claws24
5673
5674         * man/sylpheed.1
5675                 A few updates to command-line parameters
5676
5677 2002-11-28 [colin]      0.8.6claws23
5678
5679         * src/prefs_filtering.c
5680                 Fix problems with prefs_filtering_delete_path:
5681                 a) if the first rule is removed, original pointers
5682                    weren't updated (leading to segfaults)
5683                 b) it was always global_processing updated in case
5684                    of removed path was parent of rule path
5685
5686 2002-11-27 [paul]       0.8.6claws22
5687
5688         * src/mainwindow.c
5689           src/prefs_account.c
5690           src/prefs_actions.c
5691           src/prefs_common.c
5692           src/prefs_customheader.c
5693           src/prefs_display_header.c
5694           src/prefs_filtering.c
5695           src/prefs_folder_item.c
5696           src/prefs_matcher.c
5697           src/prefs_scoring.c
5698           src/prefs_summary_column.c
5699           src/prefs_template.c
5700           src/prefs_toolbar.c
5701                  improve the English in the GUI
5702
5703 2002-11-27 [colin]      0.8.6claws21
5704
5705         * src/folder.c
5706                 Fix processing renaming problems happening after
5707                 last commit
5708
5709 2002-11-27 [colin]      0.8.6claws20
5710
5711         * src/folder.c
5712                 recursive move now deletes src each subfolder after 
5713                 having moved it
5714         * src/folderview.c
5715                 Use identifier instead of path during dnd (enables
5716                 IMAP folder dnd)
5717
5718 2002-11-27 [paul]       0.8.6claws19
5719
5720         * src/main.c
5721                 apply patch that does command-line processing 
5722                 BEFORE gtk_init, allowing claws to run from 
5723                 shell-scripts in non-X environment (e.g. crontab 
5724                 or ip-up, ip-down scripts). Patch submitted by
5725                 Ruslan N. Balkin <baron@dartel.ru>
5726                 
5727         * po/it.po
5728                 updated by Alessandro Maestri
5729
5730 2002-11-27 [paul]       0.8.6claws18
5731
5732         * sync with 0.8.6cvs12
5733           src/prefs_common.c
5734                 Differences are that main uses a 'Receive dialog'
5735                 frame on the Interface tab, whereas claws groups all 
5736                 the dialogs together in a 'Dialogs' frame.
5737
5738 2002-11-27 [colin]      0.8.6claws17
5739
5740         * src/prefs_matcher.c
5741                 Fix Execute criteria's NOT flag
5742
5743
5744 2002-11-26 [christoph]  0.8.6claws16
5745
5746         * src/ssl.c
5747                 rewrite the ssl code a little bit, only use one
5748                 SSL context, set default certificates' file/path
5749
5750 2002-11-26 [thorsten]   0.8.6claws15
5751
5752         * src/compose.c
5753                 default-reply-to didn't work for ml-reply
5754
5755 2002-11-26 [melvin]     0.8.6claws14
5756
5757         * src/prefs_actions.c
5758                 Made pipe-actions ignore short headers in message view
5759                 Made trailing-pipe-actions write in the message view with
5760                 the same font as the original message
5761
5762 2002-11-26 [paul]       0.8.6claws13
5763
5764         * src/compose.c
5765                 this time commit the correct file
5766
5767 2002-11-26 [paul]       0.8.6claws12
5768
5769         * sync with 0.8.6cvs11
5770           src/quote_fmt_parse.y  
5771                 no sync needed
5772           src/account.[ch]       
5773                 not sync'ed
5774           src/compose.c
5775                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5776                 on draft mode.
5777                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5778                 header
5779                 
5780         see ChangeLog 2002-11-25 and 2002-11-26
5781
5782 2002-11-26 [colin]      0.8.6claws11
5783
5784         * src/folderview.c
5785                 Fix collapsed folder not auto-expanding during
5786                 mail dnd, if it was the source folder.
5787
5788 2002-11-25 [colin]      0.8.6claws10
5789
5790         * src/folderview.[ch]
5791                 Variable renaming and cleaning (slist of nodes 
5792                 to be re-collapsed is stored in FolderView)
5793
5794 2002-11-25 [paul]       0.8.6claws9
5795
5796         * src/prefs_common.[ch]
5797                 fix breakage caused by last commit
5798
5799 2002-11-25 [paul]       0.8.6claws8
5800
5801         * sync with 0.8.6cvs4
5802                 see ChangeLog 2002-11-21
5803
5804 2002-11-25 [paul]       0.8.6claws7
5805
5806         * sync with 0.8.6cvs4
5807                 see ChangeLog 2002-11-20
5808
5809 2002-11-25 [paul]       0.8.6claws6
5810
5811         * sync with 0.8.6cvs3
5812                 see ChangeLog 2002-11-18
5813
5814 2002-11-25 [colin]      0.8.6claws5
5815
5816         * src/gtkutils.[ch]
5817                 Add gtkut_ctree_node_is_parent()
5818         * src/folderview.c
5819                 Spring-loaded folders
5820
5821 2002-11-25 [colin]      0.8.6claws4
5822
5823         * src/utils.[ch]
5824                 Add slist_concat_unique(), function to merge
5825                 two GSList filtering dups
5826         * src/folder.[ch]
5827         * src/summaryview.[ch]
5828         * src/folderview.c
5829         * src/main.c
5830                 Add detection/update/display of unread answers
5831                 to marked mails
5832         * src/procmsg.[ch]
5833                 Add procmsg_find_children()
5834                 Add procmsg_msg_has_marked_parent()
5835
5836 2002-11-25 [colin]      0.8.6claws3
5837
5838         * src/ssl_certificate.[ch]
5839                 Allow checking a certificate without a DNS
5840                 lookup
5841                 Allow to forget a cert (by deleting it)
5842                 Make ssl_certificate_destroy_public
5843         * src/ssl_manager.[ch] ** NEW FILES **
5844                 Gui to manage (display/remove) certificates
5845         * src/prefs_common.[ch]
5846                 Add a pref to allow silent acceptation of
5847                 trusted certificates or not (based on the
5848                 "I want to know what's going on" principle)
5849         * src/mainwindow.c
5850                 Add SSL manager in Tools menu
5851         * src/Makefile.am
5852                 Add the new files to the build
5853         * po/POTFILES.in
5854                 Add ssl_manager.c to translations
5855
5856 2002-11-25 [colin]      0.8.6claws2
5857
5858         * src/summaryview.[ch]
5859                 Add S_SEARCH_EXTENDED to the quick search, which 
5860                 allows to search using filtering syntax.
5861
5862 2002-11-25 [colin]      0.8.6claws1
5863
5864         * src/summaryview.c
5865                 Deletion of duplicates now prefer deleting
5866                 the unread dup (fixes feature-request 638989).
5867
5868 2002-11-24 [paul]       0.8.6claws
5869
5870         * po/es.po
5871           po/pl.po
5872           po/ru.po
5873           po/sr.po
5874                 updated by Ricardo Mones Lastra,
5875                 Witold Wladyslaw Wojciech Wilk,
5876                 Ruslan N. Balkin, and  Urke MMI 
5877                 respectively
5878
5879 2002-11-24 [paul]       0.8.5claws182
5880
5881         * po/bg.po
5882                 updated by George Danchev
5883
5884 2002-11-23 [alfons]     0.8.5claws181
5885
5886         * src/imap.c
5887                 tiny memory leak found by browsing Dimitar's 
5888                 valgrind report
5889
5890 2002-11-23 [paul]       0.8.5claws180
5891
5892         * po/it.po
5893                 updated by Alessandro Maestri
5894
5895 2002-11-22 [christoph]  0.8.5claws179
5896
5897         * src/compose.c
5898         * src/inc.c
5899         * src/prefs_filtering.c
5900         * src/summaryview.c
5901                 more warning fixes
5902
5903 2002-11-22 [alfons]     0.8.5claws178
5904
5905         * src/summaryview.c
5906                 summary_execute_delete_func(): if message is deleted, make 
5907                 sure to also remove its entry in the subject hash table. 
5908                 fixes a corner case bug.
5909
5910 2002-11-22 [paul]       0.8.5claws177
5911
5912         * .cvsignore
5913                 add 'autom4te.cache'
5914                 
5915         * ltconfig      ** REMOVED **
5916                 not needed
5917
5918 2002-11-22 [paul]       0.8.5claws176
5919
5920         * src/textview.c
5921                 textview_set_font(): fix for message display in
5922                 UTF-8 locales (thanks to Sergey Vlasov).
5923                 
5924         * AUTHORS
5925                 add new team members and contributors
5926
5927
5928 2002-11-21 [colin]      0.8.5claws175
5929
5930         * src/procmsg.[ch]
5931                 Add procmsg_remove_special_headers()
5932         * src/mh.c
5933                 Use procmsg_remove_special_headers() for 
5934                 previous fix
5935
5936 2002-11-21 [colin]      0.8.5claws174
5937
5938         * src/mh.c
5939                 Fix moving/copying from queue/draft folders
5940                 for MH folders
5941
5942 2002-11-21 [christoph]  0.8.5claws173
5943
5944         * src/crash.c
5945         * src/filtering.c
5946         * src/logwindow.c
5947         * src/main.c
5948         * src/matcher_parser_lex.[hl]
5949         * src/mbox.c
5950         * src/mbox_folder.[ch]
5951         * src/prefs_filtering.c
5952         * src/procheader.c
5953         * src/quote_fmt_lex.l
5954         * src/ssl.c
5955                 fix all warnings except the warnings in lex and yacc files
5956
5957 2002-11-20 [christoph]  0.8.5claws172
5958
5959         * src/imap.c
5960                 fix MsgInfo retrieval for IMAP draft and queue folders
5961                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5962
5963 2002-11-19 [christoph]  0.8.5claws171
5964
5965         * src/compose.c
5966                 fix segfault, when draft saving does not get
5967                 the MsgInfo of the new message
5968                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5969
5970 2002-11-19 [christoph]  0.8.5claws170
5971
5972         * src/procmsg.c
5973                 add parameter check for flag setting function
5974                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5975
5976 2002-11-18 [paul]       0.8.5claws169
5977
5978         * src/compose.c
5979                 more sensitivity fixes to redirect mode:
5980                 * disable toolbar draft button
5981                 * allow only Address book in the Tools menu
5982                 * disable editing of message by the spell
5983                   checker
5984
5985 2002-11-18 [paul]       0.8.5claws168
5986
5987         * src/compose.c
5988                 fix sensitivity of menu items in compose_redirect():
5989                 allow only the necessary items 
5990
5991 2002-11-18 [paul]       0.8.5claws167
5992
5993         * src/compose.c
5994                 fix bug [ 603259 ] 'attachment got lost on bounce'
5995
5996 2002-11-18 [paul]       0.8.5claws166
5997
5998         * po/ru.po
5999                 updated by Ruslan N. Balkin <baron@dartel.ru>
6000
6001 2002-11-18 [colin]      0.8.5claws165
6002
6003         * src/main.c
6004           src/defs.h
6005                 Remove old filtering stuff
6006
6007
6008 2002-11-17 [oliver]     0.8.5claws164
6009
6010         * src/toolbar.h
6011                 remove not needed typedef 
6012
6013 2002-11-17 [oliver]     0.8.5claws163
6014
6015         * src/toolbar.c
6016                 make toolbar's on click events translatable
6017
6018 2002-11-15 [colin]      0.8.5claws162
6019
6020         * src/summaryview.c
6021                 Revert too-soon integration of a feature
6022
6023 2002-11-15 [christoph]  0.8.5claws161
6024
6025         * src/imap.c
6026                 use main's implementation of imap_get_msginfo
6027
6028 2002-11-15 [christoph]  0.8.5claws160
6029
6030         * src/compose.c
6031         * src/folder.[ch]
6032         * src/imap.c
6033         * src/mbox_folder.c
6034         * src/mh.c
6035         * src/news.c
6036         * src/procmsg.c
6037         * src/summaryview.c
6038                 replace claws' fetch_msginfo with main's get_msginfo
6039                 (use main's implementation where possible)
6040
6041 2002-11-15 [colin]      0.8.5claws159
6042
6043         * src/ssl_certificate.c
6044                 Missed a check
6045
6046 2002-11-16 [melvin]     0.8.5claws158
6047
6048         * po/fr.po
6049                 Updated French translations.
6050
6051 2002-11-16 [colin]      0.8.5claws157
6052
6053         * src/ssl_certificate.c
6054                 Check for missing parts in the certificates
6055
6056 2002-11-15 [colin]      0.8.5claws156
6057
6058         * src/folderview.c
6059                 Preventive fix (missing check) found by
6060                 Alfons
6061
6062 2002-11-15 [paul]
6063
6064         * NEWS
6065                 sync with 0.8.6 release
6066
6067 2002-11-15 [colin]      0.8.5claws155
6068
6069         * src/folder.[ch]
6070           src/folderview.c
6071                 Fix error handling of folder_item_move_to()
6072                 (thanks to Alfons!)
6073
6074 2002-11-15 [colin]      0.8.5claws154
6075
6076         * src/folder.[ch]
6077           src/folderview.c
6078                 folder_item_move_to() sets an error message instead
6079                 of having GUI stuff in folder.c
6080
6081 2002-11-15 [colin]      0.8.5claws153
6082
6083         * src/procmsg.[ch]
6084                 Implemented a callback for MsgInfo updates, 
6085                 heavily copy/pasted from Christoph's folder 
6086                 callback system
6087         * src/summaryview.[ch]
6088                 Register summary_update_msg as callback
6089
6090 2002-11-14 [colin]      0.8.5claws152
6091         
6092         * src/procmsg.c
6093                 Update the FolderItem after sending (fixes 617593)
6094
6095 2002-11-14 [christoph]  0.8.5claws151
6096
6097         * src/folder.c
6098                 fix wrong position of NULL pointer check found
6099                 by Sergey
6100
6101 2002-11-14 [christoph]  0.8.5claws150
6102
6103         * src/folder.c
6104                 fix segfault when deleting messages from IMAP folders
6105                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6106
6107 2002-11-14 [colin]      0.8.5claws149
6108
6109         * src/compose.c
6110                 Forwarding was also ignoring the folder's default account.
6111
6112 2002-11-14 [colin]      0.8.5claws148
6113
6114         * src/compose.c
6115                 Fix sent folder not set to folder properties when 
6116                 forwarding.
6117
6118 2002-11-14 [thorsten]   0.8.5claws147
6119
6120         * src/inc.c
6121                 inc_start(): Files were not moved from .processing to inbox,
6122                 if no global processing rule existed
6123
6124 2002-11-14 [colin]      0.8.5claws146
6125
6126         * src/ssl_certificate
6127                 Fix file operations
6128
6129 2002-11-14 [paul]       0.8.5claws145
6130
6131         * po/it.po
6132                 updated by Alessandro Maestri
6133
6134 2002-11-13 [alfons]     0.8.5claws144
6135
6136         * src/folder.c
6137                 folder_item_close(): only mark messages unread
6138                 when a folder has new messages 
6139
6140 2002-11-13 [keith]      0.8.5claws143
6141
6142         * src/imap.c
6143                 Fix problem moving or copying between
6144                 IMAP folders
6145
6146 2002-11-13 [colin]      0.8.5claws142
6147
6148         * src/matcher_parser_parse.y
6149                 Fix rule problem when " don't match
6150
6151 2002-11-13 [christoph]  0.8.5claws141
6152
6153         * src/folder.c
6154         * src/folderview.c
6155                 moved cache saving to folder_item_close
6156                 the folderview should not have to deal with
6157                 this things
6158
6159 2002-11-13 [christoph]  0.8.5claws140
6160
6161         * src/summaryview.c
6162                 moved setting of important score to
6163                 summary_set_prefs_from_folderitem
6164
6165 2002-11-13 [colin]      0.8.5claws139
6166
6167         * src/matcher_parser_parse.y
6168                 Fix a segfault in the parser (happening when
6169                 a good expression had been tested and a bad 
6170                 one arrives)
6171
6172 2002-11-13 [paul]       0.8.5claws138
6173
6174         * sync with 0.8.5cvs24
6175                 see ChangeLog 2002-11-13
6176                 
6177         * po/pt_BR.po
6178                 updated by Fabio Jr. Beneditto
6179
6180 2002-11-13 [colin]      0.8.5claws137
6181         
6182         * src/msgcache.c
6183           src/defs.h
6184           src/procmsg.[ch]
6185                 Revert last commit, problem
6186
6187 2002-11-13 [colin]      0.8.5claws136
6188
6189         * src/msgcache.c
6190                 Remove duplicated code
6191         * src/defs.h
6192                 Bumped CACHE_VERSION and MARK_VERSION
6193         * src/procmsg.[ch]
6194                 Network endian for cache and mark files
6195
6196 2002-11-12 [colin]      0.8.5claws135
6197
6198         * src/inc.c
6199                 Fix the "socket error" dialog which disappeared
6200
6201 2002-11-12 [colin]      0.8.5claws134
6202
6203         * src/msgcache.c
6204                 Reverse last commit which had performance 
6205                 problems, but still reverse the list
6206
6207 2002-11-12 [colin]      0.8.5claws133
6208
6209         * src/msgcache.c
6210                 Reverse list order
6211
6212 2002-11-12 [melvin]     0.8.5claws132
6213
6214         * src/compose.c
6215                 Added a check for a NULL prefs_common.dictionary
6216
6217 2002-11-12 [colin]      0.8.5claws131
6218
6219         * src/ssl_certificate.[ch]
6220                 Use FQDN hostname
6221
6222 2002-11-12 [colin]      0.8.5claws130
6223
6224         * src/ssl_certificate.[ch]
6225                 Take connection port into account for 
6226                 checking certificates (a single hostname
6227                 could have multiple servers with multiple
6228                 certificates)
6229         * src/ssl.c
6230                 Pass the port to ssl_certificate_check
6231
6232 2002-11-12 [paul]       0.8.5claws129
6233
6234         * src/folder.c
6235                 fix a typo in last commit
6236
6237 2002-11-12 [paul]       0.8.5claws128
6238
6239         * sync with 0.8.5cvs23
6240                 see ChangeLog entry 2002-11-12
6241
6242 2002-11-11 [colin]      0.8.5claws127
6243
6244         * src/ssl_certificate.c
6245                 Cleaner messages
6246                 Don't popup, instead log error, if the 
6247                 corresponding pref is checked
6248         * src/ssl_certificate.h
6249                 include <openssl/objects/h>
6250
6251 2002-11-11 [colin]      0.8.5claws126
6252
6253         * src/ssl_certificate.h
6254                 _Really_ clean it
6255
6256 2002-11-11 [colin]      0.8.5claws125
6257         
6258         * src/ssl_certificate.c
6259                 Fixed leak
6260
6261 2002-11-11 [colin]      0.8.5claws124
6262
6263         * src/ssl.c
6264                 Cleaned a bit
6265         * src/ssl_certificate.[ch]
6266                 Cleaned a bit (better use of SSL API)
6267                 (This will cause non-recognition of saved 
6268                  certificates of claws12[23]...)
6269
6270 2002-11-11 [paul]       0.8.5claws123
6271         
6272         * po/es.po
6273                 updated by Ricardo Mones Lastra
6274
6275 2002-11-11 [colin]      0.8.5claws122
6276
6277         * src/ssl.c
6278                 Fix a typo
6279
6280 2002-11-11 [colin]      0.8.5claws121
6281
6282         * src/ssl_certificate.[ch] ** NEW FILES **
6283         * src/ssl.[ch]
6284                 Check SSL certificates presented to us
6285         * src/Makefile.am
6286                 Add ssl_certificate.[ch]
6287         * po/POTFILES.in
6288                 Add ssl_certificate.c
6289
6290 2002-11-11 [paul]       0.8.5claws120
6291
6292         * sync with 0.8.5cvs22
6293                 see ChangeLog 2002-11-11
6294
6295 2002-11-11 [paul]       0.8.5claws119
6296
6297         * sync with 0.8.5cvs21
6298                 see ChangeLog 2002-11-11
6299
6300 2002-11-10 [jens]       0.8.5claws118
6301
6302         * src/folder.c
6303         * src/folderview.c
6304                 corrected some typing
6305         * po/de.po
6306                 updated german translation
6307         * sylpheed.spec.in
6308                 cleaned up specfile and adjusted it for claws
6309
6310 2002-11-10 [colin]      0.8.5claws117
6311
6312         * src/summaryview.c
6313                 a STATUSBAR_PUSH/POP fix
6314
6315 2002-11-10 [colin]      0.8.5claws116
6316
6317         * src/prefs_folder_item.c
6318                 Fix hanging after opening folder properties
6319
6320 2002-11-10 [hoa]        0.8.5claws115
6321
6322         * src/matcher_parser_lex.l
6323         * src/matcher_parser_parse.y
6324                 config file for scoring and filtering is no more trashed
6325                 when there is a syntax error in a filtering rule when
6326                 editing it in a dialog.
6327
6328 2002-11-09 [colin]      0.8.5claws114
6329
6330         * src/mbox_folder.c
6331                 Added missing initialisation of folder->destroy()
6332
6333 2002-11-09 [colin]      0.8.5claws113
6334
6335         * src/folder.c
6336           src/folderview.c
6337                 Fix the status bar messages
6338
6339 2002-11-09 [colin]      0.8.5claws112
6340
6341         * src/folderview.c
6342                 Fix hangs after folder dnd, happening after 
6343                 claws109.
6344
6345 2002-11-09 [christoph]  0.8.5claws111
6346
6347         * src/folderview.c
6348                 just changed order of calls (reverse order of
6349                 associated calls)
6350         * src/inc.c
6351                 lock inc when checking only one account, otherwise
6352                 inc all could be executed at the same time
6353
6354 2002-11-09 [christoph]  0.8.5claws110
6355
6356         * src/folderview.c
6357                 better unlock the mouse cursor before calling
6358                 summary_show because it changes the cursor too
6359
6360 2002-11-09 [christoph]  0.8.5claws109
6361
6362         * src/folder.[ch]
6363         * src/folderview.c
6364                 add functions to open and close a folder
6365                 o opending will execute scanning for remote folders
6366                   and processing
6367                 o closing will unset new flag for messages
6368
6369 2002-11-09 [colin]      0.8.5claws108
6370
6371         * src/folder.c
6372                 Add a call to prefs_matcher_write_config to 
6373                 avoid non-leaf folders filtering settings to be
6374                 lost
6375
6376 2002-11-09 [paul]       0.8.5claws107
6377
6378         * src/prefs_account.c
6379                 re-word a label
6380
6381 2002-11-09 [colin]      0.8.5claws106
6382
6383         * src/folderview.c
6384                 Minor esthetic fix
6385
6386 2002-11-09 [colin]      0.8.5claws105
6387
6388         * src/folderview.c
6389                 Fix prefs_filtering deletion for MH folders (same
6390                 reason as below)
6391         * src/prefs_filtering.c
6392                 Fix prefs_filtering renaming and deletion for 
6393                 folder-based processing rules.  
6394
6395 2002-11-09 [christoph]  0.8.5claws104
6396
6397         * src/compose.c
6398         * src/folder.[ch]
6399         * src/folderview.[ch]
6400         * src/import.c
6401         * src/inc.c
6402         * src/main.c
6403         * src/mainwindow.c
6404         * src/messageview.c
6405         * src/prefs_folder_item.c
6406         * src/procmsg.c
6407         * src/summaryview.c
6408                 implement a callback system for folder item updates
6409
6410 2002-11-09 [colin]      0.8.5claws103
6411
6412         * src/folderview.c
6413                 Fix prefs_filtering renaming for MH folders (we
6414                 shouldn't rename by path as another folder could
6415                 have the same hierarchy).
6416
6417 2002-11-09 [colin]      0.8.5claws102
6418
6419         * src/folder.c
6420                 Fix a leak found by Christoph, use better variable
6421                 names
6422
6423 2002-11-09 [colin]      0.8.5claws101
6424
6425         * src/folder.c
6426                 One more fix for processing rules
6427
6428 2002-11-08 [colin]      0.8.5claws100
6429         
6430         * src/matcher.c
6431                 Don't copy the compiled regexp (will be reevaluated)
6432         * src/folderview.c
6433                 Lock folderview while moving
6434         * src/folder.c
6435                 Provide info on what's happening to the user
6436
6437 2002-11-08 [colin]      0.8.5claws99
6438
6439         * src/folderview.c
6440                 Fix folder reordering after a move if parent is 
6441                 root
6442         * src/scoring.[ch]
6443                 Add function to copy a ScoringProp
6444         * src/prefs_folder_item.c
6445                 Copy scoring rules when copying a folder prefs
6446
6447 2002-11-08 [colin]      0.8.5claws98
6448
6449         * src/folderview.c
6450                 Fixes in case of failure
6451         * src/filtering.[ch]    
6452                 Add function to duplicate a FilteringProp
6453         * src/matcher.[ch]
6454                 Add function to duplicate a MatcherProp
6455         * src/prefs_folder_item.c
6456                 Save folder's processing rules when copying 
6457                 its prefs
6458
6459 2002-11-08 [colin]      0.8.5claws97
6460         
6461         * src/folderview.c
6462                 Sort after move
6463         * src/folder.c 
6464                 Change a printf to debug_print
6465
6466 2002-11-08 [colin]      0.8.5claws96
6467
6468         * src/folder.c
6469           src/folderview.c
6470                 Fix segfaults, call me stupido
6471         
6472
6473 2002-11-08 [colin]      0.8.5claws95
6474
6475         *src/folder.c
6476                 Added forgotten prefs to save when moving folders
6477
6478 2002-11-08 [colin]      0.8.5claws94
6479
6480         * src/folder.c
6481                 Fixes to folder DND (prefs copy)
6482         * src/folderview.c
6483                 Optimization for folder DND (don't rescan whole tree)
6484                 Added folderview_create_folder_node() for this 
6485                 optimization, so de-duped a bit the code
6486         * src/prefs_folder_item.[ch]
6487                 Added prefs_folder_item_copy_prefs()    
6488           
6489 2002-11-08 [paul]       0.8.5claws93
6490
6491         * src/prefs_account.c
6492           tools/README
6493           tools/kmail2sylpheed_v2.pl
6494                 correct some typos
6495
6496 2002-11-08 [paul]       0.8.5claws92
6497
6498         * src/compose.c
6499           src/prefs_account.[ch]
6500                 remove account options 'clearsign' and 'ascii_armored',
6501                 replace with 'default_gnupg_mode' to prevent mixed-mode
6502                 Privacy settings
6503
6504 2002-11-08 [paul]       0.8.5claws91
6505
6506         * src/compose.[ch]
6507                 re-implement GnuPG 'on-the-fly' mode selection,
6508                 disallow mixed-mode
6509
6510 2002-11-08 [colin]      0.8.5claws90
6511
6512         * src/folderview.c
6513           src/prefs_folder_item.c
6514                 Change "Property" to "Properties"
6515
6516 2002-11-07 [colin]      0.8.5claws89
6517
6518         * src/folderview.c
6519           src/folder.c
6520                 Allow folder dropping to a root folder
6521
6522 2002-11-07 [paul]       0.8.5claws88
6523
6524         * src/compose.c
6525                 revert last commit
6526
6527 2002-11-07 [paul]       0.8.5claws87
6528
6529         * src/compose.c
6530                 fix reply-to-list bug. closes bug report
6531                 "[633382] reply-to-list broken in recent cvs"
6532
6533 2002-11-07 [paul]       0.8.5claws86
6534
6535         * src/compose.c
6536                 add a forgotten '#if USE_GPGME ... #endif'
6537
6538 2002-11-07 [paul]       0.8.5claws85
6539
6540         * sync with 0.8.5cvs20
6541                 see ChangeLog 2002-11-07
6542
6543 2002-11-07 [colin]      0.8.5claws84
6544
6545         * src/folder.[ch]
6546                 Change folder_item_move_to to return the newly 
6547                 created folderitem.
6548         * src/folderview.c
6549                 Select the new folderitem after moving.
6550
6551 2002-11-07 [colin]      0.8.5claws83
6552
6553         * src/prefs_filtering.c
6554                 Fix rule rewriting when moving a leaf folder to a 
6555                 shorter path
6556
6557 2002-11-07 [colin]      0.8.5claws82
6558
6559         * src/prefs_filtering.c
6560                 fix a leak
6561
6562 2002-11-07 [colin]      0.8.5claws81
6563
6564         * src/folder.[ch]
6565                 Add folder_item_move_to() function to move a 
6566                 folderitem into another one (updates matcher etc)
6567         * src/folderview.c
6568                 Add folder drag'n drop (context menu to come)
6569                 [Should be dataloss free, but Please backup before 
6570                  trying !]
6571
6572 2002-11-06 [colin]      0.8.5claws80
6573
6574         * src/mh.c
6575                 mh_create_folder() returns NULL if can't create
6576                 directory hierarchy
6577
6578 2002-11-06 [paul]       0.8.5claws79
6579
6580         * src/compose.[ch]
6581                 allow 'on-the-fly' changing of the type of encryption 
6582                 and/or signing used (mime/ascii) via the compose window
6583
6584 2002-11-06 [paul]       0.8.5claws78
6585
6586         * sync with 0.8.5cvs19
6587                 see ChangeLog 2002-11-06 for src/account.c: 
6588                 account_get_special_folder()
6589                 
6590 2002-11-05 [alfons]     0.8.5claws77
6591
6592         * src/crash.c
6593                 very minor cleanups: nothing to see here, move on. :-)
6594
6595 2002-11-05 [colin]      0.8.5claws76
6596
6597         * src/main.c
6598                 Changes choices if compose windows are opened to
6599                 Discard, Draft, Don't quit
6600
6601 2002-11-05 [thorsten]   0.8.5claws75
6602
6603         * src/compose.c
6604                 reenabled default_reply_to folder option
6605
6606 2002-11-05 [colin]      0.8.5claws74
6607
6608         * src/compose.[ch] 
6609                 add compose_draft()
6610         * src/crash.c
6611                 add SIGTERM handler
6612         * src/main.[ch]
6613                 add clean_quit() for the SIGTERM handler
6614
6615 2002-11-05 [paul]       0.8.5claws73
6616         
6617         * po/es.po
6618                 updated by Ricardo Mones Lastra
6619
6620 2002-11-05 [melvin]     0.8.5claws72
6621
6622         * src/logwindow.c
6623                 Fixed log-clipping bug #616795.
6624                 To stop logging in the log window use 0 length.
6625         * src/prefs_common.c
6626                 Added a label to inform about the 0 log length behaviour.
6627
6628 2002-11-05 [paul]       0.8.5claws71
6629
6630         * sync with 0.8.5cvs17
6631                 see ChangeLog 2002-11-05
6632
6633 2002-11-04 [paul]       0.8.5claws70
6634
6635         * sylpheed-128x128.png
6636           sylpheed-64x64.png
6637           sylpheed.png
6638                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6639                 <nikai@users.sourceforge.net>
6640                 
6641         * po/bg.po
6642                 updated by George Danchev
6643
6644 2002-11-03 [thorsten]   0.8.5claws69
6645
6646         * src/main.c
6647           src/mimeview.c
6648           src/rfc2015.h
6649                 add check if gpg is active
6650
6651 2002-11-03 [thorsten]   0.8.5claws68
6652
6653         * src/toolbar.h
6654                 removed GSList declaration causing trouble on MacOS-X
6655                 (submitted by alfons, reported by xfesty)
6656
6657 2002-11-01 [paul]       0.8.5claws67
6658
6659         * src/mainwindow.c
6660                 remove last remnants of main's filter code
6661
6662 2002-11-01 [paul]       0.8.5claws66
6663
6664         * tools/filter_conv.pl
6665                 fix bug where user-defined headers were ignored
6666
6667 2002-11-01 [paul]       0.8.5claws65
6668
6669         * src/logwindow.c
6670                 make a debug_print() not translatable
6671
6672 2002-10-31 [melvin]     0.8.5claws64
6673
6674         * ac/aspell.m4
6675                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6676                 not run any GNU/aspell test.  The dictionary path will
6677                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6678                 was given, in which case, it will be $prefix/lib/aspell/
6679         * configure.in
6680                 Fixed typo in commentary (Aspell code).
6681
6682 2002-10-31 [paul]       0.8.5claws63
6683
6684         * po/POTFILES.in
6685                 remove src/filter.c and src/prefs_filter.c
6686                 thanks to Ricardo for reminding me
6687
6688 2002-10-31 [colin]      0.8.5claws62
6689
6690         * src/mbox_folder.c
6691                 Plug some leaks
6692
6693 2002-10-31 [paul]       0.8.5claws61
6694
6695         * src/prefs_filter.[ch] ** REMOVED **
6696           src/filter.[ch]       ** REMOVED **
6697           
6698         * src/Makefile.am
6699           src/folderview.c
6700           src/inc.c
6701           src/main.c
6702           src/mainwindow.c
6703           src/mbox.c
6704           src/prefs_common.c
6705           src/prefs_filtering.c
6706           src/summaryview.[ch]
6707                 remove main's 'filter' code
6708                 
6709         README.claws
6710                 update to reflect removal of main's filter
6711
6712 2002-10-31 [paul]       0.8.5claws60
6713
6714         * src/summaryview.c
6715                 remove check for global_processing in summary_filter_open(). 
6716                 This fixes the bug where if the user uses the right-click 
6717                 'Create filter rule...' and doesn't have any filter rules 
6718                 already defined in claws' advanced filtering, the newly 
6719                 created filter rule goes to main's filtering which is 
6720                 inaccessible through the gui. Now the filter rule gets added
6721                 to claws' filtering by default.
6722
6723 2002-10-28 [melvin]     0.8.5claws59
6724
6725         * src/prefs_actions.c
6726                 Fixed bug #627322 where MIME parts were not always
6727                 correctly passed to a %p action
6728                 Display an error dialog when message filename is not found.
6729
6730 2002-10-28 [melvin]     0.8.5claws58
6731
6732         * src/prefs_common.c
6733                 Readded a missing function declaration lost in 0.8.3claws34
6734
6735 2002-10-28 [paul]       0.8.5claws57
6736
6737         * sync with 0.8.5cvs15
6738                 see ChangeLog 2002-10-28 and 2002-10-25
6739                 
6740         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6741
6742 2002-10-27 [oliver]     0.8.5claws56
6743
6744         * src/pop.c
6745                 plug leak in pop3_top_recv
6746
6747 2002-10-26 [christoph]  0.8.5claws55
6748
6749         * src/folder.c
6750                 set need_update folder flag when messages are added
6751                 (closes bug [ 626922 ] folder not updated after receiving)
6752
6753 2002-10-25 [melvin]     0.8.5claws54
6754
6755         * src/imageview.c
6756                 Fixed a memleak introduced in the scaling code.
6757
6758 2002-10-24 [alfons]     0.8.5claws53
6759
6760         * src/filtering.c
6761                 make filtering's forward message action forward from the 
6762                 correct account
6763                 (closes bug [628089 ] Filter -> Forward from address problem
6764                 reported by Oktay)
6765
6766 2002-10-24 [christoph]  0.8.5claws52
6767
6768         * src/mainwindow.c
6769         * src/manual.[ch]
6770                 o use manual of current locale or english if current
6771                   locale is not available (and english is available)
6772                 o also link to sylpheed doc project manuals
6773
6774 2002-10-23 [paul]       0.8.5claws51
6775
6776         * tools/README
6777           tools/kmail2sylpheed_v2.pl
6778                 add new version of kmail addressbook importer script.
6779                 works with newer versions of Kmail/KAddressBook which
6780                 have new and rearranged data.
6781
6782 2002-10-23 [martin]     0.8.5claws50
6783
6784         * src/folderview.c
6785         * src/summaryview.c
6786         * src/utils.h
6787         * src/utils.c
6788                 added length parameter to get_abbrev_newsgroup_name()
6789                 changed this function so that it abbreviates the newsgroup
6790                 names only so long it is smaller than the length parameter
6791                 (for better reading of some newsgroup names and space efficiency)
6792
6793 2002-10-22 [colin]      0.8.5claws49
6794
6795         *src/foldersel.c
6796                 Revert Alfons' last modification (after voting ;-))
6797
6798 2002-10-21 [alfons]     0.8.5claws48
6799
6800         * src/foldersel.c
6801                 folder view in folder selection dialog reflects state of
6802                 folder view in main window
6803
6804 2002-10-18 [alfons]     0.8.5claws47
6805
6806         * src/mbox.c
6807                 drop imported messages in folder selected by user,
6808                 and not in the inbox
6809                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6810
6811 2002-10-18 [alfons]     0.8.5claws46
6812
6813         * src/compose.c
6814                 make automagic reply work correctly for email accounts 
6815                 (whether it's viable to do a full sync with Hiro's 
6816                 compose.c is still under discussion)
6817
6818 2002-10-18 [melvin]     0.8.5claws45
6819
6820         * src/prefs_actions.c
6821                 Fixed bug #622275 where asynchroneous actions left 
6822                 zombies processes
6823                 Made (synchroneous) actions' input be displayed live.
6824
6825 2002-10-18 [christoph]  0.8.5claws44
6826
6827         * src/textview.c
6828                 don't add a newline in the textview in front of the
6829                 first textpart if header display is disabled
6830                 (closes bug [ 603385 ] disabled header display leaves blank
6831                  lin)
6832
6833 2002-10-18 [christoph]  0.8.5claws43
6834
6835         * src/folder.[ch]
6836         * src/imap.c
6837         * src/mbox_folder.c
6838         * src/mh.c
6839         * src/news.c
6840                 folder->get_num_list now returns an error code
6841                 (closes bug [ 609424 ] News cache cleared on failure)
6842                 
6843 2002-10-17 [colin]      0.8.5claws42
6844         
6845         * src/news.c
6846                 Changed a printf by debug_print
6847
6848 2002-10-16 [paul]       
6849
6850         * tools/OOo2sylpheed.pl
6851                 allow for spaces in the name of the
6852                 file to be attached.
6853
6854 2002-10-16 [colin]      0.8.5claws41
6855
6856         * src/main.c
6857                 Use a tristate to change online mode
6858
6859 2002-10-16 [paul]       0.8.5claws40
6860
6861         * po/es.po
6862                 updated by Ricardo Mones Lastra
6863
6864 2002-10-16 [colin]      0.8.5claws39
6865
6866         * src/main.c
6867           src/mainwindow.[ch]
6868                 Added --online and --offline command-line
6869                 switches
6870
6871 2002-10-15 [christoph]  0.8.5claws38
6872
6873         * src/procmime.c
6874                 set mimeinfo->name to NULL after g_free to
6875                 avoid double freeing with g_free
6876
6877 2002-10-14 [christoph]  0.8.5claws37
6878
6879         * src/compose.c
6880         * src/filtering.c
6881         * src/summaryview.c
6882                 remove calls to folder->change_flags that are now
6883                 done by procmsg flag functions (seems it is not
6884                 used by any foldertype anyway)
6885         * src/folder.c
6886                 init folder->change_flags with NULL
6887
6888 2002-10-14 [christoph]  0.8.5claws36
6889
6890         * src/folder.[ch]
6891         * src/imap.[ch]
6892                 use virtual functions for folder item new and destroy
6893                 functions
6894
6895 2002-10-14 [melvin]     0.8.5claws35
6896
6897         * src/compose.c
6898                 Added a test to not run the spell checker if no default
6899                 dictionary is available. No dialog is displayed though.
6900
6901 2002-10-14 [melvin]     0.8.5claws34
6902
6903         * src/gtkaspell.c
6904                 Fixed bug in dictionary list context menu where
6905                 "More..." pointed to an emtpy submenu if the
6906                 number of dictionaries is a multiple of 15
6907                 Removed unneeded code in suggestions list creation
6908
6909 2002-10-14 [paul]       0.8.5claws33
6910
6911         * po/bg.po
6912                 updated by George Danchev
6913
6914 2002-10-13 [hoa]        0.8.5claws32
6915
6916         * src/matcher.[ch]
6917           src/matcher_parser_parser.y
6918                 removed the escaped string from internal structure
6919                 of matcher.
6920
6921 2002-10-12 [colin]      0.8.5claws31
6922
6923         * src/gtksctree.[ch]
6924           src/summaryview.c
6925                 Removed useless function gtksctree_reanchor
6926
6927 2002-10-12 [alfons]     0.8.5claws30
6928         
6929         * sync with remaining main changes 2002-10-09 - 2002-10-11
6930         - drop changes to src/compose.c (requires claws specific changes)
6931         
6932 2002-10-12 [alfons]     0.8.5claws29
6933         
6934         * sync with main changes of 2002-10-08
6935         - drop changes to src/compose.c (requires claws specific changes)
6936         - drop changes to src/summaryview.c (requires changes to compose.c)     
6937
6938 2002-10-12 [alfons]     0.8.5claws28
6939         
6940         * sync with main changes of 2002-10-07
6941
6942 2002-10-12 [alfons]     0.8.5claws27
6943
6944         * sync with main changes of 2002-10-04
6945         - drop changes to src/compose.c (requires claws specific changes)
6946         - drop changes to src/prefs_folder_item.c (claws implementation
6947           seems to be working)
6948
6949 2002-10-12 [colin]      0.8.5claws26
6950
6951         * src/mainwindow.c
6952                 Fix folder-flicker when space-reading, introduced 
6953                 in claws22.
6954
6955 2002-10-12 [colin]      0.8.5claws25
6956
6957         * src/compose.c
6958                 Save account address when saving as draft.
6959                 (closes bug 621838)
6960
6961 2002-10-12 [colin]      0.8.5claws24
6962
6963         * src/summaryview.c
6964                 Fix the problem consisting of no message selected
6965                 after the last message in a folder has been moved.
6966
6967 2002-10-12 [paul]       0.8.5claws23
6968
6969         * src/compose.c
6970           src/prefs_template.c
6971           src/template.[ch]
6972                 add Cc and Bcc to templates. Patch submitted by
6973                 John L. Males.
6974
6975 2002-10-12 [colin]      0.8.5claws22
6976
6977         * src/folderview.c
6978                 Fix a bug after "Check for new messages":
6979                 If a folder was opened, it was still selected at
6980                 the end of the check, but displayed empty.
6981         * src/mainwindow.c
6982                 Remove unnecessary check
6983
6984 2002-10-12 [paul]
6985
6986         * tools/README
6987                 be more verbose in the description of
6988                 OOo2sylpheed.pl
6989                 
6990
6991 2002-10-11 [colin]      0.8.5claws21
6992
6993         * src/mainwindow.c
6994                 Make space work (better) when no mail is selected
6995
6996 2002-10-11 [colin]      0.8.5claws20
6997
6998         * src/inc.c
6999           src/news.c
7000                 fix warnings
7001
7002 2002-10-11 [colin]      0.8.5claws19
7003
7004         * src/mainwindow.c
7005                 revert 0.8.5claws6 changes as i couldn't get to
7006                 anything satisfying
7007
7008 2002-10-11 [melvin]     0.8.5claws18
7009
7010         * src/compose.c
7011                 Removed buggy and unused macro (should have been committed in
7012                 0.8.5claws17)
7013
7014 2002-10-11 [melvin]     0.8.5claws17
7015
7016         * src/compose.c
7017                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7018
7019 2002-10-11 [thorsten]   0.8.5claws16 
7020
7021         * src/folderview.c
7022                 remove rescan warning
7023
7024 2002-10-11 [colin]      0.8.5claws15 
7025
7026         * src/procheader.c
7027                 fix a segfault that happens if conv_unmime_header
7028                 fails (should be better to find out why it fails)
7029
7030 2002-10-11 [christoph]  0.8.5claws14
7031
7032         * src/summaryview.c
7033                 update folderview stats after ignore/unignore thread
7034
7035 2002-10-11 [hoa]        0.8.5claws13
7036
7037         * src/quote_fmt_parse.y
7038                 Fixed a yacc/bison syntax error
7039         * src/matcher.c
7040                 Escaping of string is fixed.
7041
7042 2002-10-11 [colin]      0.8.5claws12
7043
7044         * src/imageview.c
7045                 Resize images to fit
7046
7047 2002-10-11 [paul]       0.8.5claws11
7048
7049         * po/es.po
7050                 updated by Ricardo Mones Lastra
7051
7052 2002-10-10 [alfons]     0.8.5claws10
7053
7054         * src/compose.c
7055                 allow dropping files by "moving" files from a file manager,
7056                 not only by the more cumbersome "copying". the latter 
7057                 mostly implies holding down the Control button
7058
7059 2002-10-10 [christoph]  0.8.5claws9
7060
7061         * src/summaryview.c
7062                 update folders after thread building for ignored threads
7063
7064 2002-10-10 [christoph]  0.8.5claws8
7065
7066         * config/.cvsignore
7067                 added Makefile
7068         * src/filtering.[ch]
7069         * src/folder.[ch]
7070         * src/folderview.[ch]
7071         * src/import.c
7072         * src/inc.[ch]
7073         * src/mbox.[ch]
7074         * src/procmsg.c
7075         * src/summaryview.[ch]
7076                 o added new flag need_update to FolderItem
7077                 o removed folder_table from various functions from tracking
7078                   folder updates
7079                 o set need_update flags in folder.c's move, copy and delete
7080                   functions and procmsg's flags functions
7081                 o added function folderview_update_items_when_required that
7082                   updates all folders with need_update set
7083                 o call folderview_update_items_when_required instead of
7084                   folderview_update_item_foreach
7085
7086 2002-10-09 [sergey]     0.8.5claws7
7087
7088         * src/compose.c
7089                 Strip CRs whel loading the text into editor in reedit mode.
7090
7091 2002-10-09 [colin]      0.8.5claws6
7092
7093         * src/mainwindow.c
7094                 Make Space work when no mail is selected
7095
7096 2002-10-09 [colin]      0.8.5claws5
7097
7098         * src/gtksctree.[ch]
7099                 Fix range_select
7100                 Add gtk_sctree_reanchor() 
7101         * src/summaryview.c
7102                 Use gtk_sctree_reanchor() - better fix for 
7103                 bug 60413
7104
7105 2002-10-09 [colin]      0.8.5claws4
7106
7107         * src/summaryview.c
7108                 Fix shift-click select after delete problem
7109                 (closes bug 60413)
7110
7111 2002-10-08 [thorsten]   0.8.5claws3
7112
7113         * src/summaryview.c
7114                 exclude current msg from -hide read messages-
7115
7116 2002-10-08 [colin]      0.8.5claws2
7117
7118         * src/inc.[ch]
7119           src/pop.c
7120           src/recv.c
7121                 Differentiate socket errors from disk full
7122                 errors
7123
7124 2002-10-08 [christoph]  0.8.5claws1
7125
7126         * Makefile.am
7127         * configure.in
7128                 modifications for new config directory
7129
7130         * config.guess  ** REMOVED **
7131         * config.sub    ** REMOVED **
7132         * install-sh    ** REMOVED **
7133         * ltmain.sh     ** REMOVED **
7134         * missing       ** REMOVED **
7135         * mkinstalldirs ** REMOVED **
7136                 these files are autogenerated by automake
7137                 when you run autogen.sh
7138
7139         * config/.cvsignore     ** NEW FILE **
7140         * config/Makefile.am    ** NEW FILE **
7141                 ignore autogenerated files
7142                 create a Makefile in this directory
7143
7144 2002-10-08 [paul]       0.8.5claws
7145
7146         * 0.8.5claws release
7147         
7148         * src/compose.c
7149           src/procheader.c
7150           src/procmsg.c
7151                 fix quote reply format for newsgroups reply bug
7152                 (thanks to Hoa)
7153                 
7154         * po/en_GB.po
7155           po/pl.po
7156                 updated by me and Witold Wladyslaw Wojciech Wilk
7157                 repectively
7158
7159 2002-10-07 [paul]       0.8.3claws53
7160
7161         * po/it.po
7162           po/pt_BR.po
7163           po/sr.po
7164                 updated messages catalogs, submitted by
7165                 Alessandro Maestri, Fabio Jr.Beneditto 
7166                 and Urke MMI, respectively.
7167
7168 2002-10-07 [christoph]  0.8.3claws52
7169
7170         * src/folder.[ch]
7171         * src/folderview.c
7172         * src/mainwindow.c
7173                 fix new folder ghost message bug
7174                 (closes bug [ 619722 ] wrong count for newly created folders)
7175
7176 2002-10-07 [christoph]  0.8.3claws51
7177
7178         * src/compose.c
7179                 fix news posting problem
7180
7181 2002-10-07 [melvin]     0.8.3claws50
7182
7183         * po/fr.po
7184                 Updated French translation
7185
7186 2002-10-05 [christoph]  0.8.3claws49
7187
7188         * src/gtkstext.c
7189                 check if line_start_cache is set in gtk_stext_update_text
7190                 (closes bug [ 618119 ] crash while doing search in folder)
7191
7192 2002-10-05 [christoph]  0.8.3claws48
7193
7194         * src/imap.c
7195         * src/news.c
7196         * src/utils.c
7197         * src/utils.h
7198                 implement cache cleanups for claws' folder system
7199                 (closes bug [ 595916 ] imapcache not cleaned up)
7200
7201 2002-10-05 [melvin]     0.8.3claws47
7202
7203         * src/prefs_actions.c
7204                 Made the help text more clear for the %p token
7205
7206 2002-10-04 [paul]       0.8.3claws46
7207
7208         * sync with 0.8.5
7209                 see ChangeLog 2002-10-02 and 2002-10-03
7210
7211 2002-10-04 [christoph]  0.8.3claws45
7212
7213         * src/inc.c
7214                 fix segfault caused by pop before smtp
7215                 call to inc_account_mail with NULL
7216                 pointer for mainwin
7217
7218 2002-10-04 [paul]       0.8.3claws44
7219
7220         * configure.in
7221                 sync the LDAP detection from 0.8.5cvs1
7222
7223 2002-10-02 [christoph]  0.8.3claws43
7224
7225         * po/de.po
7226                 fix small spelling error
7227
7228 2002-10-02 [melvin]     0.8.3claws42
7229
7230         * ac/aspell.m4
7231                 Behave better and say "no" when test program cannot be run.
7232
7233 2002-10-02 [paul]       0.8.3claws41
7234
7235         * sync with 0.8.4cvs1
7236                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7237                 
7238         * src/summaryview.c
7239                 toggle the behavior of Reply menuitem between
7240                 normal reply and reply-to-list
7241
7242 2002-10-01 [sergey]     0.8.3claws40
7243
7244         * src/compose.c
7245                 Convert newlines in the message text to the canonical form
7246                 before base64 encoding (RFC2045 compliance, fixes some
7247                 interoperability issues with Evolution 1.0.3)
7248
7249 2002-09-29 [colin]      0.8.3claws39
7250
7251         * src/summaryview.c
7252                 Fix an unwanted copy/paste
7253
7254 2002-09-29 [colin]      0.8.3claws38
7255
7256         * src/mainwindow.c
7257                 Renamed "Custom toolbar" to "Customize toolbar"
7258                 Renamed "Show all header" to "Show all headers"
7259                 Renamed "Set diplay item" to "Set displayed items"
7260         * src/prefs_common.c
7261                 Renamed "Show all header" to "Show all headers"
7262         * src/prefs_summary_column.c
7263                 Renamed "diplay item" to "displayed items"
7264
7265 2002-09-29 [colin]      0.8.3claws37
7266
7267         * src/mainwindow.[ch]
7268                 online/offline status pixmaps follow theme
7269                 changes
7270         * src/summaryview.[ch]
7271                 quicksearch pixmap follows theme changes
7272
7273 2002-09-29 [thorsten]   0.8.3claws36
7274
7275         * src/compose.c
7276           src/prefs_folder_item.[ch]
7277                 add default_reply_to folder option (closes patch 581044)
7278
7279 2002-09-29 [christoph]  0.8.3claws35
7280
7281         * acconfig.h    ** REMOVED **
7282         * configure.in
7283         * ac/aspell.m4
7284         * ac/check-type.m4
7285         * ac/gnupg-check-typedef.m4
7286                 fix autoheader 2.50 warning
7287
7288 2002-09-29 [christoph]  0.8.3claws34
7289
7290         * major code cleanup (part 2)
7291         
7292                 - unused variables removed
7293                 - unused functions removed
7294                 - uninitialized variables checked
7295                 - missing return statements added
7296                 - missing function return types added
7297                 - added parentheses around assignment
7298                   when suggested by gcc
7299
7300 2002-09-29 [alfons]     0.8.3claws33
7301
7302         * src/logwindow.c
7303                 log_window_clear(): only bracket gtk_text_forward_delete() 
7304                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7305                 works around GTK text bug)
7306
7307 2002-09-29 [paul]       0.8.3claws32
7308
7309         * po/bg.po
7310           po/sr.po
7311                 updated by George Danchev and Urke MMI
7312                 respectively
7313
7314 2002-09-27 [christoph]  0.8.3claws31
7315
7316         * doc-src/readme.txt
7317         * doc-src/rfc1806.txt   ** REMOVED **
7318         * doc-src/rfc2183.txt   ** NEW FILE **
7319         * doc-src/rfc2980.txt   ** NEW FILE **
7320                 update rfcs
7321
7322 2002-09-27 [melvin]     0.8.3claws30
7323
7324         * ac/aspell.m4
7325                 Fixed typo which could break linking
7326
7327 2002-09-27 [melvin]     0.8.3claws29
7328
7329         * ac/aspell.m4
7330                 Improved GNU/aspell checking. 
7331                 Fixed bug #614490
7332
7333 2002-09-27 [paul]       0.8.3claws28
7334
7335         * sync with 0.8.3cvs8
7336                 see ChangeLog 2002-09-27
7337
7338 2002-09-26 [colin]      0.8.3claws27
7339
7340         * src/toolbar.[ch]
7341           src/mainwindow.[ch]
7342                 Add "Reply to Mailing-list" to the toolbar
7343
7344 2002-09-26 [christoph]  0.8.3claws26
7345
7346         * src/summaryview.c
7347                 Fix wrong message counts in summaryview status
7348
7349 2002-09-26 [paul]       0.8.3claws25
7350
7351         * sync with 0.8.3cvs7
7352                 see ChangeLog 2002-09-26
7353
7354 2002-09-26 [paul]       0.8.3claws24
7355
7356         * sync with 0.8.3cvs6
7357                 see ChangeLog 2002-09-25
7358
7359 2002-09-25 [christoph]  0.8.3claws23
7360
7361         * src/prefs_common.c
7362         * src/prefs_folder_item.c
7363         * src/prefs_scoring.c
7364                 Renamed "kill score" to "hide score" in GUI
7365                 and prefs files
7366
7367 2002-09-25 [paul]       0.8.3claws22
7368
7369         * sync with 0.8.3cvs5
7370                 see ChangeLog 2002-09-24
7371
7372 2002-09-24 [alfons]     0.8.3claws21
7373
7374         patch by Satoshi Nagayasu: allows appending / saving multiple 
7375         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7376         'Save as ...'")
7377
7378         * AUTHORS
7379                 add Satoshi Nagayasu
7380         * src/summaryview.c
7381                 summary_save_as(): allow saving selected files to
7382                 one file
7383                 summary_set_menu_sensitive: enable "Save As..." when
7384                 multiple files are selected
7385         * src/utils.[ch]
7386                 append_file(): new function
7387
7388 2002-09-24 [colin]      0.8.3claws20
7389
7390         * src/procmime.c
7391                 Fix segfault when mimeinfo doesn't have a 
7392                 content_type. 
7393
7394 2002-09-24 [colin]      0.8.3claws19
7395
7396         * src/prefs_common.[ch]
7397                 Add a preference to display send dialog or not
7398         * src/send.c
7399                 Display send dialog according to preference
7400
7401 2002-09-24 [colin]      0.8.3claws18
7402
7403         * src/compose.[ch]
7404                 Disable user actions when sending
7405
7406 2002-09-24 [colin]      0.8.3claws17
7407
7408         * src/procmime.c
7409                 Do not display name or filename for attachments
7410                 with an application/pgp-signature type
7411                 (security flaw, see bug 537413)
7412
7413 2002-09-23 [colin]      0.8.3claws16
7414
7415         * src/editaddress.c
7416                 Initialize entry_email, entry_alias and 
7417                 entry_remarks to first email address of the list
7418
7419 2002-09-23 [colin]      0.83claws15
7420
7421         * src/compose.c
7422                 Drop pgp-signature when reediting a signed queued
7423                 message
7424
7425 2002-09-23 [melvin]     0.8.3claws14
7426
7427         * po/fr.po
7428                 Updated French translation
7429
7430 2002-09-23 [melvin]     0.8.3claws13
7431
7432         * src/mainwindow.c
7433                 Made custom toolbar menu labels more consistent
7434         * src/prefs_toolbar.c
7435                 Made custom toolbar window title more consistent
7436
7437 2002-09-22 [colin]      0.8.3claws12
7438
7439         * src/inc.c
7440                 Initialize session type to normal before getting 
7441                 mail (fixes strange Get behaviour)
7442         * src/prefs_account.h
7443                 Move STYPE_POP_BEFORE_SMTP to last position to 
7444                 avoid other side-effects
7445
7446 2002-09-22 [colin]      0.8.3claws11
7447
7448         * src/prefs_account.c
7449                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7450                 from pop3 to apop or vice-versa
7451
7452 2002-09-22 [colin]      0.8.3claws10
7453         
7454         * src/prefs_account.[ch]
7455                 Add an option for the POP before SMTP timeout
7456         * src/inc.c
7457                 Remember time of last POP connection
7458         * src/send.c
7459                 Do POP before SMTP only if timeout reached
7460
7461 2002-09-22 [oliver]     0.8.3claws9
7462         
7463         * README.claws
7464                 explain custom toolbar
7465
7466 2002-09-22 [oliver]     0.8.3claws8
7467
7468         * src/prefs_actions.[ch]
7469         custom toolbar for compose      
7470                 actions callback from compose toolbar
7471         * src/folderview.c
7472                 remove include toolbar.h
7473
7474 2002-09-22 [oliver]     0.8.3claws7
7475         
7476         * src/prefs_toolbar.[ch]
7477                 custom toolbar for compose
7478                 - generic prefs_toolbar handles both
7479                   Mainwin's toolbar as well as Compose toolbar          
7480
7481 2002-09-22 [oliver]     0.8.3claws6
7482         
7483         * src/toolbar.[ch]
7484                 custom toolbar for compose
7485                 restructure toolbar.[ch]
7486
7487 2002-09-22 [oliver]     0.8.3claws5
7488
7489         * src/compose.[ch]
7490                 custom toolbar for compose
7491
7492 2002-09-22 [oliver]     0.8.3claws4
7493         
7494         * src/mainwindow.[ch]
7495                 custom toolbar for compose 
7496                 move mainwin toolbar back to mainwindow
7497
7498 2002-09-22 [alfons]     0.8.3claws3
7499
7500         * src/procmsg.c
7501                 :%sno/if(/if (/gc
7502                 :%sno/for(/for (/gc
7503                 (beautify)
7504
7505 2002-09-22 [alfons]     0.8.3claws2
7506         
7507         * src/procmsg.c
7508                 procmsg_save_to_outbox(): don't unlink message file from queue;
7509                 callers should do it using folder_item_remove_msg()
7510
7511 2002-09-22 [colin]      0.8.3claws1
7512
7513         * src/mimeview.[ch]
7514                 Made mimeview_check_signature() public
7515         * src/textview.c
7516                 Made GPG signatures verifiable by clicking
7517                 the [application/pgp-signature] in the Text
7518                 view
7519
7520 2002-09-22 [paul]       0.8.3claws
7521
7522         * po/bg.po
7523           po/en_GB.po
7524           po/es.po
7525           po/it.po
7526           po/pl.po
7527           po/pt_BR.po
7528           po/sr.po
7529                 updated translations, submitted by George Danchev,
7530                 me, Ricardo Mones Lastra, Alessandro Maestri,
7531                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7532                 and Urke MMI, respectively.     
7533
7534 2002-09-22 [alfons]     0.8.2claws65
7535
7536         * src/procmsg.c
7537         * src/pgptext.c
7538                 no furry valgrinds have been used to plug these memleaks
7539
7540 2002-09-20 [paul]       0.8.2claws64
7541
7542         * sync with 0.8.3cvs4
7543                 'Select thread' re-implemented 
7544                 see ChangeLog 2002-09-20
7545
7546 2002-09-21 [alfons]     0.8.2claws63
7547
7548         * src/compose.c
7549                 compose_send(): plug unnoticed memleak
7550
7551 2002-09-20 [alfons]     0.8.2claws62
7552
7553         * src/addr_compl.c
7554                 replace_address_in_edit(): strict check for NULL address to
7555                 fix "[ 607348 ] Segfault in address completion". My guess is
7556                 that this happens with an empty address book, but it's good
7557                 to have this check here anyway
7558                 
7559                 completion_window_button_press(): free string returned 
7560                 from the internal cache
7561
7562 2002-09-20 [christoph]  0.8.2claws61
7563
7564         * src/procmime.h
7565                 added ENC_BINARY to EncodingType
7566         * src/procmime.c
7567                 the string returned by procmime_get_encoding_str
7568                 should not depend on the order of values in the
7569                 EncodingType definition
7570         * doc-src/rfc1806.txt   ** NEW FILE **
7571                 Added rfc1806 about MIME Content-Disposition
7572                 Extension
7573
7574 2002-09-19 [paul]       0.8.2claws60
7575
7576         * sync with 0.8.2cvs3
7577                 see ChangeLog 2002-09-19
7578
7579 2002-09-19 [paul]       0.8.2claws59
7580
7581         * src/prefs_folder_item.c
7582                 revert to Darko's original alignment of colour
7583                 selector button
7584                 add a colon to folder_color label
7585                 
7586         * src/compose.c
7587                 add Colin's patch (with Hiro's modifications) to 
7588                 force BASE64 encoding for 8-bit text when signing
7589                 (sync with 0.8.3cvs2)
7590
7591 2002-09-18 [alfons]     0.8.2claws58
7592
7593         * src/compose.c
7594                 :%sno/if(/if (/gc
7595                 :%sno/for(/for (/gc
7596                 (beautify a little bit)
7597
7598 2002-09-18 [christoph]  0.8.2claws57
7599
7600         * src/pine.c
7601                 fix handling of fgetc return value
7602
7603 2002-09-17 [alfons]     0.8.2claws56
7604         
7605         * src/summaryview.c
7606                 summary_sort(): check non-NULL summaryview->folder_item when no 
7607                 folder is selected at all
7608                 (closes "[ 610344 ] sort label make syl Crash")
7609
7610 2002-09-17 [alfons]     0.8.2claws55
7611         
7612         * src/compose.c
7613                 beautify a little bit
7614
7615 2002-09-17 [christoph]  0.8.2claws54
7616
7617         * src/folder.c
7618                 initialize max values for cache and folder
7619                 when cache or folder is empty
7620
7621 2002-09-15 [colin]      0.8.2claws53
7622
7623         * src/compose.c
7624                 Fix a leak (thanks Alfons!) and cleaned
7625                 variables names for custom headers
7626
7627 2002-09-15 [colin]      0.8.2claws52
7628
7629         * src/compose.c
7630                 Fix custom headers recognition when
7631                 prefs_common.trans_hdr is on
7632
7633 2002-09-15 [colin]      0.8.2claws51
7634
7635         * src/compose.c
7636                 Allow dynamically-added custom headers
7637                 Yet not reparsed if reedited
7638
7639 2002-09-15 [alfons]     0.8.2claws50
7640
7641         * src/prefs_account.c
7642                 fix warnings
7643
7644 2002-09-15 [colin]      0.8.2claws49
7645         
7646         * src/prefs_account.c
7647                 fix pop_before_smtp sensitivity
7648
7649 2002-09-15 [colin]      0.8.2claws48
7650
7651         * src/inc.[ch]
7652                 add inc_pop_before_smtp()
7653                 allow MainWindow to be undefined in 
7654                 inc_account_mail() and inc_start()
7655         * src/pop.c
7656           src/prefs_account.h
7657                 add STYPE_POP_BEFORE_SMTP session type
7658         * src/prefs_account.c
7659                 activated pop before smtp option
7660         * src/send.c
7661                 do pop before smtp if the relevant option 
7662                 is set
7663
7664 2002-09-15 [paul]       0.8.2claws47
7665
7666         * sync with 0.8.3
7667                 see ChangeLog 2002-09-15
7668
7669 2002-09-14 [paul]       0.8.2claws46
7670
7671         * po/bg.po
7672                 updated Bulgarian translation, submitted by
7673                 George Danchev
7674
7675 2002-09-13 [paul]       0.8.2claws45
7676
7677         * src/compose.c
7678                 merge claws' select_account() with main's
7679                 (new) compose_select_account(). [sync with
7680                 0.8.2cvs15, see ChangeLog 2002-09-11]
7681
7682 2002-09-12 [christoph]  0.8.2claws44
7683
7684         * src/filter.c
7685                 allocate 1 elements of FolderItem not 0
7686
7687 2002-09-12 [colin]      0.8.2claws43
7688
7689         * src/compose.c
7690                 Fix bug #590825 (obey Follow-up: poster)
7691
7692 2002-09-12 [colin]      0.8.2claws42
7693
7694         * src/procmime.c
7695                 Fix bug #557009 (wrong headers for messages 
7696                 forwarded as attachments)
7697
7698 2002-09-11 [colin]      0.8.2claws41
7699         
7700         * src/compose.c
7701                 Put SCF: pseudo-header on top of message
7702                 Set draft tmp_flag when saved as draft
7703
7704         * src/procmsg.c
7705           src/procheader.c
7706                 Skip after first \n\n for beginning of real message
7707                 for drafts too
7708
7709 2002-09-11 [christoph]  0.8.2claws40
7710
7711         * src/filtering.c
7712                 use procmsg flag functions in filtering or processing
7713                 will cause incorrect folder message counts
7714
7715 2002-09-11 [colin]      0.8.2claws39
7716
7717         * src/compose.c
7718                 Fix bug #550175 - wrong save folder when reediting
7719                 drafts
7720
7721 2002-09-11 [paul]       0.8.2claws38
7722
7723         * sync with 0.8.2cvs14
7724                 see ChangeLog 2002-09-11
7725
7726 2002-09-11 [colin]      0.8.2claws37
7727
7728         * src/folder.c
7729                 Fix a typo (seeming to cause new/unread status to
7730                 be lost)
7731
7732 2002-09-10 [christoph]  0.8.2claws36
7733
7734         * src/compose.c
7735                 compose_redirect should not use compose_generic_new
7736                 because that does more stuff than expected including
7737                 opening the external editor
7738                 (closes bug "[ 526608 ] bounced messages appear blank
7739                  in editor")
7740
7741 2002-09-10 [christoph]  0.8.2claws35
7742
7743         * src/folder.c
7744                 fix problem with too large message number range
7745                 causing a crash in folder_item_scan
7746
7747 2002-09-10 [paul]       0.8.2claws34
7748
7749         * sync with 0.8.2cvs13
7750                 see ChangeLog 2002-09-10
7751
7752 2002-09-10 [christoph]  0.8.2claws33
7753
7754         * src/msgcache.c
7755                 set MsgInfo TmpFlags for queue and draft folders
7756                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7757
7758 2002-09-10 [paul]       0.8.2claws32
7759
7760         * AUTHORS
7761           po/bg.po      ** NEW FILE **
7762                 new Bulgarian translation submitted by
7763                 George Danchev <danchev@spnet.net>
7764                 
7765         * tools/Makefile.am
7766           tools/README
7767           tools/tb2sylpheed     ** NEW FILE **
7768                 add script that converts an addressbook exported
7769                 from The Bat! into a Sylpheed addressbook. Submitted
7770                 by Urke MMI <urke-kg@eunet.yu>
7771
7772 2002-09-10 [paul]       0.8.2claws31
7773
7774         * sync with 0.8.2cvs12
7775                 see ChangeLog 2002-09-10
7776
7777 2002-09-06 [paul]       0.8.2claws30
7778
7779         * src/prefs_common.c
7780                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7781                 
7782         * tools/Makefile.am
7783           tools/README
7784           tools/ldif-to-xml.py  ** REMOVED **
7785                 remove obsolete python script
7786
7787 2002-09-06 [paul]       0.8.2claws29
7788
7789         * sync with 0.8.2cvs10
7790                 see ChangeLog 2002-09-06
7791
7792 2002-09-04 [paul]       0.8.2claws28
7793
7794         * sync with 0.8.2cvs9
7795                 see ChangeLog 2002-08-04
7796
7797 2002-09-04 [colin]      0.8.2claws27 
7798
7799         * src/prefs_common.[ch]
7800                 Added signature color configuration
7801         * src/textview.c
7802                 Use user-specified signature color
7803
7804 2002-09-03 [colin]      0.8.2claws26
7805
7806         * src/prefs_common.[ch]
7807                 Added autosave and autosave_length prefs
7808         * src/compose.c
7809                 Added compose_remove_draft()
7810                 Auto-save drafts according to the prefs
7811         * src/main.c
7812                 Added a crash-indicator file, allowing to check
7813                 for new messages on startup if Sylpheed crashed
7814                 (makes saved drafts "reappear")
7815
7816 2002-09-03 [colin]      0.8.2claws25
7817
7818         * src/textview.[ch]
7819                 Grey the signature
7820
7821 2002-09-03 [paul]       0.8.2claws24
7822
7823         * sync with 0.8.2cvs8
7824                 see ChangeLog 2002-09-02 and 2002-09-03
7825
7826 2002-09-03 [darko]      0.8.2claws23
7827
7828         * src/folderview.c
7829                 use normal style when creating new folder to pick
7830                 proper font size 
7831
7832 2002-09-02 [melvin]     0.8.2claws22
7833
7834         * src/gtkaspell.m4
7835                 removed some obsolete code
7836
7837 2002-09-02 [melvin]     0.8.2claws21
7838
7839         * ac/aspell.m4
7840                 fixed test's equality sign (== to =)
7841
7842 2002-09-02 [alfons]     0.8.2claws20
7843
7844         * src/folder.c
7845         * src/mh.c
7846                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7847                 as folder->destroy virtual as suggested by Hiro
7848                 (the mh.c code seems to have been lost around mh.c.1.21)
7849
7850 2002-09-02 [paul]       0.8.2claws19
7851
7852         * po/pt_BR.po
7853                 updated by Fabio Jr. Beneditto
7854                 
7855         * src/defs.h
7856                 use 'http://claws.sylpheed.org' for homepage link. 
7857                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7858
7859 2002-09-01 [alfons]     0.8.2claws18
7860
7861         * src/mh.c
7862                 plug memleak related to one Martin Kluge found
7863
7864 2002-08-31 [paul]       0.8.2claws17
7865
7866         * sync with 0.8.2cvs6
7867                 see ChangeLog 2002-08-30
7868
7869 2002-08-31 [alfons]     0.8.2claws16
7870
7871         * src/folder.c
7872                 folder_destroy(): remove mailbox from folderlist even if it has
7873                 no destroy virtual
7874
7875 2002-08-31 [alfons]     0.8.2claws15
7876
7877         * src/folder.c
7878                 :%sno/if(/if (/gc
7879                 :%sno/for(/for (/gc
7880                 (being pedantic I know)
7881
7882 2002-08-31 [alfons]     0.8.2claws14
7883
7884         * src/folder.c
7885                 check for NULL pointers returned from folder->fetch_msginfo virtual
7886                 (should solve some reported crashes)
7887
7888 2002-08-30 [alfons]     0.8.2claws13
7889
7890         * acconfig.h
7891         * configure.in
7892         * src/crash.c
7893                 enable crash dialog on compilation time
7894                 (--enable-crash-dialog configure option)
7895
7896 2002-08-30 [alfons]     0.8.2claws12
7897
7898         * AUTHORS
7899                 add Martin Kluge
7900         * src/mh.c
7901                 apply memory leak plug patch by Martin Kluge
7902                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7903                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7904                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7905
7906 2002-08-30 [darko]      0.8.2claws11
7907
7908         * src/folderview.c
7909                 copy Gtk style from normal style to match
7910                 font size for coloured folders
7911
7912 2002-08-29 [alfons]     0.8.2claws10
7913
7914         * sylpheed.desktop
7915                 Type=Internet <- Type=Application
7916                 (reported by Michael Schwendt, see:
7917                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7918                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7919
7920 2002-08-29 [paul]       0.8.2claws9
7921
7922         * sync with 0.8.2cvs5
7923                 see ChangeLog 2002-08-29
7924
7925 2002-08-29 [colin]      0.8.2claws8
7926
7927         * src/summaryview.c
7928                 Added a sanity check in summary_select_thread
7929                 Should fix bug 601605
7930
7931 2002-08-29 [colin]      0.8.2claws7
7932
7933         * src/main.c
7934                 Revert claws6 changes regarding bug #591676
7935
7936 2002-08-28 [colin]      0.8.2claws6
7937         
7938         * src/main.c
7939                 Ignore cache for queue folderitems
7940                 Fix bug #591676
7941
7942 2002-08-28 [melvin]     0.8.2claws5
7943
7944         * README.claws
7945                 Fixed typos.
7946
7947 2002-08-28 [melvin]     0.8.2claws4
7948
7949         * README.claws
7950                 Updated a bit the text concerning the spell checker
7951
7952 2002-08-28 [melvin]     0.8.2claws3
7953
7954         Merged the GNU_aspell_branch:
7955                 Support of new GNU/aspell is now included and the old pspell
7956                 is not supported anymore.
7957                 See README.claws
7958
7959         * README.claws
7960                 Updated spell checker text to reflect the switch to GNU/aspell
7961
7962         * ac/aspell.m4          *** NEW ***
7963         * src/gtkaspell.[ch]    *** NEW *** 
7964         * ac/pspell.m4          *** DELETED *** 
7965         * src/gtkspell.[ch]     *** DELETED ***
7966
7967         * ac/Makefile.am
7968                 Updated for GNU/aspell support
7969
7970         * po/POTFILES.in
7971                 Replaced gtkspell.c by gtkaspell.c
7972
7973         * acconfig.h
7974         * src/Makefile.am
7975         * src/about.c
7976         * src/compose.[ch]
7977         * src/crash.c
7978         * src/main.c
7979         * src/prefs_common.[ch]
7980                 Updated for GNU/aspell support
7981
7982 2002-08-28 [paul]       0.8.2claws2
7983
7984         * sync with 0.8.2cvs4
7985                 see ChangeLog 2002-08-27 and 2002-08-28
7986
7987 2002-08-28 [colin]      0.8.2claws1
7988
7989         * src/summary_search.c
7990                 Added "AND search"
7991
7992 2002-08-28 [jens]       0.8.2claws
7993
7994         *po/de.po
7995                 Updated German translations
7996
7997 2002-08-27 [melvin]     0.8.2claws
7998
7999         * po/fr.po
8000                 Updated French translations
8001
8002 2002-08-27 [paul]       0.8.2claws
8003
8004         * sync with 0.8.2 main release
8005
8006         * po/en_GB.po
8007           po/es.po
8008           po/it.po
8009           po/pl.po
8010           po/pt_BR.po
8011           po/sr.po
8012                 updated message catalogs submitted by
8013                 Ricardo Mones Lastra, Alessandro Maestri,
8014                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8015                 Beneditto and Urke MMI  
8016
8017 2002-08-27 [hoa]        0.8.1claws123
8018
8019         * src/mainwindow.[ch]
8020         * src/summaryview.[ch]
8021                 removed the "filter setting" menu option.
8022                 add a "cancel a news message" menu option.
8023
8024 2002-08-26 [martin]     0.8.1claws122
8025
8026         * ChangeLog.claws
8027                 changed string under 0.8.1claws79 changed by myself
8028                 i'm sorry alfons :(
8029
8030 2002-08-26 [martin]     0.8.1claws121
8031
8032         * src/crash.c
8033                 added kill command to debuggerrc to start crash dialog
8034
8035 2002-08-26 [paul]       0.8.1claws120
8036
8037         * sync with 0.8.1cvs31
8038                 see ChangeLog 2002-08-26
8039
8040 2002-08-25 [alfons]     0.8.1claws119
8041
8042         * src/procmsg.c
8043                 fix bug that didn't send out correct headers to news server
8044                 when sending news article and email from queue (bug reported
8045                 and patch provided by Tim Mann; closes bug 
8046                 "[ 583196 ] 0.7.8claws can't post news")
8047
8048 2002-08-25 [alfons]     0.8.1claws118
8049
8050         * src/selective_download.c
8051                 mark two strings as translatable
8052                 (thanks to Urke MMI for pointing this out)
8053
8054 2002-08-25 [alfons]     0.8.1claws117
8055
8056         * src/summaryview.c
8057                 treat sent boxes as special and allow sorting them by addressee
8058                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8059                 submitted by Steve Lamb)
8060
8061 2002-08-24 [alfons]     0.8.1claws116
8062
8063         * src/matcher.c
8064                 fix memleak reported by Martin Kluge
8065                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8066
8067 2002-08-24 [oliver]     0.8.1claws115
8068
8069         * src/prefs_toolbar.c
8070                 o code cleanup as suggested by Alfons
8071                 o memleak fix
8072
8073 2002-08-24 [alfons]     0.8.1claws114
8074
8075         * src/summaryview.c
8076                 o fix another memory leak reported by Martin Kluge
8077                   (see "[ 599568 ] Small Memory Leak")
8078                 o remove 'from' variable from 'summary_set_header()'; we can
8079                   do with just 'to' 
8080
8081 2002-08-24 [paul]       0.8.1claws113
8082
8083         * sync with 0.8.1cvs30
8084                 see ChangeLog 2002-08-23
8085
8086 2002-08-24 [alfons]     0.8.1claws112
8087
8088         * src/summaryview.c
8089                 remove unnecessary allocations for search bar fixing leaks
8090                 reported by Martin Kluge
8091                 (see "[ 599451 ] Further memory leaks?")
8092
8093 2002-08-24 [alfons]     0.8.1claws111
8094
8095         * src/main.c
8096                 make get_socket_name() public for crash.c
8097         * src/crash.c
8098                 o make report bug button work (goes to claws' 
8099                   bug tracker at sf.net)
8100                 o introduce function for doing important stuff just
8101                   before claws goes down
8102                 o clean up code 
8103
8104 2002-08-24 [alfons]     0.8.1claws110
8105
8106         * src/compose.c
8107                 move cursor to "To" entry when forwarding as attachment
8108                 (reported and solved by Steve Lamb, closes bug report
8109                 "[ 592880 ] Forward as attachment; cursor not in to")
8110
8111 2002-08-24 [colin]      0.8.1claws109
8112
8113         * src/mainwindow.c
8114                 fix quick search visibility after GUI (de)separations.
8115
8116 2002-08-23 [colin]      0.8.1claws108
8117
8118         * src/mainwindow.c
8119                 fix header pane visibility after folderview or
8120                 messageview (de)separation
8121
8122 2002-08-23 [paul]       0.8.1claws107
8123
8124         * src/mainwindow.[ch]
8125           src/toolbar.c
8126                 give full control of display or non-display 
8127                 of the Execute icon to Custom toolbar settings.
8128                 add new sensitivity condition to maninwindow.h: 
8129                 M_DELAY_EXEC
8130
8131         * ChangeLog
8132           ChangeLog.jp
8133           NEWS
8134                 more sync with 0.8.1cvs29
8135
8136 2002-08-23 [melvin]     0.8.1claws106
8137
8138         * src/alertpanel.c
8139                 Readded support for custom widget in alertpanel lost in last
8140                 sync.
8141
8142 2002-08-23 [paul]       0.8.1claws105
8143
8144         * sync with 0.8.1cvs29
8145                 see ChangeLog 2002-08-23
8146
8147 2002-08-23 [colin]      0.8.1claws104
8148
8149         * src/summaryview.c
8150                 Fix folder and search pixmaps exchanging positions
8151                 after theme or toolbar changes. Thank to Oliver for 
8152                 reporting this.
8153
8154 2002-08-23 [colin]      0.8.1claws103
8155
8156         * src/mainwindow.c
8157           src/messageview.[ch]
8158           src/noticeview.[ch]
8159           src/summaryview.c
8160                 Changed messageview_create() and noticeview_create()
8161                 to avoid the last gdk_warning
8162
8163 2002-08-22 [colin]      0.8.1claws102
8164
8165         * src/summaryview.c
8166                 Fix my new `Creating pixmap from xpm' warning
8167
8168 2002-08-22 [colin]      0.8.1claws101
8169
8170         * src/mainwindow.c
8171                 Fix some of the gdk warnings
8172
8173 2002-08-22 [colin]      0.8.1claws100
8174
8175         * src/Makefile.am
8176         * src/stock_pixmap.c
8177         * src/stock_pixmap.h
8178         * src/pixmaps/quicksearch.xpm *ADDED*
8179                 Add the quicksearch pixmap
8180         * src/mainwindow.c
8181         * src/summaryview.c
8182         * src/summaryview.h
8183                 Make quicksearch bar visible/hidden via a button
8184
8185 2002-08-22 [christoph]  0.8.1claws99
8186
8187         * src/folder.c
8188                 fix folder update for newsgroups with message
8189                 numbers below minimum number of articles to fetch
8190                 (closes bug #598445)
8191
8192 2002-08-22 [paul]       0.8.1claws98
8193
8194         * sync with 0.8.1cvs28
8195                 see ChangeLog 2002-08-22
8196
8197 2002-08-21 [alfons]     0.8.1claws97
8198
8199         * src/crash.c
8200                 use bt instead of bt full which seems to work 
8201                 better, and bt full doesn't give a great deal 
8202                 of information anyway
8203
8204 2002-08-21 [colin]      0.8.1claws96
8205
8206         * src/summaryview.c
8207                 fix summaryview_searchtype_changed prototype
8208
8209 2002-08-21 [christoph]  0.8.1claws95
8210
8211         * src/mainwindow.c
8212                 o fix broken menu update for sorting type, we have to
8213                   get this info from the summaryview now
8214                 o removed setting of threaded state in menu callback
8215         * src/summaryview.[ch]
8216                 more summaryview/folderitem seperation for
8217                 threading option
8218         * configure.in
8219                 removed not required --with-compiler-flags option
8220
8221 2002-08-21 [oliver]     0.8.1claws94
8222         
8223         * src/toolbar.h 
8224                 o rename toolbar.xml to toolbar_main.xml
8225                   since toolbar_compose.xml might come up 
8226                   any time soon
8227         * README.claws
8228                 add custom toolbar              
8229
8230 2002-08-21 [darko]      0.8.1claws93
8231
8232         * src/procmsg.c
8233                 don't reset tmp flags for messages copied
8234                 to sent folder
8235
8236 2002-08-21 [colin]      0.8.1claws92
8237         
8238         * src/prefs_filtering.c
8239                 fix renaming rules on folder rename 
8240                 when folder is not a leaf folder
8241
8242 2002-08-21 [paul]       0.8.1claws91
8243
8244         * src/prefs_folder_item.c
8245                 fix alignment of colour selector
8246
8247 2002-08-21 [paul]       0.8.1claws90
8248
8249         * sync with 0.8.1cvs27
8250                 see ChangeLog 2002-08-21
8251
8252 2002-08-21 [paul]       0.8.1claws89
8253
8254         * src/summaryview.c
8255                 fix crash when changing field type in
8256                 Quick search bar
8257
8258 2002-08-21 [colin]      0.8.1claws88
8259
8260         * src/summaryview.c
8261                 Made quick search case-insensitive
8262
8263 2002-08-21 [paul]       0.8.1claws87
8264
8265         * sync with 0.8.1cvs26
8266                 see ChangeLog 2002-08-21
8267
8268 2002-08-20 [christoph]  0.8.1claws86
8269
8270         * src/folderview.c
8271         * src/main.c
8272         * src/summaryview.[ch]
8273                 more summaryview/folderitem seperation for
8274                 sort_key and sort_type
8275         * src/procmsg.c
8276                 added missing return statement
8277
8278 2002-08-20 [colin]      0.8.1claws85
8279
8280         * src/summaryview.[ch]
8281                 Added a quick search box
8282         * src/mainwindow.c
8283         * src/prefs_common.[ch]
8284                 Added a show/hide option for the quick search
8285
8286 2002-08-20 [oliver]     0.8.1claws84
8287         
8288         * src/mainwindow.c
8289                 remove toolbar_create_popups
8290         * src/toolbar.[ch]
8291                 o remove toolbar_create_popups
8292                 o fix toolbar_set_sensitive 
8293                   (Bug reports #596834 and #596832)     
8294         * src/prefs_toolbar.c
8295                 o add "Set default" button
8296                 o align label and text + combo widgets
8297
8298 2002-08-20 [hoa]        0.8.1claws83bis
8299
8300         * src/imap.c
8301                 fixed a bug in imap_fetch_msginfo() in case there is no
8302                 current folder.
8303
8304 2002-08-20 [darko]      0.8.1claws83
8305
8306         * src/folderview.c
8307                 copy the color style of folder view so it
8308                 works with GTK themes
8309
8310 2002-08-20 [darko]      0.8.1claws82
8311
8312         * src/folder.h
8313         * src/folderview.c
8314         * src/prefs_folder_item.[hc]
8315                 don't use UI stuff in folder.h
8316
8317 2002-08-20 [darko]      0.8.1claws81
8318
8319         * src/folder.h
8320         * src/prefs_folder_item.h
8321         * src/folderview.c
8322         * src/prefs_folder_item.c
8323                 ability to set folder color in folderview
8324
8325 2002-08-19 [alfons]     0.8.1claws80
8326
8327         * src/summaryview.c
8328                 fix one of the earlier memleaks reported by Martin Kluge
8329
8330 2002-08-19 [alfons]     0.8.1claws79
8331
8332         * src/mainwindow.c
8333                 hide notice view when selecting seperate folder
8334                 view (reported by Urke MMI)
8335
8336 2002-08-19 [christoph]  0.8.1claws78
8337
8338         * src/folderview.c
8339         * src/prefs_folder_item.h
8340         * src/summaryview.[ch]
8341                 o add summary_set_prefs_from_folderitem to set
8342                   summaryview prefs (first step to remove all
8343                   references to the folderitem in summaryview)
8344                 o moved compiled regex stuff from folderitem prefs
8345                   to summaryview code
8346
8347 2002-08-19 [paul]       0.8.1claws77
8348
8349         * src/compose.c
8350                 add check for '.' to QUOTE_IF_REQUIRED
8351
8352 2002-08-19 [paul]       0.8.1claws76
8353
8354         * src/inc.c
8355                 sync with 0.8.1cvs25 (plug memory leak)
8356
8357         * src/prefs_toolbar.c
8358                 re-order prefs_toolbar_cancel()
8359
8360 2002-08-18 [alfons]     0.8.1claws75
8361
8362         * src/inc.c
8363         * src/matcher.c
8364                 plug other memleaks reported by Martin Kluge
8365
8366 2002-08-18 [paul]       0.8.1claws74
8367
8368         * po/pt_BR.po
8369                 updated by Fabio Jr. Beneditto
8370
8371 2002-08-18 [paul]       0.8.1claws73
8372
8373         * src/toolbar.[ch]
8374                 fix bug where tooltips were displayed untranslated              
8375
8376         * src/prefs_toolbar.c
8377                 fix bug where clicking 'Cancel' creates an icon & text
8378                 toolbar regardless of prefs
8379         
8380
8381 2002-08-17 [oliver]     0.8.1claws72
8382
8383         * src/prefs_toolbar.c
8384                 update toolbar on CANCEL
8385                 bug reported by Martin Kluge
8386         * src/toolbar.c
8387                 toolbar_destroy memleak fixed           
8388
8389 2002-08-17 [alfons]     0.8.1claws71
8390
8391         * src/toolbar.c
8392                 plug another memleak reported by Martin Kluge
8393
8394 2002-08-16 [alfons]     0.8.1claws70
8395
8396         * src/crash.c
8397                 use execvp() correctly (suggested by wwp; thanks!)
8398
8399 2002-08-16 [alfons]     0.8.1claws69
8400
8401         * src/gtksctree.c
8402                 plug memory leak reported by Kim Schultz & Martin Kluge
8403
8404 2002-08-16 [paul]       0.8.1claws68
8405
8406         * po/es.po
8407                 updated by Ricardo Mones Lastra
8408
8409 2002-08-16 [paul]       0.8.1claws67
8410
8411         * src/toolbar.h
8412                 fix bug where 'Compose News' icon showed wrong
8413                 tooltip
8414
8415 2002-08-16 [paul]       0.8.1claws66
8416
8417         * sync with 0.8.1cvs24
8418                 see ChangeLog 2002-08-16
8419
8420         * po/it.po
8421                 updated by Alessandro Maestri
8422
8423 2002-08-15 [paul]       0.8.1claws65
8424
8425         * po/sr.po
8426                 updated by Urke MMI
8427
8428 2002-08-15 [paul]       0.8.1claws64
8429
8430         * src/*.c
8431                 don't translate debug info
8432
8433         * src/matcher.[ch]
8434                 add copyright info
8435
8436 2002-08-15 [paul]       0.8.1claws63
8437
8438         * src/prefs_toolbar.c
8439                 fix bug where clicking 'OK' creates an icon & text
8440                 toolbar regardless of prefs
8441
8442 2002-08-14 [alfons]     0.8.1claws62
8443
8444         * src/main.c
8445                 add global var that has the full argv[0]
8446         * src/crash.c
8447                 o execvp the correct sylpheed by using argv0
8448                   and setting the correct work dir
8449                 o other tweaks  
8450
8451 2002-08-14 [oliver]     0.8.1claws61
8452         
8453         * enable/disable Toolbar Action Buttons 
8454         * code cleanups
8455         * src/mainwindow.c
8456         * src/toolbar.[ch]      
8457         * src/prefs_toolbar.c   
8458
8459 2002-08-14 [melvin]     0.8.1claws60
8460
8461         * po/fr.po
8462                 Updated French translations
8463
8464 2002-08-14 [melvin]     0.8.1claws59
8465
8466         * src/crash.c
8467                 Made bug report not translatable
8468         * src/exporthtml.c
8469                 Fixed exporthtml_build_filespec() return value
8470         * src/foldersel.c
8471                 Fixed incorrect include file
8472         * src/gtkspell.c
8473         * src/prefs_actions.c
8474         * src/prefs_toolbar.c
8475                 Made debug info not translatable
8476         * src/mutt.c
8477         * src/quote_fmt.c
8478                 Added missing includes
8479         * src/prefs_common.c
8480                 Fixed typo
8481
8482 2002-08-14 [paul]       0.8.1claws58
8483
8484         * faq/es/sylpheed-faq.html
8485           faq/es/sylpheed-faq-[1-3].html
8486           faq/es/sylpheed-faq-4.html     **NEW FILE **
8487                 update Spanish FAQ
8488
8489 2002-08-13 [christoph]  0.8.1claws57
8490
8491         * src/procmsg.c
8492                 ignore thread fix that did not mark all
8493                 child nodes of a ignored thread as
8494                 ignored. Does not work perfectly yet,
8495                 but it is better now
8496
8497 2002-08-13 [alfons]     0.8.1claws56
8498
8499         * src/crash.c
8500                 o implement 'save crash log'
8501                 o some tweaks
8502
8503 2002-08-13 [melvin]     0.8.1claws55
8504
8505         * src/main.c
8506                 removed unrequired "execinfo.h" header
8507
8508 2002-08-12 [paul]       0.8.1claws54
8509
8510         * faq/en/sylpheed-faq.html
8511           faq/en/sylpheed-faq-[1-3].html
8512           faq/en/sylpheed-faq-4.html     **NEW FILE **
8513                 update English FAQ
8514
8515 2002-08-12 [alfons]     0.8.1claws53
8516
8517         * po/POTFILES.in
8518                 add crash.c to translatables
8519         * src/crash.c
8520                 bring in Leandro's crash dialog
8521
8522 2002-08-11 [alfons]     0.8.1claws52
8523
8524         * src/crash.c
8525                 clean up some warnings
8526
8527 2002-08-11 [alfons]     0.8.1claws51
8528
8529         * acconfig.h
8530         * configure.in
8531         * src/crash.[ch]        ** NEW FILES **
8532         * src/main.c            
8533                 initial gdb crash handler
8534
8535 2002-08-11 [paul]       0.8.1claws50
8536
8537         * src/prefs_toolbar.c
8538                 replace Up/Down arrow pixmaps with text to be
8539                 consistent across icon themes
8540
8541 2002-08-11 [paul]       0.8.1claws49
8542
8543         * src/prefs_common.c
8544           src/prefs_toolbar.c
8545                 rename 'Pixmap' -> 'Icon'
8546
8547         * src/toolbar.[ch]
8548                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8549
8550 2002-08-10 [paul]       0.8.1claws48
8551
8552         * src/prefs_toolbar.c
8553                 re-work the UI
8554
8555 2002-08-10 [paul]       0.8.1claws47
8556
8557         * src/main.c
8558                 don't write Processing progress to status bar
8559                 patch submitted by Alexander Evseev
8560
8561         * src/prefs_toolbar.c
8562                 re-position and resize window
8563                 make window assume correct size on first call
8564
8565 2002-08-10 [paul]       0.8.1claws46
8566
8567         * src/mainwindow.c
8568           src/prefs_toolbar.c
8569           src/toolbar.c
8570           src/toolbar.h
8571                 obey coding style
8572                 follow UI text conventions
8573
8574 2002-08-10 [alfons]     0.8.1claws45
8575
8576         * src/toolbar.c
8577                 correct pixmap for delete action
8578
8579 2002-08-10 [paul]       0.8.1claws44
8580
8581         * po/pt_BR.po
8582                 updated by Fabio Jr. Beneditto
8583
8584 2002-08-10 [paul]       0.8.1claws43
8585
8586         * po/POTFILES.in
8587                 add custom toolbar files
8588
8589 2002-08-10 [paul]       0.8.1claws42
8590
8591         * sync with 0.8.1cvs22
8592                 see ChangeLog 2002-08-09
8593
8594 2002-08-09 [paul]       0.8.1claws41
8595
8596         * tools/Makefile.am
8597           tools/README
8598           tools/outlook2sylpheed.pl     ** NEW FILE **
8599                 add script to convert exported Outlook
8600                 contacts list to a Sylpheed addressbook.
8601                 Submitted by Ricardo Mones Lastra.
8602
8603 2002-08-09 [paul]       0.8.1claws40
8604
8605         * AUTHORS
8606           configure.in
8607           po/sr.po      ** NEW FILE **
8608                 add Serbian message catalog. Submitted by
8609                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8610
8611 2002-08-09 [paul]       0.8.1claws39
8612
8613         * sync with 0.8.1cvs21
8614                 see ChangeLog 2002-08-08
8615
8616 2002-08-08 [oliver]     0.8.1claws38
8617
8618         * src/mainwindow.c
8619                 move Custom Toolbar to Configuration menu
8620
8621 2002-08-08 [oliver]     0.8.1claws37
8622
8623         * src/prefs_toolbar.c
8624                 fix substitute pixmap bug
8625
8626 2002-08-08 [paul]       0.8.1claws36
8627
8628         * sync with 0.8.1cvs19
8629                 see ChangeLog 2002-08-08
8630
8631 2002-08-07 [christoph]  0.8.1claws35
8632
8633         * src/utils.c
8634                 fixed a memory leak in new canonicalize_file_replace
8635
8636 2002-08-07 [christoph]  0.8.1claws34
8637
8638         * src/utils.[ch]
8639                 o canonicalize_file_replace should create the temporary
8640                   file in the same directory as the original file.
8641                 o added get_tmpfile_in_dir that creates a temorary file
8642                   in a specified directory.
8643
8644 2002-08-07 [melvin]     0.8.1claws33
8645
8646         * src/toolbar.c
8647                 fixed bug where 'Article' button acted as 'Email' button.
8648
8649 2002-08-07 [paul]       0.8.1claws32
8650
8651         * sync with 0.8.1.cvs17
8652                 see ChangeLog 2002-08-07
8653
8654 2002-08-07 [colin]      0.8.1claws31
8655         
8656         * src/news.c
8657                 fix mass-cancel problem
8658
8659 2002-08-07 [thorsten]   0.8.1claws30
8660
8661         * src/prefs_toolbar.c
8662                 fix: crash on replace or add new button
8663         * src/toolbar.c
8664                 fix: close xmlfile after reading
8665         * src/utils.c
8666                 fix: unlink() file before rename()
8667
8668 2002-08-06 [paul]       0.8.1claws29
8669
8670         * sync with 0.8.cvs15
8671                 see ChangeLog 2002-08-06
8672
8673 2002-08-06 [oliver]     0.8.1claws28
8674
8675         * src/toolbar.c
8676         * src/prefs_toolbar.c
8677                 fixed empty toolbar issue
8678
8679 2002-08-06 [oliver]     0.8.1claws27
8680
8681         * Custom Toolbar Final 
8682         * src/folderview.c
8683         * src/inc.c
8684         * src/summaryview.c
8685                 o toolbar stuff now lives in src/toolbar.[ch]
8686                 o main_window_toolbar_* functions are renamed to
8687                   toolbar_* reflecting their new source file
8688         * src/mainwindow.[ch]
8689                 o remove toolbar stuff  
8690
8691 2002-08-06 [oliver]     0.8.1claws26
8692         
8693         * src/Makefile.am
8694         * src/prefs_toolbar.[ch]        **New File**
8695         * src/toolbar.[ch]              **New File**
8696                 o prefs_toolbar.[ch] custom toolbar frontend
8697                 o toolbar.[ch]       backend 
8698
8699 2002-08-06 [oliver]     0.8.1claws25
8700
8701         * src/prefs_actions.[ch]
8702                 o new exported function actions_execute
8703
8704 2002-08-06 [paul]       0.8.1claws24
8705
8706         * sync with 0.8.1cvs4
8707                 see ChangeLog 2002-08-06
8708
8709 2002-08-06 [paul]       0.8.1claws23
8710
8711         * sync with 0.8.1cvs13
8712                 see ChangeLog 2002-08-06
8713
8714 2002-08-06 [paul]       0.8.1claws22
8715
8716         * sync with 0.8.1cvs12
8717                 see ChangeLog 2002-08-05 and 2002-08-06
8718
8719 2002-08-06 [match]      0.8.1claws21
8720
8721         * src/addrclip.c
8722                 improvements to cut/copy/paste address
8723
8724 2002-08-05 [match]      0.8.1claws20
8725
8726         * src/addritem.[ch]
8727         * src/addrcache.c
8728         * src/addrbook.c
8729         * src/editaddress.c
8730         * src/addressbook.c
8731                 fixes to improve cut/copy/paste
8732
8733 2002-08-06 [melvin]     0.8.1claws19
8734
8735         * src/account.[ch]
8736                 account_find_all_from_address(): new function that returns the
8737                 list of all accounts that are matched in an address.
8738         * src/alertpanel.[ch]
8739                 alertpanel() now accepts a custom widget
8740                 alertpanel_with_widget(): new function that pops up a panel with
8741                 a custom widget in it 
8742         * src/gtkutils.[ch]
8743                 gtkut_account_menu_new(): new function that allows the selection
8744                 of an account from a list of accounts.
8745         * src/messageview.c
8746                 Extended Return Receipt notification to select the correct 
8747                 account and to make a security test on the Delivery-Notification
8748                 address which should be the same as the Return-Path.
8749
8750 2002-08-06 [thorsten]   0.8.1claws18
8751
8752         * src/mimeview.c
8753                 attach_all: save unnamed as "noname.%d",
8754                 dont free static dirname
8755
8756 2002-08-05 [alfons]     0.8.1claws17
8757
8758         * configure.in
8759                 detect XIM by trying to link rather than compile a XIM program
8760
8761 2002-08-05 [oliver]     0.8.1claws16
8762                 
8763         * src/stock_pixmap.[ch]
8764                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8765                 o new func to retrieve pixmaps
8766
8767 2002-08-05 [paul]       0.8.1claws15
8768
8769         * sync with 0.8.1cvs10
8770                 see ChangeLog 2002-08-05
8771
8772 2002-08-04 [alfons]     0.8.1claws14
8773
8774         * src/textview.c
8775                 see if this plugs memleak
8776
8777 2002-08-04 [melvin]     0.8.1claws13
8778
8779         * src/gtkspell.c
8780                 fixed bug that could crash Sylpheed when highlighting
8781                 all misspelled words.
8782
8783 2002-08-03 [melvin]     0.8.1claws12
8784
8785         * src/prefs_actions.c
8786                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8787         * src/messageview.c
8788                 fixed bug where the Return Receipt was sent to
8789                 Delivery-Notification-To address even if it was not present
8790
8791 2002-08-02 [alfons]     0.8.1claws11
8792
8793         * src/prefs_actions.c
8794                 o more check for NULLs
8795                 o put create_io_dialog() in right conditional block
8796
8797 2002-08-02 [paul]       0.8.1claws10
8798
8799         * po/es.po
8800                 updated by Ricardo Mones Lastra
8801
8802 2002-08-01 [christoph]  0.8.1claws9
8803
8804         * src/folder.c
8805                 don't free the cache of the opened
8806                 folder in the summaryview
8807         * src/summaryview.c
8808                 don't unset flags, if it is not required
8809
8810 2002-08-01 [paul]       0.8.1claws8
8811
8812         * sync with 0.8.1cvs8
8813                 see ChangeLog entry 2002-08-01
8814
8815 2002-08-01 [paul]       0.8.1claws7
8816
8817         * sync with 0.8.1cvs7
8818                 see ChangeLog 2002-07-31 and 2002-08-01
8819
8820 2002-07-31 [christoph]  0.8.1claws6
8821
8822         * src/mainwindow.c
8823                 forgot to update menu sensitivity
8824                 function for new menu entry
8825
8826 2002-07-31 [alfons]     0.8.1claws5
8827
8828         * src/main.c
8829                 check folder item and its path for NULL on
8830                 initial processing
8831
8832 2002-07-31 [christoph]  0.8.1claws4
8833
8834         * src/folder.c
8835                 check if folder_item_get_msginfo in
8836                 folder_item_remove_msg returned NULL
8837         * src/imap.c
8838                 better clear the uid cache in the
8839                 uid validity check function and delete
8840                 cached messages
8841
8842 2002-07-31 [paul]       0.8.1claws3
8843
8844         * man/sylpheed.1
8845                 add the '--attach' option and a few other
8846                 minor changes
8847
8848 2002-07-31 [paul]       0.8.1claws2
8849
8850         * sync with 0.8.1cvs5
8851                 see ChangeLog 2002-07-31
8852
8853 2002-07-31 [christoph]  0.8.1claws1
8854
8855         * src/folderview.[ch]
8856         * src/mainwindow.c
8857                 replace "Rescan all folders..." with
8858                 "Check all folders for new messages..."
8859
8860 2002-07-30 [paul]       0.8.1claws
8861
8862         * version 0.8.1claws released
8863
8864 2002-07-30 [paul]       0.8.0claws29
8865
8866         * tools/OOo2sylpheed.pl ** NEW FILE **
8867           tools/README
8868                 add script to enable sending documents as
8869                 attachments from OpenOffice.org
8870
8871 2002-07-30 [melvin]     0.8.0claws28
8872
8873         * src/prefs_actions.c
8874                 Made the actions' input/output dialog display
8875                 without delay.
8876
8877 2002-07-30 [christoph]  0.8.0claws27
8878
8879         * src/procmsg.c
8880                 check if folder_item_get_msginfo in
8881                 procmsg_save_to_outbox returned NULL
8882
8883 2002-07-30 [paul]       0.8.0claws26
8884
8885         * sync with 0.8.1cvs4
8886                 see ChangeLog 2002-07-29
8887
8888 2002-07-29 [thorsten]   0.8.0claws25
8889
8890         * README.claws
8891                 added selective download, delete on server
8892
8893 2002-07-29 [paul]       0.8.0claws24
8894
8895         * sync with 0.8.1cvs3
8896                 see ChangeLog 2002-07-29
8897
8898 2002-07-27 [christoph]  0.8.0claws23
8899
8900         * src/folder.c
8901                 add extra check if fetching the msginfo
8902                 returned NULL
8903
8904 2002-07-27 [paul]       0.8.0claws22
8905
8906         * sync with 0.8.1cvs2
8907                 see ChangeLog 2002-07-26
8908
8909 2002-07-27 [christoph]  0.8.0claws21
8910
8911         * src/imap.c
8912                 add another check if a valid msginfo
8913                 was returned
8914
8915 2002-07-26 [hoa]        0.8.0claws20
8916
8917         * src/folder.c
8918                 Fixed a condition in folder_item_destroy()
8919
8920         * src/imap.c
8921                 Fixed an error in IMAP protocol
8922
8923 2002-07-26 [alfons]     0.8.0claws19
8924
8925         * src/folder.c
8926                 ofcourse compare with identifier, not the path
8927
8928 2002-07-26 [alfons]     0.8.0claws18
8929
8930         * src/folder.c
8931                 use folder item identifier for saving / restoring
8932                 preferences because folder->path might not be unique
8933
8934 2002-07-26 [melvin]     0.8.0claws17
8935
8936         * src/logwindow.c
8937                 Fixed a crash introduced in 0.8.0claws5 when log is 
8938                 cut under 80 characters.
8939
8940 2002-07-26 [paul]       0.8.0claws16
8941
8942         * sync with 0.8.1cvs1
8943                 see ChangeLog 2002-07-26
8944
8945 2002-07-26 [christoph]  0.8.0claws15
8946
8947         * src/imap.[ch]
8948                 imap folder now remembers the last selected
8949                 folder and imap_fetch_msginfo skips selecting
8950                 the folder if it is already selected
8951
8952 2002-07-26 [christoph]  0.8.0claws14
8953
8954         * src/folder.c
8955         * src/folderview.c
8956         * src/imap.c
8957                 fix imap folder rescanning
8958
8959 2002-07-25 [christoph]  0.8.0claws13
8960
8961         * src/filter.c
8962         * src/folder.[ch]
8963         * src/folderview.c
8964         * src/imap.[ch]
8965         * src/mainwindow.c
8966         * src/mbox_folder.c
8967         * src/mh.c
8968         * src/news.c
8969                 implement imap uid cache and uid validity check
8970
8971 2002-07-25 [alfons]     0.8.0claws12
8972
8973         * src/summaryview.c
8974                 fix a brown paper bag bug, and also add some more
8975                 checks
8976
8977 2002-07-25 [christoph]  0.8.0claws11
8978
8979         * src/folder.c
8980                 don't mix copy, fetch_msginfo and remove
8981                 operations in folder item copy and move
8982                 operations
8983
8984 2002-07-25 [christoph]  0.8.0claws10
8985
8986         * src/folderview.c
8987         * src/mainwindow.c
8988         * src/prefs_folder_item.c
8989         * src/summaryview.[ch]
8990                 remove no longer required parameter update_cache from
8991                 summary_show
8992
8993 2002-07-25 [paul]       0.8.0claws9
8994
8995         * sync with 0.8.1
8996         
8997         * AUTHORS
8998                 a few corrections
8999
9000 2002-07-24 [alfons]     0.8.0claws8
9001
9002         * src/summaryview.c
9003                 sort correctly when using simplified subject line
9004                 (closes feature request "[ 585141 ] applying regexp to subject 
9005                 before sort" submitted by Alexandra Walford)
9006
9007 2002-07-24 [paul]       0.8.0claws7
9008
9009         * sync with 0.8.0cvs3
9010                 see ChangeLog 2002-07-24
9011
9012 2002-07-23 [christoph]  0.8.0claws6
9013
9014         * src/folder.c
9015         * src/folder.h
9016         * src/summaryview.c
9017         * src/summaryview.h
9018         * src/main.c
9019                 o separate processing and summaryview
9020                 o removed summary_write_cache from summaryview
9021                 o removed summaryview->killed_messages, because we don't have
9022                   to keep a list of killed messages anymore. New cache will
9023                   keep the hidden messages in cache anyway
9024         * src/folderview.c
9025         * src/inc.c
9026         * src/selective_download.c
9027                 o removed unnecessary summary_write_cache calls
9028         * src/procmsg.c
9029                 o don't set ignore thread flag in procmsg_get_thread_tree
9030                   if it is already set
9031         * src/mainwindow.c
9032         * src/statusbar.h
9033                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9034                   they are used in different files
9035
9036 2002-07-23 [melvin]     0.8.0claws5
9037
9038         * src/addressbook.c
9039         * src/addrgather.c
9040         * src/editaddress.c
9041         * src/editgroup.c
9042         * src/editldap_basedn.c
9043         * src/importldif.c
9044         * src/prefs_common.c
9045                 Fixed few memory leak (gtk_editable_get_chars returns
9046                 an allocated string)
9047         * src/logwindow.c
9048                 Fixed few memory leak (gtk_editable_get_chars returns
9049                 an allocated string) and modified a little the log cutting
9050                 loop.
9051         * src/compose.c
9052                 Replaced a call to an obsolete function gtk_entry_get_text()
9053                 by gtk_editable_get_chars()
9054         * src/send.c
9055                 Removed a debug printf
9056
9057 2002-07-23 [christoph]  0.8.0claws4
9058
9059         * src/filesel.c
9060                 fix another g_dirname memory leak
9061
9062 2002-07-23 [christoph]  0.8.0claws3
9063
9064         * src/mh.c
9065                 fixed a memory leak in mh_fetch_msginfo
9066                 fixed crash when message header could not be
9067                 parsed
9068
9069 2002-07-23 [paul]       0.8.0claws2
9070
9071         * sync with 0.8.0cvs2
9072                 see ChangeLog 2002-07-23
9073
9074 2002-07-23 [paul]       0.8.0claws1
9075
9076         * sync with 0.8.0cvs1
9077                 see ChangeLog 2002-07-23
9078
9079 2002-07-23 [paul]       0.8.0claws
9080
9081         * release of 0.8.0claws
9082
9083 2002-07-23 [paul]       0.7.8claws99
9084
9085         * po/ru.po
9086                 new Russian translation, submitted by
9087                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9088
9089 2002-07-22 [jens]       0.7.8claws98
9090
9091         * po/de.po
9092                 Updated German translations.
9093
9094 2002-07-22 [paul]       0.7.8claws97
9095
9096         * po/es.po
9097           po/it.po
9098           po/nl.po
9099           po/pt_BR.po
9100                 updated translations by Ricardo Mones Lastra,
9101                 Alessandro Maestri, Wilbert Berendsen and 
9102                 Fabio Jr. Beneditto respectively
9103
9104 2002-07-22 [christoph]  0.7.8claws96
9105
9106         * src/mimeview.c
9107                 fix memory leak caused by wrong g_dirname usage
9108
9109 2002-07-22 [christoph]  0.7.8claws95
9110
9111         * src/summaryview.c
9112                 update new and unread message counts for summaryview
9113                 summaryview does not get it from the folder anymore
9114                 and has to update the values itself
9115
9116 2002-07-22 [melvin]     0.7.8claws94
9117
9118         * po/fr.po
9119                 Updated French translations.
9120
9121 2002-07-22 [christoph]  0.7.8claws93
9122
9123         * src/matcher.c
9124                 set prop->preg pointer to NULL or following check
9125                 will not fail and regexec will be called with
9126                 invalid pointer
9127
9128 2002-07-21 [alfons]     0.7.8claws92
9129         
9130         * src/prefs_common.[ch]
9131                 remove option "Send return receipt on request"
9132
9133 2002-07-21 [thorsten]   0.7.8claws91
9134
9135         * src/mimeview.c
9136                 fixed memleaks, coding style as pointed out by alfons
9137
9138 2002-07-21 [alfons]     0.7.8claws90
9139
9140         * src/messageview.c
9141         * src/noticeview.[ch]
9142                 o fix bug notice view being displayed when going to empty folder 
9143                   (noticed by Christoph)
9144                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9145                   (noticed by Thorsten)
9146
9147 2002-07-21 [thorsten]   0.7.8claws89
9148
9149         * src/mimeview.c
9150                 Included save_all patch from Xaview FACQ
9151                 added support for pathnames
9152
9153 2002-07-21 [alfons]     0.7.8claws88
9154
9155         * po/POTFILES.in
9156         * src/Makefile.am
9157         * src/mainwindow.c
9158         * src/messageview.[ch]
9159         * src/noticeview.c      ** NEW FILE **
9160         * src/noticeview.h      ** NEW FILE **
9161                 make return receipts work again
9162                 (UI idea by Leandro Pereira)
9163
9164 2002-07-21 [paul]       0.7.8claws87
9165
9166         * src/summaryview.c
9167                 fix sensitivity of 'Select thread'
9168
9169 2002-07-21 [paul]       0.7.8claws86
9170
9171         * src/prefs_common.c
9172                 add browser command line for Galeon
9173
9174 2002-07-21 [paul]       0.7.8claws85
9175
9176         * Makefile.am
9177                 fix 'EXTRA_DIST': remove README.README, add TODO
9178                 and TODO.claws
9179
9180 2002-07-21 [alfons]     0.7.8claws84
9181
9182         * src/gtkstext.c
9183                 make enter clear selection
9184                 (closes "[ 579888 ] Editor selection/entry error"
9185                 reported by Steve Lamb)
9186
9187 2002-07-21 [alfons]     0.7.8claws83
9188         
9189         * src/summaryview.c
9190                 sort message list when selecting unthread messages
9191                 (closes "[ 501593 ] switching threaded view doesn't sort"
9192                 reported by Simon Schubert)
9193
9194 2002-07-20 [alfons]     0.7.8claws82
9195         
9196         * src/matcher.c
9197                 const-correctness
9198
9199 2002-07-20 [thorsten]   0.7.8claws81
9200
9201         * src/matcher.c
9202                 Fixed expansion of empty fields in matchactions
9203
9204 2002-07-19 [melvin]     0.7.8claws80
9205
9206         * src/gtkspell.c
9207                 Removed a duplicate menu entry (fast mode) introduced during
9208                 the new cache merge
9209                 Added a menu separator between 'Use alternate' and 'Fast mode'
9210
9211 2002-07-19 [paul]       0.7.8claws79
9212
9213         * tools/Makefile.am
9214           tools/README
9215                 correct typos
9216
9217 2002-07-19 [thorsten]   0.7.8claws78
9218
9219         * tools/calypso_convert.pl      ** NEW FILE **
9220           tools/README
9221           tools/Makefile.am
9222                 script to import mbox files exported
9223                 by calypso
9224                 o generates folder structure
9225                 o includes attachments
9226
9227 2002-07-19 [melvin]     0.7.8claws77
9228
9229         * src/selective_download.[ch]
9230                 Fixed bug where closing the dialog with the window manager's
9231                 close button will not unlock the summary
9232                 Corrected some function declarations that missed a return value
9233                 Made the source code comply better with coding style.
9234         * src/prefs_common.c
9235                 Added new browser command line for Mozilla.
9236
9237 2002-07-18 [paul]       0.7.8claws76
9238
9239         * src/mainwindow.c
9240           src/selective_download.[ch]
9241                 reflect theme changes, fix Gdk Warning when creating 
9242                 pixmap from NULL window, and minor clean up.
9243                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9244
9245         * po/en_GB.po
9246                 updated
9247
9248 2002-07-17 [paul]       0.7.8claws75
9249
9250         * INSTALL[.jp]
9251                 sync with 0.8.0
9252         
9253         * po/en_GB.po
9254                 updated
9255
9256 2002-07-16 [paul]       0.7.8claws74
9257
9258         * tools/filter_conv.pl
9259           tools/README
9260                 replace conversion script with reimplemented version, 
9261                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9262
9263 2002-07-16 [colin]      0.7.8claws73
9264
9265         * src/summaryview.c
9266                 remove forgotten debug messages - sorry ;-)
9267
9268 2002-07-16 [colin]      0.7.8claws72
9269
9270         * src/mimeview.c
9271           src/summaryview.c
9272           src/textview.c
9273           src/textview.h
9274                 add the ability to select part of a text mime-part 
9275                 to reply.
9276
9277 2002-07-15 [christoph]  0.7.8claws71
9278
9279         * src/folder.c
9280                 fix folder message count for folders without
9281                 msg_is_changed (includes news folders)
9282
9283 2002-07-15 [martin]     0.7.8claws70
9284
9285         * src/summaryview.c
9286                 option "display recipient on 'From'..." now works
9287                 without the need of enabling the option
9288                 "display  sender  using  address  book".
9289
9290 2002-07-15 [christoph]  0.7.8claws69
9291
9292         * src/summaryview.c
9293                 removed setting folder status from summaryview.
9294                 folder.c should update all message counts correctly.
9295
9296 2002-07-15 [paul]       0.7.8claws68
9297
9298         * po/pt_BR.po
9299                 updated by Fabio Junior Beneditto
9300
9301 2002-07-15 [darko]      0.7.8claws67
9302
9303         * src/mh.c
9304                 Fixed target folder colorization, don't decrease op
9305                 number twice
9306
9307 2002-07-14 [paul]       0.7.8claws66
9308
9309         * sync with main 0.8.0
9310                 see ChangeLog 2002-07-14
9311
9312 2002-07-13 [melvin]     0.7.8claws65
9313         
9314         * src/addrbook.c
9315         * src/addressbook.c
9316         * src/addrindex.c
9317                 Replaced sprintf by g_snprintf to prevent possible buffer
9318                 overflow.
9319         * src/news.c
9320                 Corrected a log message output format.
9321                 Added a missing "done" debug output.
9322         * src/compose.c
9323                 Added keyboard accelerator for Priority menu items
9324                 Added missing \n in debug output
9325         * src/logwindow.c
9326         * src/gtkspell.c
9327         * src/rfc2015.c
9328                 Added missing \n in debug output
9329
9330 2002-07-13 [paul]       0.7.8claws64
9331
9332         * man/sylpheed.1
9333                 change Sergey's email address to the sf address
9334
9335         * src/textview.c
9336                 increase show_url_timeout (more useful for long
9337                 urls)
9338
9339 2002-07-12 [sergey]     0.7.8claws63
9340
9341         * src/rfc2015.c
9342                 applied (with some modifications) patch to set the
9343                 micalg parameter for signatures
9344                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9345
9346 2002-07-12 [sergey]     0.7.8claws62
9347
9348         * man/Makefile.am
9349         * configure.in
9350                 fixed man page installation
9351
9352 2002-07-12 [paul]       0.7.8claws61
9353
9354         * sync with 0.7.8cvs26
9355                 see ChangeLog 2002-07-11 and 2002-07-12
9356
9357 2002-07-11 [christoph]  0.7.8claws60
9358
9359         * src/compose.c
9360         * src/procmsg.c
9361                 first use the message number to find the message
9362                 to mark with a reply flag but check the
9363                 message-id if we got the correct message, if not
9364                 try to find it by message-id.
9365                 use new string seperator that is not allowed
9366                 in message-ids.
9367
9368 2002-07-11 [paul]       0.7.8claws59
9369
9370         * sync with 0.7.8cvs23
9371                 see ChangeLog 2002-07-10
9372
9373 2002-07-10 [christoph]  0.7.8claws58
9374
9375         * src/folder.[ch]
9376         * src/msgcache.[ch]
9377                 Added message-id table to the cache in memory
9378                 and functions to msgcache.c and folder.c to
9379                 fetch MsgInfos by message id
9380         * src/compose.c
9381         * src/procmsg.c
9382                 store folder and message-id of message replying
9383                 to in queue header and set reply flag after sending
9384                 (Closes bug #469498)
9385
9386 2002-07-10 [paul]       0.7.8claws57
9387
9388         * AUTHORS
9389           man/sylpheed.1.gz
9390                 add Martin to the list of authors
9391
9392 2002-07-09 [martin]     0.7.8claws56
9393         * src/gtksctree.c
9394                 Added gtk_ctree_last_visible(), tree_update_level(),
9395                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9396                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9397                 from gtk+ to gtksctree.c for the new sorting code
9398                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9399                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9400         * src/gtksctree.h
9401                 Added declaration for gtk_sctree_sort_recursive() and
9402                 gtk_sctree_sort_node
9403         * src/addressbook.c
9404         * src/foldersel.c
9405         * src/folderview.c
9406         * src/summaryview.c
9407                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9408                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9409
9410 2002-07-08 [paul]       0.7.8claws55
9411
9412         * more sync with 0.7.8cvs21
9413                 see ChangeLog 2002-07-08
9414
9415 2002-07-08 [paul]       0.7.8claws54
9416
9417         * sync with 0.7.8cvs21
9418                 see ChangeLog 2002-07-08
9419
9420 2002-07-07 [alfons]     0.7.8claws53
9421
9422         * src/Makefile.am
9423         * src/stock_pixmap.[ch]
9424         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9425         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9426         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9427                 add new pixmaps for upcoming notice pane
9428
9429 2002-07-06 [melvin]     0.7.8claws52
9430
9431         * src/gtkspell.[ch]
9432                 Made them a bit closer to Sylpheed's coding style.
9433                 Removed old code.
9434                 Removed possible memory leaks when some errors occurs.
9435
9436 2002-07-06 [melvin]     0.7.8claws51
9437
9438         * po/Makefile.in.in
9439                 Removed --no-location in xgettext command line to help
9440                 translators that use Emacs' po-mode
9441         * src/quote_fmt.c
9442                 Removed unnecessary comments that messed up sylpheed.pot
9443
9444 2002-07-06 [paul]       0.7.8claws50
9445
9446         * sync with 0.7.8cvs19
9447                 see ChangeLog 2002-07-05
9448
9449 2002-07-06 [christoph]  0.7.8claws49
9450
9451         * src/folder.c
9452         * src/mainwindow.c
9453                 fix folder_item_remove_all_msg and folderview
9454                 status for trash folders after emptying trash
9455
9456 2002-07-05 [paul]       0.7.8claws48
9457
9458         * sync with 0.7.8cvs16
9459                 see ChangeLog 2002-07-04 and 2002-07-05
9460
9461 2002-07-04 [paul]       0.7.8claws47
9462
9463         * sync with 0.7.8cvs14
9464                 see  ChangeLog 2002-07-04
9465
9466 2002-07-03 [alfons]     0.7.8claws46
9467
9468         * src/folder.c
9469                 dupe folder item's path because it's being reallocated
9470                 by new folder scanning code
9471
9472 2002-07-03 [christoph]  0.7.8claws45
9473
9474         * src/imap.c
9475                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9476         * src/msgcache.c
9477                 add missing return in msgcache_write
9478
9479 2002-07-02 [thorsten]   0.7.8claws44
9480
9481         * src/jpilot.c
9482         * src/msgcache.c
9483         * src/rfc2015.c
9484                 use binary mode for file access
9485
9486 2002-07-02 [christoph]  0.7.8claws43
9487
9488         * major code cleanup (part 1)
9489         
9490                 - unused variables removed
9491                 - unused functions removed
9492                 - uninitialized variables checked
9493                 - missing return statements added
9494                 - missing function return types added
9495                 - added parentheses around assignment and
9496                   && in || when suggested by gcc
9497               
9498         * src/mh.c
9499         * src/folder.c
9500                 replaced direct calls to folder->scan_tree
9501                 with folder_scan_tree and restore folder
9502                 prefs in this function. The folder should
9503                 not have to deal with them.
9504                 ( Should now work for all folder types )
9505
9506 2002-07-02 [paul]       0.7.8claws42
9507
9508         * sync with 0.7.8cvs13
9509                 see ChangeLog 2002-07-01 and 2002-07-02
9510
9511 2002-07-01 [christoph]  0.7.8claws41
9512
9513         * src/summaryview.c
9514                 fix "goto next/prev unread message" with
9515                 ignored threads
9516
9517 2002-07-01 [paul]       0.7.8claws40
9518
9519         * po/es.po
9520                 updated by Ricardo Mones Lastra
9521
9522 2002-06-30 [match]      0.7.8claws39
9523
9524         * src/jpilot.c
9525                 applied variation of leonerd's patch (566661) to
9526                 allow multiple email addresses per JPilot entry.
9527                 addresses may be separated by space, comma, pipe,
9528                 semi-colon, new-line.
9529
9530 2002-06-30 [alfons]     0.7.8claws38
9531
9532         * src/procmsg.c
9533                 simple fix for putting older nodes before
9534                 newer nodes when threading by subject
9535
9536 2002-06-30 [christoph]  0.7.8claws37
9537
9538         * src/folder.c
9539         * src/folderview.c
9540         * src/mh.c
9541         * src/news.c
9542         * src/procmsg.c
9543                 fix broken folder tree rescaning
9544                 and don't use procmsg_get_mark_sum
9545                 anymore
9546
9547 2002-06-30 [christoph]  0.7.8claws36
9548
9549         * merge new cache branch
9550         * src/imap.c
9551                 fix new cache imap copy bug
9552         * src/folder.c
9553                 improved folder_item_scan
9554                 it should now always set the correct
9555                 new, unread and total message counts
9556
9557 2002-06-29 [paul]       0.7.8claws35
9558
9559         * configure.in
9560                 correct syntax error
9561
9562 2002-06-29 [paul]       0.7.8claws34
9563
9564         * configure.in
9565           Makefile.am
9566           man/Makefile.am       ** NEW FILE **
9567           man/sylpheed.1.gz     ** NEW FILE **
9568                 add Sylpheed man page
9569
9570 2002-06-29 [paul]       0.7.8claws33
9571
9572         * po/pt_BR.po
9573                 updated by Fabio Junior Beneditto
9574
9575 2002-06-28 [jens]       0.7.8claws32
9576
9577         * po/de.po
9578                 translation updated
9579
9580         * src/selective_download.c
9581                 removed gettext for space " "
9582
9583         * src/imap.c
9584                 removed wrong space
9585
9586 2002-06-28 [paul]       0.7.8claws31
9587
9588         * sync with 0.7.8cvs11
9589                 see ChangeLog 2002-06-28
9590
9591 2002-06-28 [paul]       0.7.8claws30
9592
9593         * sync with 0.7.8cvs10
9594                 see ChangeLog 2002-06-27 and 2002-06-28
9595
9596 2002-06-26 [paul]       0.7.8claws29
9597
9598         * src/addrgather.c
9599           src/selective_download.c
9600                 don't gettextise empty strings.
9601                 reserved by gettext. gettext("") returns 
9602                 the header entry with meta information, 
9603                 not the empty string
9604
9605         * po/en_GB.po
9606                 updated
9607
9608 2002-06-26 [paul]       0.7.8claws28
9609
9610         * sync with 0.7.8cvs7
9611                 see ChangeLog 2002-06-25
9612
9613         * src/prefs_common.c
9614                 ...and in the process, tweak the gui a little
9615
9616 2002-06-25 [alfons]     0.7.8claws27
9617         
9618         * configure.in
9619         * src/Makefile.am
9620                 fine tune ldap library detection
9621
9622 2002-06-25 [alfons]     0.7.8claws26
9623
9624         * src/compose.c
9625                 don't allow return receipts when composing a news article
9626
9627 2002-06-25 [paul]       0.7.8claws25
9628
9629         * Makefile.am
9630                 add '$(AMTAR)' to 'release' section to allow for
9631                 new and older autotools
9632
9633 2002-06-25 [paul]       0.7.8claws24
9634
9635         * src/summaryview.c
9636                 fix "No more unread messages" persistant pop-up
9637                 window bug
9638
9639 2002-06-25 [paul]       0.7.8claws23
9640
9641         * po/it.po
9642                 updated by Alessandro Maestri
9643
9644 2002-06-25 [paul]       0.7.8claws22
9645
9646         * sync with 0.7.8cvs6
9647                 see ChangeLog 2002-06-25
9648
9649 2002-06-24 [paul]       0.7.8claws21
9650
9651         * tools/update-po
9652                 add GPL copyright information
9653
9654 2002-06-24 [paul]       0.7.8claws20
9655
9656         * tools/Makefile.am
9657           tools/README
9658           tools/update-po       ** NEW FILE **
9659                 add script that eases the creation of *.po files
9660                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9661
9662 2002-06-23 [alfons]     0.7.8claws19
9663
9664         * src/messageview.c
9665                 make notification_convert_header obey const correctness
9666                 (next step will be fixing the broken return receipt)
9667
9668 2002-06-23 [paul]       0.7.8claws18
9669
9670         * src/messageview.c
9671                 fix bug introduced in last commit:
9672                 removed too much code in last commit - put back what's
9673                 needed
9674
9675 2002-06-23 [paul]       0.7.8claws17
9676
9677         * src/messageview.[ch]
9678                 remove code committed in error from locally patched
9679                 source
9680
9681 2002-06-23 [colin]      0.7.8claws16
9682
9683         * src/compose.[ch]
9684                 add compose_entry_select(), used to select the default_to
9685                 email address - hopefully avoiding people sending mails to
9686                 wrong recipients.
9687
9688 2002-06-22 [alfons]     0.7.8claws15
9689
9690         * AUTHORS
9691                 add Bram Metsch & Stanislav Karchebny
9692         * src/smtp.[ch]
9693         * src/prefs_account.[ch]
9694         * src/send.c
9695                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9696                   options.  (see <http://sourceforge.net/tracker/index.php
9697                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9698
9699                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9700                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9701
9702 2002-06-22 [paul]       0.7.8claws14
9703
9704         * sync with 0.7.8cvs5
9705                 see ChangeLog 2002-06-19 and 2002-06-20
9706
9707 2002-06-22 [alfons]     0.7.8claws13
9708
9709         * src/selective_download.c
9710                 fix a stupid mistake I made
9711
9712 2002-06-22 [alfons]     0.7.8claws12
9713
9714         * src/selective_download.[ch]
9715                 fix another unnoticed leak; cleanup code
9716
9717 2002-06-21 [alfons]
9718
9719         * tools/Makefile.am
9720                 gpg-sign <-- gpg-sign-syl
9721
9722 2002-06-21 [alfons]     0.7.8claws11
9723
9724         * src/selective_download.c
9725         * src/selective_download.h
9726                 fix assorted mix of allocation errors (should solve
9727                 problem reported by Philippe Gramoullé, see:
9728                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9729
9730 2002-06-20 [melvin]     0.7.8claws10
9731
9732         * tools/gpg-sign *REMOVED*
9733           tools/gpg-sign-syl *ADDED*
9734                 Replaced the gpg clearsigning script with the version using
9735                 xterm instead of ssh-askpass and changed its name.
9736
9737         * README.claws
9738                 Updated actions example to reflect the renaming of the
9739                 gpg clearsigning script.
9740
9741 2002-06-19 [paul]       0.7.8claws9
9742
9743         * sync with 0.7.8claws9
9744                 see ChangeLog 2002-06-18 and 2002-06-19
9745
9746 2002-06-19 [paul]       0.7.8claws8
9747
9748         * sync with 0.7.8cvs1
9749                 see ChangeLog 2002-06-18
9750
9751 2002-06-18 [alfons]     0.7.8claws7
9752
9753         * src/mainwindow.h
9754                 add omitted prototype
9755
9756 2002-06-17 [paul]       0.7.8claws6
9757
9758         * src/mainwindow.c
9759                 fix hiding of exec_btn
9760
9761 2002-06-17 [paul]       0.7.8claws5
9762
9763         * src/pop.c
9764                 remove unneeded code: should_delete() 
9765                 and Pop3State::uidl_todelete_list
9766
9767 2002-06-17 [paul]       0.7.8claws4
9768
9769         * sync with 0.7.8
9770                 see ChangeLog 2002-06-11 and 2002-06-13
9771
9772 2002-06-16 [alfons]     0.7.8claws3
9773         
9774         * src/folder.c
9775                 make sure lock sort mode (claws specific) is
9776                 also persists after a tree rescan
9777
9778 2002-06-16 [alfons]     0.7.8claws2
9779
9780         * src/prefs_folder_item.c
9781         * src/folder.[ch]
9782                 fix persistence of folder sort mode (broken
9783                 by adapting Hiro's new folder persistence code)
9784
9785 2002-06-16 [alfons]     0.7.8claws1
9786
9787         * AUTHORS
9788         * src/logwindow.c
9789         * src/prefscommon.[ch]
9790                 control size of log text in log window; 
9791                 closes patch #569155 submitted by Mitko Haralanov.
9792
9793 2002-06-15 [paul]       0.7.8claws
9794
9795         * release of 0.7.8claws
9796
9797 2002-06-15 [paul]       0.7.7claws
9798
9799         * po/pt_BR.po
9800                 updated by Fabio Junior Beneditto
9801
9802 2002-06-14 [paul]       0.7.6claws49
9803
9804         * po/es.po
9805                 updated by Ricardo Mones Lastra
9806
9807 2002-06-14 [paul]       0.7.6claws48
9808
9809         * po/nl.po
9810                 updated translation by Wilbert Berendsen
9811
9812 2002-06-14 [melvin]     0.7.6claws47
9813
9814         * po/fr.po
9815                 Updated French translation
9816
9817 2002-06-13 [paul]       0.7.6claws46
9818
9819         * src/filesel.c
9820                 allow filename to be typed in, rather than just
9821                 selected by the mouse. Patch by Gustavo Noronha Silva.
9822
9823 2002-06-13 [alfons]     0.7.6claws45
9824
9825         * src/mainwindow.[ch]
9826                 more cleanups (removing unnecessary menu items Expand 
9827                 summary / message view)
9828
9829 2002-06-13 [melvin]     0.7.6claws44
9830
9831         * po/POTFILES.in
9832                 Added src/string_match.c
9833         * src/string_match.c
9834                 Fixed possible buffer overflow.
9835                 Corrected typo.
9836                 Added missing config.h header.
9837         * src/prefs_common.c
9838           src/prefs_matcher.c
9839           src/prefs_scoring.c
9840                 Made some strings translatable (missing _(..)).
9841
9842 2002-06-13 [melvin]     0.7.6claws43
9843
9844         * README.claws
9845                 Corrected action example (verifying clearsigned mail).
9846         * src/prefs_account.c
9847                 Corrected typo.
9848         * src/prefs_common.c
9849                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9850
9851 2002-06-12 [alfons]     0.7.6claws42
9852
9853         * src/summaryview.c
9854                 add init of score column lost in 0.7.6claws42
9855
9856 2002-06-12 [paul]       0.7.6claws41
9857
9858         * src/prefs_account.c
9859                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9860                 behavior of the radio buttons, (from 0.7.7cvs2)
9861
9862 2002-06-11 [alfons]     0.7.6claws40
9863
9864         * src/messageview.[ch]
9865         * src/summaryview.[ch]
9866         * src/summary_search.c
9867         * src/mainwindow.c
9868                 perform a sync to bring in Hiro's separate view implementation 
9869
9870                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9871
9872 2002-06-11 [paul]       0.7.6claws39
9873         
9874         * src/prefs_account.c
9875                 correct a typo on the Receive tab
9876
9877 2002-06-10 [match]      0.7.6claws38
9878
9879         * src/addressbook.c
9880                 Included address completion patch from Gustavo Noronha.
9881
9882 2002-06-10 [paul]       0.7.6claws37
9883
9884         * src/inc.[ch]
9885           src/pop.c
9886           src/prefs_account.[ch]
9887           src/selective_download.[ch]
9888                 apply PATCH #561712
9889                  NEW:
9890                 - check if POP Account
9891                 - Receive Button renamed to Preview
9892                 - Preview Button Popup: preview new/all messages
9893                 - Download Button
9894                 - Account Preferences-->Receive tab checkbutton if you
9895                   want to remove Mail after Download
9896                 -: default YES
9897                 - Account Preferences-->Receive tab checkbutton use
9898                   filtering rules on preview
9899                   (think of delete_on_server)
9900                 -: default YES
9901                 - Account selectable from SD dialog
9902                 - checkbutton to show already downloaded messages if
9903                   all messages are previewed
9904                 - new clist column showing Date
9905                 - ESC KEY close
9906                 FIXES:
9907                 - play ball with UIDL
9908                 - fault tolerant (?) 
9909                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9910
9911 2002-06-10 [melvin]     0.7.6claws36
9912
9913         * README.claws
9914                 Added a hint to ac/README in cvs instructions.
9915
9916         * src/prefs_actions.c
9917                 Made it possible to use a more elaborate command line
9918                 for asynchronous actions, too.
9919
9920 2002-06-10 [melvin]     0.7.6claws35
9921         
9922         * src/prefs_actions.c
9923                 Make it possible to use a more elaborate command line
9924                 (e.g. |foo|bar|cat>there;echo Done|)
9925                 Corrected error message when calling %f, %F and %p commands
9926                 from the compose window.
9927
9928 2002-06-09 [colin]      0.7.6claws34
9929
9930         * src/summaryview.c
9931                 Automatically find unread messages in current folder
9932                 before annoying the user.
9933
9934 2002-06-08 [alfons]     0.7.6claws33
9935
9936         * po/it.po
9937                 remove bad formatting string in it.po translation
9938                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9939
9940 2002-06-08 [paul]       0.7.6claws32
9941
9942         * sync with 0.7.6cvs25
9943                 see ChangeLog 2002-06-07
9944
9945 2002-06-05 [paul]       0.7.6claws31
9946
9947         * src/mainwindow.c
9948                 add 'Sort by locked' and 'Sort by score'
9949
9950 2002-06-05 [paul]       0.7.6claws30
9951
9952         * sync with 0.7.6cvs24
9953                 see ChangeLog 2002-06-04
9954
9955 2002-06-04 [paul]       0.7.6claws29
9956
9957         * po/pt_BR.po
9958                 updated by Fabio Junior Beneditto
9959
9960 2002-06-03 [thorsten]   0.7.6claws28
9961
9962         * src/matcher.c
9963                 fclose() matcherrc after reading
9964
9965 2002-06-03 [paul]       0.7.6claws27
9966
9967         * sync with 0.7.6cvs21
9968                 see ChangeLog 2002-05-31
9969
9970 2002-05-31 [paul]       0.7.6claws26
9971
9972         * sync with 0.7.6cvs20
9973                 see ChangeLog 2002-05-29 and 2002-05-30
9974
9975 2002-05-31 [paul]       0.7.6claws25
9976
9977         * src/imap.c
9978                 hopefully fix last buggy sync
9979
9980         * README.claws
9981                 correct typo in 'Actions' examples
9982
9983 2002-05-29 [paul]       0.7.6claws24
9984
9985         * sync with 0.7.6cvs18
9986                 see ChangeLog 2002-05-28 and 2002-05-29
9987
9988         * src/news.c
9989           src/nntp.[ch]
9990                 sync with above 
9991
9992 2002-05-28 [paul]       0.7.6claws23
9993
9994         * sync with 0.7.6cvs16
9995                 see ChangeLog 2002-05-28
9996
9997 2002-05-27 [thorsten]   0.7.6claws22 
9998
9999         * faq/it/sylpheed-faq-1.html
10000           faq/it/sylpheed-faq-2.html
10001           faq/it/sylpheed-faq-3.html
10002           faq/it/sylpheed-faq.html
10003                 corrected DOS lineendings
10004         * faq/de/sylpheed-faq-1.html
10005           faq/de/sylpheed-faq-2.html
10006           faq/en/sylpheed-faq-1.html
10007           faq/en/sylpheed-faq-2.html
10008           faq/en/sylpheed-faq-3.html
10009           faq/es/sylpheed-faq-1.html
10010           faq/es/sylpheed-faq-2.html
10011           faq/es/sylpheed-faq-3.html
10012           faq/fr/sylpheed-faq-1.html
10013           faq/it/sylpheed-faq-1.html
10014           faq/it/sylpheed-faq-2.html
10015           faq/it/sylpheed-faq-3.html
10016           faq/it/sylpheed-faq.html
10017                 changed ">" to &quot;
10018
10019 2002-05-27 [paul]       0.7.6claws21
10020         
10021         * sync with 0.7.6cvs15
10022                 see ChangeLog 2002-05-27
10023
10024 2002-05-27 [paul]       0.7.6claws20
10025
10026         * src/prefs_account.c
10027                 correct a typo
10028
10029 2002-05-26 [paul]       0.7.6claws19
10030
10031         * tools/README
10032                 correct a typo
10033
10034 2002-05-25 [paul]       0.7.6claws18
10035
10036         * tools/README
10037                 add description of kmail2sylpheed.pl
10038
10039 2002-05-25 [paul]       0.7.6claws17
10040
10041         * tools/kmail2sylpheed.pl       ** NEW FILE **
10042                 perl script that converts an exported Kmail address
10043                 book, converts it to sylpheed addressbook file,
10044                 writes the file to .sylpheed, and updates
10045                 addrbook--index.xml 
10046
10047 2002-05-25 [paul]       0.7.6claws16
10048
10049         * sync with 0.7.6cvs14
10050                 see ChangeLog 2002-05-23
10051
10052 2002-05-24 [paul]       0.7.6claws15
10053
10054         * README.claws
10055                 make a correction and add some more info
10056
10057 2002-05-24 [paul]       0.7.6claws14
10058
10059         * src/compose.c
10060                 fix memory leak in 
10061                 compose_redirect_write_headers_from_headerlist()
10062                 add Subject and Resent-Message-ID to
10063                 compose_redirect_write_headers()
10064                 Received, Subject, and X-UIDL are filtered out in 
10065                 compose_redirect_write_to_file()
10066
10067 2002-05-23 [paul]       0.7.6claws13
10068
10069         * src/compose.[ch]
10070           src/filtering.c
10071           src/mainwindow.c
10072           src/matcher.[ch]
10073           src/matcher_parser_lex.l
10074           src/matcher_parser_parse.y
10075           src/prefs_common.[ch]
10076           src/prefs_filtering.c
10077           src/summaryview.c
10078                 rename 'Bounce' to 'Redirect'
10079
10080 2002-05-23 [paul]       0.7.6claws12
10081
10082         * more sync with 0.7.6cvs13
10083           src/compose.c
10084                 see ChangeLog 2002-05-22
10085
10086 2002-05-22 [paul]       0.7.6claws11
10087
10088         * sync with 0.7.6cvs13
10089           src/codeconv.c
10090                 see ChangeLog 2002-05-20
10091           src/prefs_common.c
10092                 see ChangeLog 2002-05-22
10093
10094 2002-05-21 [melvin]     0.7.6claws10
10095
10096         * src/folderview.c
10097                 Added missing filtering and scoring headers
10098                 Fixed bad function call that showed garbage 
10099                 in Folder->Processing
10100
10101 2002-05-21 [paul]       0.7.6claws9
10102
10103         * tools/Makefile.am
10104                 make all tools executable, (patch by Alfons).
10105
10106 2002-05-20 [alfons]     0.7.6claws8
10107
10108         * src/procheader.c
10109                 don't forget to call mktime() so we have a valid week 
10110                 and year day
10111                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10112
10113 2002-05-20 [paul]       0.7.6claws7
10114
10115         * src/html.c
10116                 fix broken parsing of urls
10117         * src/textview.c
10118                 fix displaying of urls
10119
10120                 both fixes from the patch [547855] by Eugene 
10121                 Brevdo (zonem)
10122
10123 2002-05-19 [alfons]     0.7.6claws6
10124
10125         * configure.in
10126                 make sylpheed configure correctly with the latest
10127                 and greatest of automake / autoconf / gettext
10128
10129 2002-05-19 [alfons]     0.7.6claws5
10130
10131         * src/procheader.c
10132         * src/procheader.h
10133                 add function for returning ime zone offset
10134         * src/quote_fmt.c
10135         * src/quote_fmt_parse.y
10136                 better quotation formatting - does not convert
10137                 to local time, but uses the original date string.
10138                 
10139                 Note: %z inserts the timezone offset (should 
10140                 work also on platforms where strftime does not
10141                 support %z).
10142
10143 2002-05-18 [christoph]  0.7.6claws4
10144
10145         * src/summaryview.c
10146                 fix indentation of some code
10147         * tools/Makefile.am
10148                 fix spaces after \
10149         * src/Makefile.am
10150                 add missing \
10151                 correct path for ignorethread.xpm
10152                 incorrect filename for sylpheed_logo.xpm
10153                 add missing include matcher_parser_parse.h
10154
10155 2002-05-18 [paul]       0.7.6claws3
10156
10157         * sync with 0.7.6cvs8
10158                 see ChangeLog 2002-05-16 and 2002-05-17
10159
10160 2002-05-18 [melvin]     0.7.6claws2
10161
10162         * README.claws
10163                 Corrected an action's definition and fixed some misspellings.
10164
10165 2002-05-18 [paul]       0.7.6claws1
10166
10167         * tools/Makefile.am
10168           tools/gpg-sign        ** new file **
10169           tools/uudec           ** new file **
10170                 add Melvin's Actions scripts
10171
10172         * README.claws
10173                 add Melvin's descriptions for Actions
10174
10175 2002-05-18 [paul]       0.7.6claws
10176
10177         * Version 0.7.6claws released
10178
10179 2002-05-17 [paul]       0.7.5claws32
10180
10181         * po/es.po
10182                 updated by Ricardo Mones Lastra
10183
10184 2002-05-17 [paul]       0.7.5claws31
10185
10186         * src/compose.c
10187                 fix Account prefs default folder for sent/draft/deleted
10188                 messages bug
10189
10190         * po/it.po
10191           po/nl.po
10192                 updated translation by Alessandro Maestri and
10193                 Wilbert Berendsen
10194
10195 2002-05-17 [melvin]     0.7.5claws30
10196
10197         * src/prefs_actions.c
10198                 Fixed bug where using %F not at the end of the command 
10199                 resulted in an additional empty argument being created.
10200                 Thanks to Darko Koruga for reporting the bug.
10201
10202 2002-05-17 [melvin]     0.7.5claws29
10203
10204         * po/fr.po
10205                 Updated French translations.
10206
10207 2002-05-15 [paul]       0.7.5claws28
10208         
10209         * po/es.po
10210                 updated by Ricardo Mones Lastra
10211
10212 2002-05-15 [paul]       0.7.5claws27
10213
10214         * sync with 0.7.6cvs4
10215                 see ChangeLog 2002-05-14 and 2002-05-15
10216
10217 2002-05-14 [paul]       0.7.5claws26
10218
10219         * sync with 0.7.6cvs1
10220                 see ChangeLog 2002-05-13
10221
10222 2002-05-13 [thorsten]   0.7.5claws25
10223
10224         * src/messageview.c
10225                 fix select_all and copy in multipart messages
10226         * src/mainwindow.c
10227                 fix select_all and copy in multipart messages
10228
10229 2002-05-12 [paul]       0.7.5claws24
10230
10231         * src/summaryview.c
10232                 reverse last commit, bug already fixed in 0.7.5claws3
10233
10234 2002-05-12 [netztorte]  0.7.5claws23
10235
10236         * src/summaryview.c
10237                 dont parse empty addressbook (checked in before claws20)
10238
10239 2002-05-12 [melvin]     0.7.5claws22
10240
10241         * src/procmsg.[ch]
10242                 Removed unneeded priority code introduced by the previous 
10243                 commit.
10244
10245 2002-05-12 [melvin]     0.7.5claws21
10246
10247         * src/compose.[ch]
10248                 Added possibility to set message's priority.
10249         * src/procmsg.[ch]
10250                 Added possibility to set message's priority.
10251                 Added missing headers
10252
10253 2002-05-12 [melvin]     0.7.5claws20
10254
10255         * src/prefs_actions.c
10256                 Removed implicitely added quotes around the name
10257                 of the temporary files of mime parts.
10258
10259 2002-05-12 [paul]       0.7.5claws19
10260
10261         * sync with 0.7.5cvs20
10262                 see ChangeLog 2002-05-11
10263
10264 2002-05-12 [alfons]     0.7.5claws18
10265
10266         * src/quote_fmt_lex.l
10267         * src/quote_fmt_parse.y
10268                 allow quote / reply date & time format to be set using
10269                 %D{format}. format is a format string you'd pass to
10270                 strftime() (see man strftime, or the Display tab |
10271                 Date format setting).
10272
10273                 Currently %D converts the date to local time. 
10274
10275 2002-05-11 [paul]       0.7.5claws17
10276
10277         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10278                 see ChangeLog 2002-05-10 and 2002-05-11
10279
10280 2002-05-10 [paul]       0.7.5claws16
10281
10282         * sync with 0.7.5cvs16
10283                 see ChangeLog entries 2002-05-09 and 
10284                 2002-05-10
10285
10286 2002-05-10 [colin]      0.7.5claws15
10287
10288         * src/textview.c
10289                 Corrected a bug that prevented sylpheed to open
10290                 double-clicked URIs.
10291
10292 2002-05-09 [paul]       0.7.5claws14
10293
10294         * sync with 0.7.5cvs14
10295                 see ChangeLog 2002-05-08 and 2002-05-09
10296
10297 2002-05-08 [paul]       0.7.5claws13
10298
10299         * sync with 0.7.5cvs11
10300                 see ChangeLog entry 2002-05-08
10301
10302 2002-05-08 [paul]       0.7.5claws12
10303
10304         * src/mainwindow.c
10305           src/textview.[ch]
10306                 fix segfault on View->Open in new window
10307                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10308
10309 2002-05-07 [paul]       0.7.5claws11
10310
10311         * sync with 0.7.5cvs9
10312                 see ChangeLog entry 2002-05-07
10313
10314 2002-05-06 [paul]       0.7.5claws10
10315
10316         * src/messageview.c
10317           src/textview.c
10318                 display url in statusbar on single-click
10319                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10320
10321 2002-05-06 [match]      0.7.5claws9
10322
10323         * src/addritem.[ch]
10324                 new functions.
10325         * src/addrcache.c
10326                 tidy up.
10327         * src/xmlprops.[ch]
10328                 XML implementation of properties file.
10329         * src/exporthtml.[ch]
10330         * src/expthtmldlg.[ch]
10331         * src/addressbook.c
10332                 export to HTML.
10333
10334 2002-05-02 [sergey]     0.7.5claws8
10335
10336         * src/mainwindow.c (mainwin_entries),
10337           src/prefs_common.c (prefs_send_create()),
10338           src/codeconv.c (locale_table):
10339                 use charset name "Windows-1251" instead of "CP1251".
10340
10341 2002-05-02 [colin]      0.7.5claws7
10342         
10343         * src/compose.c
10344           src/prefs_common.c
10345           src/prefs_folder_item.c
10346                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10347
10348 2002-05-02 [hiro]       0.7.5claws6
10349
10350         * src/imap.c
10351                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10352
10353 2002-05-02 [paul]       0.7.5claws5
10354
10355         * src/compose.c
10356                 more sync with 0.7.5cvs7, see ChangeLog entry
10357                 2002-05-02
10358
10359 2002-05-02 [hiro]       0.7.5claws4
10360
10361         * src/compose.c
10362                 compose_queue_sub():
10363                 check if queue folder exists (closes #550397).
10364                 removed directory creation since it should be handled
10365                 transparently.
10366         * src/imap.c
10367                 imap_add_msg(): return UID for appended message
10368                 (closes #548842).
10369
10370 2002-04-30 [paul]       0.7.5claws3
10371
10372         * src/summaryview.c
10373                 fix account_find_from_address() bug
10374
10375 2002-04-28 [colin]      0.7.5claws2
10376
10377         * src/compose.c
10378           src/textview.c
10379           src/prefs_common.[ch]
10380           src/utils.[ch]
10381                 Added user-definable quotation characters recognition.
10382
10383 2002-04-28 [paul]       0.7.5claws1
10384
10385         * sync with 0.7.5cvs4
10386                 see ChangeLog entry  2002-04-25
10387
10388 2002-04-28 [paul]       0.7.5claws
10389
10390         * po/es.po
10391           po/nl.po
10392           po/pt_BR.po
10393                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10394                 Fabio Junior Beneditto
10395
10396 2002-04-27 [jens]       0.7.4claws103
10397
10398         * po/de.po
10399                 updated German translation.
10400
10401 2002-04-27 [hiro]       0.7.4claws102
10402
10403         * src/summaryview.c
10404                 summary_write_cache(): fixed the mark loss of hidden messages.
10405
10406 2002-04-26 [melvin]     0.7.4claws101
10407
10408         * src/procmsg.c
10409                 fixed a second typo (same one)
10410         * po/fr.po
10411           po/it.po
10412           po/pt_BR.po
10413                 fixed the type again...
10414
10415 2002-04-26 [melvin]     0.7.4claws100
10416
10417         * src/procmsg.c
10418                 fixed a typo in an alert message ("temorary").
10419         * po/it.po
10420         * po/pt_BR.po
10421                 corrected the typo  described above.
10422         * po/fr.po
10423                 updated French translation.
10424
10425 2002-04-26 [darko]      0.7.4claws99
10426
10427         * src/summaryview.c
10428                 fix target folder colorization
10429
10430 2002-04-25 [paul]       0.7.4claws98
10431
10432         * po/it.po
10433                 updated by Alessandro Maestri
10434
10435 2002-04-24 [colin]      0.7.4claws97
10436         
10437         * src/compose.c
10438                 Fixed double "subject is empty" question.
10439
10440 2002-04-23 [colin]      0.7.4claws96
10441         
10442         * src/mimeview.c
10443                 Corrected issue when "automatically display images" was
10444                 not set : first image remained after selecting second.
10445
10446 2002-04-23 [melvin]     0.7.4claws95
10447
10448         * src/prefs_actions.c
10449                 Don't display in/out dialog if there is nothing to show.
10450
10451 2002-04-23 [paul]       0.7.4claws94
10452
10453         * sync with 0.7.5cvs3
10454                 bug fixes: see ChangeLog entry 2002-04-23
10455
10456 2002-04-22 [darko]      0.7.4claws93
10457
10458         * src/compose.c
10459                 fix previous check-in which changed code after
10460                 merge from main
10461
10462 2002-04-22 [paul]       0.7.4claws92
10463
10464         * faq/de/*
10465                 add German FAQ
10466         * faq/en/*
10467           faq/es/*
10468           faq/fr/*
10469                 update English, Spanish and French FAQs
10470         * manual/de/*
10471           manual/es/*
10472                 add German and Spanish manuals
10473         * manual/en/*
10474           manual/fr/*
10475                 update English and French manuals
10476
10477         * src/Makefile.am
10478                 add to and re-arrange the pixmap entries
10479
10480 2002-04-22 [darko]      0.7.4claws91
10481
10482         * src/compose.c
10483                 fix sender initials recognition to only allow
10484                 '>' after the initials
10485
10486 2002-04-21 [paul]       0.7.4claws90
10487
10488         * sync with 0.7.5 release
10489                 see ChangeLog entry 2002-04-21
10490
10491 2002-04-21 [alfons]
10492
10493         * src/Makefile.am
10494                 add colin's new pixmaps to EXTRA_DIST
10495
10496 2002-04-21 [colin]      0.7.4claws89
10497         * src/compose.c
10498         * src/inc.c
10499         * src/mainwindow.[ch]
10500         * src/prefs_common.[ch]
10501         * src/stock_pixmap.[ch]
10502                 Added "Work offline" ability.
10503
10504 2002-04-21 [colin]      0.7.4claws88
10505         
10506         * src/mimeview.c
10507         * src/prefs_common.c
10508         * src/prefs_common.h
10509         * src/textview.c : Added an option to common preferences -> display
10510           to allow user not to automatically display images.
10511
10512 2002-04-21 [paul]       0.7.4claws87
10513
10514         * sync with 0.7.4cvs52
10515                 see ChangeLog entry 2002-04-21 (src/imap.c)
10516
10517 2002-04-21 [paul]       0.7.4claws86
10518
10519         * sync with 0.7.4cvs51
10520                 see ChangeLog entry 2002-04-21
10521
10522 2002-04-21 [paul]       0.7.4claws85
10523
10524         * sync with 0.7.4cvs49
10525                 see ChangeLog entries 2002-04-20 and 2002-04-21
10526
10527         * src/Makefile.am
10528                 clean up: remove old 'stock_' element from xpm 
10529                 filenames.
10530
10531 2002-04-21 [alfons]     0.7.4claws84
10532
10533         apply sync patch from Paul
10534
10535         * src/folderview.c
10536                 use old claws prefs_folder_item_create() for now
10537
10538 2002-04-19 [match]      0.7.4claws83
10539
10540         * src/addressbook.[ch]
10541         * src/addrharvest.[ch]
10542         * src/addrgather.[ch]
10543                 recurse folders.
10544         * src/mainwindow.c
10545         * src/summaryview.[ch]
10546                 change menu option.
10547
10548 2002-04-19 [paul]       0.7.4claws82
10549
10550         * po/pt_BR.po
10551                 updated by Fabio Junior Beneditto
10552
10553 2002-04-14 [alfons]     0.7.4claws81
10554
10555         * src/passphrase.c
10556                 add #include <sys/types.h> for mode_t and off_t 
10557
10558 2002-04-13 [paul]       0.7.4claws80
10559         
10560         * src/main.c
10561           src/passphrase.[ch]
10562           src/pgptext.c
10563           src/prefs_common.[ch]
10564           src/rfc2015.c
10565                 enable storing of GnuPG passphrase for the whole 
10566                 session or a user-defined number of minutes. patch 
10567                 submitted by Ravemax <ravemax@dextrose.com>
10568
10569 2002-04-13 [alfons]     0.7.4claws79
10570
10571         * src/textview.c
10572                 make email parser also stop scanning when encountering separators
10573                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10574
10575 2002-04-13 [paul]       0.7.4claws78
10576
10577         * sync with 0.7.4cvs39
10578                 see ChangeLog entry 2002-04-12
10579
10580 2002-04-11 [paul]       0.7.4claws77
10581
10582         * sync with 0.7.4cvs37
10583                 see ChangeLog entry 2002-04-11
10584
10585 2002-04-11 [paul]       0.7.4claws76
10586
10587         * COPYING 
10588                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10589                 the clause for OpenSSL). sync with sylpheed main
10590
10591 2002-04-09 [melvin]     0.7.4claws75
10592
10593         * src/compose.c
10594                 Made 'Ctrl-Enter' on send ignore some modifiers 
10595                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10596                 to bind other *-Enter (but not Alt-Enter).
10597
10598 2002-04-09 [paul]       0.7.4claws74
10599
10600         * sync with 0.7.4cvs35
10601                 see ChangeLog entries 2002-04-09
10602
10603 2002-04-08 [paul]       0.7.4claws73
10604
10605         * sync with 0.7.4cvs33
10606                 see ChangeLog entry 200-04-08
10607
10608 2002-04-07 [match]      0.7.4claws72
10609
10610         * src/addrharvest.[ch]
10611                 fixed to read all addresses in header, regardless
10612                 of header size. improved name parsing. accommodate
10613                 harvest from folders and selected message.
10614         * src/addritem.[ch]
10615                 included new address parsing function.
10616         * src/addrgather.[ch]
10617         * src/addressbook.[ch]
10618         * src/summaryview.[ch]
10619         * src/mainwindow.c
10620                 allow address harvest of folder as well as selected
10621                 messages.
10622
10623 2002-04-07 [paul]       0.7.4claws71
10624
10625         * src/esmtp.[ch]
10626           src/smtp.c
10627                 don't try to authenticate with CRAM-MD5 in SMTP when 
10628                 SMTP-AUTH enabled if MTA doesn't issue this 
10629                 auth-method in it's ehlo-response. bug item #531364,
10630                 patch item #938910. patch submitted by Colin Leroy 
10631                 <colin@colino.net>
10632
10633 2002-04-07 [paul]       0.7.4claws70
10634
10635         * src/nntp.c
10636                 fix missing MODE_READER bug. patch submitted by
10637                 Colin Leroy <colin@colino.net>
10638
10639 2002-04-07 [alfons]     0.7.4claws69
10640
10641         * src/matcher.[ch]
10642         * src/prefs_filtering.c
10643         * src/summaryview.c
10644                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10645                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10646
10647 2002-04-07 [paul]       0.7.4claws68
10648
10649         * sync with 0.7.4cvs32
10650                 see ChangeLog entry 2002-04-06
10651
10652         * tools/filter_conv.pl
10653                 more bug fixes
10654
10655 2002-04-06 [paul]       0.7.4claws67
10656
10657         * tools/filter_conv.pl
10658                 modify to be able to find the name of the first
10659                 mailbox and use that. main's filter does not
10660                 record the full path to the mailbox and therefore
10661                 can only filter to the first mailbox.
10662
10663 2002-04-05 [paul]       0.7.4claws66
10664
10665         * tools/filter_conv.pl
10666                 attempt to make the script all-encompassing and
10667                 be able to convert any main 'filter' rule thrown
10668                 at it
10669
10670 2002-04-05 [paul]       0.7.4claws65
10671
10672         * tools/filter_conv.pl
10673                 allow for collapsed folder trees
10674
10675 2002-04-05 [paul]       0.7.4claws64
10676
10677         * sync with 0.7.4cvs31
10678                 see ChangeLog entries 2002-04-05
10679
10680 2002-04-03 [paul]       0.7.4claws63
10681
10682         * sync with 0.7.4cvs29
10683                 see ChangeLog entries 2002-04-02 and 2002-04-03
10684
10685 2002-04-02 [paul]       0.7.4claws62
10686
10687         * sync with 0.7.4cvs26
10688                 see ChangeLog entry 2002-04-01
10689
10690 2002-04-02 [match]      0.7.4claws61
10691
10692         * src/pine.[ch]
10693         * src/importpine.[ch]
10694         * src/addressbook.c
10695                 import Pine address book.
10696
10697 2002-04-02 [match]      0.7.4claws60
10698
10699         * src/addrharvest.[ch]
10700                 improve address parsing of funky addresses.
10701
10702 2002-04-02 [darko]      0.7.4claws59
10703
10704         * src/compose.c
10705                 wrap on send improvements, it now recognizes quoted
10706                 initials as part of the quotation string, and it
10707                 does not join lines separated by CR
10708
10709 2002-04-01 [match]      0.7.4claws58
10710
10711         * src/mgutils.[ch]
10712                 added new functions.
10713         * src/mutt.[ch]
10714                 remove excessive duplicate address generation
10715                 on import.
10716
10717 2002-04-01 [alfons]     0.7.4claws57
10718         
10719         * src/summaryview.c
10720                 put back g_free() 
10721
10722 2002-04-01 [paul]       0.7.4claws56
10723
10724         * sync with 0.7.4cvs25
10725                 see ChangeLog entry 2002-04-01
10726
10727 2002-04-01 [alfons]     0.7.4aprilfool55
10728
10729         * src/summaryview.c
10730                 honour feature request item #537427 to allow for
10731                 displaying names from address book for sent mail also
10732
10733 2002-03-29 [paul]       0.7.4claws54
10734
10735         * src/mainwindow.c
10736           src/prefs_filtering.[ch]
10737           src/prefs_matcher.c
10738           src/summaryview.c
10739                 add 'fast filter' for claws' filtering,
10740                 /Tools/Create filter rule/... patch submitted
10741                 by Neill Miller <neillm@thecodefactory.org>
10742
10743 2002-03-29 [paul]       0.7.4claws53
10744
10745         * sync with 0.7.4cvs24
10746                 see ChangeLog entry 2002-03-29
10747
10748 2002-03-28 [paul]       0.7.4claws52
10749
10750         * sync with 0.7.4cvs23
10751                 see ChangeLog entry 2002-03-28
10752
10753 2002-03-27 [melvin]     0.7.4claws51
10754
10755         * src/prefs_actions.c
10756                 Added support to pass only one message part (as a
10757                 file) to the command using '%p'. No quotes are needed
10758                 because doubles quotes are automatically added.
10759                 Fixed bug where Sylpheed could block when waiting for
10760                 a child process to finish.
10761                 Changed the help menu to remove quotes around symbols to 
10762                 avoid misinterpretation (they must not be used).
10763
10764 2002-03-27 [melvin]     0.7.4claws50
10765
10766         * src/inc.c
10767                 Made the new mail notification command always 
10768                 execute asynchronously.
10769
10770 2002-03-27 [paul]       0.7.4claws49
10771
10772         * src/compose.c
10773                 fix bug introduced in last commit
10774
10775 2002-03-27 [paul]       0.7.4claws48
10776
10777         * sync with 0.7.4cvs21
10778                 see ChangeLog 2002-03-26 and 2002-03-27
10779
10780 2002-03-26 [hoa]        0.7.4claws47
10781
10782         * src/prefs_folder_item.c
10783                 really fixed the bug #516442 with folder rescan.
10784
10785 2002-03-26 [paul]       0.7.4claws46
10786
10787         * sync with 0.7.4cvs19
10788                 see ChangeLog entries 2002-03-25 and 2002-03-26
10789
10790 2002-03-25 [hoa]        0.7.4claws45
10791
10792         * src/matcher.c
10793         * src/mh.c
10794                 fix the bug #516442 with folder rescan.
10795
10796         * src/prefs_common.[ch]
10797         * src/compose.c
10798                 added an option to enable two different behaviours
10799                 for bounce.
10800
10801
10802 2002-03-25 [paul]       0.7.4claws44
10803
10804         * src/mainwindow.c
10805           src/selective_download.c
10806                 correct a few menuitem labels
10807
10808 2002-03-25 [christoph]  0.7.4claws43
10809
10810         * src/procmsg.c
10811                 fix non deleted tmp message in
10812                 procmsg_save_to_outbox
10813                 fix problems caused by sync with
10814                 main branch's procmsg_send_queue
10815
10816 2002-03-25 [paul]       0.7.4claws42
10817
10818         * src/quote_fmt.c
10819           src/quote_fmt_lex.l
10820           src/quote_fmt_parse.y
10821                 add Last name (%L) placeholder for quoting. 
10822                 patch submitted by Thorsten Thielen 
10823                 <thth@users.sourceforge.net>
10824
10825 2002-03-25 [paul]       0.7.4claws41
10826
10827         * src/utils.c
10828                 get full hostname. patch submitted by
10829                 Bob Woodside <rwoodside1@comcast.net>
10830
10831 2002-03-25 [paul]       0.7.4claws40
10832
10833         * src/account.c
10834           src/news.c
10835           src/nntp.[ch]
10836           src/prefs_account.[ch]
10837                 enable NNTP over SSL. patch submitted by
10838                 Pascal Jermini <pascal@infinity.hn.org>
10839
10840 2002-03-24 [paul]       0.7.4claws39
10841
10842         * src/prefs_common.c
10843                 make the arrangement of the Compose tab more
10844                 coherent
10845
10846         * src/mainwindow.c
10847                 fix some irregularities of style
10848
10849         * po/de.po
10850                 updated by Kilian Krause
10851
10852 2002-03-23 [paul]       0.7.4claws38
10853
10854         * po/pt_BR.po
10855                 updated by Fabio Junior Beneditto
10856
10857 2002-03-23 [paul]       0.7.4claws37
10858
10859         * src/mainwindow.c
10860                 move 'Gather addresses' to 'Tools' menu
10861                 make 'Selective download' sensitive
10862
10863 2002-03-23 [paul]       0.7.4claws36
10864
10865         * sync with 0.7.4cvs16
10866                 see ChangeLog entries 2002-03-23
10867
10868 2002-03-22 [christoph]  0.7.4claws35
10869
10870         * src/quote_fmt_parse.y
10871                 fix include program output
10872
10873 2002-03-22 [alfons]     0.7.4claws34
10874
10875         * src/pop.c
10876                 initialize GDate stack variable correctly (sorry!)
10877
10878 2002-03-22 [paul]       0.7.4claws33
10879
10880         * src/compose.c
10881           src/mainwindow.c
10882           src/prefs_actions.c
10883           src/prefs_common.c
10884                 rename 'Tool' to 'Tools'
10885
10886         * src/mainwindow.c
10887                 move 'Delete duplicated messages' from
10888                 'Message/' to 'Tools/'
10889                 re-arrange the order of 'Tools/' items
10890
10891 2002-03-22 [paul]       0.7.4claws32
10892
10893         * src/addr_compl.c
10894           src/addressbook.[ch]
10895                 auto-address completion now also matches on
10896                 Nickname. patch submitted by Bob Forsman 
10897                 <hammor@users.sourceforge.net>
10898
10899         * src/editaddress.c
10900                 correct a spelling mistake
10901
10902 2002-03-22 [alfons]     0.7.4claws31
10903
10904         * src/pop.c
10905                 fix getting uidl from incorrect string 
10906                 (spotted by Colin)
10907
10908 2002-03-21 [alfons]     0.7.4claws30
10909
10910         * src/pop.c
10911                 more code refactoring
10912                 plug mem leak introduced by delete on server
10913
10914 2002-03-21 [paul]       0.7.4claws29
10915
10916         * sync with 0.7.4cvs11
10917                 see ChangeLog entries 2002-03-20
10918
10919 2002-03-20 [alfons]     0.7.4claws28
10920
10921         * src/inc.c
10922                 apply Colin's patch and refactor
10923
10924 2002-03-20 [paul]       0.7.4claws27
10925
10926         * sync with sylpheed 0.7.4cvs9
10927                 see ChangeLog entry 2002-03-20
10928
10929 2002-03-19 [christoph]  0.7.4claws26
10930
10931         * src/mh.c
10932         * src/procmsg.[ch]
10933         * src/summaryview.c
10934                 revert changes for flag updates
10935                 (does not work correctly and no time to debug)
10936
10937 2002-03-20 [alfons]     0.7.4claws25
10938
10939         * src/pop.c
10940                 refactor should_delete() a little bit 
10941
10942 2002-03-19 [paul]       0.7.4claws24
10943
10944         * src/inc.[ch]
10945           src/pop.c
10946           src/prefs_account.[ch]
10947                 allow the user to leave downloaded mail on the 
10948                 server for n days. Patch submitted by Colin Leroy 
10949                 <colin@colino.net>
10950
10951 2002-02-19 [paul]       0.7.4claws23
10952
10953         * sync with sylpheed 0.7.4cvs8
10954                 see ChangeLog entries 2002-03-19
10955
10956 2002-03-18 [paul]       0.7.4claws22
10957
10958         * sync with sylpheed 0.7.4cvs6
10959                 see ChangeLog entry 2002-03-18
10960
10961 2002-03-18 [paul]       0.7.4claws21
10962
10963         * po/en_GB.po
10964                 add en_GB message catalogue
10965
10966         * src/mbox_folder.c
10967           src/prefs_account.c
10968           src/prefs_actions.c
10969                 correct a few spelling mistakes
10970
10971 2002-03-17 [alfons]     0.7.4claws20
10972
10973         * src/matcher.c
10974                 more stringent checks for NULL params when writing
10975                 filtering actions to a file
10976                 
10977 2002-03-17 [hoa]        0.7.3claws20
10978
10979         * src/news.c
10980                 fixed the count of new messages
10981
10982         * src/compose.c
10983                 fixed the "attachment properties" window
10984
10985 2002-03-17 [paul]       0.7.4claws19
10986
10987         * src/defs.h
10988           src/folder.h
10989           src/news.c
10990           src/prefs_account.[ch]
10991           src/procmsg.[ch]
10992           src/summaryview.c
10993                 automatically mark cross-posted messages as read 
10994                 and (optionally) give them a colour label
10995                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10996                 
10997
10998 2002-03-17 [paul]       0.7.4claws18
10999
11000         * sync with sylpheed 0.7.4cvs5
11001                 see ChangeLog entry 2002-03-17
11002
11003 2002-03-17 [melvin]     0.7.4claws17
11004         
11005         * src/textview.c
11006                 Worked around a gtktext 'bug': when searching for 
11007                 a text in a long message it was scrolling slowly
11008                 line by line until it hit the searched text.
11009         * po/fr.po
11010                 Updated French translation
11011
11012 2002-03-17 [melvin]     0.7.4claws16
11013
11014         * src/mainwindow.c
11015         * src/compose.c
11016         * src/prefs_actions.c
11017                 Moved "Edit/Actions" to "Tool/Actions"
11018                 Made mainwindow/compose window sensitive as soon as
11019                 no child process is running anymore even if the io dialog
11020                 is open.
11021                 Fixed a struct being initialized with a non constant char*
11022
11023 2002-03-16 [christoph]  0.7.4claws15
11024
11025         * configure.in
11026                 add --with-compiler-flags option
11027                 (only for developer hacking)
11028         * src/mh.c
11029         * src/procmsg.[ch]
11030         * src/summaryview.c
11031                 try to make folder-stats and flag handling more
11032                 independent from the summaryview. msgcounts
11033                 are only set when the folder is opened and
11034                 procmsg_msginfo_(un)set_flags will handle it
11035                 later and summaryview will get the values
11036                 from the folder.
11037
11038 2002-03-16 [paul]       0.7.4claws14
11039
11040         * src/messageview.c
11041                 fix Return-receipt. Patch submitted by Bob
11042                 Woodside <rwoodside1@comcast.net>
11043
11044 2002-03-16 [paul]       0.7.4claws13
11045
11046         * src/compose.c
11047                 fix 'dynamic' signatures, make it work again
11048                 broken during sync on 2002-03-14 (0.7.4claws2)
11049
11050 2002-03-15 [match]      0.7.4claws12
11051
11052         * src/addrharvest.[ch]
11053         * src/addrgather.[ch]
11054         * src/addressbook.[ch]
11055         * src/mainwindow.c
11056                 included address harvester feature. still some
11057                 issues with address parsing that I will fix.
11058
11059 2002-03-15 [match]      0.7.4claws11
11060
11061         * src/addrbook.[ch]
11062         * src/addrcache.[ch]
11063         * src/addressbook.[ch]
11064         * src/addrindex.c
11065         * src/editbook.c
11066         * src/importldif.c
11067         * src/importmutt.c
11068         * src/jpilot.[ch]
11069         * src/main.c
11070         * src/syldap.[ch]
11071         * src/vcard.[ch]
11072                 tidy up. fix memory leaks. moved attribs and methods
11073                 from individual interfaces to addrcache object. prep
11074                 for new stuff to come in.
11075
11076 2002-03-15 [alfons]     0.7.4claws10
11077
11078         * src/matcher.[ch]
11079         * src/matcher_parser_parse.y
11080         * src/matcher_parser_lex.l
11081         * src/prefs_matcher.c
11082                 add filtering conditions message greater than, smaller 
11083                 than, and exactly matching a size in bytes
11084                 (does not work with delete from POP3 server yet)
11085
11086                 this should also give others an idea what you should
11087                 do to add new criterions to claws filtering system
11088                 
11089
11090 2002-03-15 [paul]       0.7.4claws9
11091
11092         * tools/filter_conv.pl
11093                 exit if there are no filter rules to convert
11094                 rename filterrc to filterrc.old after completion
11095
11096 2002-03-15 [paul]       0.7.4claws8
11097
11098         * sync with sylpheed 0.7.4cvs3
11099                 see ChangeLog entry 2002-03-14
11100
11101 2002-03-14 [paul]       0.7.4claws7
11102
11103         * src/compose.c
11104                 clean up the last commit (ahem)
11105
11106 2002-03-14 [paul]       0.7.4claws6
11107
11108         * src/compose.c
11109                 fix bug #515655. honour account preferences
11110                 regarding gpg default signing/encryption when 
11111                 changing account from the compose window.
11112
11113 2002-03-14 [paul]       0.7.4claws5
11114
11115         * src/folderview.c
11116                 remove unnecessary curly brackets
11117
11118 2002-03-14 [paul]       0.7.4claws4
11119
11120         * src/folderview.c
11121           src/prefs_filtering.[ch]
11122                 add filter rename on folder rename and filter
11123                 delete on folder delete. Patch submitted by
11124                 Neill Miller <neillm@thecodefactory.org> 
11125
11126 2002-03-14 [christoph]  0.7.4claws3
11127
11128         * src/procmsg.c
11129         * src/send.c
11130                 fix local delivery
11131                 (patch submitted by "Simon 'corecode' Schubert")
11132         * src/prefs_common.c
11133         * src/procmsg.c
11134                 fix gcc 3.0 warning
11135
11136 2002-03-14 [paul]       0.7.4claws2
11137
11138         * sync with sylpheed 0.7.4cvs2
11139                 see ChangeLog entry 2002-03-13
11140
11141 2002-03-12 [darko]      0.7.4claws1
11142
11143         * src/mainwindow.c
11144                 fix what seems to be a copy and paste error
11145                 when setting color for important messages
11146                 (reported by wwp)
11147
11148 2002-03-11 [paul]       version 0.7.4claws released
11149
11150 2002-03-11 [paul]       0.7.4claws
11151
11152         * po/es.po
11153           po/it.po
11154           po/nl.po
11155           po/pt_BR.po
11156                 update message catalogs. Submitted by Ricardo Mones 
11157                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11158                 Fabio Junior Beneditto
11159
11160         * configure.in
11161           faq/Makefile.am
11162           faq/it/Makefile
11163           faq/it/sylpheed-faq*
11164           src/mainwindow.c
11165           src/manual.[ch]
11166                 add FAQ in Italian
11167         
11168
11169 2002-03-11 [jens]       0.7.3claws7
11170
11171         * po/de.po
11172                 updated German translation
11173
11174 2002-03-11 [melvin]     0.7.3claws6
11175
11176         * po/fr.po
11177                 updated and corrected French translation
11178
11179 2002-03-10 [hoa]        0.7.3claws5
11180
11181         * src/account.c
11182         * src/inc.c
11183         * src/prefs_account.c
11184         * src/procmsg.c
11185         * src/send.[ch]
11186                 fixed the local account.
11187                 you have to change the default "/usr/sbin/sendmail"
11188                 to "/usr/sbin/sendmail -t" in the preferences of
11189                 the local account.
11190
11191         * src/procmime.c
11192                 removed some debug display for renderer
11193
11194 2002-03-10 [paul]       0.7.3claws4
11195
11196         * faq/en/sylpheed-faq-1.html
11197           faq/en/sylpheed-faq-2.html
11198                 update
11199
11200 2002-03-09 [paul]       0.7.3claws3
11201
11202         * sync with sylpheed 0.7.4
11203                 see ChangeLog entry 2002-03-09
11204
11205 2002-03-08 [paul]       0.7.3claws2
11206
11207         * faq/en/sylpheed-faq*
11208           faq/es/sylpheed-faq*
11209           faq/fr/sylpheed-faq*
11210                 update the FAQs
11211
11212         * manual/fr/.cvsignore
11213           manual/fr/Makefilea.am
11214           manual/fr/sylpheed*
11215           src/mainwindow.c
11216           src/manual.[ch]
11217                 add the French manual
11218
11219 2002-03-07 [paul]       0.7.3claws1
11220
11221         * sync with sylpheed 0.7.3cvs4
11222                 see ChangeLog entries  2002-03-06 and 2002-03-07
11223         
11224         * po/nl.po
11225                 updated by Wilbert Berendsen
11226
11227 2002-03-07 [melvin]     0.7.2claws34
11228
11229         * src/selective_download.c
11230                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11231
11232 2002-03-06 [paul]       0.7.2claws33
11233
11234         * sync with sylpheed 0.7.3cvs1
11235                 bug fix, see ChangeLog entry 2002-03-05
11236
11237 2002-03-05 [paul]       0.7.2claws32
11238
11239         * src/mimeview.c
11240           src/pgptext.[ch]
11241           src/procmsg.c
11242                 reverse the pgp ascii-armored code implemented in 
11243                 0.7.2claws16. removal of this code until it matures.
11244                 this means that verifying ascii-armored pgp sigs and
11245                 automatic decryption of ascii-armored encrypted
11246                 messages no longer works.
11247
11248 2002-03-05 [paul]       0.7.2claws31
11249
11250         * configure.in
11251           Makefile.am
11252         * faq/Makefile.am
11253         * faq/en/Makefile.am
11254           faq/en/sylpheed-faq.html
11255           faq/en/sylpheed-faq-1.html
11256           faq/en/sylpheed-faq-2.html
11257           faq/en/sylpheed-faq-3.html
11258         * faq/es/Makefile.am
11259           faq/es/sylpheed-faq.html
11260           faq/es/sylpheed-faq-1.html
11261           faq/es/sylpheed-faq-2.html
11262           faq/es/sylpheed-faq-3.html
11263           faq/es/sylpheed-faq-4.html
11264         * faq/fr/Makefile.am
11265           faq/fr/sylpheed-faq.html
11266           faq/fr/sylpheed-faq-1.html
11267           faq/fr/sylpheed-faq-2.html
11268           faq/fr/sylpheed-faq-3.html
11269         * src/Makefile.am
11270           src/defs.h
11271           src/mainwindow.c
11272           src/manual.[ch]
11273                 add FAQs in English, Spanish and French
11274
11275
11276 2002-03-05 [paul]       0.7.2claws30
11277
11278         * manual/en/sylpheed.html
11279           manual/en/sylpheed-XX.html
11280                 updated the English manual
11281
11282 2002-03-05 [hoa]        
11283
11284         * src/summaryview.c
11285                 dialog box pops up if the article can't be deleted.
11286
11287 2002-03-04 [paul]       
11288         
11289         * po/pt_BR.po
11290                 updated by Fabio Junior Benedito
11291
11292 2002-03-04 [hoa]
11293
11294         * removed ac/gpgme.m4
11295                 to avoid autogen common problem
11296                 developers have to install gpgme development package now
11297
11298         * src/compose.c
11299                 encoding to 7bit or 8bit is enabled.
11300
11301 2002-03-03 [alfons]     0.7.2claws29
11302
11303         * src/pop.c
11304                 merge fix by Oliver Haertel for selective
11305                 download buglet
11306
11307 2002-03-03 [paul]       0.7.2claws28
11308         
11309         * sync with sylpheed 0.7.3
11310
11311 2002-03-03 [paul]       0.7.2claws27
11312
11313         * sync with sylpheed 0.7.2cvs24
11314                 see ChangeLog entries 2002-03-02 and 2002-03-03
11315
11316 2002-03-02 [melvin]     0.7.2claws26
11317
11318         * src/inc.[ch]
11319         * src/main.c
11320         * src/mainwindow.c
11321         * src/prefs_common.[ch]
11322                 Added user definable notification on new mail arrival.
11323                 Removed unused variables in spell checker prefs code.
11324
11325 2002-03-02 [melvin]     0.7.2claws25
11326
11327         * src/quote_fmt.c
11328                 Removed unnecessary escape sequences.
11329                 Changed 'Initial...' to 'Initials of Sender'
11330
11331 2002-03-02 [paul]       0.7.2claws24
11332
11333         * sync with sylpheed 0.7.2cvs22
11334                 see ChangeLog entry 2002-03-01
11335
11336 2002-03-01 [hoa]        0.7.2claws23
11337
11338         * src/mainwindow.c
11339                 Set sensitivity of delete actions to active
11340                 even if the folder is a newsgroup.
11341
11342         * src/summaryview.c
11343                 - Set sensitivity of delete actions
11344                 - Added function check_permission() that will check if the
11345                   user is authorized to delete a message. For news, it
11346                   will check if the author is the same.
11347                 - Enabled deletion when there is no trash folder.
11348
11349         * src/news.[ch]
11350                 - Added news_cancel_article() to cancel articles
11351                 - Implemented news_remove_message() (public function)
11352
11353 2002-03-01 [paul]       0.7.2claws22
11354
11355         * src/gtkutils.c
11356           src/textview.c
11357                 recognise urls that that don't include 'http://' and
11358                 simply begin 'www.' 
11359
11360         * AUTHORS
11361                 remove duplicated name
11362
11363 2002-02-28 [paul]       0.7.2claws21
11364
11365         * src/mainwindow.c
11366           src/summaryview.[ch]
11367                 add ability to 'Select thread'
11368                 combines Melvin's "Select thread's head" patch (#510907)
11369                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11370                 patch (#518514) 
11371
11372 2002-02-28 [paul]       0.7.2claws20
11373
11374         * src/mimeview.c
11375                 hopefully fix segfault on right-clicking a mime part
11376                 that some people have experienced.      
11377                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11378
11379 2002-02-28 [paul]       0.7.2claws19
11380
11381         * sync with sylpheed 0.7.2cvs21
11382                 see ChangeLog entries 2002-02-27 and 2002-02-28
11383
11384 2002-02-27 [paul]       0.7.2claws18
11385
11386         * sync with sylpheed 0.7.2cvs18
11387                 see ChangeLog entries 2002-02-26 and 2002-02-27
11388
11389 2002-02-26 [alfons]     0.7.2claws17
11390
11391         * src/procheader.c
11392                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11393                 (spotted by Chris Hessman <idatech@gmx.net>)
11394
11395 2002-02-26 [paul]       0.7.2claws16
11396
11397         * src/mimeview.c
11398           src/pgptext.[ch]
11399           src/procmsg.c
11400                 make decryption of ascii-armored pgp encrypted messages
11401                 and verification of ascii-armored signatures work again.
11402                 slightly altered from the patch by Jens Jahnke 
11403                 <jan0sch@gmx.net>
11404
11405                 ##FIX ME##
11406                 * the checking of plaintext signatures always comes up in 
11407                   a popup box
11408                 * it doesn't work for multipart messages 
11409                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11410                   including the msg headers and these 2 line themselves, are 
11411                   not displayed
11412
11413         * src/mainwindow.c
11414                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11415                 "View/Message View" becomes "View/Separate Message View"
11416                 because its less ambiguous.
11417
11418         * po/es.po
11419                 updated by Ricardo Mones Lastra
11420
11421 2002-02-26 [paul]       0.7.2claws15
11422
11423         * sync with sylpheed 0.7.2cvs17
11424                 see ChangeLog entries 2002-02-25 and 2002-02-26
11425
11426 2002-02-25 [christoph]  0.7.2claws14
11427
11428         * src/filtering.[ch]
11429         * src/inc.c
11430                 do filtering stuff after all messages have been received
11431                   1. drop all messages to .processing
11432                   2. scan processing folder for messages
11433                   3. filter messages or move to inbox
11434                 this will also find old messages left in processing after
11435                 a crash or something like that and we get a real msginfo
11436                 from folder->get_msg_list and do not have to create our
11437                 own in filter_message
11438         * src/matcher_parser_parse.y
11439                 remove MIX/MAX warning (reordered includes)
11440
11441 2002-02-25 [paul]       0.7.2claws13
11442
11443         * sync with sylpheed 0.7.2cvs15
11444                 see ChangeLog entry 2002-02-24
11445
11446 2002-02-24 [alfons]     0.7.2claws12
11447
11448         * src/filtering.c
11449                 clear old color flags first when applying a new color to
11450                 a message info. 
11451                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11452
11453 2002-02-24 [alfons]     0.7.2.claws11
11454         
11455         * AUTHORS
11456         * src/prefs_common.c
11457                 add presets for Opera and Konqueror, closes patch #517261,
11458                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11459
11460 2002-02-24 [alfons]     0.7.2.claws10
11461
11462         * AUTHORS
11463         * src/summaryview.c
11464                 fix threading for null message ids, closes patch #521601,
11465                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11466
11467 2002-02-24 [alfons]     0.7.2claws9
11468
11469         * src/summaryview.c
11470         * src/filtering.c
11471                 make Tool | Filter Message work with filtering system so
11472                 setting flags also works
11473
11474                 TODO:
11475
11476                 - Processing uses the same function as Tool | Filter
11477                   Message, but doesn't use the same update proc yet
11478
11479 2002-02-23 [paul]       0.7.2claws8
11480
11481         * sync with sylpheed 0.7.2cvs14
11482                 see ChangeLog entries 2002-02-22 and 2002-02-23
11483
11484 2002-02-22 [christoph]  0.7.2claws7
11485
11486         * src/quote_fmt.c
11487                 Add column space to table
11488         * src/quote_fmt_parse.y
11489                 Close files
11490
11491 2002-02-22 [paul]       0.7.2claws6
11492
11493         * src/Makefile.am
11494           src/defs.h
11495           src/filtering.c
11496           src/inc.[ch]
11497           src/mainwindow.c
11498           src/matcher.[ch]
11499           src/matcher_parser_lex.l
11500           src/matcher_parser_parse.y
11501           src/pop.[ch]
11502           src/prefs_account.h
11503           src/prefs_filtering.c
11504           src/selective_download.[ch]   *** NEW FILES ***
11505           src/utils.[ch]
11506           po/POTFILES.in
11507                 Selective Download added to 'Tool' menu. 
11508                 Retrieves email headers of the currently selected pop3 
11509                 account and allows the user to mark emails for deletion 
11510                 right on the pop3 server. Patch submitted by Oliver Haertel 
11511                 <oha@users.sourceforge.net>.
11512         
11513         * po/POTFILES.in
11514                 add 'src/quote_fmt.c'           
11515
11516 2002-02-22 [christoph]  0.7.2claws5
11517
11518         * src/Makefile.am
11519                 added quote_fmt.c
11520         * src/prefs_common.[ch]
11521         * src/prefs_template.c
11522         * src/quote_fmt.c               *** NEW FILE ***
11523         * src/quote_fmt.h
11524                 move quote format symbol description code
11525                 to it's own file because it is used from
11526                 differnent code parts
11527                 Rewrote symbol description GUI
11528                   + use table
11529                   + add separators
11530                   + get data from array (no more long constant strings)
11531         * src/quote_fmt_lex.l
11532         * src/quote_fmt_parse.y
11533                 Symbol for Literal % changed to \% instead of %%
11534                 (More logical as \ is used for quoting for other symbols)
11535                 Add |f and |p to include files and program output
11536                 Examples:
11537                     |f{/home/.../.signature}
11538                     |p{date}
11539         * po/de.po
11540                 Correct wrong spelling for "Referenzen"
11541
11542 2002-02-21 [paul]       0.7.2claws4
11543
11544         * src/procmsg.c
11545                 forgotten during sync
11546
11547 2002-02-21 [paul]       0.7.2claws3
11548
11549         * sync with sylpheed 0.7.2cvs11
11550                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11551                 2002-02-20 and 2002-02-21
11552
11553 2002-02-20 [melvin]     0.7.2claws2
11554
11555         * src/prefs_actions.c
11556                 Added error report when child cannot fork or when execvp 
11557                 returns with an error.
11558
11559 2002-02-19 [christoph]  0.7.2claws1
11560
11561         * src/codeconv.c
11562                 return unconverted text if conde conversion is not possible
11563                 when libjconv is used.
11564                 (patch submitted by "Simon 'corecode' Schubert")
11565
11566 2002-02-19 [paul]       
11567
11568         * version 0.7.2claws release
11569
11570 2002-02-19 [paul]       0.7.2claws
11571
11572         * po/nl.po
11573                 updated by Wilbert Berendsen
11574
11575
11576 2002-02-18 [alfons]     0.7.1claws13
11577
11578         * src/syldap.c
11579         * src/jpilot.c
11580                 remove references to dlfcn and explicitly loading functions
11581                 from dynalink libs, because libs linked anyway, and functions
11582                 are loaded explicitly
11583
11584 2002-02-17 [melvin]     0.7.1claws12
11585
11586         * src/prefs_actions.c
11587                 Replaced children wait loop with double fork technique.
11588                 Now, input/output window updated at each new output.
11589                 free_children(): Fixed a memory leak.
11590                 Made input/output window non closable if running children
11591                 still exist.
11592                 Added missing <unistd.h> include.
11593                 Added some --debug outputs.
11594
11595 2002-02-17 [melvin]     0.7.1claws11
11596
11597         * src/summaryview.c
11598                 Fixed bug where descending sort order did not select top
11599                 message.
11600
11601 2002-02-17 [melvin]     0.7.1claws10
11602
11603         * acconfig.h
11604                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11605         * src/prefs_common.c
11606                 Pspell data package directory no more hard coded but
11607                 set during configuration (PSPELL_PATH). (Thanks to 
11608                                 Gustavo Noronha Silva.)
11609
11610 2002-02-17 [melvin]     0.7.1claws9
11611
11612         * configure.in
11613                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11614         * src/gtkspell.c
11615                 Fixed compile-time warnings.
11616
11617 2002-02-16 [alfons]     0.7.1claws8
11618
11619         * src/filesel.c
11620                 fix inadvertent free of NULL pointer which caused
11621                 sylpheed to crash when closing the save-as dialog
11622                 using the window close button
11623
11624 2002-02-16 [carsten]    0.7.1claws7
11625         * src/mainwindow.[ch]
11626           src/summaryview.c
11627           src/prefs_common.c
11628                 fixes for pixmap theming code:
11629                         - recently changed mail attributes shouldn't get
11630                           lost any longer
11631                         - theme is only reloaded iff another theme was
11632                           selected
11633
11634 2002-02-16 [paul]       0.7.1claws6
11635
11636         * sync with sylpheed 0.7.2 release
11637                 see ChangeLog entry 2002-02-15 and 2002-02-16
11638
11639 2002-02-15 [paul]       0.7.1claws5
11640
11641         * sync with sylpheed 0.7.1cvs9
11642                 see ChangeLog entry 2002-02-15
11643
11644         * po/POTFILES.in
11645                 remove unneeded headerwindow.c entry
11646
11647 2002-02-14 [carsten]    0.7.1claws4
11648         * src/summaryview.c
11649                 fixed a bug for "Go to next unread message": there was
11650                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11651                 in the prefs, because of doing "Search again" instead
11652                 "No"
11653
11654 2002-02-14 [carsten]    0.7.1claws3
11655         * src/stock_pixmap.c
11656                 removed 2 more mem leaks; following memprof,
11657                 this code is "leak free" now :)
11658
11659 2002-02-14 [carsten]    0.7.1claws2
11660         * src/stock_pixmap.c
11661                 used opendir/readdir/closedir instead of scandir
11662                 -> code should work now on Solaris
11663
11664 2002-02-14 [paul]       0.7.1claws1
11665
11666         * sync with sylpheed 0.7.1cvs8
11667                 see ChangeLog entries 2002-02-13 and 2002-02-14
11668
11669         * README.claws
11670                 add some description of Actions and Pixmap Themes
11671
11672 2002-02-13 [paul]       
11673
11674         * version 0.7.1claws release
11675
11676 2002-02-13 [paul]       0.7.1claws
11677
11678         * po/es.po
11679           po/it.po
11680           po/pt_BR.po
11681                 updated translations, submitted by Ricardo Mones Lastra,
11682                 Alessandro Maestri and Fabio Junior Beneditto
11683
11684 2002-02-13 [melvin]     0.7.0claws75
11685
11686         * src/prefs_actions.c
11687                 Added missing "signal.h" include
11688
11689 2002-02-13 [melvin]     0.7.0claws74
11690
11691         * src/prefs_folder_item.c
11692                 Added missing "config.h" include
11693         * po/fr.po
11694                 Updated French translation for folder propriety.
11695
11696 2002-02-13 [jens]       0.7.0claws73
11697
11698         * po/POTFILES.in
11699                 Added missing src/prefs_folder_item.c [log added by melvin]
11700         * po/de.po
11701                 Updated German translation.
11702
11703 2002-02-13 [melvin]     0.7.0claws72
11704
11705         * po/fr.po
11706                 Updated French translation.
11707
11708 2002-02-13 [melvin]     0.7.0claws71
11709
11710         * src/gtkutils.c
11711                 Made gtkut_editable_get_selection return NULL if selection
11712                 is of length zero.
11713                 This fixes a bug where selecting part of message A then
11714                 switching to message B and replying to it will not
11715                 quote the message's body.
11716
11717 2002-02-12 [paul]       0.7.0claws70
11718
11719         * src/mainwindow.c
11720                 cosmetic, relating to pixmap themes: on toolbar make 
11721                 updating of 'Exec' and 'Compose news/Compose email'
11722                 icons faster.
11723
11724 2002-02-12 [carsten]    0.7.0claws69
11725         * src/folderview.c
11726           src/mainwindow.[ch]
11727           src/stock_pixmap.c
11728           src/summaryview.c
11729           src/prefs_common.c
11730                 - refreshing after changing pixmap theme better
11731                   now (thanks Paul)
11732                 - wanted to remove some mem leaks, but alfons was
11733                   faster (and had the better solution ;)
11734
11735 2002-02-12 [alfons]     0.7.0claws68
11736
11737         * src/prefs_common.c
11738         * src/stock_pixmap.[ch]
11739                 plug mem leaks, refactor code a little bit
11740
11741
11742 2002-02-12 [sergey]     0.7.0claws67
11743
11744         * src/imap.c
11745                 Fixed problem with copying messages to IMAP folders when the
11746                 server uses something other than '/' as a namespace separator
11747                 (cyrus-imapd uses '.').
11748
11749 2002-02-12 [jens]       0.7.0claws66
11750
11751         * po/de.po
11752                 Updated German Translation
11753
11754 2002-02-12 [paul]       0.7.0claws65
11755
11756         * sync with sylpheed 0.7.1cvs1
11757                 see ChangeLog entry 2002-02-12
11758
11759 2002-02-12 [melvin]     0.7.0claws64
11760
11761         * src/prefs_actions.c
11762                 Fixed "feature" where children's output was duplicated 
11763                 instead of refreshed while monitoring.
11764                 Removed some debug code.
11765
11766 2002-02-12 [christoph]  0.7.0claws63
11767
11768         * src/compose.c
11769                 always delete message from queue after sending/send error
11770                 (closes bug #509601)
11771
11772 2002-02-12 [melvin]     0.7.0claws62
11773
11774         * src/prefs_actions.c
11775                 Children wait loop is now triggered with a timeout of 1s
11776                 Added %F which is replaced with the list of filenames 
11777                 of all selected messages (as suggested by Ricardo Mones Lestra)
11778                 Pipe syntax changed. Prefix with | to send selection, postfix
11779                 with | to retrieve output. Prefix with > or * to send
11780                 user definable input to the command (*: input is hidden)
11781                 Old pipe action should now be postfixed with |, too.
11782
11783 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11784         * src/stock_pixmap.c
11785                 fixed a bug: if there's no theme directory don't
11786                 throw an error, just do "nothing" (thanks Alfons)
11787
11788 2002-02-12 [carsten]    0.7.0claws60
11789         * src/folderview.c
11790           src/summaryview.c
11791                 had to write the cache twice (nasty!); some marks would 
11792                 get lost if not
11793
11794 2002-02-11 [carsten]    0.7.0claws59
11795         * acconfig.h
11796           configure.in
11797           doc-src/maintainer_guide.txt
11798           src/compose.[ch]
11799           src/defs.h
11800           src/folderview.[ch]
11801           src/gtkutils.[ch]
11802           src/mainwindow.[ch]
11803           src/prefs_common.[ch]
11804           src/stock_pixmap.[ch]
11805           src/summaryview.[ch]
11806                 pixmap theming and related work on pixmap
11807                 handling on some other places
11808                 (e.g. hrm features for all folder)
11809           src/pixmap/stock_*.xpm -> the stock_ was removed
11810         
11811 2002-02-11 [paul]       0.7.0claws58
11812
11813         * sync with sylpheed 0.7.1 release
11814                 see ChangeLog entries 2002-02-11
11815
11816 2002-02-08 [paul]       0.7.0claws57
11817
11818         * sync with sylpheed 0.7.0cvs39
11819                 see ChangeLog entry 2002-02-07 (last entry) 
11820
11821         * src/prefs_actions.c
11822           src/prefs_filtering.c
11823           src/prefs_matcher.c
11824           src/prefs_scoring.c
11825                 sync: made it compile with C compilers other than gcc
11826
11827 2002-02-07 [paul]       0.7.0claws56
11828
11829         * sync with sylpheed 0.7.0cvs38
11830                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11831                 2002-02-07
11832
11833 2002-02-07 [darko]      0.7.0claws55
11834
11835         * src/gtkutils.[ch]
11836         * src/summaryview.c
11837                 Fix const gchar */gchar * issue (thanks Hiro)
11838
11839 2002-02-07 [darko]      0.7.0claws54
11840
11841         * src/compose.[ch]
11842         * src/filtering.c
11843         * src/gtkutils.[ch]
11844         * src/prefs_template.c
11845         * src/quote_fmt.h
11846         * src/quote_fmt_parse.y
11847         * src/summaryview.c
11848         * src/utils.[ch]
11849                 When replying or forwarding an email don't quote the entire
11850                 mail body but use the part of the message text that is selected
11851
11852 2002-02-06 [melvin]     0.7.0claws53
11853
11854         * src/prefs_common.[ch]
11855         * src/gtkspell.[ch]
11856         * src/compose.c
11857                 Made possible to switch quickly to last used dictionary
11858                 which makes checking bilingual documents easier.
11859
11860 2002-02-06 [melvin]     0.7.0claws52
11861         
11862         * po/POTFILES.in
11863                 Added forgotten new file src/prefs_actions.c
11864
11865 2002-02-06 [melvin]     0.7.0claws51
11866
11867         * src/prefs_actions.c   ** NEW FILE **
11868         * src/prefs_actions.h   ** NEW FILE **
11869                 Added actions to execute on message text view, or on the
11870                         message's file.
11871         * src/Makefile.am
11872                 Added src/prefs_actions.[ch]
11873         * src/compose.c
11874                 Added new menu "Edit/Actions"
11875         * src/defs.h
11876                 Added new actionsrc file.
11877         * src/main.c
11878                 Added actionsrc reading.
11879         * src/mainwindow.c
11880                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11881         * src/prefs_common.h
11882                 Added new element actionslst element to prefs_common.
11883
11884 2002-02-06 [paul]       0.7.0claws50
11885
11886         * sync with sylpheed 0.7.0cvs36
11887                 see ChangeLog entry 2002-02-06
11888
11889 2002-02-05 [paul]
11890
11891         * po/es.po
11892                 updated by Ricardo Mones Lastra
11893
11894 2002-02-05 [paul]       0.7.0claws49
11895
11896         * sync with sylpheed 0.7.0cvs33
11897                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11898
11899 2002-02-05 [paul]       0.7.0claws48
11900
11901         * src/compose.c
11902                 re-add 'Edit/Advanced/Delete entire line', previously named
11903                 'Delete Line+'
11904
11905 2002-02-04 [paul]       0.7.0claws47
11906
11907         * src/compose.c
11908           src/summaryview.c
11909                 fix bug #494993 (Reply All not taking Reply-To into consi)
11910                 eliminate differences in behaviour of right-click 'Reply to all' 
11911                 in summary view and 'Reply to all' on the toolbar. 
11912                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11913                 view and From gets ignored by 'Reply to all' on toolbar.
11914                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11915                 From when no Reply-To header is present.
11916
11917 2002-02-04 [paul]       0.7.0claws46
11918
11919         * sync with sylpheed 0.7.0cvs30
11920                 see ChangeLog entries 2002-02-03 and 2002-02-04
11921
11922 2002-02-03 [melvin]     0.7.0claws45
11923
11924         * src/gtkspell.[ch]
11925                 Readded function to highlight all misspelled words.
11926                 Fixed bug where user-provided-words did not replace
11927                         correctly the misspelled word when using the mouse.
11928                 Fixed bug where checking a region selected from right to left did
11929                         not check the region at all.
11930                 Fixed bug where 'Check backwards' may not check at all. 
11931                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11932                 Fixed possible buffer overflow when checking for long strings (>1k).
11933                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11934                 Accelerators code uses now gtk_widget_add_accel.
11935                 Removed and disabled obsolete and unfinished code.
11936                 Cleaning up.
11937
11938         * src/compose.c
11939                 Added menu item to Highlight all misspelled words.
11940
11941 2002-02-01 [paul]       0.7.0claws44
11942
11943         * src/mainwindow.c
11944                 fix '/View/Hide read messages' sensitivity when all
11945                 messages in a folder are hidden
11946
11947 2002-02-01 [paul]       0.7.0claws43
11948
11949         * src/main.c
11950                 add --send option to command line interface, sends all
11951                 queued mail. Patch submitted by Ricardo Mones Lastra.
11952
11953 2002-01-31 [paul]       0.7.0claws42
11954
11955         * src/mainwindow.c
11956                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11957
11958 2002-01-31 [paul]       0.7.0claws41
11959
11960         * sync with sylpheed 0.7.0cvs27
11961                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11962                 and 2002-01-31
11963
11964         * src/textview.c
11965                 comment out elements of textview_show_part() as temporary
11966                 workaround for attachment 'Display as text' bug 
11967
11968         * po/pt_BR.po
11969                 updated by Fabio Junior Beneditto
11970
11971 2002-01-30 [paul]       0.7.0claws40
11972
11973         * sync with sylpheed 0.7.0cvs24
11974                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11975                 and 2002-01-30
11976
11977         * src/compose.c
11978                 add {N_("/_Spelling"), ... "<Branch>"} to 
11979                 GtkItemFactoryEntry compose_entries[]
11980
11981         * src/prefs_common.c
11982                 add claws menu items to prefs_keybind_apply_clicked()
11983                 and remove non-claws menu items
11984
11985 2002-01-29 [paul]       0.7.0claws39
11986
11987         * sync with sylpheed 0.7.0cvs22
11988                 see ChangeLog entries 2002-01-28 and 2002-01-29
11989
11990 2002-01-28 [melvin]     0.7.0claws38
11991
11992         * src/compose.c
11993                 Added the declartion of compose_send_control_enter.
11994
11995         * src/compose.c
11996         * src/gtkspell.[ch]
11997                 Added in a 'Spelling' menu which includes the configuration menu. 
11998                 Added a real 'Check all' and got rid from the old one which only
11999                 highlited misspelled word.
12000                 Made 'Check while typing' a disableable option.
12001                 Added a dialog when there are no more misspelled word.
12002                 Added a dialog if error occurs when switching to a dictionary.
12003         
12004         * src/prefs_common.[ch]
12005                 Added option for the default 'Check while typing' option.
12006
12007
12008 2002-01-28 [alfons]     0.7.0claws37
12009
12010         * src/compose.c
12011                 fix buglet and make code comply with sylpheed code style
12012
12013 2002-01-28 [paul]       0.7.0claws36
12014
12015         * sync with sylpheed 0.7.0cvs19
12016                 see ChangeLog entries for 2002-01-28
12017
12018 2002-01-28 [hoa]        0.7.0claws35
12019
12020         * src/defs.h
12021                 added rendererrc
12022
12023         * src/main.c
12024                 read the renderer config
12025
12026         * src/procmime.[ch]
12027                 use the renderer config to convert mime attachments
12028
12029         * src/textview.c
12030                 don't use textview_show_html/ertf,
12031                 use get_text_content instead
12032
12033 2002-01-27 [alfons]     0.7.0claws34
12034         
12035         * src/news.c
12036                 make sylpheed believe it can delete a news message...
12037                 (messages are NOT deleted, maybe we should remove
12038                 processing from the folder properties after all.)
12039
12040 2002-01-27 [alfons]     0.7.0claws33
12041
12042         * src/folder.c
12043                 add extra checks
12044         * src/news.c
12045                 implement remove_msg() 
12046
12047 2002-01-27 [alfons]     0.7.0claws32
12048
12049         * src/procmsg.h
12050         * src/procheader.c
12051         * src/messageview.c
12052                 fix return receipt / disposition notification again. this
12053                 stuff seems to break on _every_ major summary UI change, so
12054                 it's now implemented using a flag which is saved in the
12055                 marks cache
12056                 
12057 2002-01-26 [alfons]     0.7.0claws31
12058
12059         * src/import.c
12060                 let import dialog show the destination folder identifier
12061
12062 2002-01-26 [melvin]     0.7.0claws30
12063
12064         * src/folderview.c
12065         * src/summaryview.c
12066                 Readded 'Mark all read' into summary view popup menu
12067                 Added 'Mark all read' in folder view popup menu for IMAP
12068                 and NNTP.
12069                 Made it insensitive if the selected folder is not the shown
12070                 one to avoid 'Mark all read' on the wrong folder.
12071                 
12072 2002-01-26 [paul]       0.7.0claws29
12073
12074         * src/folderview.c
12075           src/summaryview.c
12076                 move 'Mark all read' from summary view to folder view
12077                 menu. (adapted from) patch submitted by Jeremy Andrews,
12078                 <lists@kerneltrap.com>
12079
12080 2002-01-25 [alfons]     0.7.0claws28
12081
12082         * src/gtkstext.c
12083                 put the gtk class name back so GtkSText adapts the 
12084                 settings of GtkText
12085
12086 2002-01-25 [alfons]     0.7.0claws27
12087
12088         * src/folderview.c 
12089                 assimilate Ricardo's patch that shows pixmaps instead of
12090                 plain "new" and "unread" texts in the folder view column
12091                 headers 
12092
12093 2002-01-25 [paul]       0.7.0claws26
12094
12095         * src/Makefile.am
12096                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12097                 be found in non-standard locations. 
12098                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12099
12100 2002-01-25 [paul]       0.7.0claws25
12101
12102         * sync with sylpheed 0.7.0cvs16
12103                 see ChangeLog entry 2002-01-25
12104
12105 2002-01-24 [paul]       0.7.0claws24
12106
12107         * more sync with sylpheed 0.7.0cvs15
12108                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12109
12110 2002-01-23 [sergey]     0.7.0claws23
12111
12112         * src/importldif.c
12113                 Fixed segfault when closing LDIF import wizard with
12114                 the window manager.
12115         * src/imageview.c
12116         * src/imageview.h
12117         * src/messageview.c
12118         * src/mimeview.c
12119                 Fixed wrong scrolling position after switching between
12120                 text and image parts.
12121
12122 2002-01-23 [paul]       0.7.0claws22
12123
12124         * sync with sylpheed 0.7.0cvs15
12125                 see ChangeLog entries 2002-01-22 and 2002-01-23
12126
12127 2002-01-21 [melvin]     0.7.0claws21
12128
12129         * src/prefs_scoring.c
12130         * src/prefs_filtering.c
12131                 Fixed bug where scoring and filtering windows stopped
12132                 autochecking.
12133
12134 2002-01-21 [paul]       0.7.0claws20
12135
12136         * sync with sylpheed 0.7.0cvs12
12137                 see ChangeLog entries 2002-01-20 and 2002-01-21
12138
12139 2002-01-21 [carsten]    0.7.0claws19
12140         * src/mainwindow.c
12141         * src/menu.[ch]
12142         * src/messageview.[ch]
12143         * src/summaryview.[ch]
12144                 changes to shortcuts handling again:
12145                         + "Q" now controled by mainwin
12146                         + v/V are now customizable and have slightly
12147                           different meanings
12148                 the "button" to minimize the messageview (and maximize
12149                 the summary view) is a real button now
12150         * src/compose.c
12151                 "Delete Line+" added to Edit/Advanced (this will also
12152                 delete the '\n')
12153
12154 2002-01-20 [melvin] 0.7.0claws18
12155
12156         * src/addressbook.c
12157                 Made "Bcc" sensitive when addressbook is called from
12158                 compose window (it was a Claws only bug).
12159
12160 2002-01-19 [alfons] 0.7.0claws17
12161
12162         * src/inc.c
12163                 prevent unnecessary updates when currently selected folder has
12164                 no new messages 
12165
12166 2002-01-19 [alfons] 0.7.0claws16
12167         
12168         * src/summaryview.c
12169                 prevent writing the cache based on current message list in summary 
12170                 view when filtering also put messages in currently selected folder
12171
12172 2002-01-19 [paul]
12173
12174         * po/it.po
12175                 Italian translation submitted by Alessandro Maestri
12176                 <a.maestri@cs.tin.it>
12177
12178 2002-01-18 [melvin]     0.7.0claws15
12179
12180         * src/prefs_filters.c
12181                 fixed bug where 'cancel' from 'filters' window stops autochecking
12182                 if the timer timed out  when the window was open.
12183
12184 2002-01-18 [match]      0.7.0claws14
12185
12186         * src/addrclip.[ch]     ** NEW FILE **
12187         * src/addrselect.[ch]   ** NEW FILE **
12188         * src/adbookbase.h      ** NEW FILE **
12189                 addressbook cut, copy and paste
12190         * src/addrbook.[ch]
12191         * src/addrcache.[ch]
12192         * src/addressitem.h
12193         * src/addrindex.[ch]
12194         * src/addritem.[ch]
12195         * src/importldif.c
12196         * src/importmutt.c
12197         * src/jpilot.[ch]
12198         * src/syldap.[ch]
12199         * src/vcard.[ch]
12200         * src/jpilot.[ch]
12201         * src/editbook.c
12202         * src/editjpilot.c
12203         * src/editldap.c
12204         * src/editvcard.c
12205                 support for copy/paste
12206         * src/addressbook.c
12207                 support for copy/paste
12208                 tidy up menu option processing
12209                 correct address list function arguments
12210         * src/editaddress.c
12211                 sort user attributes
12212         * src/ldif.h
12213         * src/mutt.h
12214                 tidy up
12215
12216         * src/addrbook.[ch]
12217         * src/addrbook.[ch]
12218         * src/addrbook.[ch]
12219                 
12220
12221 2002-01-18 [paul]       0.7.0claws13
12222
12223         * sync with sylpheed 0.7.0cvs8
12224                 configure.in: support Mac OS X (Darwin)
12225
12226 2002-01-18 [carsten]    0.7.0claws12
12227         * src/html.c
12228                 small hack to fix a segfault with an empty href
12229                 (reported by Alexandra Walford <deeni@altern.org>)
12230         * src/mainwindow.c
12231         * src/summaryview.c
12232                 the shortcuts for Mark und Mark as unread are hardcoded
12233                 again
12234         * src/compose.c
12235         * src/gtkstext.[ch]
12236                 readded the shortcuts in gtkstext but made them
12237                 customizeable (simply by adding a menu plus a wrapper
12238                 to compose.c)
12239
12240 2002-01-17 [melvin]     0.7.0claws11
12241
12242         * src/gtkspell.c
12243                 fix default dictionary not being saved.
12244
12245 2002-01-16 [darko]      0.7.0claws10
12246
12247         * src/compose.c
12248                 fix wrapping crash with URL longer than wrapping margin
12249
12250 2002-12-08 [hoa]        0.7.0claws10
12251
12252         * src/matcher_parser_parse.y
12253                 fixed some bugs
12254
12255         * src/prefs_filtering.c
12256                 now, we can use bounce action in the dialog box.
12257
12258 2002-01-16 [carsten]    0.7.0claws9
12259         * src/gtkstext.c
12260                 removed the <control> and <alt> shortcuts because they're
12261                 not needed and interefered with the "normal" shortcuts
12262         * src/mainwindow.c
12263         * src/summaryview.c
12264                 removed most of the hardcoded shortcuts and assigned
12265                 them to menu entries making them easy customizable by
12266                 that
12267
12268 2002-01-16 |melvin]     0.7.0claws8
12269
12270         * src/gtkspell.c
12271                 fixed bug where using the mouse and when the compose
12272                 window is not on top may result in a crash.
12273
12274 2002-01-16 [melvin]     0.7.0claws7
12275
12276         * src/compose.c
12277                 fixed a long standingspell checker bug which could 
12278                 cause a crash after sending a message.
12279
12280 2002-01-16 [paul]       0.7.0claws6
12281
12282         * sync with sylpheed 0.7.0cvs7
12283                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12284                 2002-01-15, and 2002-01-16
12285
12286 2002-01-16 [melvin]     0.7.0claws5
12287
12288         * README.claws
12289         * src/compose.c
12290         * src/gtkspell.[ch]
12291         * src/main.c
12292                 Heavily modified spell checker code to work around
12293                 ispell bug, to add keyboard shortcuts and for future
12294                 enhancements. See README.claws for usage information.
12295
12296 2002-01-15 [alfons]     0.7.0claws4
12297         
12298         * src/summaryview.c
12299                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12300                 so sorting within threads reflects sort mode
12301
12302 2002-01-15 [christoph]  0.7.0claws3
12303
12304         * src/procmsg.c
12305                 added alertpanel if mail sending failed
12306
12307 2002-01-15 [alfons]     0.7.0claws2
12308         
12309         * src/prefs_filtering.c
12310                 don't stop timer when prefs filtering dialog is opened
12311
12312 2002-01-14 [alfons]     0.7.0claws1
12313
12314         * src/addr_compl.c
12315         * src/prefs.c
12316                 remove debug_print()s for privacy reasons
12317
12318 2002-01-14 [darko]      0.7.0claws
12319
12320         * README.claws
12321                 quotation wrapping is now also in the main branch
12322
12323 2002-01-14 [paul]
12324
12325         * tools/filter_conv.pl
12326                 allow for Boolean Op and case-sensitivity
12327                 this file is included in the release and tagged
12328                 'rel_0_7_0'
12329
12330 2002-01-13 [paul]       0.7.0claws
12331
12332         * release 0.7.0, with cvs tag 'rel_0_7_0'
12333
12334 2002-01-13 [paul]
12335
12336         * tools/filter_conv.pl
12337         * tools/README
12338                 rewritten to output to matcherrc instead of filteringrc
12339
12340         * po/es.po
12341                 updated Spanish translation by Ricardo Mones Lastra
12342
12343 2002-01-13 [alfons]
12344
12345         * po/nl.po
12346                 update dutch translation
12347
12348 2002-01-13 [paul]
12349
12350         * po/pt_BR.po
12351                 Updated by Fabio Junior Beneditto 
12352
12353 2002-01-13 [melvin]     0.6.6claws53
12354
12355         * po/fr.po
12356                 Updated french translation
12357
12358 2002-01-12 [alfons]     0.6.6claws52
12359
12360         * src/filtering.c
12361                 plug mem leak that has been sitting there for ages              
12362
12363 2002-01-12 [alfons]     0.6.6claws51
12364
12365         * src/summaryview.c
12366                 undo melvin's changes from 0.6.6claws48 because summary
12367                 view now refuses to select first unread message when
12368                 selecting a folder 
12369
12370 2002-01-11 [alfons]     0.6.6claws50
12371
12372         * src/import.c
12373                 use claws' semantics for getting folder item when
12374                 importing an mbox file into a folder 
12375                 (submitted by Dale P. Smith)
12376
12377 2002-01-11 [christoph]  0.6.6claws49
12378
12379         * src/prefs.h
12380                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12381                 toggle widget, because non static prefs can not use
12382                 prefs_set_* functions
12383         * src/prefs_account.c
12384                 toggle smtp auth password field sensitivity if
12385                 user id is empty and add descrition of usage for
12386                 these fields
12387         * src/prefs_folder_item.c
12388                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12389                 callbacks
12390
12391 2002-01-11 [melvin]     0.6.6claws48
12392
12393         * src/compose.c
12394                 fix the 'Ctrl-Enter' feature for sending and test really
12395                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12396                 editables which was not documented in Gtk)
12397
12398         * src/summaryview.c
12399                 Made summaryview refresh after sorting and not before.
12400
12401 2002-01-11 [christoph]  0.6.6claws47
12402
12403         * src/compose.c
12404                 select account from account ids if possible and
12405                 correctly set save folder for copy in reedit
12406
12407 2002-01-10 [paul]       0.6.6claws46
12408
12409         * sync with sylpheed 0.7.0 release
12410                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12411                 2002-01-09
12412
12413 2002-01-09 [alfons]
12414
12415         * src/summaryview.c
12416                 remove more dirt traces...
12417
12418 2002-01-09 [alfons]
12419         
12420         * src/summaryview.c
12421                 clean up some traces of my debugging stuff
12422
12423 2002-01-09 [alfons]     0.6.6claws45
12424
12425         * src/filtering.c
12426                 break up filteringprop_apply() in three separate pieces
12427                 so we can drop messages that failed processing in the
12428                 inbox
12429
12430         * src/summaryview.c
12431                 fix bug #469598 "no refresh of inbox after filter" which 
12432                 was introduced by the new summary view locking, and which 
12433                 prevented the summary view to update after a manual filter 
12434                 message. claw's filter message requires a summary_show().
12435                 (aargh, summary_show() again! :-)
12436                 
12437 2002-01-07 [alfons]     0.6.6claws44
12438
12439         * src/headerwindow.c
12440         * src/logwindow.c
12441         * src/messageview.c
12442         * src/sourcewindow.c
12443                 bring in Hiro's last 0.7.0 wm class fixes
12444
12445         * tools/sylprint.pl
12446                 bring in Ricardo's fix for sylprint script
12447
12448         * AUTHORS       
12449         * src/rfc2015.[ch]
12450         * src/prefs_common.[ch]
12451         * src/prefs_account.[ch]
12452         * src/compose.c
12453                 clean up account preference poison in rfc2015,
12454                 and preparation to fix double sign bug 
12455                 (patch submitted by Simon 'corecode' Schubert)
12456
12457 2002-01-07 [christoph]  0.6.6claws43
12458
12459         * src/mh.c
12460                 search for free message number, do not only rely
12461                 on last_num
12462         * src/send.c
12463                 fix smtp auth and use extra account information
12464                 if available, if not use pop3 data instead
12465                 (closes bug #500341)            
12466         * src/ssl.[ch]
12467                 match coding style
12468
12469 2002-01-06 [alfons]     0.6.6claws42
12470
12471         * src/mainwindow.c
12472                 try making the separate windows work again...
12473
12474 2002-01-06 [alfons]     0.6.6claws41
12475
12476         * src/mainwindow.c
12477                 adapt Hiro's separate window menu (to get rid of the funny
12478                 duplicate menu items), and make it work again
12479
12480 2002-01-06 [alfons]     0.6.6claws40
12481
12482         * tools/Makefile.am
12483         * tools/sylprint.rc
12484         * tools/sylprint.pl
12485         * tools/README.sylprint
12486                 add sylprint script for printing mails from Sylpheed
12487                 (contributed by Ricardo Mones Lastra)
12488
12489         * src/acount.c
12490                 clean up
12491
12492 2002-01-06 [melvin]     0.6.6claws39
12493
12494         * src/mainwindow.c
12495         * src/summaryview.c
12496                 Fixed crash introduced in 0.6.6claws38 by the menu
12497                 reorganisation (Hide read messages)
12498         
12499         * ChangeLog.claws 
12500                 Fixed typo (we are now in 2002, alfons ;) )
12501
12502 2002-01-05 [alfons]     0.6.6claws38
12503
12504         * sync with sylpheed 0.6.6cvs10-17
12505                 (last stuff marked as LAST_STABLE)
12506
12507 2002-01-04 [melvin]     0.6.6claws37
12508
12509         * src/account.c
12510                 Made account selection code use strcasestr again instead of
12511                 g_strcasecmp (fixes bug where reediting queued messages
12512                 did not select proper account reported by T. Link).
12513         
12514         * src/folderview.c
12515                 Fix bug where folder icons are not shown when 'hide read messages'
12516                 is on.
12517         
12518         * src/stock_pixmaps.[ch]
12519                 Added folder icons for 'hide read messages'.
12520         
12521         * src/compose.c
12522                 Fixed bug where 'Enter' in a header entry will send the message 
12523                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12524
12525 2002-01-03 [melvin]     0.6.6claws36
12526         
12527         * src/prefs.[ch]
12528                 Added popup menu for common preferences and
12529                 account preferences (right click on tab displays
12530                                 a menu of all tabs.)
12531
12532 2002-01-02 [melvin]     0.6.6claws35
12533
12534         * src/gtkspell.[ch]
12535                 Made spelling code compatible with undo/redo feature.
12536                 Added creation of suggestion mode menu for the general
12537                         preferences.
12538         
12539         * src/prefs_common.[ch]
12540                 Added option menu for the speller's suggestion mode.
12541                 Added missing spaces in "..." buttons and made a "..."
12542                         button non translatable!
12543         
12544         * src/compose.c
12545                 Made speller use the default suggestion mode.
12546                 Hack to make it possible to choose 'CTRL-Enter' as a
12547                         shortcut for sending (and only for sending).
12548
12549         * src/prefs_folder_item.c
12550                 Changing subject simplification does not update cache 
12551                         anymore (because it is unnecessary).
12552                 Fixed bug where changing subject simplification updated the 
12553                         summaryview even when the viewed folder is not the
12554                         folder which properties are being changed. (E.g. 
12555                                         viewing folder A and changing
12556                                         the subject simplification of 
12557                                         folder B -not being viewed- updated the 
12558                                         summaryview of folder A with data of
12559                                         folder B). (Hope this is clear... )
12560
12561 2001-12-31 [alfons]     0.6.6claws34
12562         
12563         * src/ldif.c
12564         * src/mutt.c
12565                 fgetc() returns a signed integer which doesn't
12566                 fit in a char. so c truncates this to a char
12567                 but we may lose significant bits. i.e. we may
12568                 comparing 0xFF which may not be equal to -1
12569                 unless properly casted to signed char which
12570                 we won't do because fgetc() returns a signed
12571                 integer which doesn't fit in a char. so c 
12572                 truncates this to a char but we may lose 
12573                 significat bits. (you got the idea, thanks
12574                 to Gustavo Noronha Silva <kov@debian.org>
12575                 and the Debian folks!)
12576
12577 2001-12-30 [alfons]     0.6.6claws33
12578
12579         * src/prefs_common.c
12580                 add #ifdef USE_PSPELLs that Melvin forgot               
12581
12582 2001-12-30 [melvin]     0.6.6claws32
12583         
12584         * src/prefs_common.[ch]
12585                 Added configurable color for misspelled words.
12586
12587         * src/gtkspell.[ch]
12588                 Fixed bug of foreground text color (reported by David
12589                                 Mehrmann)
12590                 Added configurable color for misspelled words.
12591
12592 2001-12-30 [alfons]     0.6.6claws31
12593
12594         * src/folder.c
12595                 remove unnecessary things someone put there
12596
12597         * src/mh.c
12598         * src/folder.[ch]
12599                 make folder properties (like threading and sorting) persistent
12600                 (closes bug #497424 "rescan folder tree resets proprieties")
12601                 currently this is only for MH folders. 
12602
12603 2001-12-29 [melvin]     0.6.6claws30
12604
12605         * src/string_match.[ch]
12606                 Optimized a bit: regexp pattern buffer compiled only once, and
12607                   one subroutine call removed. Fixed ^ regexp search: Now, 
12608                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12609         
12610         * src/summaryview.c
12611                 Subject filtering changed to filter summary columns and
12612                   not directly the messages subject cache. The loss in 
12613                   performance is balanced by the improvement of string_match.
12614                 Added an alert panel if there is an error in the regexp.
12615
12616         * src/src/prefs_folder_item.h
12617                 Added a regexp pattern buffer.
12618
12619 2001-12-28 [alfons]     0.6.6claws29
12620
12621         * src/string_match.[ch]
12622                 clean up name space
12623                 allow compilation *BSD
12624
12625 2001-12-27 [alfons]     0.6.6claws28
12626
12627         * src/filter.c
12628                 sync the Hiro's bug fix for BSD
12629
12630 2001-12-27 [melvin]     0.6.6claws27
12631         
12632         * src/compose.c
12633                 Simplify focus to subject entry code.
12634
12635 2001-12-27 [darko]      0.6.6claws26
12636
12637         * src/filtering.c
12638         * src/mbox_folder.c
12639         * src/messageview.c
12640         * src/mh.c
12641         * src/procheader.[ch]
12642         * src/procmsg.h
12643         * src/stock_pixmap.[ch]
12644         * src/summaryview.c
12645                 Show key icon for encrypted mails in summary view
12646
12647         * src/pixmaps/clip.xpm
12648         * src/pixmaps/clipkey.xpm
12649         * src/pixmaps/key.xpm
12650                 New/modified icons for the above
12651
12652 2001-12-27 [melvin]     0.6.6claws25
12653
12654         * src/prefs_common.c
12655                 Put spell checker options in a separate tab to decrease
12656                 the Common Preferences window height.
12657
12658         * README.claws  
12659                 Update spell checker usage instruction about its options
12660                 location.
12661
12662 2001-12-27 [melvin]     0.6.6claws24
12663
12664         * src/compose.c
12665                 Changed subject entry widget position. Initial focus is
12666                 on the To header instead of the subject entry.
12667                 Creating a new header scrolls the header list to make the
12668                 created one visible. Nevertheless, when automatically filling
12669                 headers, the first one is shown.
12670                 A Tab key press in the last empty header entry zips the 
12671                 focus to the subject entry.
12672                 (I did not change the combo boxes, yet)
12673
12674 2001-12-26 [alfons]     0.6.6claws23
12675
12676         * src/prefs_account.c
12677         * src/inc.c
12678                 allow default inbox to reside in another mailbox (only
12679                 works for POP3 accounts)
12680
12681 2001-12-26 [alfons]     0.6.6claws22
12682         
12683         * src/textview.c
12684                 make reply-on-click work with the account of the selected folder
12685         * src/compose.c
12686                 put a fixme here to remind me to fix finding correct default
12687                 account for nested folders
12688
12689 2001-12-25 [alfons]     0.6.6claws21
12690
12691         * src/summaryview.c
12692                 make column headers display locked and mark pixmaps (idea by Melvin) 
12693                 fix bug by adding score and locked column type to sort array
12694
12695 2001-12-25 [alfons]     0.6.6claws20
12696         
12697         * src/summaryview.c
12698                 catch a *potentially* inadvertent write back of  
12699                 the message cache(s) introduced by 0.6.5claws37
12700
12701 2001-12-25 [christoph]  0.6.6claws19
12702
12703         * src/stock_pixmap.[ch]
12704         * src/summaryview.c
12705                 add ignore thread pixmap
12706                 (can someone draw a better icon for this?)
12707
12708 2001-12-24 [alfons]     0.6.6claws18
12709
12710         * src/prefs_folder_item.c
12711                 make address completion actually work for the
12712                 Default To address in the Folder Property dialog.
12713
12714 2001-12-24 [alfons]     0.6.6claws17
12715         
12716         * src/summaryview.c
12717                 use new style regexp for subject stripping 
12718                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12719
12720 2001-12-24 [darko]      0.6.6claws16
12721
12722         * src/pgptext.c
12723         * src/rfc2015.c
12724                 move GPG related informational messages to debug mode
12725
12726 2001-12-23 [alfons]     0.6.6claws15
12727
12728         * src/stock_pixmap.[ch]
12729         * src/summaryview.c
12730                 add the forgotten Claws' locked pixmap
12731
12732 2001-12-23 [alfons]     0.6.6claws14
12733
12734         * src/filesel.c
12735                 accept file name typed in entry in multi file
12736                 selector (patch submitted by Gustavo Noronha Silva 
12737                 <kov@debian.org>)
12738
12739 2001-12-23 [alfons]     0.6.6claws13
12740
12741         * src/prefs_filter.c
12742         * src/prefs_filtering.c
12743         * src/matcher.c
12744         * src/importmutt.c
12745                 clean up a little bit
12746         
12747         * src/string_match.c
12748                 validate input strings a little bit more
12749
12750 2001-12-23 [alfons]     0.6.6claws12
12751
12752         * src/Makefile.am
12753         * src/summaryview.c
12754         * src/string_match.[ch]         ** NEW **
12755         * src/folderview.[ch]
12756         * src/headerview.h
12757         * src/folder.[ch]
12758         * src/prefs_folder_item.[ch]
12759                 add subject simplification to strip out strings from
12760                 a subject line (esp. handy for mailing lists). 
12761                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12762                 but slightly changed things for better integration.)
12763
12764 2001-12-23 [alfons]     0.6.6claws11
12765
12766         * src/mainwindow.c
12767                 fix bug introduced by submission included in 0.6.5claws52.
12768                 ideally this submission should clean the trash if any trash
12769                 folder has a message. however, the hasTrash variable was
12770                 set to false whenever a trash folder was empty (discarding
12771                 a previously found *filled* trash folder.)
12772
12773                 also edited the code a little bit and made it more safe.
12774
12775 2001-12-22 [alfons]     0.6.6claws10
12776
12777         * src/imap.c
12778                 quick fix for Martin Pool's omission of an account
12779                 specific SSL setting
12780
12781 2001-12-22 [alfons]     0.6.6claws9
12782
12783         * src/compose.c
12784         * src/messageview.c
12785         * src/mimeview.c
12786         * src/pgptext.c
12787         * src/procmime.[ch]
12788                 better support for multipart/digest (submitted
12789                 by Fredrik <e98fo@efd.lth.se>)
12790
12791 2001-12-22 [alfons]     0.6.6claws8
12792
12793         * src/addressbook.c
12794                 correct function signature
12795         * src/socket.[ch]
12796         * src/imap.[ch]
12797         * src/prefs_account.[ch]
12798                 allow IMAP over SSH tunnel (patch submitted by 
12799                 Martin Pool <mbp@samba.org>)
12800
12801 2001-12-21 [alfons]     0.6.6claws7
12802
12803         * sync with sylpheed 0.6.6cvs4-9
12804                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12805
12806 2001-12-21 [christoph]  0.6.6claws6
12807
12808         * src/compose.c
12809         * src/prefs_folder_item.[ch]
12810                 implement saving of outgoing messages to current folder.
12811                 fix segfault when no default outbox is available
12812                 (closes bug #495683)
12813
12814 2001-12-21 [carsten]    0.6.6claws5
12815         * src/folderview.c
12816         * src/summaryview.c
12817                 pressing CTRL while DND does now the expected thing and
12818                 copies the mail (moving is still the default, as this
12819                 seam more appropriate for handling mails by DND)
12820
12821 2001-12-18 [paul]       0.6.6claws4
12822
12823         * sync with sylpheed 0.6.6cvs3
12824                 see ChangeLog entries 2001-12-18
12825
12826 2001-12-18 [hiro]       0.6.6claws3
12827
12828         * src/undo.c
12829                 fix for multibyte characters (obtain the number of letters
12830                 instead of bytes).
12831
12832 2001-12-17 [paul]       0.6.6claws2
12833
12834         * sync with sylpheed 0.6.6cvs1
12835                 see ChangeLog entry 2001-12-16
12836
12837 2000-12-17 [alfons]     0.6.6claws1
12838
12839         * src/filtering.c
12840                 clean up
12841
12842 2001-12-16 [paul]       0.6.6claws
12843 2001-12-15
12844
12845         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12846
12847         * src/mimeview.c
12848                 last minute sync with main 0.6.6
12849
12850         * po/es.po
12851                 updated by Ricardo Mones Lastra
12852                 update for last minute sync
12853         * po/fr.po
12854         * po/nl.po
12855                 update for last minute sync
12856         * po/de.po
12857                 updated by Jens Oberender
12858         * po/pt_BR.po
12859                 updated by Fabio Junior Beneditto
12860
12861         * src/prefs_common.[ch]
12862         * src/undo.c
12863                 number of undo levels is user configurable
12864                 (squeeze it into the release in the dying
12865                 moments) Submitted by Jens Oberender    
12866
12867 2001-12-15 [melvin]
12868
12869         * po/fr.po
12870                 updated french translation
12871
12872 2001-12-15 [paul]       0.6.5claws92
12873
12874         * sync with sylpheed 0.6.5cvs28
12875                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12876
12877         * po/nl.po
12878                 update to allow for sync
12879
12880 2001-12-15 [alfons]
12881         
12882         * po/nl.po
12883                 update dutch translation
12884
12885 2001-12-14 [carsten]    0.6.5claws91
12886         * src/summaryview.c
12887                 fixed bug #473785; also after changing the column order
12888                 the same message will be selected and displayed as before
12889                 the reordering
12890
12891 2001-12-14 [carsten]    0.6.5claws90
12892         * src/folderview.c
12893                 probably found the bug reported by wwb opening or closing
12894                 a folder tree just before dnd (found the solution in the
12895                 balsa source -- thanks to them)
12896
12897 2001-12-14 [carsten]    0.6.5claws89
12898         * src/gtkutils.c
12899         * src/account.c
12900                 moved gtk_clist_moveto to the right place, so that
12901                 only the accounts dialog is effected on opening
12902
12903 2001-12-14 [carsten]    0.6.5claws88
12904         * src/gtkutils.c
12905                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12906                 now, so that the focused row will be seen in any case
12907                 (reported by wwp on sf-claws-user)
12908
12909 2001-12-14 [darko]      0.6.5claws87
12910
12911         * src/compose.c
12912                 remove unnecessary line
12913
12914 2001-12-14 [paul]       0.6.5claws86
12915
12916         * sync with sylpheed 0.6.5cvs27
12917                 see ChangeLog entries 2001-12-14
12918
12919 2001-12-14 [carsten]    0.6.5claws85
12920         * src/mainwindow.c
12921                 following a suggestion of Melvin the rcoabm pops up
12922                 right under the button now and the button is reliefed
12923                 while the popup is open
12924
12925 2001-12-14 [darko]      0.6.5claws84
12926
12927         * src/compose.c
12928                 fix crash when wrapping long lines if linewrap quotation
12929                 is disabled and wrapper encounters a word spanning more
12930                 than one line
12931
12932 2001-12-13 [paul]       0.6.5claws83
12933
12934         * src/compose.c
12935                 prefer 'Reply-To' header over mailing list header when
12936                 replying to a message. Finally prevent all those confirmation 
12937                 messages being sent to the list itself.
12938
12939         * src/summaryview.c
12940                 remove unused summary_set_menu_sensitive() entry
12941
12942 2001-12-13 [paul]       0.6.5claws82
12943
12944         * src/folderview.c
12945         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12946         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12947         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12948                 improvements to 'Hide read messages': Inbox, Outbox,
12949                 Trash, Queue, and Draft icons now reveal presence of hidden 
12950                 messages
12951
12952 2001-12-12 [alfons]     0.6.5claws81
12953
12954         0.6.5claws80 was tagged as LAST_STABLE
12955
12956         * src/filtering.[ch]
12957         * src/matcher.[ch]
12958         * src/matcher_parser_lex.c
12959                 fix the filtering; my last attempt to get it right, 
12960                 if it does not work, it's Hoa's turn. ;-)
12961
12962                 for my honourable peers:
12963                 
12964                 the code now makes a clear distinction between
12965                 rules as they are displayed (probably escaped),
12966                 and as they are executed (probably unescaped). the
12967                 parser does *NOT* do any unescaping, this is
12968                 the task of the matcher.c (which breaks up a
12969                 rule into condition) and the filtering.c (which
12970                 breaks up the rule's action). to make this
12971                 run happily we provide an unescaped copy of
12972                 crucial strings to the MatcherProp and 
12973                 FilteringAction structures. note that the only
12974                 exception to this is any REGEXP string. those
12975                 are directly passed to regcomp() and regexp()
12976                 (who have much more powerful unescape functions).
12977                 
12978                 for everyone else:
12979         
12980                 you can escape tab (\t), carriage return (\r),
12981                 linefeed (\n), form feed (\f), quote (\"), 
12982                 single quote (\'), bell (\b) in all the entry
12983                 lines in the scoring & filtering dialogs.
12984                 as an added bonus this should not affect
12985                 existing filtering rules.
12986
12987 2001-12-12 [carsten]    0.6.5claws80
12988
12989         * src/summaryview.c
12990         * po/de.po
12991                 "item(s) selected" is now sensitive to 1 or more
12992                 than one selected (nice for language where simple
12993                 adding of a "s" is not possible as German (Eintrag
12994                 ->Eintr"age)
12995                 
12996                 the "forward as attachment" entry from the right
12997                 click menu removed, "forward" acts following the
12998                 prefs
12999         
13000         * src/textview.c
13001                 reverted my former changes; so compiler warning again
13002                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
13003                 nevertheless
13004
13005         * src/messageview.c
13006                 "search in message" does now *not* only work in MVIEW_TEXT
13007                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13008                 message
13009
13010         * src/mainwindow.c
13011                 removed "/File/_Close" as it was the same as "/File/E_xit"
13012                 and we don't need it two times
13013
13014                 the separate folder view and message view now get a distinct
13015                 WMCLASS, just in case someone is using sawfish ;-)
13016
13017                 as the menu entries "/View/Message view" and "/View/Folder tree"
13018                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13019                 make them sensitive accordingly and as these two are "shown"
13020                 after startup anytime check this menuitem at startup
13021
13022 2001-12-12 [paul]       0.6.5claws79
13023
13024         * src/folderview.c
13025                 fix sensitivity of 'Search folder...', broken in
13026                 0.6.5claws75
13027
13028         * src/mainwindow.c
13029                 fix dodgy English
13030
13031 2001-12-11 [carsten]    0.6.5claws78
13032         * src/filtering.c
13033                 fixed two typos returning a wrong FALSE/TRUE
13034         * src/mainwindow.[ch]
13035                 extra menu for email/news button removed
13036
13037 2001-12-11 [alfons]     0.6.5claws77
13038         
13039         * src/matcher.c                 (1.3)
13040         * src/matcher_parser_lex.l      (1.28)
13041                 revert for another attempt
13042                 mark 0.6.5claws77 as LAST_STABLE
13043
13044 2001-12-11 [christoph]  0.6.5claws76
13045
13046         * po/de.po
13047                 fixed wrong translation for prev. unread msg
13048
13049 2001-12-11 [paul]       0.6.5claws75
13050
13051         * src/folder.[ch]
13052         * src/folderview.c
13053         * src/mainwindow.c
13054         * src/summaryview.[ch]
13055         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13056                 enable ability to hide read messages on per folder basis via 
13057                 '/Summary/Hide read messages'; when selected, a folder will 
13058                 have a red open folder icon, instead of a blue icon, if the 
13059                 folder contains hidden messges
13060                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13061
13062         * src/mainwindow.c
13063                 remove '/Message/Forward as attachment' from 
13064                 main_window_set_menu_sensitive() to prevent debug warning
13065
13066         * src/folderview.c
13067         * src/mainwindow.c
13068                 Clean up some of the English
13069
13070         * tools/newscache_clean.pl
13071                 allow for new 'hidereadmsgs' entry in folderlist.xml
13072
13073         * po/es.po
13074                 updated translation, submitted by Ricardo Mones Lastra
13075
13076 2001-12-11 [paul]       0.6.5claws74
13077
13078         * sync with sylpheed 0.6.5cvs25
13079                 see ChangeLog entry 2001-12-11
13080
13081 2001-12-10 [alfons]     0.6.5claws73
13082
13083         * src/matcher.c
13084                 add more control characters
13085         * src/matcher_parser_lex.l
13086                 make escaping / unescaping work again
13087
13088 2001-12-10 [alfons]     0.6.5claws72
13089
13090         * src/imap.c
13091                 clean up warnings "returning value for void function" 
13092         * src/prefs_filtering.c
13093                 make info button for execute action sensitive
13094
13095 2001-12-10 [paul]       0.6.5claws71
13096
13097         * src/compose.c
13098         * src/imap.[ch]
13099         * src/summaryview.c
13100                 fix: imap server now gets informed of MARKED, UNMARKED
13101                 and REPLY events. Now people can use different IMAP-Mail
13102                 clients and have the exact same information about MARKED,
13103                 UNMARKED and REPLY status with all of them. Especially
13104                 useful for imap servers with a web-frontend.
13105                 submitted by Tobias Sandhaas <medlor@web.de>
13106
13107 2001-12-09 [melvin]     0.6.5claws70
13108         
13109         * src/textview.[ch]
13110                 fixed bug #490076 (hunted down by Alfons who implemented
13111                 a workaround in 0.6.5claws65)
13112
13113 2001-12-09 [christoph]  0.6.5claws69
13114
13115         * src/summaryview.c
13116                 set pointer to string in LOCKED column to NULL
13117                 (might fix bug #490800)
13118
13119 2001-12-09 [carsten]    0.6.5claws68
13120
13121         * po/de.po
13122                 resolved some cluttered menu shortcuts 
13123                 ('creating new email' and 'creating news message'
13124                 hade the same)
13125         * src/compose.c
13126                 wmclass now distinc from main window
13127         * src/mainwindow.c
13128           src/mainwindow.h
13129                 email/news and forward button functionality similar
13130                 to the reply buttons; removed the ugly dropdown arrows
13131                 and use instead the right mouse button
13132
13133 2001-12-09 [paul]       0.6.5claws67
13134
13135         * src/imap.c
13136         * src/utils.h
13137                 allow spaces in imap folder names
13138                 submitted by Willem van Engen <wvengen@stack.nl>
13139
13140 2001-12-09 [paul]       0.6.5claws66
13141
13142         * sync with sylpheed 0.6.5cvs24
13143                 see ChangeLog entry 2001-12-09
13144
13145 2001-12-08 [alfons]     0.6.5claws65
13146
13147         * src/textview.c
13148                 prevent secondary selection claim after "add to sender" dialog
13149                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13150                 we trick GTK by simulating a click at (0, 0) in the textview.
13151
13152 2001-12-08 [hoa]        0.6.5claws64
13153
13154         * src/folder.c
13155                 fixed a bug about the .processing folder name while filtering
13156
13157 2001-12-08 [alfons]     0.6.5claws63
13158
13159         * src/folderview.c 
13160                 work around problem of not correctly updating folder stats
13161                 when deleting messages. there's some folder scanning evil
13162                 going so the folderview_update_msg_num() does not work
13163                 correctly. need to investigate this.
13164
13165 2001-12-08 [paul]       0.6.5claws62
13166
13167         * sync with sylpheed 0.6.5cvs23
13168                 see ChangeLog entry 2001-12-08
13169
13170 2001-12-07 [christoph]  0.6.5claws61
13171
13172         * src/compose.c
13173                 fix another header translation problem
13174
13175 2001-12-07 [alfons]     0.6.5claws60
13176
13177         * src/mbox.c
13178                 make filtering also work on local spool mbox
13179
13180 2001-12-07 [carsten]    0.6.5claws59
13181         * src/addressbook.c
13182                 addressbook window gets a wmclass distinct from the main
13183                 sylpheed window
13184         * src/compose.h
13185         * src/mainwindow.[ch]
13186                   forward menu item will use mode selected in prefs, forward 
13187                 as attatchment in menu removed (will be substituted in the
13188                 toolbar similar to reply buttons)
13189                   create news message menu entry and news button is now 
13190                 sensitive to the existance of a news account
13191         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13192         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13193         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13194                 these are removed because the toolbar buttons don't show
13195                 the quoting modus any longer
13196
13197 2001-12-07 [paul]
13198
13199         * tools/newscache_clean.pl      ** NEW FILE **
13200                 perl script to do some tidying up in the newscache directory 
13201                 
13202         * tools/sylpheed-switcher       ** NEW FILE **
13203                 perl script to enable easy switching between main and claws
13204                 
13205         * tools/README
13206                 added descriptions of the two new perl scripts          
13207
13208
13209 2001-12-07 [melvin]     0.6.5claws58
13210
13211         * src/messageview.c
13212                 fixed a warning during compilation introduced in 0.6.5claws56
13213
13214 2001-12-07 [paul]       0.6.5claws57
13215
13216         * src/mainwindow.[ch]
13217         * src/menu.[ch]
13218                 further usability enhancements to replying with or without 
13219                 quoting via the toolbar, use of Ctrl key is replaced by 
13220                 drop down menu 
13221                 Submitted by Carsten Schurig            
13222
13223 2001-12-07 [melvin]     0.6.5claws56
13224
13225         * src/messageview.c
13226                 hack to fix bug that prevented to make/paste selections
13227                 after switching between MVIEW_TEXT and MVIEW_MIME views
13228                 without deselecting the selection first.
13229
13230 2001-12-06 [alfons]     0.6.5claws55
13231
13232         * src/filtering.[ch]
13233         * src/inc.c
13234                 revise filtering a little bit more, and make sure
13235                 messages are delivered to the appropriate inbox
13236                 (perhaps set per account)
13237
13238 2001-12-06 [paul]       0.6.5claws54
13239
13240         * sync with sylpheed 0.6.5cvs22
13241                 see ChangeLog entry 2001-12-06
13242
13243 2001-12-05 [alfons]     0.6.5claws53
13244
13245         * src/inc.c
13246         * src/folder.[ch]
13247         * src/procmsg.c
13248         * src/filtering.c
13249                 more revisions of filtering system
13250                 (last stable version is marked as LAST_STABLE)
13251                 
13252                 | NOTE 1): the filtering system now uses a local folder called
13253                 | .processing. if filtering fails, check this directory
13254                 | for missing messages.
13255                 |
13256                 | NOTE 2): help us find the filtering actions still missing
13257
13258 2001-12-05 [paul]       0.6.5claws52
13259
13260         * src/mainwindow.c
13261                 fix bug where 'Empty Trash?' pop-up window appears even
13262                 when Trash is empty, submitted by Jesse Skinner         
13263
13264 2001-12-05 [melvin]     0.6.5claws51
13265
13266         * src/compose.c
13267                 fixed bug #486106 to select correct account when reediting 
13268                 a queued message
13269         
13270 2001-12-04 [alfons]     0.6.5claws50
13271
13272         * src/mh.c
13273                 declare markfile in appropriate functions when
13274                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13275                 for spotting this)
13276
13277 2001-12-04 [paul]       0.6.5claws49
13278
13279         * sync with sylpheed 0.6.5cvs21
13280                 see ChangeLog entry 2001-12-04
13281
13282 2001-12-03 [christoph]  0.6.5claws48
13283
13284         * po/de.po
13285                 changed translation of undo
13286         * src/account.c
13287         * src/folder.c
13288                 don't reinvent the wheel to traverse a GNode
13289         * src/compose.[ch]
13290                 seperate code to create the compose gui into functions
13291                 add "Others" page with folder selection for saving copy
13292                 of the message.
13293                 the folder identifier is saved to queue header
13294         * src/procmsg.c
13295                 save message to folder in queue header
13296
13297 2001-12-03 [paul]       0.6.5claws47
13298
13299         * sync with sylpheed 0.6.5cvs20
13300                 see ChangeLog entry 2001-12-03
13301
13302 2001-12-01 [paul]
13303
13304         * more sync with sylpheed 0.6.5cvs19
13305                 see ChangeLog entry 2001-11-29
13306
13307 2001-11-30 [paul]       0.6.5claws46
13308         
13309         * src/compose.c
13310                 remove conflicts introduced by Hoa's last commit
13311          
13312         * src/mainwindow.c
13313                 make 'Message/Bounce' sensitive
13314
13315 2001-11-30 [hoa]        0.6.5claws45
13316
13317         * src/compose.c
13318                 slightly change bounce function to add
13319                 information about the user that bounced the mail
13320                 in the From header line.
13321
13322         * src/folderview.c
13323                 permit the use of processing in outbox folder.
13324
13325 2001-11-29 [paul]       0.6.5claws44
13326
13327         * src/mainwindow.[ch]
13328         * src/prefs_common.c
13329         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13330         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13331         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13332                 usability enhancements to the quoting, implements
13333                 use of Ctrl key to toggle quoting settings
13334                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13335
13336 2001-11-29 [paul]       0.6.5claws43
13337         
13338         * sync with sylpheed 0.6.5cvs19
13339                 see ChangeLog entry 2001-11-28
13340
13341 2001-11-29 [melvin]     0.6.5claws42
13342         * src/Makefile.am
13343                 added enriched.[ch] to the list of files
13344
13345         * src/textview.c
13346         * src/mimeview.c
13347         * src/procmime.[ch]
13348         * src/enriched.[ch]
13349                 added support to view text/enriched
13350                 added support to show headers in message view for text/enriched and text/html
13351                         in non multipart messages
13352
13353 2001-11-28 [paul]       0.6.5claws41
13354
13355         * more sync with sylpheed 0.6.5cvs18
13356                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13357
13358 2001-11-27 [paul]       0.6.5claws40
13359         
13360         * po/pt_BR.po
13361                 updated translation, submitted by Fabio Junior Beneditto
13362                 
13363         * sync with sylpheed 0.6.5cvs18
13364                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13365                 2001-11-27
13366
13367
13368 2001-11-26 [paul]
13369
13370         * po/es.po
13371                 updated translation, submitted by Ricardo Mones Lastra
13372
13373 2001-11-26 [alfons]
13374
13375         * src/matcher.c
13376                 add more translatable strings
13377
13378 2001-11-26 [christoph]  0.6.5claws39
13379
13380         * po/de.po      
13381                 fixed one more umlaut
13382         * src/compose.c
13383                 fix translated header when it should not be translated
13384
13385 2001-11-26 [paul]       0.6.5claws38
13386
13387         * src/mainwindow.c
13388                 remove '/Message/Add Sender to address book' from 
13389                 main_window_set_menu_sensitive(), prevent debug warning
13390                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13391
13392 2001-11-26 [paul]       0.6.5claws37
13393
13394         * src/summaryview.c
13395                 fix 'recurring unread state' bug 
13396
13397         * tools/README 
13398         * tools/filter_conv.pl
13399                 read name of top level mailbox from folderlist.xml
13400                 and presume nothing about its name              
13401
13402 2001-11-26 [darko]      0.6.5claws36
13403
13404         * src/gtkstext.[ch]
13405                 removed functions that are now in gtkutils.c
13406                 use gtkut_text_is_uri_string() from gtkutils.c
13407         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13408
13409 2001-11-26 [paul]       0.6.5claws35
13410
13411         * sync with sylpheed 0.6.5cvs16
13412                 see ChangeLog entries 2001-11-25 and 2001-11-26
13413
13414 2001-11-25 [alfons]     0.6.5claws34
13415
13416         EXPERIMENTAL!!! Please checkout the last stable version using: 
13417           
13418         % cvs update -r LAST_STABLE -dRAP
13419
13420         (Or help us testing this stuff.)
13421
13422         * src/filtering.c               (1.14)
13423         * src/filtering.h               (1.6)
13424         * src/inc.c                     (1.28)
13425         * src/matcher.c                 (1.20)
13426         * src/mbox.c                    (1.9)
13427         * src/procmsg.h                 (1.14)
13428         * src/summaryview.c             (1.59)
13429         * src/summaryview.h             (dunno)
13430                 revert/merge/sync to as it was before commit 
13431                 on Thu, 19 Jul 2001 10:15:51 -0700.
13432
13433 2001-11-25 [hoa]        0.6.5claws33
13434
13435         * src/main.c
13436                 processing mails at startup
13437
13438         * src/folderview.c
13439         * src/summaryview.[ch]
13440                 processing mails when entering folder
13441
13442         * src/prefs_filtering.c
13443                 fixed some UI bugs
13444
13445 2001-11-24 [alfons]     0.6.5claws32
13446
13447         * src/summaryview.[ch]
13448                 make summary sort headers work, and also make
13449                 sure the sort type is stored
13450
13451 2001-11-23 [alfons]     0.6.5claws31
13452
13453         * src/summaryview.[ch]
13454                 make lock work like mark
13455                 disallow deleting messages marked as locked
13456
13457 2001-11-23 [alfons]     0.6.5claws30
13458
13459         * src/gtkstext.c
13460         * src/compose.[ch]
13461         * src/Makefile.am
13462         * src/undo.[ch]
13463                 merge undo patch submitted by Jens
13464
13465 2001-11-23 [christoph]  0.6.5claws29
13466
13467         * src/.cvsignore
13468                 added ylwrap
13469         * src/compose.c
13470                 fixed gpg signing and encoding
13471         * src/folder.[ch]
13472         * src/main.c
13473                 added --status option to get new, unread and total
13474                 message count from a running sylpheed
13475         * src/prefs_common.c
13476                 temporary fix for reply_with_quote problem
13477                 (don't call functions for non existing widget)
13478         * src/procmsg.c
13479                 one more check for ignored threads but still not
13480                 always working correctly. probably a recursive
13481                 check for all parents is needed
13482
13483 2001-11-23 [darko]      0.6.5claws28
13484
13485         * src/compose.c
13486                 wrapping on send improvements
13487         * src/gtkutils.[ch]
13488                 fix for GtkSText after last sync with main branch
13489                 GTK_TEXT -> GTK_STEXT
13490
13491 2001-11-23 [paul]       0.6.5claws27
13492
13493         * sync with sylpheed 0.6.5cvs14
13494                 see ChangeLog entries 2001-11-22 and 2001-11-23
13495                 
13496         * po/de.po
13497                 fixed the scrambled umlauts 
13498                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13499
13500 2001-11-21 [paul]       0.6.5claws26
13501
13502         * sync with sylpheed 0.6.5cvs12
13503                 see 2nd ChangeLog entry dated 2001-11-20
13504
13505 2001-11-20 [paul]       0.6.5claws25
13506
13507         * sync with sylpheed 0.6.5cvs11
13508                 see ChangeLog entry 2001-11-19 (src/utils.c)
13509
13510 2001-11-20 [hiro]
13511
13512         * src/compose.c
13513                 GTK_TEXT -> GTK_STEXT
13514                 fix for wrong comment
13515
13516 2001-11-20 [hiro]       0.6.5claws24
13517
13518         * src/compose.[ch]
13519                 more merges from main branch
13520                 removed fatal warnings (uninitialized variables etc.)
13521                 some coding style fix
13522         * src/gtkutils.h
13523                 fixed typo.
13524         * src/addressbook.c
13525           src/addrindex.c
13526                 V-Card -> vCard
13527
13528 2001-11-19 [hoa]        0.6.5claws23
13529
13530         * src/filtering.c
13531         * src/prefs_scoring.c
13532         * src/matcher.[ch]
13533         * src/scoring.c
13534                 cleaning code
13535
13536         * src/matcher_parser_parse.y
13537         * src/prefs_filtering.c
13538                 bouncing
13539
13540 2001-11-19 [alfons]     0.6.5claws22
13541
13542         more of my old things into claws
13543
13544         * src/Makefile.am
13545         * src/prefs_common.c
13546         * src/procmsg.h
13547         * src/summaryview.[ch]
13548         * src/prefs_summary_column.c
13549         * src/pixmaps/locked.xpm
13550                 add indicators for locking of message in summary view
13551                 (does not work yet, only visual indicator)
13552
13553 2001-11-19 [paul]       0.6.5claws21
13554
13555         * sync with sylpheed 0.6.5cvs10
13556                 see ChangeLog entry 2001-11-19
13557
13558 2001-11-18 [alfons]     0.6.5claws20
13559         
13560         * src/filtering.c
13561                 remove an inadvertent free I forgot in previous clean up 
13562
13563 2001-11-18 [alfons]     0.6.5claws19
13564
13565         * src/filtering.[ch]
13566                 clean up & plug leaks
13567
13568 2001-11-18 [paul]       0.6.5claws18
13569
13570         * sync with sylpheed 0.6.5cvs9
13571                 see ChangeLog entries 2001-11-17 and 2001-11-18
13572
13573 2001-11-16 [paul]       0.6.5claws17
13574
13575         * sync with sylpheed 0.6.5cvs8
13576                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13577
13578 2001-11-16 [paul]       0.6.5claws16
13579
13580         * sync with sylpheed 0.6.5cvs7
13581                 see ChangeLog entries 2001-11-15 and 2001-11-16
13582
13583 2001-11-15 [hoa]        0.6.5claws15
13584
13585         * src/compose.c
13586                 fix bounce, mails we received couln't be bounced to ourself.
13587
13588         * src/defs.h
13589         * src/filtering.[ch]
13590         * src/matcher.[ch]
13591         * src/matcher_parser.h
13592         * src/matcher_parser_lex.l
13593         * src/matcher_parser_parse.y
13594         * src/inc.c
13595         * src/main.c
13596         * src/mbox.c
13597         * src/prefs_filtering.[ch]
13598         * src/mainwindow.c
13599         * src/prefs_matcher.c
13600         * src/prefs_scoring.c
13601         * src/scoring.[ch]
13602         * src/summaryview.c
13603                 new matcher/filter/score configuration file parser
13604                 one unique configuration file => ~/.sylpheed/matcherrc
13605                 import in currently automatic, then save are made
13606                 in this new file.
13607                 one filter per folder and one global filter
13608                 (filter of a folder will be used as folder processing)
13609
13610         * src/folder.c
13611                 fix a bug in folder_item_get_identifier
13612                 
13613         * src/messageview.c
13614                 receive receipt return are fixed.
13615
13616 2001-11-14 [alfons]     0.6.5claws14
13617
13618         * src/session.h
13619                 add things from main branch to make claws compile
13620
13621 2001-11-14 [paul]       0.6.5claws13
13622
13623         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13624                 see ChangeLog entries 2001-11-08 to 2001-11-14
13625
13626 2001-11-14 [hoa] 0.6.5claws12
13627
13628         * src/compose.[ch]
13629         * src/mainwindow.c
13630         * src/summaryview.c
13631                 add "bounce mail" option
13632
13633 2001-11-13 [christoph]  0.6.5claws11
13634
13635         * src/compose.c
13636                 Cleanup a mess i add before commiting
13637
13638 2001-11-13 [hoa]        0.6.5claws10
13639
13640         * src/compose.c
13641                 some fixes when mail are sent or
13642                 for crossposts
13643
13644 2001-11-13 [christoph]  0.6.5claws9
13645
13646         * po/de.po
13647                 Changed two string with the same translation
13648         * src/compose.c
13649         * src/procmsg.[ch]
13650         * src/send.[ch]
13651                 New mailsending process:
13652                   - Always queue message before sending
13653                     (message will be saved if sylpheed crashed or
13654                      freezes while sending)
13655                   - Allow queuing of newspostings
13656                   - No copy in outbox before sending
13657                     (closes bug #469501)
13658                   - No more redundant code for send and send_later
13659         * src/summaryview.c
13660                 Applied wwp <subscript@free.fr>'s patch that fixes
13661                 marks for multiple forwarded messages (+compose.c)
13662
13663 2001-11-12 [alfons]
13664
13665         * README.claws
13666                 remove things that are now in main branch
13667         
13668         * po/nl.po
13669                 update Dutch translation
13670
13671 2001-11-12 [mhadasht]   0.6.5.claws8
13672
13673         * src/prefs_common.c
13674                 re-enabled account autoselection feature for forward
13675                 and reedit lost during the branch point for SYNC-B4-REL
13676         * src/gtkspell.c
13677                 gtkpspell_get_dict(): more readable code (even if function is
13678                 not used yet)
13679         * ChangeLog.claws
13680                 added version number info to 2001-11-12 [hiro] comment.
13681
13682 2001-11-12 [hiro]       0.6.5.claws7
13683
13684         * src/compose.c
13685                 compose_forward(): fixed a bug that forward quote mark
13686                 wasn't used.
13687                 removed unnecessary code.
13688         * src/template_select.[ch]: removed.
13689
13690 2001-11-11 [alfons]
13691
13692         * src/compose.c
13693                 :%s/GTK_TEXT/GTK_STEXT/g
13694         
13695         * src/compose.[ch]
13696         * src/undo.[ch]
13697         * src/Makefile.am
13698                 revert the undo stuff (this is 0.6.6claws stuff)
13699
13700 2001-11-11 [hoa]        0.6.5.claws6
13701
13702         * src/compose.[ch]
13703                 Insert signature at the end of the text.
13704                 Added undo patch but currently disabled
13705
13706         * src/procmsg.c
13707                 Threading by subject improved.
13708
13709         * added src/undo.[ch]
13710                 Undo module for compose dialog box.
13711
13712 2001-11-11 [alfons]     0.6.5.claws5
13713
13714         * src/procmsg.c
13715                 prevent threading by subject on nodes that have already been
13716                 threaded by in-reply-to (as in "circular references in a tree
13717                 result in a dead branch")
13718
13719 2001-11-09 [hoa]        0.6.5.claws4
13720         
13721         * src/folderview.c
13722                 allows creation of mbox folder item from any files.
13723
13724 2001-11-09 [alfons]     0.6.5.claws3
13725         
13726         * src/utils.c
13727         * src/procmsg.c
13728                 do what I mean and correct threading by subject so it really
13729                 ignores attracting lines without "Re: "
13730
13731 2001-11-07 [alfons]     0.6.5.claws2
13732
13733         * src/procmsg.c
13734         * src/utils.[ch]
13735                 only attract by subject if a subject line starts with a "Re: "
13736         * src/syldap.c
13737                 remove warning
13738
13739 2001-11-07 [paul]       0.6.5claws1
13740
13741         * sync with sylpheed 0.6.5. release
13742                 see ChangeLog entry 2001-11-07
13743
13744 2001-11-07 [paul]       0.6.4claws31
13745
13746         * sync with sylpheed 0.6.4cvs18
13747                 see ChangeLog entries 2001-10-30 to 2001-11-07
13748                 prefs_templates.[ch] renamed prefs_template.[ch]
13749
13750 2001-11-06 [alfons]
13751         
13752         * src/utils.h
13753                 add semicolon Hoa forgot ;-)
13754                 
13755
13756 2001-11-06 [hoa]        0.6.4claws30
13757         
13758         * src/procmsg.c
13759         * src/summaryview.c
13760         * src/utils.c
13761         * src/utils.h
13762                 threading by subject - empty subject are ignored
13763
13764 2001-11-06 [christoph]  0.6.4claws29
13765
13766         * src/socket.c
13767                 use SSL_peek for sock_gets
13768         * src/utils.c
13769                 removed unneeded pointer in extracting quoted
13770                 names implementation
13771
13772 2001-11-06 [melvin]     0.6.4claws28
13773
13774         * src/gtkspell.c
13775                 fixed bug #476792 Selection overtyping with spell checker
13776                 fixed bug which could cause a buffer overflow
13777                 fixed a memory leak
13778
13779 2001-11-06 [hoa]        0.6.4claws27
13780         
13781         * src/procmsg.c
13782         * src/summaryview.c
13783                 threading by subject
13784
13785 2001-11-05 [alfons]     0.6.4claws26
13786         
13787         * README.claws
13788                 Claws -> Sylpheed (vice versa)
13789
13790         * src/compose.c
13791                 :%s/gtk_text/gtk_stext/g
13792                 :%s/GTK_TEXT/GTK_STEXT/g
13793                 (thanks to Jonathan Ware for spotting this)
13794
13795 2001-11-04 [christoph]  0.6.4claws25
13796
13797         * src/summaryview.c
13798                 replace Xalloca + strdup with Xstrdup_a
13799         * src/utils.c
13800                 better implementation of extracting quoted names
13801                 from addresses (remove backlashes and ignore
13802                 quotes after them)
13803
13804 2001-11-04 [alfons]     0.6.4claws24
13805
13806         * src/utils.[ch]
13807                 edit to comply more with coding style
13808
13809         * src/textview.c
13810                 fix bug reported by Kim Schulz. introduced by the patch integrated
13811                 in 0.6.4claws15. the code did not check the return value of
13812                 the html parser.
13813
13814         * AUTHORS
13815                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13816
13817 2001-11-04 [christoph]  0.6.4claws23
13818
13819         * src/main.c
13820         * src/prefs_common.[ch]
13821                 init some pointers that possibly caused a segfault
13822                 reported in the claws-users ML
13823
13824 2001-11-04 [hoa]        0.6.4claws22
13825
13826         * src/grouplistdialog.c
13827                 change the names of the nodes in the tree
13828
13829         * src/compose.c
13830                 enhanced mailto syntax as described in
13831                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13832                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13833
13834         * src/utils.c
13835                 encode and decode URI (useful when opening URL into
13836                 netscape).
13837
13838 2001-11-03 [hoa]        0.6.4claws21
13839
13840         * src/grouplistdialog.c
13841                 a new newsgroups list selection dialog box
13842                 with a CTree instead of a CList
13843
13844 2001-11-03 [hoa]        0.6.4claws20
13845
13846         * src/folderview.c
13847                 enable property and scoring options when right
13848                 click on "inbox"
13849
13850         * src/summaryview.c
13851                 fixed bug when nickname were displayed using
13852                 the address book.
13853
13854 2001-11-02 [darko]      0.6.4claws19
13855
13856         * src/compose.c
13857                 new wrap quotation and URL/long words wrapping implementation
13858         * src/compose.c src/gtkstext.[ch]
13859                 move gtkstext_strncmp() to gtkstext.c
13860
13861 2001-11-01 [christoph]  0.6.4claws18
13862
13863         * src/prefs_account.c
13864                 fixed mess in account settings dialog
13865         * src/prefs_folder_item.c
13866                 added label with folder path to dialog
13867
13868 2001-10-31 [match]      0.6.4claws17
13869
13870         * src/vcard.c
13871                 fix memory leak.
13872         * src/addrbook.c
13873                 fix generation of spurious address book file names.
13874                 remove redundant functions.
13875         * po/POTFILES.in
13876                 added missing file names.
13877
13878 2001-10-30 [paul]       0.6.4claws16
13879
13880         * sync with sylpheed 0.6.4cvs6
13881                 see ChangeLog entries 2001-10-26 to 2001-10-30
13882
13883         * tools/filter_conv.pl
13884                 read folderlist.xml to discover whether the top-level
13885                 folder is called 'Mailbox' or 'Mail' 
13886
13887 2001-10-29 [paul]       0.6.4claws15
13888
13889         * src/html.c, src/textview.c
13890                 activate links in html mail and fix clickable parts
13891                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13892
13893 2001-10-29 [paul]
13894
13895         * po/de.po, po/es.po, po/pt_BR/po
13896                 updated translations, submitted by Jens Oberender,
13897                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13898
13899 2001-10-29 [darko]      0.6.4claws14
13900
13901         * src/compose.c
13902                 fix wrapping for good
13903
13904 2001-10-29 [darko]
13905
13906         * src/compose.c
13907                 undo previous change as it broke the smart wrapping
13908
13909 2001-10-29 [darko]      0.6.4claws13
13910
13911         * src/compose.c
13912                 fix infinite loop when long URL is quoted
13913                 (closes bug #475122.
13914
13915 2001-10-28 [match]
13916
13917         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13918                 import Mutt address book
13919         * src/ldif.[ch] src/importldif.h
13920                 modified import LDIF handle user attributes
13921
13922 2001-10-28 [christoph]  0.6.4claws12
13923
13924         * src/summaryview.c
13925                 fixed that filtering did not work if there
13926                 were no filter rules
13927                 (closes bug #472003 and better implementation
13928                  of patch #474644)
13929
13930 2001-10-27 [christoph]  0.6.4claws11
13931
13932         * src/compose.c
13933                 make the folder's default account to be used when
13934                 replying. (patch by wwp <subscript@free.fr>)
13935         * src/compose.c
13936                 code cleanup, nearly killed all of wwp's patch
13937                 for folder's default account in compose
13938         * src/folderview.c
13939                 error panel when a folder could not be created
13940                 (closes bug #471080 new folder name & already
13941                  existing file)
13942
13943 2001-10-26 [alfons]
13944
13945         * src/utils.h
13946                 change prototype of strstr2() that Christoph forgot about
13947
13948 2001-10-26 [christoph]  0.6.4claws10
13949
13950         * src/account.c
13951                 made search for accounts by email address not case
13952                 sensitive
13953         * src/folder.c
13954                 fixed memory leak in folder_item_get_identifier
13955         * src/gtkspell.c
13956         * src/utils.c
13957                 fixed wrong strstr2 (should work like strstr)
13958
13959 2001-10-26 [darko]      0.6.4claws9
13960
13961         * src/compose.c src/gtkstext.[ch]
13962         * src/gtkstext.c
13963                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13964
13965 2001-10-26 [paul]       0.6.4claws8
13966
13967         * src/html.c
13968                 ignore css and javascript tags in html mail
13969                 case-insensitive, with or without double-quoted
13970                 strings
13971
13972 2001-10-26 [paul]       0.6.4claws7
13973
13974         * sync with sylpheed 0.6.4cvs1
13975                 see ChangeLog entry 2001-10-26
13976
13977         * src/prefs_account.c, src/prefs_common.c,
13978           src/prefs_summary_column.c
13979                 minor improvements to the English
13980
13981 2001-10-25 [alfons]     0.6.4claws6
13982
13983         * src/gtkstext.c
13984         
13985                 make GtkSText follow style of GtkText (closes bug 
13986                 #469211 "text selection while writing message")
13987                 
13988                 do sync with GTK 1.2.10
13989
13990 2001-10-25 [paul]       0.6.4claws5
13991
13992         * src/html.c
13993                 ignore css tags in html mail
13994
13995 2001-10-25 [darko]      0.6.4claws4
13996
13997         * src/compose.c
13998                 don't declare is_url_string as static function since
13999                 we need it in gtkstext.c
14000         * src/gtkstext.c
14001                 remove unused variable
14002                 don't wrap long URLs while composing a message
14003
14004 2001-10-24 [christoph]  0.6.4claws3
14005
14006         * src/socket.c
14007                 fix ssl deadlock, when peer closes connection
14008
14009 2001-10-24 [paul]       0.6.4claws2
14010
14011         * src/prefs_common.c
14012                 gettextize the gpg ascii-armored warning message
14013
14014         * src/compose.c
14015                 insert a DOS/MAC file into the composed message
14016                 (improvements)
14017
14018         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14019
14020 2001-10-22 [paul]       0.6.4claws1
14021
14022         * sync with sylpheed 0.6.4 release
14023                 see ChangeLog entries 2001-10-21
14024
14025         * po/fr.po, po/pt_BR.po
14026                 updated by Melvin Hadasht and Fabio Junior Beneditto
14027
14028 2001-10-21 [paul]       0.6.3claws30
14029
14030         * src/compose.c
14031                 insert a DOS text file from the compose window
14032                 into the composed message text (removes CRs characters)
14033                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14034
14035         * tools/filter_conv.pl, tools/README
14036                 automatically use ~/.sylpheed as working directory
14037                 print out confirmation message on completion
14038
14039         * correct Hoa's last ChangeLog.claws entry
14040
14041 2001-10-20 [hoa]        0.6.3claws29
14042
14043         * src/grouplistdialog.c
14044                 bugfix (another ?) to give the right
14045                 newsgroups list for each news server.
14046
14047         * src/news.c
14048         * src/news.h
14049                 improve the newsgroups list cache
14050
14051 2001-10-20 [paul]       0.6.3claws28
14052
14053         * sync with sylpheed 0.6.3cvs9
14054                 see ChangeLog entry 2001-10-19
14055
14056         * correct Alfons' last ChangeLog.claws entry
14057
14058 2001-10-19 [alfons]
14059
14060         * src/pgptext.[ch]
14061                 fix compilation problems (part of bug #472895)
14062
14063 2001-10-18 [hoa]        0.6.3claws27
14064
14065         * src/grouplistdialog.c
14066                 bugfix when we refresh was clicked (bug 472701)
14067
14068 2001-10-19 [christoph]  0.6.3claws26
14069
14070         * src/compose.c
14071                 last header entry should default to "To:" or
14072                 "Newsgroups:" and not copy the last entry line
14073                 in a new compose window
14074                 (closes bug #472686, #470792)
14075
14076 2001-10-19 [paul]       0.6.3claws25
14077
14078         * sync with Sylpheed 0.6.3cvs8
14079                 see ChangeLog entries 2001-10-18 and 2001-10-19
14080
14081 2001-10-18 [christoph]  0.6.3claws24
14082
14083         * src/procmsg.c
14084                 reimplement ignore thread
14085         
14086 2001-10-18 [hoa]        0.6.3claws23
14087
14088         * src/folderview.c
14089         * src/grouplistdialog.[ch]
14090                 enhanced news subscription interface (feature 469113)
14091
14092         * src/news.c
14093         * src/news.h
14094                 enchanced newsgroup listing,
14095                 now, we can get groups informations
14096                 (NNTPGroupInfo)
14097
14098 2001-10-18 [paul]       0.6.3claws22
14099
14100         * src/summaryview.c
14101                 remove comment (sync with main branch)
14102         * src/mainwindow.c
14103                 fix 'Re-edit' bug in 'Message' menu
14104
14105 2001-10-17 [christoph]  0.6.3claws21
14106
14107         * src/compose.c
14108                 ignore empty or whitespace only header lines
14109
14110 2001-10-17 [paul]       0.6.3claws20
14111
14112         * sync with sylpheed 0.6.3cvs7
14113                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14114                 2001-10-17
14115
14116 2001-10-17 [darko]
14117
14118         * src/compose.c
14119                 wrap long lines without spaces
14120                 don't wrap URLs
14121
14122 2001-10-16 [paul]
14123
14124         * po/es.po, po/nl.po, po/pt_BR.po
14125                 updated by Ricardo Mones Lastra, Alfons,
14126                 and Fabio Junior Beneditto
14127
14128         * sylpheed-0.6.3claws released
14129
14130 2001-10-15 [melvin] 0.6.3claws18
14131
14132         * README.claws
14133                 added summary and detailed installation instructions
14134                 for spell checker
14135         * po/fr.po
14136                 Updated, corrected and completed french translation
14137
14138 2001-10-15 [hoa] 0.6.3claws17
14139         * src/grouplistdialog.c
14140                 we can choose the newsgroups to display with wildcards
14141
14142 2001-10-15 [christoph]  0.6.3claws16
14143
14144         * src/account.c
14145         * src/compose.c
14146         * src/prefs_folder_item.[ch]
14147                 applied wwp <subscript@free.fr>'s folder
14148                 default account patch
14149         * po/de.po
14150                 Fixed wrong translation
14151
14152 2001-10-13 [alfons, christoph, melvin]  
14153                         0.6.3claws15
14154
14155         solution #2 to solve MT-safety problems defers all GUI related calls
14156         to the main thread using a gtk_idle_add() callback. discussed on
14157         ircnet #sylpheed, with christoph spotting some issues with the
14158         original code, and melvin allowing us to lobotomize his sylpheed.
14159
14160         * src/syldap.[ch], src/main.c
14161                 fix race problem in ldap search thread by deferring GUI 
14162                 stuff to main thread using gtk_idle_add()
14163
14164 2001-10-13 [paul]       0.6.3claws14
14165
14166         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14167                 add Sergey's smtpcred.patch
14168                 adds separate username/password setting for SMTP Auth
14169                 needed by some servers
14170                 (closes feature request #471659)
14171
14172 2001-10-13 [paul]       0.6.3claws13
14173
14174         * src/pgptext.[ch] **NEW FILES**
14175         * src/Makefile.am, src/messageview.c, src/mimeview.c
14176                 decrypt ascii-armored gpg text embedded in
14177                 the message body.
14178                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14179
14180 2001-10-13 [christoph]  0.6.3claws12
14181
14182         * README.claws
14183                 some more details on default to and
14184                 feature requests
14185         * src/main.c
14186                 init glib threading when ldap is used
14187         * src/syldap.c
14188                 threading fixes
14189         * po/de.po
14190                 fixed a typo
14191
14192 2001-10-12 [paul]       0.6.3claws11
14193
14194         * src/prefs_common.[ch], src/rfc2015.c
14195                 enable ascii-armored gpg text to be embedded in the
14196                 message body, selectable through the 'Privacy'
14197                 preferences. Supports encrypting only.
14198                 Submitted by Ravemax <ravemax@dextrose.com>
14199
14200 2001-10-12 [paul]       0.6.3claws10
14201
14202         * sync with sylpheed 0.6.3cvs6
14203                 see ChangeLog entries 2001-10-11 and 2001-11-12
14204
14205         * src/folderview.c
14206                 incorporated mbox folders, scoring, and folder
14207                 properties into the sync
14208
14209 2001-10-12 [darko]      0.6.3claws9
14210
14211         * README.claws
14212                 describe quotation wrapping
14213         * src/compose.c
14214                 don't treat tab as space to calculate line length properly
14215
14216 2001-10-11 [alfons]
14217
14218         * README.claws
14219                 correct description of how to make new filtering system work,
14220                 add some other things
14221                 
14222         * src/syldap.c
14223                 remove sched_yield() (not necessary / unportable)
14224
14225 2001-10-11 [paul]       0.6.3claws8
14226
14227         * sync with sylpheed 0.6.3cvs3
14228                 see ChangeLog entry 2001-10-10
14229
14230 2001-10-10 [christoph]  0.6.3claws7
14231
14232         * .cvsignore
14233                 ignore 2 files created by newer autotools
14234         * src/prefs_folder_item.c
14235                 using table for widget alignment
14236                 fixed memory leak and broken octal display
14237         * src/filesel.c
14238                 fixed segfault caused by lost filename
14239                 workaround (closes bug #469551)
14240
14241 2001-10-10 [paul]       0.6.3claws6
14242
14243         * sync with sylpheed 0.6.3cvs2
14244                 see ChangeLog entries 2001-10-09 and 2001-10-10
14245
14246 2001-10-10 [darko]      0.6.3.claws5
14247
14248         * src/gtkstext.c
14249                 proper calculation of right margin if smart wrapping is enabled
14250         * src/compose.c
14251                 automatically wrap long lines if wrap quotation is enabled
14252
14253 2001-10-09 [alfons]     0.6.3.claws4
14254
14255         * src/summaryview.c
14256                 select correct row when deleting last row in the summary view (and
14257                 close bug "[ #469104 ] select second last in list when deleting")
14258
14259 2001-10-09 [paul]       0.6.3claws3
14260
14261         * sync with sylpheed 0.6.3cvs1
14262                 updated some autotool scripts
14263
14264 2001-10-09 [darko]      0.6.3claws2
14265
14266         * src/gtkstext.[ch]
14267                 new name and mark with Sylpheed comment
14268         * src/compose.c
14269                 smart quotation wrapping a-la VIM
14270
14271 2001-10-08 [paul]       0.6.3claws1
14272
14273         * sync with sylpheed 0.6.3 release
14274                 see ChangeLog entry 2001-10-08
14275
14276 2001-10-08 [paul]       0.6.2claws24
14277
14278         * src/summaryview.c
14279                 more sync with sylpheed 0.6.2cvs12
14280                 Fixed the bug that didn't select the last row correctly
14281
14282
14283 2001-10-07 [paul]       0.6.2claws23
14284
14285         * sync with sylpheed 0.6.2cvs12
14286                 see ChangeLog entry 2001-10-07
14287
14288 2001-10-06 [match]
14289         * src/jpilot.[ch]
14290                 enable jpilot to read unsynch'ed addresses.
14291
14292         * src/editldap_basedn.c
14293                 fix segfault when opening dialog.
14294
14295 2001-10-06 [alfons]     0.6.2.claws22
14296
14297         * src/summaryview.c
14298                 fix bug with summary view selecting last *inserted*
14299                 node instead of last *visible* node. remember we
14300                 work with a tree
14301
14302 2001-10-06 [paul]       0.6.2claws21
14303
14304         * po/pt_BR.po
14305                 updated translation, contains some fixes and new
14306                 translations, submitted by Gustavo Noronha Silva
14307                 <kov@debian.org>
14308
14309         * src/prefs_common.c
14310                 change 'each' to 'every' - fix dubious English
14311
14312         * sync with sylpheed 0.6.2cvs11
14313
14314 2001-10-05 [alfons]     0.6.2claws20
14315
14316         * src/mainwindow.[ch], src/folderview.c
14317                 make composite tool button switch between "Compose News"
14318                 and "Compose Mail" depending on selected folder
14319                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14320
14321 2001-10-05 [paul]       0.6.2claws19
14322
14323         * src/mainwindow.c, src/summaryview.c
14324                 fix 'Message/Reply to all', broken in last commit
14325
14326         * src/compose.c
14327                 fix X_BEENTHERE seg fault, thanks to Alfons
14328
14329 2001-10-04 [paul]       0.6.2claws18
14330
14331         * src/compose.[ch], src/mainwindow.c
14332                 make "Message/Reply" reply to mailing lists; matches
14333                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14334                 based on portions of the patch submitted by
14335                 Junichi Uekawa <dancer@netfort.gr.jp>
14336
14337 2001-10-04 [darko]      0.6.2claws17
14338
14339         * src/compose.c
14340                 better smart wrapping
14341         * src/gtkstext.[hc]
14342                 a function to make text buffer contiguous
14343
14344 2001-10-03 [paul]       0.6.2claws16
14345
14346         * sync with sylpheed 0.6.2cvs10
14347
14348 2001-10-02 [alfons]
14349
14350         * configure.in
14351         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14352                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14353                 references to chinese translations (hope someone picks up
14354                 this)
14355
14356 2001-10-02 [christoph]  0.6.2claws15
14357
14358         * src/compose.c
14359                 fixed non translated header bug
14360         * ChangeLog.claws
14361                 fixed wrong date in alfons last entry ;)
14362
14363 2001-10-02 [alfons]     0.6.2claws14
14364
14365         * src/compose.c, src/prefs_common.[ch]
14366                 add block cursor option
14367
14368 2001-10-02 [paul]       0.6.2claws13
14369
14370         * sync with sylpheed 0.6.2cvs9
14371
14372 2001-09-30 [paul]       0.6.2claws12
14373
14374         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14375                 updated translations
14376
14377         * po/POTFILES.in
14378                 add 'src/importldif.c'
14379
14380         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14381                 added eudora-to-vCard conversion tool
14382                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14383
14384         * sync with sylpheed 0.6.2cvs8
14385
14386 2001-09-30 [paul]
14387
14388         * sylpheed-0.6.2claws released
14389
14390 2001-09-27 [melvin]     0.6.2claws11
14391
14392         * src/gtkspell.c
14393                 fixed crash when using default path (introduced 
14394                 in 0.6.2claws10)
14395                 fixed tiny bug for initial suggestion mode
14396
14397 2001-09-27 [melvin]     0.6.2claws10
14398         
14399         * src/gtkspell.c
14400                 fixed bug where gtkpspell didn't set the path correctly
14401
14402         * README.claws
14403                 added a paragraph about spell checking
14404                 
14405
14406
14407 2001-09-27 [paul]       0.6.2claws9
14408
14409         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14410                 replace '// comments' with '/* comments */' to prevent
14411                 some compiler warnings 
14412
14413         * sync with sylpheed 0.6.2cvs6
14414
14415 2001-09-26 [alfons]     0.6.2claws8
14416
14417         * src/messageview.c
14418                 introduce return receipt request notification again,
14419                 which was lost because of other semantics in 
14420                 procheader_parse() (???)
14421
14422 2001-09-26 [christoph]  0.6.2claws7
14423
14424         * src/compose.c
14425                 replace comments for old code with #if 0
14426                 readded auto cc, bcc and reply-to
14427         * src/prefs_matcher.c
14428         * src/prefs_scoring.c
14429                 removed some definition (was moved to
14430                 prefs.h)
14431
14432 2001-09-26 [paul]       0.6.2claws6
14433
14434         * src/mainwindow.c
14435                 make 'Follow-up and reply to' sensitive
14436
14437         * more sync with sylpheed 0.6.2cvs5
14438
14439 2001-09-25 [melvin]
14440
14441         * 0.6.2claws5
14442
14443         * src/gtkspell.c
14444                 fixed bug for "US-ASCII" introduced by the encoding code
14445
14446 2001-09-25 [paul]
14447
14448         * 0.6.2claws4
14449
14450         * src/prefs_common.[ch], src/summaryview.c
14451                 'next unread msg' 'go to next folder?' dialog can be
14452                 given default behaviour, either always show dialog,
14453                 or assume 'yes', or assume 'no'
14454                 Submitted by wwp <subscript@free.fr>
14455
14456 2001-09-25 [melvin]
14457                 
14458         * src/compose.c src/gtkspell.[ch]
14459                 added support for different encodings
14460
14461 2001-09-25 [paul]
14462
14463         * more sync with sylpheed 0.6.2cvs5
14464
14465 2001-09-24 [alfons]
14466         
14467         * src/prefs_folder_item.c
14468                 add check for item->prefs->default_to string is NULL and
14469                 add another check when freeing this string
14470
14471 2001-09-24 [paul]
14472
14473         * configure.in
14474                 change to version 0.6.2claws3
14475
14476         * sync with sylpheed 0.6.2cvs5 
14477
14478 2001-09-24 [match]
14479         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14480                 import LDIF files.
14481         * src/addrcache.[ch], addrindex.[ch]
14482                 small update for future
14483         * src/addrbook.c
14484                 fix test XML file.
14485
14486 2001-09-24 [melvin]
14487         * src/gtkspell.[ch]
14488                 added 'Learn from mistakes' option
14489                 better handling of quotes in checked words
14490                 sorted dict list
14491         * po/fr.po
14492                 small update for spell checking stuff
14493
14494 2001-09-23 [alfons]
14495         
14496         * src/gtkspell.c
14497                 edit a little bit so it complies more with main coding style
14498
14499 2001-09-23 [alfons]
14500
14501         * src/folder.[ch], prefs_folder_item.c, compose.c
14502                 migrate "request return receipt" folder property
14503                 to folderlist.xml
14504
14505 2001-09-22 [alfons]
14506
14507         * README.claws **NEW**
14508                 (add things of interest for users of main branch 
14509                 and claws here)
14510
14511         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14512                 re-implement threading per folder option, but store 
14513                 the setting in folderlist.xml (where it belongs)
14514
14515 2001-09-21 [melvin]
14516
14517         * src/gtkspell.[ch]
14518                 fixed bug when compose window is under another window
14519         * src/prefs_common.[ch] src/compose.c
14520                 changed 'dictionary_path' to 'dictionary' to be consistent
14521                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14522         * ac/pspell.m4 src/Makefile.am 
14523                 dropped PSPELL_PATH macro
14524         * po/fr.po
14525                 updated translations
14526
14527 2001-09-21 [christoph]
14528
14529         * src/compose.c
14530                 added border around header fields
14531                 keep header type when new field is added
14532
14533 2001-09-20 [christoph]
14534
14535         * src/utils.[ch]
14536                 more portable debug_print with source filename
14537                 and linenumber
14538         * src/procmsg.c
14539                 more newlines after debug messages
14540
14541 2001-09-20 [paul]
14542
14543         * configure.in
14544                 change to version 0.6.2claws2
14545
14546         * sync with sylpheed 0.6.2cvs3
14547
14548 2001-09-19 [melvin]
14549
14550         * src/gtkspell.c
14551                 fixed the post-right-click focus pb
14552                 fixed crash when 'Spell check all' after dict change 
14553                         and when cursor is at the end of the text
14554                 shift-right-click pops up config menu even on misspelled words.
14555         * po/POTFILES.in
14556                 added gtkspell.c
14557
14558 2001-09-19 [melvin]
14559
14560         * src/about.c
14561                 added pspell to compiled-in features list
14562
14563 2001-09-18 [melvin]
14564
14565         * switched to pspell and dropped ispell
14566         * ac/pspell.m4
14567                 new file. autoconf macro for pspell
14568         * ac/Makefile.am 
14569         * configure.in acconfig.h
14570                 added pspell support
14571         * src/Makefile.am
14572         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14573         * src/prefs_common.[ch] 
14574                 added pspell support
14575
14576 2001-09-18 [christoph]
14577
14578         * src/addr_compl.c
14579         * src/template.[ch]
14580                 replace LOG_MESSAGE with debug_print
14581         * src/compose.[ch]
14582                 gui improvements
14583         * src/menu.c
14584                 added newline after debug message
14585         * src/utils.h
14586                 using __VA_ARGS__ for debug_print macro
14587         * tools/.cvsignore
14588                 ignore Makefile and Makefile.in
14589
14590 2001-09-18 [paul]
14591
14592         * configure.in
14593                 change to version 0.6.2claws1
14594         * sync with sylpheed 0.6.2cvs1
14595
14596         * src/matcher.c 
14597         * src/prefs_matcher.c
14598                 add 'score equal to' option, submitted by
14599                 Paul Evans <nerd@freeuk.com>
14600
14601 2001-09-15 [christoph]
14602
14603         * src/mainwindow.c
14604                 comment out menu entry not existing in claws
14605         * src/menu.c
14606                 add debug output for non existing menu entries
14607         * src/summaryview.c
14608                 fix next/prev unread message for ignored threads
14609         * src/utils.[ch]
14610                 add sourcefile and line number to debug output
14611                 otherwise it is sometimes hard to find the
14612                 source code part if debug messages are translated
14613
14614 2001-09-14 [darko]
14615         
14616         * src/folderview.c
14617                 refresh target folder style after colour is changed
14618
14619 2001-09-13 [paul]
14620
14621         * configure.in
14622                 change to version 0.6.1claws3
14623
14624         * sync with sylpheed 0.6.1cvs6
14625
14626 2001-09-13 [darko]
14627         
14628         * src/folderview.c
14629                 fix target folder colourization to use user selected colour
14630
14631 2001-09-12 [darko]
14632         
14633         * src/summaryview.c
14634                 fix crash when message that is marked for copy/move is unmarked
14635
14636 2001-09-09 [paul]
14637
14638         * configure.in
14639                 change to version 0.6.1claws2
14640
14641         * sync with sylpheed 0.6.1cvs3
14642
14643 2001-09-09 [alfons]
14644         
14645         * src/folderview.c
14646                 fix bug with default font used for trash folder text
14647
14648 2001-09-06 [paul]
14649
14650         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14651                 updated translations
14652
14653         * configure.in
14654                 change to version 0.6.1claws1
14655
14656         * sync with sylpheed 0.6.1cvs2
14657
14658 2001-09-03 [paul]
14659
14660         * po/POTFILES.in
14661                 add Match's new addressbook
14662
14663         * po/de.po
14664                 updated translation submitted by Jens Oberender
14665
14666 2001-09-02 [paul]
14667
14668         * configure.in
14669                 change to 0.6.1claws
14670         * sync with sylpheed 0.6.1 release
14671
14672 2001-09-02 [paul]
14673
14674         * configure.in
14675                 change to 0.6.0claws2
14676
14677         * sync with sylpheed 0.6.0cvs4
14678
14679         * po/pt_BR.po
14680                 updated translation submitted by Fabio Junior Beneditto
14681
14682 2001-09-01 [match]
14683         * pixmaps/
14684                 interface.xpm
14685                 book.xpm
14686                 address.xpm
14687         * src/
14688                 Makefile.am
14689                 a ton of new files
14690
14691 2001-08-31 [paul]
14692
14693         * configure.in
14694                 change to version 0.6.0claws1
14695
14696         * sync with sylpheed 0.6.0cvs1
14697
14698         * po/es.po
14699                 updated translation submitted by Ricardo Mones Lastra
14700
14701         * po/POTFILES.in
14702                 add 'src/prefs_templates.c'
14703
14704         * src/compose.c, src/summaryview.c
14705                 fix segfault on 'Re_edit'               
14706
14707 2001-08-30 [alfons]
14708
14709         * configure.in, Makefile.am
14710         * tools/Makefile.am
14711                 add tools directory to source distribution
14712
14713 2001-08-30 [paul]
14714
14715         * configure.in
14716                 change to version 0.6.0claws
14717
14718         * sync with sylpheed 0.6.0 release
14719
14720 2001-08-30 [christoph]
14721
14722         * configure.in
14723                 removed autoconf version check
14724
14725 2001-08-30 [paul]
14726
14727         * src/account.c, src/compose.c, src/prefs_common.[ch]
14728         * src/procheader.[ch] src/utils.[ch]
14729                 Enhanced automatic account selection on replies
14730                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14731
14732         * configure.in
14733                 add LDAP and JPilot to the configuration results output.
14734
14735 2001-08-29 [christoph]
14736
14737         * src/summeryview.c
14738                 no bold font for ignored threads
14739
14740 2001-08-29 [paul]
14741
14742         * configure.in
14743                 change to version 0.5.3claws6
14744
14745         * sync with sylpheed 0.5.3cvs10
14746                 src/stringtable.[ch]: New Files
14747
14748         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14749         * src/pixmaps/sylpheed.xpm
14750                 add mini-icons to windows (by Alfons)
14751
14752 2001-08-27 [paul]
14753
14754         * src/mainwindow.c
14755                 new functions: next_labeled_cb(), prev_labeled_cb()
14756
14757         * src/summaryview.c
14758                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14759                 summary_select_next_labeled(), summary_select_prev_labeled()
14760
14761         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14762                 give claws blue folders and a blue trash can
14763
14764 2001-08-27 [paul]
14765
14766         * configure.in
14767                 change to version 0.5.3claws5
14768
14769         * sync with sylpheed 0.5.3cvs9
14770                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14771
14772 2001-08-24 [christoph]
14773
14774         * src/filesel.c
14775                 keep filename when browsing directories
14776                 (not working for user entered filename, but
14777                  for default name and selected filename from
14778                  file list)
14779         * src/mainwindow.c
14780                 fixed wrong spelling "Folllow-up"
14781         * src/mbox_folder.c
14782         * src/procmsg.c
14783         * src/summaryview.c
14784                 fixed new/unread message count with ignored
14785                 threads (2 commits, first didn't notice no
14786                 longer needed decreasing)
14787         * src/inc.c
14788                 readded scrolling of progress dialog
14789                 (lost in sync)
14790
14791 2001-08-24 [paul]
14792
14793         * configure.in
14794                 change to 0.5.3claws4
14795
14796         * sync with sylpheed 0.5.3cvs7
14797
14798 2001-08-24 [christoph]
14799
14800         * src/compose.c
14801                 set request return receipt when replying
14802                 if it is set is the folder prefs of the
14803                 message
14804         * src/inc.c
14805                 disable final error popup if popups are
14806                 disabled in config (again)
14807
14808 2001-08-23 [paul]
14809
14810         * configure.in
14811                 Change version number to 0.5.3claws3
14812
14813         * sync with sylpheed 0.5.3cvs5
14814
14815         * src/mimeview.c
14816                 double quote '%s' in 'gedit %s' to fix bug when
14817                 opening attachment with spaces in the name
14818
14819 2001-08-22 [alte]
14820         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14821           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14822                 initial message templates support
14823
14824
14825 2001-08-22 [paul]
14826
14827         * configure.in
14828                 change version number to 0.5.3claws2
14829
14830         * sync with sylpheed 0.5.3cvs4
14831
14832         * src/procmsg.h src/summaryview.c
14833                 re-implement (un)ignore thread
14834
14835 2001-08-21 [paul]
14836
14837         * src/summaryview.c
14838                 remove unnecessary code
14839         * src/compose.c
14840                 enable 'dynamic' signatures (submitted by
14841                 Eric Limpens <eric@hscg-internet.nl>)
14842
14843 2001-08-21 [paul]
14844
14845         clean up after sync with sylpheed 0.5.3 release
14846
14847         * src/folderview.c
14848                 fix re-introduced font mess, see Christoph's
14849                 entry 2001-06-24
14850
14851         * src/summaryview.c
14852                 remove prev_msgnum
14853                 use sylpheed's small font instead of
14854                 gtk default font for summary view
14855
14856
14857 2001-08-17 [paul]
14858
14859         * configure.in
14860                 add pl to ALL_LINGUAS - sync with main branch
14861
14862         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14863                 Updated. Translations by Jens Oberender, Ricardo Mones
14864                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14865
14866         * po/pl.po  ** NEW FILE **
14867                 sync with the main branch
14868
14869         * src/folderview.c
14870                 fix target folder colorizing and refresh problem
14871
14872
14873 2001-08-17 [christoph]
14874
14875         * src/mainwindow.c
14876                 claws uses 4 colors for target folder coloring.
14877                 arrays were not long enough and destroyed the
14878                 stack causing a segfault.
14879                 target folder colorizing does not work anymore
14880                 for me
14881
14882 2001-08-16 [paul]
14883
14884         * configure.in
14885                 change to version 0.5.3claws1
14886
14887         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14888           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14889           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14890
14891                 sync with sylpheed 0.5.3 release, but keep claws method of
14892                 configuring/saving fonts
14893
14894         * src/addressbook.[ch]
14895                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14896                 in line with a similar change in Hiroyuki's branch
14897
14898         * src/mainwindow.[ch]
14899                 disable main_window_set_thread_option()
14900         * src/prefs_folder_item.c
14901                 comment out &tmps_prefs.enable_thread,
14902         * src/mbox_folder.c, src/procmsg.[ch]
14903                 comment out MSG_IS_IGNORE_THREAD
14904         * src/summaryview.c
14905                 comment out summary_ignore_thread() and summary_unignore_thread()
14906                 comment out MSG_IS_IGNORE_THREAD
14907
14908                 use Hiroyuki's threading instead.
14909
14910
14911
14912 2001-08-15 [paul]
14913
14914         * src/account.c
14915                 use Hiroyuki's 0.5.3 column scheme but also
14916                 include the enable/disable button.
14917         * src/pixmaps/mark.xpm
14918                 add Hiroyuki's amended pixmap
14919
14920 2001-08-13 [christoph]
14921
14922         * src/account.c
14923                 receive at get all column showed wrong state for APOP
14924                 button should only work for POP3 and APOP accounts
14925         * src/prefs_account.c
14926                 added missing preprocessor statement for SSL
14927
14928 2001-08-12 [paul]
14929
14930         * src/account.[ch]
14931                 add 'receive at get all' column and enable/disable
14932                 button.
14933
14934 2001-08-06 [christoph]
14935
14936         * src/account.c
14937                 show usage of SSL in protocol column
14938
14939         * src/imap.c
14940         * src/inc.c
14941                 renamed ssl options
14942
14943         * src/prefs_account.[ch]
14944                 moved ssl options to a new page
14945
14946         * src/send.c
14947         * src/smtp.c
14948         * src/ssl.[ch]
14949                 renamed ssl options
14950                 added support for SMTP STARTTLS command
14951
14952 2001-08-05 [christoph]
14953
14954         * configure.in
14955                 debian autoconf needs version check to find
14956                 correct autoconf version. if the file is
14957                 named configure.in 2.13 is used, which does
14958                 not work with this configure.in script.
14959                 other solution would be to rename the script
14960                 to configure.ac as suggested in the autoconf
14961                 manual.
14962
14963         * src/inc.c
14964                 disable final error popup if popups are
14965                 diabled in config
14966
14967         * src/socket.c
14968                 bugfix in ssl_gets
14969                 fixes IMAP over SSL problem
14970
14971 2001-08-03 [paul]
14972
14973         * configure.in
14974                 change to 0.5.2claws1
14975
14976         * sync with sylpheed 0.5.2cvs1
14977
14978 2001-08-02 [alfons]
14979
14980         * configure.in
14981                 quick fix for ispell detection...
14982
14983 2001-08-01 [paul]
14984
14985         * configure.in
14986                 change to 0.5.1claws4
14987
14988         * sync with sylpheed 0.5.1cvs7
14989
14990 2001-07-31 [alfons]
14991
14992         * src/prefs_common.c, src/prefs_common.h, 
14993           src/gtkspell.c, src/gtkspell.h
14994                 add global spelling checker settings (compose tab) +
14995                 selection of dictionary 
14996           
14997         * configure.in  
14998                 guess valid ispell location
14999
15000 2001-07-31 [paul]
15001
15002         * po/POTFILES.in
15003                 removal of 'src/quote_fmt_parse.c'
15004         * po/de.po
15005                 Updated de.po
15006                 (submitted by Jens Oberender <didge@suse.de>)
15007
15008 2001-07-31 [darko]
15009
15010         * src/folder.[ch]
15011         * src/folderview.[ch]
15012         * src/mainwindow.c
15013         * src/mh.c
15014         * src/prefs_common.[ch]
15015         * src/summaryview.c
15016                 target folder colourization
15017
15018 2001-07-30 [paul]
15019
15020         more sync with Sylpheed 0.5.1cvs6 
15021
15022 2001-07-30 [darko]
15023
15024         * src/mh.c
15025         * src/prefs_folder_item.[hc]
15026         * src/summaryview.c
15027                 shared folders support with a GUI
15028
15029 2001-07-29 [paul]
15030
15031         0.5.1claws3
15032
15033         * sync with Sylpheed 0.5.1cvs6
15034
15035 2001-07-29 [paul]
15036
15037         * po/pt_BR.po
15038                 updated
15039                 (submitted by Fabio Junior Beneditto)
15040
15041 2001-07-28 [paul]
15042
15043         * src/procmime.c
15044         * AUTHORS
15045                 patch to correct bad image mime headers
15046                 (submitted by Don Quijote <dq@searchlores.org>)
15047
15048 2001-07-28 [paul]
15049
15050         * tools/gif2xface.pl   **NEW FILE**
15051         * tools/README
15052                 script to convert file.gif to file.xface for
15053                 use in a custom header.
15054                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15055
15056 2001-07-27 [alfons]
15057         
15058         * configure.in
15059                 change macros for detecting JPilot and LDAP
15060
15061 2001-07-27 [christoph]
15062
15063         * src/filtering.c
15064                 code cleanup (MIN / MAX warning, needed casting)
15065
15066 2001-07-27 [alfons]
15067
15068         * procheader.c
15069                 disallow setting flags when detecting certain headers
15070                 (X-Status, Status, Seen, X-Seen). 
15071         
15072         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15073
15074 2001-07-27 [christoph]
15075
15076         * src/prefs_filter.c
15077         * src/prefs_filtering.c
15078         * src/prefs_matcher.c
15079         * src/prefs_scoring.c
15080                 scroll list when moving rows up or down
15081
15082         * src/imap.c
15083         * src/imap.h
15084         * src/prefs_account.c
15085         * src/prefs_account.h
15086         * src/send.c
15087                 SMTP over SSL (untested, feedback requested)
15088                 IMAP over SSL
15089
15090         * src/ssl.c
15091                 code cleanup
15092
15093 2001-07-26 [alfons]
15094         
15095         * configure.in, acconfig.h
15096                 define CLAWS (need this for main / claws detection)
15097
15098 2001-07-25 [alfons]
15099
15100         * configure.in
15101                 Sylpheed 0.5.1claws2
15102                 
15103         * sync with Sylpheed 0.5.1cvs4
15104
15105 2001-07-25 [christoph]
15106
15107         * src/scoring.c
15108                 fixed segfault
15109                 item->prefs == NULL (don't know why)
15110
15111 2001-07-25 [alfons]
15112
15113         * configure.in
15114                 Sylpheed 0.5.1claws1
15115
15116         * sync with Sylpheed 0.5.1cvs1-3
15117
15118 2001-07-24 [christoph]
15119
15120         * src/folderview.c
15121         * src/prefs_folder_item.[ch]
15122                 added folderitem preferences dialog with
15123                 default To: and auto request return receipt
15124
15125         * src/compose.[ch]
15126         * src/menu.[ch]
15127                 changes to handle new folderitem preferences
15128
15129         * src/mainwindow.c
15130         * src/summaryview.c
15131                 call compose new mail with current folderitem
15132
15133 2001-07-24 [alfons]
15134
15135         Release Sylpheed 0.5.1claws
15136
15137         * configure.in
15138                 change to release version 0.5.1claws
15139
15140 2001-07-24 [christoph]
15141
15142         * src/summaryview.c
15143                 fixed segfault that happend when the selected
15144                 message was removed while retrieving new messages.
15145
15146         * po/es.po
15147                 updated translation
15148                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15149
15150 2001-07-22 [alfons]
15151
15152         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15153         this is a work in progress, for more information: http://nlpagan.net/sylman 
15154         
15155         * configure.in, src/mainwindow.c, manual/Makefile.am
15156                 add support for English manual
15157
15158         * AUTHORS
15159                 add authors of user manuals
15160
15161         * manual/en/sylpheed*.html
15162                 add English documentation
15163
15164 2001-07-22 [christoph]
15165
15166         * po/POTFILES.in
15167                 added src/ssl.c
15168         * src/ssl.c
15169                 changed a wrong debug message
15170
15171 2001-07-22 [alfons]
15172
15173         * po/nl.po
15174                 update Dutch translation
15175
15176         * src/prefs_filtering.c, 
15177           src/prefs_matcher.c
15178                 add more translatable strings           
15179
15180 2001-07-21 [alfons]
15181
15182         0.5.0claws7
15183
15184         * configure.in
15185                 change version
15186
15187         * src/inc.c, src/summaryview.[ch]
15188                 prevent update of mark file when filtering has done, by
15189                 using a variable; this affects two functions:
15190                         inc.c::inc_finished()
15191                         summaryview.c::summary_show()
15192
15193 2001-07-20 [alfons]
15194
15195         * src/filtering.[ch], src/prefs_filtering.c, 
15196           src/matcher.[ch]
15197                 add filtering action for label coloring 
15198
15199         * po/POTFILES.in
15200                 add labelcolors.c
15201
15202         * added src/labelcolors.c
15203         * added src/labelcolors.h
15204         * src/Makefile.am, src/summaryview.c
15205                 rearrange label coloring code
15206
15207         * src/procmsg.h
15208                 add more parentheses so label colouring works correctly
15209
15210         * src/filtering.c
15211                 don't really delete message, but move it to Trash
15212
15213         * src/prefs_matcher.c
15214                 add quote options to info dialog
15215
15216 2001-07-20 [christoph]
15217
15218         * src/Makefile.am
15219         * src/inc.c
15220         * src/main.[ch]
15221         * src/socket.h
15222         * src/ssl.[ch] (new)
15223                 moved ssl stuff to a seperate file
15224
15225 2001-07-20 [darko]
15226
15227         * src/summaryview.c
15228                 fix show sender using address book with no e-mail
15229                 address in From: field
15230
15231 2001-07-19 [alfons]
15232
15233         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15234                 fix messy handling of escaping... now at least the
15235                 execute command is useful. escape char is '\', we
15236                 accept \n and \r too. 
15237
15238                 Real life example:
15239                 
15240                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15241                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15242
15243 2001-07-18 [alfons]
15244
15245         0.5.0claws6
15246
15247         * src/summaryview.c
15248                 clean up
15249
15250         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15251           src/procmsg.[ch]
15252                 revise filtering; currently move, copy, marking have
15253                 been tested. if you like bleeding edge stuff, you
15254                 should definitely go for this version :)
15255
15256         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15257
15258 2001-07-17 [christoph]
15259
15260         * src/utils.c
15261                 timestamp log
15262
15263 2001-07-17 [alfons]
15264
15265         0.5.0claws5
15266
15267         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15268           bits in the mark file, without affecting either branch. Lots of
15269           files changed, also in claws branch.
15270
15271           UNTESTED: use of mbox folders
15272
15273         * src/summaryview.c
15274                 added mark all read; however this was a quick hack used for
15275                 cleaning up mess after initial merge with Hiroyuki
15276
15277         * configure.in
15278                 change claws version number back to 0.5.0claws5 to clear up 
15279                 confusion & pretension (recent release was technically 
15280                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15281
15282 2001-07-16 [alfons]
15283
15284         sync with Hiroyuki's 0.5.0cvs4
15285
15286 2001-07-16 [alfons]
15287
15288         0.5.1claws3
15289
15290         * src/filtering.[ch]
15291                 remove invalid updating of mark files for 
15292                 filter actions MATCHING_ACTION_MOVE and 
15293                 MATCHING_ACTION_DELETE; this should fix the
15294                 folder update bug
15295                 
15296         * src/procmsg.c
15297                 revert Christoph's stab at fixing the folder 
15298                 update bug
15299
15300         * po/POTFILES.in
15301                 add missing files with translatable strings
15302
15303         * src/summaryview.c
15304                 remove debug print
15305
15306 2001-07-15 [alfons]
15307
15308         * src/addr_compl.[ch], src/prefs_filtering.c
15309                 make "filtering pref dialog's destination entry" an
15310                 "address completable entry", if filter destination is 
15311                 an email address
15312
15313         0.5.1claws2
15314         
15315         sync with Hiroyuki's 0.5.0cvs2-3
15316
15317 2001-07-15 [christoph]
15318
15319         * src/procmsg.c
15320                 fixed folder stats update after incorporation
15321
15322 2001-07-15 [alfons]
15323
15324         * src/summaryview.c
15325                 * finish label colouring stuff (for now)
15326                 * fix incorrect colour bug (off by one) 
15327
15328 2001-07-14 [alfons]
15329
15330         * src/mainwindow.c
15331                 change text labels for news and mail message so there's
15332                 plenty of toolbar estate left
15333
15334         * configure.in
15335                 0.5.1claws1
15336
15337         * src/folderview.c
15338           src/folder.[ch]
15339                 sync with Hiroyuki's 0.5.0cvs1
15340
15341         * src/summaryview.c
15342                 more rewrite label colouring
15343
15344 2001-07-14 [alfons]
15345
15346         * src/summaryview.[ch]
15347                 * start rewrite label colouring 
15348                 * fix proper location "Add Sender To Addressbook" menu item
15349
15350 2001-07-13
15351
15352         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15353         (actually this is 0.5.0claws4)
15354
15355 2001-07-13 [alfons]
15356
15357         * po/pt_BR.po
15358                 * fix duplicate message
15359                 * add updated Portugese / Brazilian translation
15360                   submitted by Fabio Junior Beneditto
15361
15362 2001-07-12 [alfons]
15363
15364         * AUTHORS
15365                 add Jens
15366
15367         * po/nl.po
15368                 add updated Dutch translation
15369
15370         * po/de.po
15371                 add updated German translation submitted by Jens
15372
15373 2001-07-11 [alfons]
15374
15375         Prerelease before 0.5.0claws. Please test.
15376         This version is temporarily tagged as VERSION_0_5_0_TEST
15377
15378         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15379           src/prefs_scoring.c, src/prefs_matcher.c, 
15380           src/prefs_filtering.c, src/mbox.c, 
15381           src/main.c, src/inc.c, src/filtering.[ch]
15382                 revert new Hoa's new matcher (does not work yet)
15383
15384         * src/Makefile.am
15385                 clean up
15386
15387 2001-07-10
15388
15389         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15390
15391
15392 2001-07-10 [alfons]
15393
15394         * Makefile.am
15395                 add ChangeLog.claws to EXTRA_DIST
15396         * src/Makefile.am
15397                 add matcher_parser_parse.h to EXTRA_DIST
15398
15399 2001-07-10 [christoph]
15400
15401         * src/inc.c
15402                 add destination folder to table of
15403                 folders that need to be updated after
15404                 incorporation
15405
15406 2001-07-10 [alfons]
15407
15408         * folder.[ch]
15409           folderview.c
15410                 make collapse state of folders and folder items persistent, i.e.
15411                 if you collapse a folder tree, the next time sylpheed-claws starts 
15412                 up the folder tree remains collapsed.  
15413                 
15414 2001-07-10 [christoph]
15415
15416         * acconfig.h
15417         * configure.in
15418                 added --enable-ssl
15419         * src/md5.[ch]
15420                 renamed MD5_CTX to MD5_CTX_syl
15421                 conflicts with a struct in openssl
15422         * src/inc.c
15423         * src/main.[ch]
15424         * src/prefs_account.[ch]
15425         * src/socket.[ch]
15426                 SSL support for POP
15427         * src/mainwindow.c
15428                 fixed compose with current account
15429                 broken by new compose button stuff
15430
15431 2001-07-09 [hoa]
15432
15433         * AUTHORS
15434                 changed my email address
15435
15436         * src/matcher_parser_parse.y
15437                 clean the parser to remove conflicts
15438
15439 2001-07-09 [alfons]
15440
15441         * AUTHORS
15442                 add Match Grun
15443
15444         * configure.in
15445                 fix incorrect description of --enable-ldap parameter
15446
15447         * src/prefs_common.[ch]
15448           src/compose.c
15449                 add experimental option "smart wrapping" which makes the
15450                 compose editor auto wrap.
15451                 
15452                 | TODO: the problem with the buggy cursor handling is caused |
15453                 | by the GtkText. when deleting / backspacing text its       |
15454                 | wrapping algorithm does not take in account the previous   |
15455                 | line. should find a way to hack this in.                   |
15456                 | or should perhaps combine this with the word wrapping      |
15457                 | patch i wrote in january.                                  |
15458
15459         * src/about.c
15460                 show build parameters for LDAP and JPilot
15461
15462         * src/summaryview.c
15463                 revert Christoph's bugfix for selecting next unread message, 
15464                 because folder stats aren't updated correctly
15465
15466 2001-07-08 [hoa]
15467
15468         * src/filtering.c
15469         * src/mainwindow.c
15470         * src/matcher.c
15471         * src/matcher_parser_lex.l
15472         * src/matcher_parser_parse.y
15473         * src/prefs_filtering.c
15474         * src/prefs_scoring.c
15475         * src/scoring.c
15476                 bugfix of the config file parser
15477
15478 2001-07-08 [alfons]
15479
15480         * src/Makefile.am
15481                 added generated matcher sources to BUILT_SOURCES
15482
15483 2001-07-08 [hoa]
15484
15485         * src/Makefile.am
15486         * src/.cvsignore
15487                 added new config file parser
15488
15489         * src/scoring.[ch]
15490         * src/filtering.[ch]
15491         * src/matcher.[ch]
15492         * src/prefs_filtering.c
15493         * src/prefs_matcher.c
15494         * src/prefs_scoring.c
15495         * added src/matcher_parser.h
15496         * added src/matcher_parser_lex.h
15497         * added src/matcher_parser_lex.l
15498         * added src/matcher_parser_parse.y
15499                 lex & yacc config file parser
15500
15501         * src/mbox.c
15502         * src/inc.c
15503         * src/main.c
15504                 changes prefs_filtering into global_filtering           
15505
15506         * src/summaryview.c
15507                 build threads with subjects only if "Re: " is at the
15508                 beginning of the subject
15509
15510 2001-07-07 [paul]
15511
15512         0.5.0claws
15513
15514         sync with sylpheed 0.5.0
15515                 change of version number only
15516
15517 2001-07-06 [paul]
15518
15519         0.5.0claws5
15520
15521         sync with sylpheed 0.5.0pre5
15522
15523 2001-07-05 [paul]
15524
15525         sync with sylpheed 0.5.0pre4 release
15526                 /po and /manual/ja not sync'ed
15527
15528 2001-07-04 [paul]
15529
15530         more sync with sylpheed 0.5.0pre4
15531
15532 2001-07-03 [christoph]
15533
15534         * src/addressbook.c
15535                 fixed address book broken by address book
15536                 for VCard, JPilot, LDAP
15537
15538 2001-07-03 [alfons]
15539
15540         * src/matcher.c
15541         * src/textview.c
15542                 stopped memory leaks
15543
15544 2001-07-03 [paul]
15545
15546         more sync with sylpheed 0.5.0pre4
15547
15548 2001-07-02 [match]
15549
15550         * included address book patch for VCard, JPilot, LDAP
15551         * pref_common.c - fixed Font options on Display tab (cosmetic)
15552         * alertpanel.c - fixed truncated message
15553
15554 2001-07-02 [christoph]
15555
15556         * src/mbox_folder.c
15557         * src/procmsg.[ch]
15558         * src/summaryview.c
15559                 mark threads for ignoring
15560
15561 2001-07-02 [paul]
15562
15563         0.5.0claws4
15564
15565         * sync with sylpheed 0.5.0pre4
15566                 updated gettext to 0.10.38.
15567
15568 2001-07-01 [paul]
15569
15570         * src/ mainwindow.c
15571         * src/procmsg.h
15572         * src/summaryview.[ch]
15573                 new right-click option: Label.
15574                 substitute for 'Mark-->Mark/Unmark', colours the line.
15575                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15576
15577 2001-07-01 [christoph]
15578
15579         * src/folderview.c
15580                 fixed font for trash
15581         * src/summaryview.c
15582                 move ctree to unread message
15583
15584 2001-07-01 [paul]
15585
15586         * sync with sylpheed 0.5.0pre3 release
15587
15588 2001-06-30 [alfons]
15589
15590         * src/filesel.[ch]
15591         * src/compose.c
15592                 allow inserting / attaching multiple files in
15593                 the composer window
15594
15595 2001-06-30 [paul]
15596
15597         * src/codeconv.c
15598                 small change to Alfons' previous stuff so that it
15599                 actually makes
15600
15601 2001-06-30 [alfons]
15602
15603         * lots of files changed; first attempt to merge the changes
15604           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15605
15606 2001-06-30 [paul]
15607
15608         * po/pt_BR.po
15609                 updated and completed, translations by Fabio
15610                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15611
15612 2001-06-29 [alfons]
15613
15614         * src/compose.c
15615         * src/mimeproc.[ch]
15616                 allow selecting an attached files' mime type from a 
15617                 list of types.
15618
15619 2001-06-29 [paul]
15620
15621         * more sync with sylpheed 0.5.0pre3
15622
15623 2001-06-29 [paul]
15624
15625         * po/pt_BR.po
15626                 merge with sylpheed.pot and pt_BR.po provided by
15627                 Fabio Junior Beneditto.
15628
15629 2001-06-29 [darko]
15630
15631         * src/procmime.c
15632                 make MIME types case insensitive
15633
15634 2001-06-28 [alfons]
15635
15636         * po/nl.po
15637                 merge with sylpheed.pot and old nl.po; translations added.
15638
15639 2001-06-28 [paul]
15640
15641         * more sync with sylpheed 0.5.0pre3
15642
15643 2001-06-27 [alfons]
15644
15645         * src/summaryview.c
15646                 don't crash when removing parent node of messages
15647                 attracted by subject. this was caused by not deleting
15648                 the parent node from the subject line hash table.
15649
15650 2001-06-27 [alfons]
15651
15652         * src/summaryview.c
15653         * src/compose.[ch]
15654         * src/mainwindow.c
15655                 if there are multiple messages selected, allow forwarding
15656                 them as attachments.
15657
15658 2001-06-27 [paul]
15659
15660         * more sync with sylpheed 0.5.0pre3
15661
15662 2001-06-26 [paul]
15663
15664         0.5.0claws3
15665
15666         * sync with sylpheed 0.5.0pre3
15667
15668 2001-06-25 [paul]
15669
15670         * src/mainwindow.c
15671                 fixed 'compose news article' bug
15672                 from icon-and-text toolbar
15673
15674 2001-06-25 [paul]
15675
15676         * sync with sylpheed 0.5.0pre2 release
15677
15678 2001-06-24 [christoph]
15679
15680         * src/prefs_common.c
15681                 bug fix in font selection
15682         * src/folderview.c
15683                 use sylpheed's normal font instead of
15684                 gtk default font for folders without
15685                 new messages
15686
15687 2001-06-24 [alfons]
15688
15689         * src/mainwindow.[ch]
15690                 added composite compose mail / news button (an idea by Leandro
15691                 Pereira <leandro@linuxmag.com.br>)
15692
15693 2001-06-24 [paul]
15694
15695         Added instructions for ldif-to-xml.py
15696
15697         * tools/README
15698
15699 2001-06-23 [alfons]
15700
15701         Some minor things.
15702
15703         * src/pixmaps/stock_news_compose.xpm
15704                 added pixmap by Leandro
15705         * src/prefs_common.c
15706                 tested built-in spelling checker of GCC 3.0 :)
15707         * po/nl.po
15708                 merged dutch translation of sylpheed-main with
15709                 sylpheed.pot
15710
15711 2001-06-23 [paul]
15712
15713         Added tools directory and files.
15714
15715         * tools/filter_conv.pl
15716                 converts old filter system to new filtering system
15717         * tools/ldif-to-xml.py
15718                 converts netscape addressbook to sylpheed addressbook
15719         * tools/README
15720                 descriptions/instructions for above two files
15721
15722 2001-06-23 [christoph]
15723
15724         * src/inc.c
15725         * src/manage_window.[ch]
15726         * src/prefs_common.[ch]
15727                 mail retrieval dialog can be enabled, disabled
15728                 or hidden if non of sylpheed's windows is active
15729
15730 2001-06-22 [paul]
15731
15732         0.5.0claws2
15733
15734         * sync with sylpheed 0.5.0pre2
15735
15736 2001-06-21 [christoph]
15737
15738         * src/summaryview.c
15739                 show recipient on 'from' for all accounts
15740                 
15741         * src/inc.c
15742         * src/prefs_common.[ch]
15743                 disable error popup on mail receive errors
15744
15745 2001-06-21 [alfons]
15746
15747         * src/compose.c
15748                 made the ruler correctly appear and disappear.
15749
15750         * src/Makefile.am
15751                 removed Hoa's work-in-progress-stuff (interesting!) so 
15752                 claws compiles ok.
15753
15754 2001-06-20 [christoph]
15755
15756         * src/inc.c
15757         * src/progressdialog.c
15758                 added scrolled window for list in progressdialog
15759
15760 2001-06-20 [paul]
15761
15762         sync with sylpheed 0.5.0pre1 release
15763
15764 2001-06-20 [christoph]
15765
15766         * src/summeryview.c
15767                 make building threads by subject work when
15768                 thread view is enabled
15769                 
15770         * src/compose.c
15771         * src/prefs_common.[ch]
15772                 automatically select account for mail replys
15773
15774 2001-06-19 [sergey]
15775
15776         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15777         they are filled in from the account settings.
15778
15779 2001-06-19 [paul]
15780
15781         * more sync with sylpheed 0.5.0pre1
15782
15783 2001-06-18 [alfons]
15784
15785         * src/Makefile.am,
15786           src/procmime.c
15787                 added --sysconfdir to CPPFLAGS for pointing to the correct
15788                 location of mime.types. 
15789
15790                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15791                 or ./configure!
15792
15793 2001-06-18 [hoa]
15794
15795         * src/summaryview.c
15796                 fixed some bug when building threads
15797
15798 2001-06-18 [pau]l
15799
15800         * src/prefs_account.c
15801                 UI stuff: More changes to the English
15802
15803 2001-06-18 [paul]
15804
15805         * src/pixmaps/stock_news_compose.xpm: new file
15806         * src/Makefile.am
15807         * src/mainwindow.c
15808         * src/summaryview.c
15809                 Added new icon for Hoa's 'compose a news
15810                 message', plus minor improvements to the
15811                 English
15812
15813         * po/ja.po
15814         * ChangeLog
15815         * ChangeLog.jp
15816                 more sync with sylpheed 0.5.0pre1
15817
15818 2001-06-18 [hoa]
15819
15820         * src/compose.[ch]
15821         * src/mainwindow.c
15822                 Follow-up and reply to
15823
15824         * src/summaryview.[ch]
15825                 Build threads also with subjects
15826
15827 2001-06-17 [hoa]
15828
15829         * src/compose.c
15830                 forwarding use the current account.
15831
15832         * src/mainwindow.c
15833                 the "compose message" button has been replaced with
15834                 "new mail" and "new news" buttons
15835
15836         * src/prefs_common.[ch]
15837                 added a configuration option to use the forward button
15838                 as "forward as attachment"
15839                 changed reply and forward format description
15840
15841         * src/quote_fmt_lex.l
15842         * src/quote_fmt_parse.y
15843                 added message with no signature in format for reply
15844                 and forward.
15845
15846 2001-06-17 [paul]
15847
15848         Minor UI stuff
15849
15850         * src/mainwindow.c
15851         * src/summaryview.c
15852                 Improvements to the English
15853
15854         * src/prefs_common.c
15855                 Improvements to the English and some
15856                 clarity/continuity improvements in the
15857                 description of Quote symbols.
15858
15859 2001-06-17 [paul]
15860
15861         0.5.0claws1
15862
15863         * sync with sylpheed 0.5.0pre1
15864
15865 2001-06-17 [hoa]
15866
15867         * src/compose.c
15868                 Better interface for compose, displayed fields
15869                 are updated whenever we change account.
15870                 Newsgroups field is automatically filled.
15871
15872         * src/mainwindow.c
15873                 Newsgroups field is automatically filled.
15874
15875         * src/prefs_account.c
15876                 Some interface stuff when fields appear and
15877                 disappear.
15878
15879 2001-06-16 [paul]
15880
15881         0.4.99claws
15882
15883         * sync with sylpheed 0.4.99
15884
15885 2001-06-16 [sergey]
15886
15887         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15888         base64_decoder_free, base64_decoder_decode): new object and
15889         functions for decoding base64 streams.
15890         * src/procmime.c (procmime_decode_content): modified to use the
15891         new base64 decoder.
15892
15893 2001-06-15 [paul]
15894
15895         0.4.99claws10
15896
15897         * sync with sylpheed 0.4.99cvs11
15898
15899 2001-06-13 [paul]
15900
15901         0.4.99claws9
15902
15903         * sync with sylpheed 0.4.99cvs9
15904
15905 2001-06-13 [hoa]
15906
15907         * src/compose.c
15908         * src/prefs_account.c
15909
15910                 SMTP server can be defined in the news account
15911                 mime type of attachment are kept.
15912
15913         * src/summaryview.c
15914
15915                 now choose the highest important score between default
15916                 and important score of folder.
15917
15918 2001-06-09 [alfons]
15919         
15920         * src/prefs_common.c: 
15921
15922                 (prefs_quote_description_create): corrected description of 
15923                 quote format characters
15924
15925 2001-06-09 [paul]
15926
15927         0.4.99claws8
15928
15929         * sync with sylpheed 0.4.99cvs8
15930
15931 2001-06-08 [sergey]
15932
15933         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15934         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15935
15936 2001-06-08 [paul]
15937
15938         0.4.99claws7
15939
15940         * sync with sylpheed 0.4.99cvs7
15941
15942 2001-06-06 [sergey]
15943
15944         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15945         clashes with autogenerated header).
15946         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15947         * src/Makefile.am: added quote_fmt.h.
15948         * src/.cvsignore: added lex/yacc autogenerated files
15949         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15950
15951 2001-06-06 [paul]
15952
15953         0.4.99claws6
15954
15955         * sync with sylpheed 0.4.99cvs6
15956
15957 2001-06-06 [hoa]
15958
15959         * added src/quote_fmt_parse.h
15960         * src/compose.c
15961                 removed warnings
15962
15963         * src/prefs.[ch]
15964                 don't modify readonly configuration files
15965
15966         * src/prefs_account.c
15967         * src/prefs_common.c
15968         * src/prefs_customheader.c
15969         * src/prefs_display_header.c
15970         * src/prefs_filter.c
15971         * src/prefs_filtering.c
15972         * src/prefs_scoring.c
15973                 don't open dialog box when configuration files
15974                 are readonly
15975
15976 2001-06-05 [sergey]
15977
15978         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15979
15980         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15981         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15982         BUILT_SOURCES to make all files rebuild properly.
15983
15984         * src/compose.c: removed #include "quote_fmt.tab.h".
15985
15986         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15987         CHARACTER value in yylval.
15988
15989         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15990         receive CHARACTER value by documented means (yylval).
15991
15992         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15993
15994 2001-06-05 [hoa]
15995
15996         * src/Makefile.am
15997                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15998
15999         * src/filtering.c
16000         * src/matcher.c
16001         * src/matcher.h
16002         * src/prefs_filtering.c
16003                 now keep the configuration for execute action
16004
16005         * src/mbox_folder.c
16006                 fixed a warning
16007
16008 2001-06-05 [paul]
16009
16010         * sync with sylpheed 0.4.99cvs5
16011
16012 2001-06-05 [hoa]
16013
16014         * src/Makefile.am
16015                 added quote_fmt.[ch]
16016
16017         * added src/quote_fmt.y
16018         * added src/quote_fmt.l
16019         * added src/quote_fmt.tab.h
16020         * added src/quote_fmt.tab.c
16021         * added src/lex.quote_fmt.c
16022                 parsing configuration for replying
16023                 and forwarding
16024
16025         * src/prefs_common.[ch]
16026                 added configuration UI for replying
16027                 and forwarding
16028
16029         * src/compose.c
16030                 using configuration for replying
16031                 and forwarding
16032
16033 2001-06-04 [hoa]
16034
16035         * src/filtering.c
16036         * src/matcher.c
16037         * src/matcher.h
16038         * src/prefs_filtering.c
16039         * src/prefs_matcher.c
16040         * src/prefs_matcher.h
16041                 action "run a command" for filtering
16042                 and matching with a command.
16043                 fixed the "whole message" matching
16044
16045         * src/mbox_folder.c
16046                 changed temporary filename for security
16047
16048         * src/messageview.c
16049                 queue the notification if it fails to send.
16050
16051         * src/prefs_common.c
16052         * src/prefs_folder_item.c
16053                 changed the default important score             
16054
16055         * src/prefs_scoring.c
16056         * src/scoring.c
16057                 hide kill score input when the folder is not
16058                 a newsgroup
16059
16060 2001-06-03 [alfons]
16061
16062         * src/prefs_common.c:
16063
16064                 (prefs_font_select): pass font name in font entry box to font
16065                 selection dialog.
16066
16067 2001-06-03 [sergey]
16068
16069         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16070
16071 2001-06-03 [paul]
16072
16073         * sync with sylpheed 0.4.99cvs4
16074
16075 2001-06-03 [alfons]
16076
16077         * src/headerwindow.c:
16078
16079                 (headerwindow_show_cb): use the selected summary view item, not
16080                 the displayed item.
16081
16082 2001-06-02 [alfons]
16083
16084         * src/headerwindow.c:
16085
16086                 (headerwindow_show_cb): always try to show msginfo
16087
16088 2001-06-02 [hoa]
16089
16090         * src/compose.c
16091                 keep attached parts when reediting or forwarding.
16092
16093 2001-06-01 [hoa]
16094
16095         * src/folderview.c
16096         * src/prefs_folder_item.[ch]
16097         * src/prefs_scoring.[ch]
16098         * src/scoring.[ch]
16099         * src/summaryview.[ch]
16100         * src/main.c
16101         * src/mainwindow.c
16102         * src/prefs_common.[ch]
16103                 support for folder scoring
16104                 kill score and important score for messages
16105         
16106         * src/prefs_account.c
16107                 some display bug fixed for local account
16108                 preferences
16109
16110 2001-05-31 [alfons]
16111
16112         * src/summaryview.c:
16113
16114                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16115                 sender to address book menu item is disabled.
16116
16117 2001-05-30 [hoa]
16118
16119         * src/filtering.[ch]
16120         * src/summaryview.c
16121                 handling summary menu / filter messages
16122
16123         * src/folder.[ch]
16124                 add some stuff
16125
16126         * src/foldersel.c
16127                 imap folders now appears in list
16128
16129         * src/mbox_folder.c
16130                 doesn't crash if destination mail is not writeable
16131
16132 2001-05-29 [hoa]
16133
16134         * src/compose.c
16135                 removed some warnings
16136
16137         * src/filtering.c
16138         * src/folder.[ch]
16139         * src/prefs_filtering.c
16140                 global string to identify any folders           
16141                 removed some debug info
16142                 filtering to mbox folders is now possible
16143
16144         * src/mainwindow.c
16145                 removed some warnings
16146
16147         * src/mbox_folder.c
16148                 permission on files are changed to read/write for user only,
16149                 nothing for other.
16150                 creation of subfolder is handled better.
16151
16152 2001-05-28 [alfons]
16153
16154         Verified the sync for src/prefs_common.[ch] and
16155         src/prefs_account.[ch]. I believe there were some
16156         minor indentation differences.
16157
16158 2001-05-28 [paul]
16159
16160         0.4.99claws3
16161
16162         * sync with 0.4.99cvs3
16163
16164 2001-05-28 [hoa]
16165
16166         * src/compose.c
16167                 handling flags for mbox format
16168
16169         * src/filtering.c
16170                 use of mark file only for MH format
16171                 handling flags for mbox format
16172                 filtering cannot yet move or copy mails to mbox folders.
16173
16174         * src/folder.[ch]
16175                 changed move_msg, copy_msg,
16176                 move_msgs_with_dest, copy_msgs_with_dest functions
16177                 uses only folder->copy_msg() function
16178                 uses folder->finished_copy() to handle the destination
16179                 folder at the end of the copy or move operation.
16180
16181         * src/foldersel.c
16182                 included mbox directories.
16183
16184         * src/folderview.[ch]
16185         * src/mainwindow.c
16186                 handle folders operation for mbox format
16187
16188         * src/mbox.c
16189                 disable conversion of "From " header
16190
16191         * src/mbox_folder.[ch]
16192                 completion of mbox format handling
16193
16194         * src/mh.c
16195                 changed mh_copy_msg() function and
16196                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16197                 mh_copy_msgs_with_dest()
16198
16199         * src/prefs_filtering.c
16200                 removed some warnings
16201
16202         * src/prefs_matcher.c
16203                 default boolean operation is AND
16204
16205         * src/procheader.c
16206                 handling flags for mbox format
16207                 handling of "From " header
16208
16209         * src/procmsg.[ch]
16210                 removed data field
16211                 added MSG_REALLY_DELETED flags to handle deletion of
16212                 messages in mbox format.
16213
16214         * src/summaryview.c
16215                 handling flags for mbox format
16216                 disable the MSG_DELETED flags when messages
16217                 are deleted in mbox format
16218
16219         * src/textview.c
16220                 "From " headers display fixed.
16221
16222 2001-05-27 [alfons]
16223
16224         * src/textview.c:
16225                 
16226                 (get_email_part): skip quoted email addresses, like in e.g.
16227                 "'alfons@proteus.demon.nl'".
16228
16229 2001-05-26 [alfons]
16230
16231         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16232         and fixing the persistence troubles when using separate windows.
16233
16234         * src/mainwindow.c:
16235         
16236             Added #define SEPARATE_ACTION used in the gtk item factory for 
16237             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16238                 use gtk_item_factory_get_widget_by_action() to get the items.
16239                 
16240             Removed separate_widget_cb from the gtk item factory data   
16241           
16242             (mainwindow_create): connect separate_widget_cb() to check
16243             menu item "toggled" signal. also passing a MainWindow pointer
16244                 as object data for both check menu items.
16245                 
16246             (separate_widget_cb): definition of separate_widget_cb() to match
16247             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16248                 window using gtk_object_get_data(). The type of window separation 
16249                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16250         
16251         * src/prefs_filtering.c,
16252           src/prefs_matcher.c: added horizontal scrollbars
16253
16254 2001-05-25 [darko]
16255
16256         * src/headerview.c
16257                 fix segfault with invalid bold font
16258         * src/summaryview.c
16259                 correctly display summary stats after row is marked
16260
16261 2001-05-23 [sergey]
16262
16263         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16264         encodings with libjconv.
16265
16266 2001-05-23 [hoa]
16267
16268         * src/Makefile.am
16269                 added mbox_folder.[ch]
16270         * src/defs.h
16271                 mbox temporary folder
16272         * src/folder.[ch]
16273         * added src/mbox_folder.[ch]
16274         * src/folderview.c
16275         * src/procheader.[ch]
16276                 added mbox support
16277         * src/mbox.c
16278                 bugfix for file incorporation filtering
16279         * src/imap.c
16280                 enable creation of MBOX
16281         * src/prefs_display_header.c
16282                 enable use of headers like "From "
16283                 something that should be fixed :
16284                         displaying of such headers add an extra space
16285         * src/prefs_folder_item.c
16286                 don't create folders because it is not necessary
16287         * src/procmsg.h
16288                 added data field to MsgInfo for mbox internal use
16289         * src/summaryview.c
16290                 added some support for mbox
16291         * src/utils.[ch]
16292                 added get_mbox_cache_dir() function
16293
16294 2001-05-23 [hiroyuki]
16295
16296         * src/headerwindow.c
16297           src/inc.c
16298           src/main.c
16299           src/mh.c
16300           src/nntp.c
16301           src/procmsg.h
16302           src/session.h
16303           src/socket.[ch]
16304           src/summaryview.c
16305           src/textview.c
16306           src/automaton.c
16307           src/folderview.c: more sync with 0.4.99cvs2.
16308
16309         * src/headerwindow.c: reverted.
16310
16311 2001-05-22 [paul]
16312
16313         0.4.99claws2
16314
16315         * sync with sylpheed 0.4.99cvs2
16316                 * src/news.[ch]
16317                 * src/nntp.[ch]
16318                 * INSTALL
16319                 * INSTALL.jp
16320
16321 2001-05-22 [alfons]
16322
16323         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16324
16325 2001-05-21 [alfons]
16326
16327         Minor things:
16328
16329         * configure.in: if gnome-config not found, "no" is displayed
16330         
16331         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16332
16333         * src/textview.c: now also possible to add mail addresses by right
16334           clicking in the text view
16335
16336         * src/codeconv.c: merged patch which fixes endless loop when encountering
16337           invalid wide characters; from Alte <010@imis.ru>  
16338
16339 2001-05-20 [alfons]
16340
16341         Added installation of gnome specific things:
16342
16343         * Makefile.am: gnome conditional
16344
16345         * configure.in: check for installed gnome
16346
16347         * added sylpheed.png, sylpheed.desktop
16348
16349 2001-05-20 [sergey]
16350
16351         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16352
16353         * src/mainwindow.h (main_window_toolbar_create): created a button
16354         for "Reply to all".
16355         (main_window_set_toolbar_sensitive): enable/disable the new button
16356         appropriately.
16357         (toolbar_reply_to_author_cb): handle the new button.
16358
16359         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16360         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16361         failure).
16362
16363 2001-05-19 [sergey]
16364
16365         * src/compose.h (ComposeReplyMode): new modes
16366         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16367         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16368
16369         * src/compose.c
16370         (compose_send): move some code into a new function:
16371         (compose_current_mail_account): new function.
16372         (compose_reply): new argument to_author, all callers changed; if
16373         to_author==TRUE and account->protocol==A_NNTP, find and use an
16374         appropriate mail account for replying.
16375         (compose_reply_set_entry): new argument to_author; ignore
16376         compose->replyto if to_author==TRUE.
16377
16378         * src/mainwindow.c: new command "Message/Reply to author".
16379         (main_window_set_menu_sensitive): enable/disable it.
16380         (reply_cb): handle it.
16381
16382         * src/summaryview.c: new command "Reply to author".
16383         (summary_set_menu_sensitive): enable/disable it.
16384         (summary_reply_cb): handle it.
16385
16386         * src/account.c (account_find_mail_from_address): new function.
16387
16388 2001-05-18 [paul]
16389
16390         0.4.99claws1
16391
16392         * sync with sylpheed 0.4.99cvs1
16393
16394 2001-05-18 [hoa]
16395
16396         * src/compose.[ch]
16397         * src/filtering.c
16398         * src/summaryview.c
16399                 new filtering action : forward and forward as attachment
16400
16401         * src/main.c
16402                 no need for $DISPLAY when we run sylpheed --help
16403                 call to parse_cmd_opt() is moved
16404
16405         * src/mainwindow.[ch]
16406                 execute button is hidden when immediate execute
16407                 is chosen
16408
16409         * src/mh.c
16410         * src/news.c
16411         * src/prefs_folder_item.c
16412         * src/procmsg.c
16413                 better handling of missing directories
16414
16415         * src/summaryview.c
16416                 reedit is enabled in outbox
16417                 reedit is enabled in queue
16418
16419 2001-05-17 [hoa]
16420
16421         * src/filtering.c
16422         * src/matcher.[ch]
16423         * src/prefs_filtering.c
16424                 changed attachement into attachment
16425
16426 2001-05-17 [alfons]
16427
16428         0.4.67claws4    
16429
16430         * sync with sylpheed 0.4.67cvs9
16431         * sync with sylpheed 0.4.67cvs7-8
16432
16433 2001-05-17 [hoa]
16434
16435         * src/Makefile.am
16436                 added prefs_filtering.c
16437
16438         * src/filtering.[ch]
16439         * src/matcher.[ch]
16440                 removed action : forward_news and forward_news_as_attachement
16441                 (forward and forward_as_attachement can be used instead)
16442
16443         * src/mainwindow.c
16444                 added menu option to access filtering configuration
16445
16446         * src/prefs_account.c
16447                 changed mail_command default to /usr/sbin/sendmail
16448
16449         * added src/prefs_filtering.[ch]
16450                 dialog box for filtering configuration
16451
16452         * src/prefs_matcher.c
16453                 added function prefs_matcher_get_criteria_from_matching()
16454
16455         * src/prefs_scoring.c
16456                 reset the dialog when register or substitute is clicked
16457
16458 2001-05-15 [hoa]
16459
16460         * src/Makefile.am
16461                 added filtering.[ch]
16462         * src/inc.c
16463                 using filering.[ch] instead of filter.[ch]
16464         * src/main.c
16465                 reading new filtering configuration
16466         * src/matcher.[ch]
16467                 added some filtering actions
16468                 and fixed a bug for headers and mail body matching
16469         * src/mbox.c
16470                 using filering.[ch] instead of filter.[ch]
16471         * src/mh.c
16472                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16473         * src/summaryview.c
16474                 some fixes for filtering
16475
16476 2001-05-14 [hiroyuki]
16477
16478         * src/send.c: fixed some weird indentations.
16479           send_message_with_command(): call pclose() only if p != NULL.
16480         * src/textview.c: get_email_part(): modified the code for readability.
16481
16482 2001-05-14 [hiroyuki]
16483
16484         * src/md5global.h
16485           src/md5ify.c
16486           src/md5ify.h: removed from the cvs.
16487
16488 2001-05-13 [sergey]
16489
16490         * src/main.c: include rfc2015.h to avoid compiler warnings.
16491         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16492         the panel is already on screen.
16493         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16494         closing the alert window by ESC as "No".
16495         * src/prefs_common.c (prefs_interface_create): moved return
16496         receipt check button to the correct place.
16497
16498 2001-03-13 [alfons]
16499
16500         * src/prefs_common.c: 
16501                 moved return receipt check button to the Send tab. (prefs_send_create)
16502                 removed the date format ui related globals. (prefs_display_create)
16503
16504         0.4.67claws3
16505         
16506         * sync with sylpheed 0.4.67cvs5-6
16507
16508 2001-05-13 [paul]
16509
16510         * added Alfons' font selection patch
16511
16512         * src/defs.h
16513         * src/headerwindow.c
16514         * src/prefs_common.c
16515         * src/prefs_common.h
16516
16517 2001-05-13 [hoa]
16518         * src/defs.h
16519                 changed version of cache
16520         * src/matcher.[ch]
16521         * src/prefs_matcher.c
16522                 added additionnal matching criteria
16523         * src/procheader.c
16524         * src/procmsg.[ch]
16525         * src/news.c
16526                 added references in MsgInfo
16527
16528 2001-05-12 [hoa]
16529
16530         * src/defs.h
16531                 prepared some things for new filtering
16532         * src/matcher.[ch]
16533                 added some matching properties
16534                 inreplyto need to be enhanced
16535                 prepared some things for new filtering
16536         * src/messageview.c
16537                 added Return-Receipt-To handling
16538         * src/prefs_folder_item.c
16539                 changed default value to TRUE
16540         * src/prefs_matcher.c
16541                 added some matching properties
16542         * src/prefs_scoring.[ch]
16543                 the scoring dialog is finished
16544         * src/procheader.c
16545                 added Return-Receipt-To handling
16546                 Reference need to be added
16547         * src/procmsg.[ch]
16548                 added Return-Receipt-To handling
16549                 added threadscore to get a better score sorting when
16550                 threads are enabled
16551         * src/summaryview.c
16552                 suppressed a bug when we sort the list
16553                 when no folder is opened.
16554                 better score sorting when threads are enabled
16555
16556 2001-05-12 [alfons]
16557
16558         * reverted previous patch because of potential errors 
16559
16560         0.4.67claws2
16561         
16562         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16563                 applied "toggle mail-retrieval dialog window" patch submitted 
16564                 by Eric Limpens <eric@qnt.net>
16565
16566         * sync with sylpheed 0.4.67cvs4
16567
16568 2001-05-12 [sergey]
16569
16570         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16571         some picky compilers.
16572         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16573         * src/grouplist_dialog.c: include alertpanel.h.
16574         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16575         fix compile warning.
16576         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16577         #include "defs.h" before others to prevent the warning of `MIN'
16578         and `MAX' redefinition.
16579
16580 2001-05-11 [hoa]
16581
16582         * src/main.c
16583         * src/messageview.c
16584         * src/prefs_account.c
16585         * src/prefs_display_header.c
16586                 removed warning
16587         * src/Makefile.am
16588                 added prefs_scoring.[ch]
16589         * src/grouplist_dialog.c
16590                 display an error dialog box if the group list
16591                 cannot be fetched.
16592         * src/mainwindow.[ch]
16593                 added main_window_set_thread_option() function
16594                 scoring dialog box enabled
16595         * src/matcher.[ch]
16596                 added flags matching unread /new / marked
16597                 / deleted / replied / forwarded
16598         * src/news.c
16599                 newsgroups are now finally in newscache
16600         * src/prefs_matcher.[ch]
16601                 finished preferences for matching dialog
16602         * added src/prefs_scoring.[ch]
16603                 scoring dialog box completed
16604         * src/scoring.[ch]
16605                 conversion to string : added scoringprop_to_string()
16606                 write config for preferences :
16607                 added prefs_scoring_write_config()
16608         * src/summaryview.c
16609                 threads can be enabled/disabled independently
16610                 for each folder
16611
16612 2001-05-10 [alfons]
16613
16614         0.4.67claws1
16615         
16616         * AUTHORS: 
16617                 thought it would be nice to have a list of all
16618                 contributors (used Changelog as a reference)
16619         
16620         * configure.in: 
16621                 messed up version numbering...
16622
16623         0.4.66claws1
16624
16625         * sync with sylpheed 0.4.67cvs1-3
16626
16627 2001-05-10 [darko]
16628
16629         * src/prefs_common.c:
16630                 better UI for strftime format, double clicking
16631                 on format now inserts the format in text entry
16632                 replaced close button with standard OK/Cancel
16633                 moved date format button to the right of the
16634                 text entry field
16635
16636 2001-05-09 [alfons]
16637
16638         * src/gtkstext.c:
16639                 Ctrl-Home / Ctrl-End have proper cursor navigation
16640
16641 2001-05-09 [hoa]
16642
16643         * src/prefs_matcher.c
16644                 finished UI to define matching properties
16645                 added ok and cancel button
16646         * src/prefs_filter.c
16647                 added ok and cancel button
16648         * src/news.c
16649                 fixed some bug in xhdr parsing
16650
16651 2001-05-08 [alfons]
16652
16653         * src/textview.c: 
16654                 fixed a bug in textview_show_header(), which displayed two colons (':');
16655                 cleaned up some warnings
16656
16657 2001-05-08 [hoa]
16658
16659         * src/Makefile.am
16660                 added prefs_matcher.[ch]
16661                 compilation with -W -Wall
16662         * src/alertpanel.c
16663                 ungrab the mouse events if grabbed - does it
16664                 fix the bug for disposition notification ?
16665         * src/mainwindow.c
16666                 added a menu option to open the matching dialog.
16667         * src/matcher.[ch]
16668                 added matcherprop_to_string() and matcherlist_to_string()
16669                 fixed some bugs, changed the name of some options
16670                 age_sup and age_inf becomes age_greater and age_lower,
16671                 body and messageheaders becomes body_part and headers_part,
16672                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16673         * src/prefs_display_header.c
16674         * src/prefs_headers.c
16675                 fixed a bug that accidentally destroyed dialogs
16676                 when closed them with delete_event
16677                 Added *_deleted() which handle delete_event signal correctly.
16678         * src/prefs_folder_item.[ch]
16679                 added "enable_thread" field for future customization
16680         * added src/prefs_matcher.[ch]
16681                 sample of the UI to define matching properties
16682         * src/procheader.c
16683                 using procheader_headername_equal instead of str*cmp functions
16684                 using procheader_parse_header() function
16685         * src/scoring.c
16686                 using MATCHING_XXX instead of SCORING_XXX
16687         * src/summaryview.c
16688                 display the sender of the news even if this is ourself
16689                 when this is a news message.
16690         * src/textview.c
16691                 using headername_equal() instead of str*cmp functions
16692
16693 2001-05-08 [alfons]
16694
16695         0.4.66claws
16696
16697         * sync with sylpheed 0.4.66
16698         * src/gtkstext.c: trace logs added 
16699
16700 2001-05-08 [sergey]
16701
16702         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16703         signature check popup.
16704         * src/rfc2015.c (check_signature): show signature check popup only
16705         if it is enabled in preferences.
16706
16707 2001-05-07 [alfons]
16708
16709         0.4.66claws4
16710         
16711         * sync with sylpheed 0.4.66cvs6
16712
16713 2001-05-07 [darko]
16714
16715         * src/prefs_common.[ch]: added option to enable/disable
16716           looking up sender name in address book for summary pane
16717         * src/summaryview.c: look up sender in the address book
16718           by using Alfons' address completion code
16719
16720 2001-05-07 [hiroyuki]
16721
16722         * src/inc.h
16723           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16724           member of Pop3State.
16725         * src/news.c: brought #include "defs.h" before #include <glib.h>
16726           to prevent the warning of `MIN' and `MAX' redefinition.
16727
16728 2001-05-06 [hoa]
16729
16730         * removed src/headers_display.[ch]
16731         * removed src/prefs_display_headers.[ch]
16732         * src/inc.c
16733                 use a temporary file in the user directory for mbox import
16734         * src/news.c
16735                 added XHDR support to get "To" and "Cc" headers
16736                 (in order to match news with to or cc field for
16737                 scoring)
16738                 added function news_parse_xhdr() to get XHDR response
16739         * src/nntp.[ch]
16740                 added function nntp_xhdr()
16741         * src/matcher.c
16742                 fetch the message if necessary
16743
16744 2001-05-06 [alfons]
16745
16746         0.4.66claws3
16747
16748         * sync with sylpheed 0.4.66cvs3-5
16749
16750 2001-05-06 [hoa]
16751
16752         * src/utils.[ch]
16753                 added function itos_buf() to enable use of several buffers
16754         * src/summaryview.c
16755                 use of itos_buf() instead of itos() in summary list
16756                 to fix the broken display of message number.
16757
16758 2001-05-06 [alfons]
16759
16760         * src/gtkstext.c: bug in cursor up navigation fixed,
16761                 fixed another unsigned / signed comparison (we're getting there :-)
16762
16763 2001-05-06 [hoa]
16764
16765         * src/Makefile.am
16766                 added scoring.c scoring.h
16767                 prefs_folder_item.c prefs_folder_item.h
16768                 matcher.c matcher.h
16769         * src/defs.h
16770                 added FOLDERITEM_RC SCORING_RC
16771         * src/folder.[ch]
16772                 added prefs field in FolderItem :
16773                 properties for each folder (PrefsFolderItem),
16774                 sorting type and mode were added as the first properties.
16775         * src/main.c
16776                 read config for scoring
16777         * added src/matcher.[ch]
16778                 gives functions to parse configuration file to do
16779                 matching on mails with a list of conditions.
16780         * src/mainwindow.c
16781                 add option to sort by score
16782         * src/prefs_common.[ch]
16783                 added preference option to show score and for
16784                 the score column size
16785         * added src/prefs_folder_item.[ch]
16786                 properties for each folder (PrefsFolderItem),
16787                 sorting type and mode were added as the first properties.
16788         * src/procheader.[ch]
16789                 added procheader_parse_header()
16790                 added procheader_header_free()
16791                 added procheader_headername_equal()
16792                 and made modification to use them.
16793         * src/procmsg.[ch]
16794                 added score field to MsgInfo structure
16795         * added src/scoring.[ch]
16796                 gives functions to parse configuration file to do
16797                 scoring on mails with a list of conditions.
16798         * src/summaryview.[ch]
16799                 save the sorting type and mode for the folder
16800                 added column to display the score of the mail
16801                 added function summary_score_clicked()
16802                 sorting type and mode are restored to the folder
16803                 when it is reopen
16804         * src/textview.c
16805                 use procheader_parse_header(), procheader_headername_equal()
16806                 removed memory leak in text_scan_header when freeing headers
16807         * src/filter.c
16808                 changed the function to match names of headers
16809                 using procheader_headername_equal()
16810
16811         Scoring functions are implemented, an interface is needed
16812         to configure that.
16813
16814 2001-05-04 [alfons]
16815
16816         * src/gtkstext.c: 
16817                 hopefully fixed the row up navigation bug,
16818                 removed adding back / forward lines to cache
16819
16820 2001-05-04 [sergey]
16821
16822         * src/prefs_display_headers.c: user interface changes:
16823         (prefs_display_headers_create): remove unused "Show" check button;
16824         allow reordering of headers by dragging.
16825         (prefs_display_headers_write_config): remove unused variables.
16826         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16827         of lists (not needed with the new UI).
16828         (prefs_display_headers_set_list): scan lists starting from row 0,
16829         not 1 (do not skip "(New)").
16830         (prefs_display_headers_find_header): new function.
16831         (prefs_display_headers_clist_set_row): do not allow duplicates.
16832         (prefs_display_headers_delete_cb): do not skip row 0; treat
16833         closing the alert window by ESC as "No".
16834         (prefs_display_headers_up): do not protect row 0.
16835         (prefs_display_headers_down): do not protect row 0.
16836
16837 2001-05-04 [sergey]
16838
16839         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16840         functions.
16841
16842         * src/summaryview.c
16843         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16844         summary_select_next_marked, summary_select_prev_marked): new
16845         functions.
16846
16847 2001-05-03 [sergey]
16848
16849         * src/news.c: fixed a bug when no article can be fetched after
16850         server timeout if the connection was restored by news_post():
16851         (news_select_group): new function.
16852         (news_fetch_msg): call news_select_group() before fetching
16853         article.
16854         (news_get_uncached_articles): set session->group after successful
16855         GROUP command.
16856
16857 2001-05-03 [hoa]
16858
16859         * src/defs.h
16860         * src/procmsg.[ch]
16861         * src/procheader.c
16862                  changed version of cache, added cc field
16863
16864         * src/prefs_display_headers.c
16865                 the interface was changed
16866
16867         * src/prefs_headers.c
16868                 added cancel button
16869
16870 2001-05-03 [alfons]
16871
16872         * completed sync of sylpheed cvs2
16873         * src/gtkstext.c: updated row up / down cursor navigation
16874         * src/textview.c: re-edited, prepared for fixing the email address
16875                 scanner.
16876
16877 2001-05-03 [darko]
16878
16879         * src/prefs_common.c: use alfons' strftime ui code
16880         entry_datefmt and datefmt_sample widgets have to be
16881         global in this module because of this change
16882
16883 2001-05-03 [hoa]
16884
16885         * src/messageview.c
16886         * src/prefs_common.[ch] added option to activate the return receipt
16887                 feature.
16888
16889 2001-05-02 [alfons]
16890
16891         * src/gtkstext.c: fix for row up/down cursor navigation. 
16892
16893         0.4.66claws2
16894         
16895         * sync with 0.4.66cvs2
16896
16897 2001-05-02 [paul]
16898
16899         added add-sender-to-addressbook patch
16900
16901         * src/addressbook.c
16902         * src/addressbook.h
16903         * src/summaryview.c
16904
16905 2001-05-02 [sergey]
16906
16907         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16908         G_ALERTDISABLE.
16909
16910         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16911         all existing callers changed to pass FALSE; create a check button
16912         to disable the message.
16913         (alertpanel_message_with_disable): new function.
16914         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16915         (alertpanel_button_toggled): new function.
16916         (alertpanel_button_clicked, alertpanel_close): set value using
16917         G_ALERT_VALUE_MASK.
16918
16919         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16920
16921         * src/prefs_common.c (prefs_privacy_create): new check button
16922         checkbtn_gpgme_warning.
16923
16924         * src/main.c (main): moved preferences reading before gpgme
16925         initialization; check prefs_common.gpgme_warning before giving the
16926         GnuPG warning and set it to FALSE if the user wants to disable the
16927         warning.
16928
16929 2001-05-02 [hiroyuki]
16930
16931         * src/prefs_display_headers.c: modified the layout and some labels.
16932
16933 2001-05-02 [sergey]
16934
16935         * src/prefs_account.c (prefs_account_fix_size): new function.
16936         (prefs_account_create): call prefs_account_fix_size(); use
16937         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16938         size when the window is shown for the first time).
16939         (prefs_account_basic_create): changed layout of serv_table; moved
16940         localmbox_entry above smtpserv_entry (logically it replaces
16941         POP3/IMAP server).
16942         (prefs_account_protocol_activated): set sensitivity of
16943         nntpauth_chkbtn according to the protocol (in addition to
16944         hide/show); commented out gtk_table_set_row_spacing() calls.
16945         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16946         not sensitive (fixes a bug with disabled username/password boxes
16947         when editing POP3 account after NNTP with authentication).
16948
16949 2001-05-02 [hoa]
16950
16951         * src/account.c
16952         * src/inc.c
16953         * src/prefs_account.[ch]
16954         * src/send.c
16955                 removed local account without SMTP server
16956                 added option to use mail command instead of a connexion
16957                 to SMTP server when a local account is used
16958         * src/prefs_headers.c
16959                 fixed a bug
16960         * src/news.c
16961                 fixed a bug when connexion immediately closed
16962
16963 2001-05-01 [alfons]
16964
16965         0.4.66claws1
16966         
16967         * sync with 0.4.65
16968
16969 2001-05-01 [sergey]
16970
16971         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16972         widget nntpauth_chkbtn.
16973         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16974         visibility.
16975         (prefs_account_nntpauth_toggled): new function.
16976
16977         * src/news.c (news_session_new_for_folder): use NNTP
16978         authentication only if ac->use_nntp_auth is set.
16979
16980 2001-05-01 [hoa]
16981
16982         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16983         * src/prefs_display_headers.c changed the UI
16984         * src/prefs_headers.c changed account_name to account_id
16985         * src/compose.c using customheader.h
16986
16987 2001-05-01 [hiroyuki]
16988
16989         * src/esmtp.c
16990           src/news.c
16991           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16992           unsynched.
16993
16994 2001-05-01 [hoa]
16995
16996         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16997         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16998                 for displaying of headers
16999         * src/grouplist_dialog.[ch] minor changes to remove warnings
17000         * src/prefs_display_headers.[ch] dialog to choose the
17001         headers to display in the mail viewer.
17002         * src/headers.h correction of #define
17003         * src/headers_display.[ch] configuration for displaying of headers.
17004         * src/main.c read config of displaying of headers
17005         * src/prefs_common.c add a button to access the config dialog
17006                 for displaying of headers
17007         * src/prefs_display_headers.[ch] dialog for configuration for
17008                 displaying of the headers.
17009         * src/prefs_headers.c cleaning of code
17010         * src/procheader.c comments added to code
17011         * src/textview.c changes to reorder the headers depending
17012                 on the config for displaying of headers
17013
17014 2001-04-30 [alfons]
17015
17016         0.4.65claws7
17017
17018         * sync with 0.4.65cvs12
17019
17020         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17021
17022 2001-04-30 [sergey]
17023
17024         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17025
17026         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17027         is set to force reconnection after authentication failure.
17028         (nntp_gen_command): set sock->auth_failed on authentication
17029         failure, or if sock->userid and sock->passwd are not set.
17030
17031         * src/news.c (news_session_new_for_folder): set userid=NULL if
17032         password dialog is cancelled.
17033
17034 2001-04-30 [sergey]
17035
17036         * src/nntp.h (NNTPSockInfo): new type.
17037
17038         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17039         SockInfo.
17040         (nntp_open_auth, nntp_close): new functions.
17041         (nntp_gen_command): new function to handle authentication; all
17042         NNTP command functions updated to use it.
17043         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17044         (nntp_list): removed old useless code.
17045
17046         * src/news.h (NNTPSession): new field nntp_sock.
17047
17048         * src/news.c: all functions updated to use NNTPSockInfo instead of
17049         SockInfo.
17050         (news_session_new): new arguments (userid, passwd); made static;
17051         use nntp_open_auth() if needed.
17052         (news_session_destroy): use nntp_close() instead of sock_close().
17053         (news_query_password): changed arguments.
17054         (news_session_new_for_folder): new function.
17055         (news_session_get): use news_session_new_for_folder().
17056         (news_authenticate): deleted.
17057         (news_get_uncached_articles): removed old authentication code.
17058
17059 2001-04-30 [sergey]
17060
17061         * src/news.c: reverted my previous changes (need to do NNTP
17062         authentication in a cleaner way).
17063         
17064 2001-04-29 [sergey]
17065
17066         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17067         news_nntp_post, news_nntp_mode): new functions (wrappers with
17068         authentication support).
17069         (news_get_article_cmd, news_get_article, news_get_header): new
17070         argument "folder"; all callers changed.
17071         (news_get_article_cmd): added authentication support.
17072         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17073         (news_post): use news_nntp_post() instead of nntp_post().
17074         (news_get_uncached_articles): use news_nntp_group() instead of
17075         nntp_group() and news_nntp_xover() instead of nntp_xover();
17076         removed old authentication code.
17077         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17078
17079         * src/nntp.c (nntp_list): return real error code instead of
17080         hardcoded NN_ERROR.
17081
17082 2001-04-29 [sergey]
17083
17084         * configure.in: fixed wint_t typedef detection again
17085
17086 2001-04-28 [hoa]
17087
17088         * src/prefs_account.[ch], added A_LOCAL_CMD
17089                 (send mail with mail command)
17090         * src/send.c added function send_message_with_command()
17091         * src/inc.c made a more secure get_spool() function with
17092                 mktemp() but maybe mkstemp() or something more
17093                 secure can be used.
17094
17095 2001-04-28 [alfons]
17096
17097         * src/textview.c, colorization of email addresses in headers
17098
17099         0.4.65claws6
17100
17101         * bug sync with sylpheed
17102         * prefs_common.c: created date format ui for darko
17103         * sync with 0.4.65cvs11
17104         * configure.in: corrected to have the new gpg checks
17105
17106 2001-04-27 [alfons]
17107
17108         * completed sync with 0.4.65cvs10
17109         * minor debug things added to gtkstext.c
17110
17111 2001-04-27 [darko]
17112
17113         * configure.in: remove check for availability of
17114           strftime() as advised by Hiroyuki
17115         * src/prefs_common.[ch], src/procheader.c:
17116           synch strftime() code with Hiroyki's main branch
17117
17118 2001-04-26 [sergey]
17119
17120         * src/news.c: news_query_password(), news_authenticate(): new
17121           functions.
17122           news_get_uncached_articles(): added NNTP authentication
17123           handling.
17124         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17125           new functions.
17126         * src/prefs_account.c: prefs_account_protocol_activated():
17127           enable userid and password fields for NNTP.
17128
17129 2001-04-26
17130
17131         * configure.in: check for availability of strftime()
17132           [darko]
17133         * src/prefs_common.[ch], src/procheader.c: use
17134           strftime() for displaying date in summary pane if it
17135           is available
17136
17137 2001-04-25
17138
17139         * more .cvsignore cleanups [alfons]
17140
17141 2001-04-25
17142
17143         * ac/sv-check-type.m4: new autoconf macro.
17144         * configure.in: fixed wint_t typedef detection (did not work
17145           with gcc-2.96).
17146
17147 2001-04-25
17148
17149         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17150           [hiroyuki]
17151
17152 2001-04-24
17153         * modified gtkstext.c : buggy cursor navigation fixed, 
17154           and font descent also taken in account when drawing
17155           cursor. [alfons]
17156
17157 2001-04-24 [hoa]
17158         * added comments in src/news.c src/nntp.c
17159         * added src/prefs_headers.[ch]
17160         * added src/headers.[ch]
17161         * modified compose.c to activate custom headers
17162                 added function is_in_custom_headers
17163         * modified prefs_account.[ch]
17164                 added function prefs_account_customhdr_edit
17165         * modified src/defs.h :
17166                 added HEADERS_RC : name of the config file
17167                 for the custom headers
17168
17169 2001-04-24
17170
17171     0.4.65claws5
17172
17173         * configure.in
17174           src/gtkstext.[ch]
17175           src/compose.c
17176           src/Makefile.am
17177           
17178           added gtkstext with configure.in patch by Hiroyuki which
17179           should fix the XIM detection [alfons]
17180
17181         * more clean up of cvs [alfons]
17182
17183                  * removed all Makefile.in files to attic.
17184
17185                  * updated all .cvsignores to really ignore things that could
17186                    be unintentionally committed by a recursive commit.
17187
17188 2001-04-23 [hoa]
17189         * added src/grouplist_dialog.[ch]
17190         * changed src/folderview.c to call grouplist_dialog instead
17191                 of inputdialog
17192         * src/news.c :
17193                 added functions news_reset_group_list
17194                 and news_get_group_list
17195         * src/nntp.c :
17196                 added function nntp_list
17197         * src/defs.h :
17198                 added GROUPLIST_FILE : name of the newsgroup list cache file
17199
17200 2001-04-21
17201
17202         * added option to warn about queued messages on exit [sergey]:
17203
17204           * src/compose.c: compose_queue(): call folder_item_scan()
17205             and folderview_update_item() after queueing.
17206           * src/folderview.c: folderview_update_node(): draw the queue
17207             folder in bold font if there are queued messages.
17208           * src/mainwindow.c: queued_messages(): new function.
17209             app_exit_cb(): display warning if there are queued messages
17210             if warn_queued_on_exit is set.
17211           * prefs_common.[ch]: add warn_queued_on_exit option.
17212
17213         * enhanced GnuPG key selection support [sergey]:
17214
17215           * src/select-keys.c: updated to newer version from Win32
17216             branch with support for selecting arbitrary keys.
17217           * src/prefs_account.c: added the Privacy tab to the account
17218             options window.
17219             prefs_account_privacy_create(),
17220             prefs_account_sign_key_set_data_from_radiobtn(),
17221             prefs_account_sign_key_set_radiobtn(): new functions.
17222           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17223           * src/rfc2015.c: set_signers(): new function.
17224             pgp_sign(): add the account parameter, call set_signers().
17225             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17226           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17227           * src/compose.c: pass the current account to rfc2015_sign().
17228
17229         * tag name claws added to prevent confusion with main branch [alfons]
17230
17231         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17232
17233         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17234
17235         * sync with recent sylpheed cvs. Untested though. [alfons]
17236