0.9.3claws12
[claws.git] / ChangeLog.claws
1 2003-07-16 [christoph]  0.9.3claws12
2
3         * src/folder.c
4                 move folder_item_update_freeze() to correct place in
5                 folder_item_scan_full()
6
7 2003-07-16 [paul]       0.9.3claws11
8
9         * sync with 0.9.3cvs12
10                 see ChangeLog 2003-07-14 and 2003-07-15
11
12 2003-07-16 [christoph]  0.9.3claws10
13
14         * src/imap.[ch]
15         * src/prefs_account.[ch]
16                 sync IMAP CRAM-MD5 authentication with sylpheed-main
17
18 2003-07-15 [alfons]     0.9.3claws9
19
20         * src/main.c
21                 make --config-dir do something useful
22
23 2003-07-15 [alfons]     0.9.3claws8
24
25         * src/procmsg.c
26                 o fix a bug where 'last' didn't really point to the last message
27                   in the top level list of children, but to the last threaded
28                   message. 
29                 
30                 o clean up and make it easier to sync
31
32 2003-07-15 [alfons]     0.9.3claws7
33
34         * src/mainwindow.c
35                 make correct menu items sensitive       
36
37 2003-07-14 [alfons]     0.9.3claws6
38
39         * src/procmsg.c
40                 tune the threader so it will not subject-thread any message
41                 without a subject prefix (this will not thread correctly if 
42                 a parent is delivered after their childs, but it looks 
43                 better right now)
44
45 2003-07-13 [christoph]  0.9.3claws5
46
47         * src/mainwindow.c
48                 group "Add mailbox *..." menu items in submenu
49
50 2003-07-13 [alfons]     0.9.3claws4
51
52         * src/summaryview.c
53                 correct summary_toggle_pressed() signature and make sure
54                 signal is not passed on
55
56 2003-07-13 [alfons]     0.9.3claws3
57
58         * src/summaryview.c
59                 o for now don't pass on keys when they we're handled by 
60                   ctree::key_press_event
61                 o clean up
62
63 2003-07-13 [alfons]     0.9.3claws2
64         
65         * src/main.c
66                 add command line option "--config-dir" to get the current 
67                 configuration dir
68
69 2003-07-12 [alfons]     0.9.3claws1
70
71         * src/matcher.[ch]
72         * src/matcher_parser_parse.y
73         * src/prefs_filtering.c
74         * src/filtering.c
75                 add "Lock" filter action to lock messages;
76
77         * src/filtering.c       
78                 remove debug_print()    
79         * src/prefs_filtering.c
80                 re-organize matcher part 9: 
81                 make action text entries easily extendible;
82                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
83                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
84
85 2003-07-12 [paul]
86
87         * tools/README
88                 update old information and add missing
89                 information
90
91 2003-07-12 [paul]       0.9.3claws
92
93         * 0.9.3claws released
94         
95 2003-07-12 [paul]       0.9.0claws103
96
97         * src/Makefile.am
98                 add addrquery.h
99
100 2003-07-12 [melvin]     0.9.0claws102
101
102         * src/messageview.c
103                 Fixed bug #215: Show MIME tab for single text/html messages. 
104                 
105 2003-07-12 [paul]       0.9.0claws101
106
107         * man/sylpheed.1
108                 updated
109
110 2003-07-12 [paul]       0.9.0claws100
111
112         * po/es.po
113           po/hr.po
114           po/pl.po
115           po/sr.po
116                 update Spanish, Croatian, Polish, Serbian translations.
117                 submitted by Ricardo Mones Lastra, Dragan, Witold
118                 Wladyslaw Wojciech Wilk, Urke MMI
119
120 2003-07-12 [melvin]     0.9.0claws99
121
122         * po/fr.po
123                 Updated French translations.
124
125 2003-07-12 [paul]       0.9.0claws98
126
127         * src/addressbook.c
128                 disable 'Lookup' button as it has no effect
129
130 2003-07-11 [alfons]     0.9.0claws97
131         
132         * src/summaryview.c
133                 summary_searchbar_pressed() should return TRUE to signal that
134                 event was handled. when returning void, the return value passed
135                 to GTK is actually random, but maybe FALSE, in which case the
136                 event is handled by parent
137                 
138 2003-07-10 [paul]       0.9.0claws96
139
140         * ac/missing/gettext.m4
141                 update to version 0.12
142
143 2003-07-10 [paul]       0.9.0claws95
144
145         * src/plugins/clamav/clamav_plugin.c
146                 fix bug where multipart/alternative messages
147                 would slip through without being scanned
148
149 2003-07-10 [christoph]  0.9.0claws94
150
151         * src/folder.c
152                 correct check if folder supports removing when a message is
153                 moved. if not the message is only copied.
154
155         (closes Bug 132 crash on startup in newsgroups folders)
156
157 2003-07-09 [alfons]     0.9.0claws93
158
159         * configure.ac
160         * src/common/defs.h
161                 --with-config-dir (default .sylpheed)
162
163 2003-07-09 [christoph]  0.9.0claws92
164
165         * configure.ac
166                 use PKG_CHECK_MODULES to check for gtkmathview
167                 (version 0.4.2 now required)
168
169 2003-07-08 [melvin]     0.9.0claws91
170
171         * src/action.c
172                 Implemented a progress bar that counts the number of completed
173                 tasks when the action runs more than one command.
174
175 2003-07-08 [alfons]     0.9.0claws90
176
177         * src/procmsg.c
178                 if queued message has an invalid Message-Id, don't try to
179                 find message it refers to (fixes #209 "crash when processing 
180                 in folder")
181
182 2003-07-08 [paul]       0.9.0claws89
183
184         * sync with 0.9.3cvs2
185                 see ChangeLog 2003-07-08
186
187 2003-07-08 [match]      0.9.0claws88
188
189         * src/ldapctrl.c
190                 extend LDAP search for first/last name by parsing search term.
191
192 2003-07-08 [alfons]     0.9.0claws87
193
194         * src/send_message.c
195                 fix bug #208 "Status message stuck when sending on POP3 account"
196
197 2003-07-07 [paul]       0.9.0claws86
198
199         * po/hr.po
200                 new Croatian translation, submitted by
201                 Dragan <drleskov@inet.hr>
202
203 2003-07-07 [paul]       0.9.0claws85
204
205         * sync with 0.9.3cvs1
206                 see ChangeLog 2003-07-07
207
208 2003-07-05 [christoph]  0.9.0claws84
209
210         * src/Makefile.am
211         * src/messageview.c
212         * src/mimeview.[ch]
213         * src/stock_pixmap.[ch]
214         * src/pixmaps/messageview_text.xpm              ** NEW **
215                 move mimeview tabs to the right side and use icons
216                 instead of text to save some space
217
218         (patch by Luke Plant <lukeplant@softhome.net>)
219
220 2003-07-05 [christoph]  0.9.0claws83
221
222         * src/inc.c
223                 add NULL pointer checks
224
225         (patch by Luke Plant <lukeplant@softhome.net>)
226         (closes Bug 204 0.9.0 quits on authentication error?!)
227
228 2003-07-05 [alfons]     0.9.0claws82
229
230         * configure.ac
231                 take the clue in bug #202 "./configure script - 
232                 'if test' comparison failure" reported by John Kristoff. 
233
234 2003-07-04 [christoph]  0.9.0claws81
235
236         * src/plugins/spamassassin/spamassassin.c
237                 set timeout for spam check
238
239 2003-07-04 [christoph]  0.9.0claws80
240
241         * src/main.c
242                 destroy all FolderItems when shutting down to
243                 allow folders to clean up
244
245 2003-07-04 [melvin]     0.9.0claws79
246
247         * src/gtk/gtkaspell.c
248                 Fixed bug #184 "Entering non-ascii character deletes
249                 previous char if spell checking enabled": this makes
250                 the spell checking in multibytes (e.g. UTF-8)locales work.
251                 (Patch by Luke Plant).
252                 
253 2003-07-04 [christoph]  0.9.0claws78
254
255         * sync with 0.9.2cvs1
256                 see ChangeLog 2003-06-10
257
258 2003-07-04 [paul]       0.9.0claws77
259
260         * sync with 0.9.3 release
261                 see ChangeLog 2003-07-04
262
263 2003-07-03 [christoph]  0.9.0claws76
264
265         * src/folder.[ch]
266         * src/imap.c
267         * src/mbox_folder.c
268         * src/mh.c
269         * src/news.c
270                 move folder_item_get_path() stuff into a folder virtual function
271
272         * src/procmsg.c
273                 use folder_item_fetch_msg() to get message and do not contruct
274                 the filename from path and number
275
276 2003-07-03 [paul]       0.9.0claws75
277
278         * sync with 0.9.2cvs12
279                 see ChangeLog 2003-07-03
280
281 2003-07-02 [paul]       0.9.0claws74
282
283         * src/messageview.c
284                 fix text-selection for replying
285
286 2003-07-02 [paul]       0.9.0claws73
287
288         * sync with 0.9.2cvs11
289                 see ChangeLog 2003-07-02
290
291 2003-07-02 [paul]       0.9.0claws72
292
293         * src/procmsg.c
294                 revert last commit because it breaks more
295                 than it fixes
296
297 2003-07-02 [paul]       0.9.0claws71
298
299         * src/procmsg.c
300                 fix thread by subject/sort by date
301
302 2003-07-01 [paul]       0.9.0claws70
303
304         * sync with 0.9.2cvs10
305                 see ChangeLog 2003-07-01
306
307 2003-06-30 [paul]       0.9.0claws69
308
309         * sync with 0.9.2cvs9
310                 see ChangeLog 2003-06-30
311
312 2003-06-28 [match]      0.9.0claws68
313
314         * src/addressbook.c
315                 fix null ptr.
316
317 2003-06-27 [paul]       0.9.0claws67
318
319         * sync with 0.9.2cvs7
320                 see ChangeLog 2003-06-27
321
322 2003-06-26 [christoph]  0.9.0claws66
323
324         * src/folder.c
325                 freeze folder updates while a folder is scanned
326
327         (closes Bug 185 New message counter)
328
329 2003-06-26 [darko]      0.9.0claws65
330
331         * src/ldapserver.c
332                 fix infinite loop when adding a new LDAP server
333
334 2003-06-26 [paul]       0.9.0claws64
335
336         * sync with 0.9.2cvs6
337                 see ChangeLog 2003-06-26
338
339 2003-06-26 [paul]       0.9.0claws63
340
341         * sync with 0.9.2cvs5
342                 see ChangeLog 2003-06-25 and 2003-06-26
343
344 2003-06-25 [match]      0.9.0claws62
345
346         * src/addr_compl.c
347                 Fixed tab/backtab for dropped-down completion list to
348                 move next/previous field. (close bug 147)
349
350 2003-06-25 [christoph]  0.9.0claws61
351
352         * src/addr_compl.[ch]
353         * src/addrindex.[ch]
354         * src/folderview.c
355         * src/inc.c
356         * src/news.c
357         * src/summaryview.c
358         * src/toolbar.c
359                 fix warnings
360
361 2003-06-25 [leandro]    0.9.0claws60
362
363         * src/compose.c
364                 o cleanups
365                 o gray out "Message/Remove references" menu item if not
366                   replying to a message
367
368 2003-06-24 [leandro]    0.9.0claws59
369
370         * src/compose.[ch]
371                 o removed "Message/Create new thread" menu item
372                 o added "Message/Remove references" menu item
373                   (it's off by default and will not check anymore
374                    if the subject changed)
375
376 2003-06-23 [alfons]     0.9.0claws58
377
378         * src/procmsg.c
379                 try better grouping messages threaded by subject based on their age.
380                 still not perfect - because the message tree is not sorted by date.  
381
382 2003-06-23 [thorsten]   0.9.0claws57
383
384         * src/pop.[ch]
385                 added mail_receive_hook to allow modifications
386                 directly after retrieval (e.g. adding headers).
387
388 2003-06-23 [paul]       0.9.0claws56
389
390         * src/sourcewindow.c
391                  enable the use of Ctrl+A to select all text in
392                  the sourcewindow
393                  Patch submitted by Ivan Francolin Martinez
394                  <ivanfm@users.sourceforge.net>
395
396 2003-06-22 [christoph]  0.9.0claws55
397
398         * src/folder.[ch]
399                 o add notification hook for folder tree changes
400                 o invoke hooks after folder tree scanning
401
402         * src/folderview.[ch]
403                 register hook for folder tree changes that
404                 updates the ctree
405
406         (there are more places that should be updated, like add, remove 
407          or move folder)
408
409         (closes Bug 164 Crash on rebuild folder tree)
410         (closes Bug 190 Crash on 'rebuilding folder tree')
411
412 2003-06-21 [leandro]    0.9.0claws54
413
414         * src/compose.[ch]
415                 create a new thread if subject changes
416                 (it's on by default, can be disabled in Message menu)
417
418 2003-06-21 [alfons]     0.9.0claws53
419
420         * src/summaryview.c
421                 quiet little compiler
422
423 2003-06-21 [christoph]  0.9.0claws52
424
425         update gettext stuff to version 0.12
426
427 2003-06-19 [alfons]     0.9.0claws51
428
429         * src/common/log.c
430         * src/common/plugin.c
431                 move defs.h before glib.h to prevent MIN/MAX redefs
432
433 2003-06-19 [alfons]
434
435         * src/addressbook.c
436                 translatable
437
438 2003-06-19 [match]      0.9.0claws50
439
440         * src/addressbook.[ch]
441         * src/addrindex.[ch]
442         * src/addr_compl.[ch]
443         * src/editldap.[ch]
444         * src/editldap_basedn.[ch]
445         * src/addritem.[ch]
446         * src/ldapquery.h
447                 re-implemented dynamic LDAP search. works without
448                 slowdown on display sender with addressbook
449                 option.
450         * src/addrbook.c
451                 documented code.
452
453 2003-06-19 [paul]       0.9.0claws49
454
455         * src/compose.c
456                 fix Bug #136 'Nonprovided quotation marks crash claws'
457                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
458
459 2003-06-19 [alfons]     0.9.0claws48
460
461         * src/prefs_common.[ch]
462         * src/procmsg.c
463                 restrict threading by subject by checking thread for
464                 age (prefs_common.thread_by_subject_max_age)
465
466 2003-06-18 [christoph]  0.9.0claws47
467
468         * src/imap.c
469                 fix memory leak in imap_cmd_fetch()
470
471 2003-06-18 [christoph]  0.9.0claws46
472
473         * src/prefs_gtk.c
474                 fix memory leak in prefs_set_default() when used multiple
475                 times or after prefs have been read
476
477 2003-06-18 [christoph]  0.9.0claws45
478
479         * src/common/plugin.c
480                 fix memory leak in plugin_unload()
481
482 2003-06-18 [christoph]  0.9.0claws44
483
484         * src/imap.c
485                 fix memory leak in imap_cmd_ok()
486
487 2003-06-18 [christoph]  0.9.0claws43
488
489         * src/folder.c
490                 stop messages that are downloaded from POP3 and added to
491                 an IMAP inbox from being filtered twice (first by POP3
492                 and again when IMAP folder is scaned to get the UID of
493                 the APPEND operation when no UIDPLUS is available)
494
495 2003-06-18 [alfons]
496
497         * tools/Makefile.am
498                 phoenix <- firebird     
499
500 2003-06-18 [paul]
501
502         * tools/launch_phoenix          ** REMOVED **
503           tools/launch_firebird         ** NEW **
504                 renamed and edited to reflect the browser's name change from
505                 'phoenix' to 'firebird'
506
507 2003-06-18 [paul]       0.9.0claws42
508
509         * sync with 0.9.2cvs2
510                 see ChangeLog 2003-06-16
511
512 2003-06-17 [alfons]     0.9.0claws41
513
514         * src/procmsg.c
515                 prevent threading problems when a node is an ancestor (parent / great parent),
516                 which mostly happens with circular references (thanks to Phillipe Gramoullé
517                 for finding an sample set of messages)
518
519 2003-06-16 [christoph]  0.9.0claws40
520
521         * src/main.c
522                 don't popup main window on --receive or --receive-all
523
524         * src/mainwindow.[ch]
525         * src/plugins/trayicon/trayicon.c
526                 allow hiding of main window by clicking on the trayicon
527                 (doesn't work correctly in seperate window mode and may
528                  cause unexpected GTK problems I couldn't find yet)
529
530         * src/common/ssl.c
531                 remove incorrect warning
532
533 2003-06-15 [alfons]     0.9.0claws39
534
535         * src/gtk/gtkstext.c
536                 don't output debug text;
537                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
538                 for pointing this out);
539
540 2003-06-14 [alfons]     0.9.0claws38
541         
542         * src/messageview.c
543                 remove printf() and make one if..else comply with coding style
544
545 2003-06-14 [alfons]     0.9.0claws37
546
547         * AUTHORS
548                 add Martin Wicke
549         * src/action.c
550         * src/messageview.[ch]
551         * src/summaryview.c
552                 apply patch #754162 "Quoting messages filtered by actions" submitted
553                 by Martin Wicke, which allows quoting message body changed by an
554                 action (Thanks!).
555
556 2003-06-13 [alfons]     0.9.0claws36
557
558         * src/utils.c
559                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
560                 use case insensitive regexp (suggested by Ivan Martinez)
561
562 2003-06-13 [christoph]  0.9.0claws35
563
564         * configure.ac
565         * src/plugins/trayicon/Makefile.am
566         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
567         * src/plugins/trayicon/trayicon.c
568         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
569         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
570         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
571         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
572         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
573         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
574                 replace my own EggTrayIcon backport with the backport
575                 used by (l|x)mule and gabber.
576
577 2003-06-13 [alfons]     0.9.0claws34
578
579         * AUTHORS
580         * src/common/utils.c
581                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
582
583 2003-06-13 [alfons]     0.9.0claws33
584
585         * src/compose.c
586                 clean up a little bit
587
588 2003-06-12 [alfons]     0.9.0claws32
589
590         * src/compose.c
591                 const correctness fix
592
593         * src/common/sylpheed.[ch]
594                 () -> (void)
595                 prevent redef MIN/MAX
596                 
597         * src/common/utils.[ch]
598                 () -> (void)
599
600 2003-06-12 [melvin]     0.9.0claws31
601
602         * src/compose.c
603                 Updated to take into accounts changes in GtkAspell.
604
605 2003-06-12 [alfons]     0.9.0claws30
606
607         * src/compose.c
608         * src/procmsg.c
609         * src/common/utils.[ch]
610                 handle reply subject prefixes better (initial 
611                 suggestion by Robert Story adapted and enhanced 
612                 using regexps)
613
614 2003-06-12 [melvin]     0.9.0claws29
615
616         * src/compose.c
617                 Use new gtkaspell_checkers_strerror() to get the speller's
618                 error message instead of accessing the (now private)
619                 checkers structure.
620                 Minor code clean up
621
622         * src/main.c
623                 Use #ifdef instead of #if for USE_ASPELL
624                 Use the new spell checkers init/quit functions 
625
626         * src/gtk/gtkaspell.c
627                 Use #ifdef instead of #if for USE_ASPELL
628                 Moved in the majority of GtkAspell structures that were
629                 exported before by gtkaspell.h
630         
631         * src/gtk/gktaspell.h
632                 Made gtkaspell.h contain only the necessary data to be
633                 publicized by moving many structures to gtkaspell.c.
634                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
635                 gtkaspell_checkers_new(): replaced by...
636                 gtkaspell_checkers_init(): new function for initialization
637                 gtkaspell_checkers_delete(): replaced by...
638                 gtkaspell_checkers_quit(): new function
639                 gtkaspell_checkers_strerror(): new function that returns
640                 the checker's last error message.
641                 
642 2003-06-11 [melvin]     0.9.0claws28
643
644         * po/POTFILES.in
645                 Updated to take into account gtkaspell.c migration to
646                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
647
648 2003-06-10 [alfons]     0.9.0claws27
649
650         * src/filtering.[ch]
651         * src/folder.c
652         * src/matcher.c
653         * src/scoring.[ch]
654                 - try fixing bug #18 (any brave testers?)
655                 - add more robustness by refusing previously 
656                   unchecked NULL pointers 
657
658 2003-06-10 [alfons]     0.9.0claws26
659
660         * src/procmsg.c
661                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
662
663 2003-06-09 [alfons]     0.9.0claws25
664
665         * src/prefs_common.c
666                 fix bug #163 "Icon switching doesnt work properly" by 
667                 preventing early freeing of prefs_common.pixmap_theme_path.
668
669 2003-06-09 [christoph]  0.9.0claws24
670
671         * src/gtk/gtkaspell.c
672                 revert Thorsten's fix and add forgotten g_strdup for
673                 aspell path (it should not be possible to alter the path a
674                 GtkASpell uses from outside)
675
676 2003-06-09 [thorsten]   0.9.0claws23
677
678         * src/gtk/gtkaspell.c
679                 dont free prefs_common.aspell_path when closing compose
680
681 2003-06-08 [colin]      0.9.0claws22
682
683         * src/plugins/spamassassin/spamassassin.c
684                 fix prefs types
685
686 2003-06-07 [christoph]  0.9.0claws21
687
688         * src/Makefile.am
689         * src/compose.c
690         * src/gtkaspell.[ch]            ** REMOVE **
691         * src/gtk/Makefile.am
692         * src/gtk/gtkaspell.[ch]        ** NEW **
693                 o make gtkaspell independent from sylpheed's prefs
694                 o move gtkaspell.[ch] to gtk directory
695
696 2003-06-07 [christoph]  0.9.0claws20
697
698         * src/Makefile.am
699         * src/crash.c
700         * src/export.c
701         * src/filesel.[ch]              ** REMOVE **
702         * src/folder.c
703         * src/main.[ch]
704         * src/common/sylpheed.[ch]
705         * src/gtk/Makefile.am
706         * src/gtk/filesel.[ch]          ** NEW **
707         * src/gtk/pluginwindow.c
708         * src/gtk/sslcertwindow.c
709                 move filesel.[ch] to gtk directory
710
711 2003-06-07 [alfons]     0.9.0claws19
712
713         * src/filesel.c
714                 make (multi) file selection dialog work again (Claws-only)
715
716 2003-06-07 [thorsten]   0.9.0claws18
717
718         * po/de.po
719                 fix typos
720
721 2003-06-07 [alfons]     0.9.0claws17
722
723         * configure.ac
724         * src/mimeview.c
725                 detect apache mishap in which case don't include fnmatch.h
726                 if regex.h is already included
727
728 2003-06-06 [christoph]  0.9.0claws16
729
730         * configure.ac
731         * src/mimeview.h
732                 add check for fnmatch.h and include it when available
733
734         * src/mimeview.[ch]
735                 fix wrong case sensitivity of Content-Types
736
737         * src/gtk/Makefile.am
738                 need the same include paths in gtk directory as in
739                 common directory because .h files in common can
740                 include files from these directories, when included
741                 in gtk's .h or .c files
742
743 2003-06-06 [alfons]     0.9.0claws15
744
745         * src/mimeview.c
746         * src/summaryview.c
747                 make it compile again because of regex.h / fnmatch.h 
748                 include problems (related to recent mime stuff, can
749                 someone check this?)
750
751 2003-06-06 [thorsten]   0.9.0claws14
752
753         * src/folderview.c
754                 possible use of uninitialized pointer while dragging
755
756 2003-06-06 [paul]       0.9.0claws13
757
758         * src/compose.c
759                 fix bug where the insert sig button would be effective
760                 only when auto_sig was set
761
762 2003-06-06 [paul]       0.9.0claws12
763
764         * sync with 0.9.2 release
765
766 2003-06-02 [paul]       0.9.0claws11
767
768         * sync with 0.9.1cvs1
769                 see ChangeLog 2003-06-02
770                 
771         * po/de.po
772                 update by Jens
773
774 2003-06-01 [christoph]  0.9.0claws10
775
776         * src/account.c
777                 don't use substring search to find accounts by email address
778
779         (closes Bug 169 Overly loose matching of "From" address)
780
781 2003-05-31 [christoph]  0.9.0claws9
782
783         * doc-src/rfc2683.txt
784         * src/imap.c
785                 limit IMAP command length as recommended in RFC2683
786                 (message number lists will be split into multiple imap
787                 sets, the limit of 1000 octets is not a hard limit)
788
789         (closes Bug 161 sylpheed-claws exits with segfault when logging
790          in to certain imap-servers)
791
792 2003-05-29 [alfons]     0.9.0claws8
793
794         * src/toolbar.[ch]
795                 add print button (calling summary_print());
796                 fine tune setting tooltip text;
797                 (if someone needs other buttons, please take these 
798                 commits as a guide, instead of bothering us - also
799                 see 0.8.11claws150) 
800
801 2003-05-29 [darko]      0.9.0claws7
802
803         * src/compose.c
804                 fix crash when word wrapping kicks in due to
805                 changed text by spell checker
806
807 2003-05-29 [paul]       0.9.0claws6
808
809         * src/compose.c
810                 fix bug where changing account would insert
811                 sig even if auto_sig was FALSE
812                 
813         * ChangeLog
814           ChangeLog.jp
815           INSTALL
816                 sync with 0.9.1 release
817
818 2003-05-28 [christoph]  0.9.0claws5
819
820         * src/imap.c
821                 fix truncation of too long commands
822
823         (closes Bug 167 IMAP hangs trying to get envelope
824          information in imap_get_uncached_messages)
825
826 2003-05-27 [paul]       0.9.0claws4
827
828         * tools/Makefile.am
829           tools/maildir2sylpheed.pl     ** NEW FILE **
830                 add kmail to sylpheed mailbox conversion script
831
832 2003-05-27 [paul]       0.9.0claws3
833
834         * sync with 0.9.0cvs10
835                 see ChangeLog 2003-05-26
836
837 2003-05-26 [paul]       0.9.0claws2
838
839         * sync with 0.9.0cvs9
840                 see ChangeLog 2003-05-26
841
842 2003-05-24 [paul]       0.9.0claws1
843
844         * sync with 0.9.0cvs8
845                 see ChangeLog 2003-05-23
846
847 2003-05-24 [paul]       0.9.0claws
848
849         * version 0.9.0claws released
850
851 2003-05-24 [paul]       0.8.11claws177
852
853         * src/plugins/dillo-viewer/Makefile.am
854           src/plugins/traycon/Makefile.am
855                 add missing files
856                 
857         * po/bg.po
858           po/en_GB.po
859           po/es.po
860           po/it.po
861           po/pt_BR.po
862           po/ru.po
863           po/sr.po
864                 update Bulgarian, British English, Spanish, Italian, 
865                 Brazilian Portuguese, Russian, and Serbian translations, 
866                 submitted by George Danchev, [me], Ricardo Mones Lastra,
867                 André Filipe de Assunção e Brito, Alessandro Maestri, 
868                 Ruslan N. Balkin, and Urke MMI
869
870 2003-05-23 [melvin]     0.8.11claws176
871
872         * po/fr.po
873                 Updated French translations
874
875 2003-05-22 [paul]       0.8.11claws175
876
877         * src/Makefile.am
878           src/addrbook.[ch]
879           src/addrcache.[ch]
880           src/addr_compl.[ch]
881           src/adressbook.[ch]
882           src/addrindex.[ch]
883           src/addritem.[ch]
884           src/editaddress.c
885           src/editgroup.c
886           src/editldap_basedn.c
887           src/editldap.c
888           src/jpilot.c
889           src/vcard.c
890                 revert to get ldap into it previous working state
891                 
892         * po/zh_TW.Big5.po
893                 new Taiwanese translation,
894                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
895
896 2003-05-22 [christoph]  0.8.11claws174
897
898         * src/plugins/spamassassin/libspamc.[ch]
899                 sync libspamc with SpamAssaain release 2.55
900
901 2003-05-22 [paul]       0.8.11claws173
902
903         * sync with 0.9.0cvs7
904                 see ChangeLog 2003-05-22
905                 
906         * src/summaryview.c
907                 revert change in 0.8.11claws172: follow
908                 Hiroyuki's decision and that's the end of it.
909
910 2003-05-21 [paul]       0.8.11claws172
911
912         * src/summaryview.c
913                 fix discrepency between open_unread_on_enter
914                 and always_show_msg
915
916 2003-05-21 [paul]       0.8.11claws171
917
918         * sync with 0.9.0cvs6
919                 see ChangeLog 2003-05-21
920
921 2003-05-21 [paul]       0.8.11claws170
922
923         * sync with 0.9.0cvs5
924                 see ChangeLog 2003-05-21
925
926 2003-05-20 [paul]       0.8.11claws169
927
928         * sync with 0.9.0cvs4
929                 see ChangeLog 2003-05-20
930                 fixes bug #152, 'encoding of IMAP folders names'
931
932 2003-05-20 [paul]       0.8.11claws168
933
934         * sync with 0.9.0cvs3
935                 see ChangeLog 2003-05-20
936                 
937         * src/tools/convert_mbox.pl
938                 minor change in the comments, submitted by Fred Marton
939
940 2003-05-19 [paul]       0.8.11claws167
941
942         * src/plugins/clamav/Makefile.am
943           configure.ac
944                 link clamav_lib to the plugin and not to the main program
945
946 2003-05-19 [christoph]
947
948         * src/Makefile.am
949                 add -export-dynamic for linking
950
951 2003-05-19 [paul]       0.8.11claws166
952
953         * sync with 0.9.0cvs1
954                 see ChangeLog 2003-05-19
955
956 2003-05-19 [paul]       0.8.11claws165
957
958         * src/inc.c
959                 fix 'pop before smtp' timeout
960
961 2003-05-18 [alfons]     0.8.11claws164
962
963         * src/prefs_matcher.c
964                 put "execute" action command line ("expression") in edit box
965
966 2003-05-18 [christoph]  0.8.11claws163
967
968         * src/mimeview.[ch]
969         * src/plugins/dillo_viewer/dillo_viewer.c
970         * src/plugins/image_viewer/viewer.c
971         * src/plugins/mathml_viewer/mathml_viewer.c
972                 let a viewer have a list of Content-Types
973
974 2003-05-18 [paul]       0.8.11claws162
975
976         * src/prefs_filtering.c
977                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
978                 and REDIRECT actions
979
980 2003-05-17 [christoph]
981
982         * README.claws
983                 o remove dynamic signatures that was syned with main
984                 o add infos about no longer "build in" image viewer
985                 o update bugtracker URL
986
987 2003-05-17 [christoph]  0.8.11claws161
988
989         * src/folder.c
990         * src/folderview.c
991         * src/imap.c
992                 don't use imap_scan_folder anymore. Instead call folder_item_scan
993                 for every folder after rebuilding the folder tree.
994
995         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
996          messages)
997
998 2003-05-17 [christoph]  0.8.11claws160
999
1000         * src/imap.c
1001                 don't use STATUS command on current folder to check for
1002                 content changes. imap_cmd_ok() now tracks changes to
1003                 folder and number of existing messages.
1004
1005 2003-05-17 [paul]       0.8.11claws159
1006
1007         * src/plugins/clamav/clamav_plugin.c
1008                 remove unnecessary debug_print
1009
1010 2003-05-16 [thorsten]   0.8.11claws158
1011
1012         * src/plugins/demo.c
1013                 included missing intl.h
1014
1015 2003-05-16 [paul]       0.8.11claws157
1016
1017         * po/POTFILES.in
1018                 remove non-existant entries
1019         
1020         * src/plugins/clamav/clamav_plugin.c
1021           src/plugins/clamav/clamav_plugin_gtk.c
1022           src/plugins/dillo_viewer/dillo_prefs.c
1023           src/plugins/dillo_viewer/dillo_viewer.c
1024                 gettextise
1025
1026 2003-05-16 [christoph]  0.8.11claws156
1027
1028         * po/POTFILES.in
1029                 include plugin .c files for translation until I
1030                 find a better solution to have plugins have their
1031                 own textdomain
1032         * src/plugins/demo/demo.c
1033         * src/plugins/image_viewer/plugin.c
1034         * src/plugins/mathml_viewer/mathml_viewer.c
1035         * src/plugins/spamassassin/spamassassin.c
1036         * src/plugins/spamassassin/spamassassin_gtk.c
1037         * src/plugins/trayicon/trayicon.c
1038                 add gettext macros for plugin name and description
1039
1040 2003-05-16 [paul]
1041
1042         * sync with 0.9.0
1043
1044 2003-05-16 [paul]       0.8.11claws155
1045
1046         * sync with lastest 0.9.0pre1
1047                 see ChangeLog 2003-05-16
1048
1049 2003-05-15 [paul]       0.8.11claws154
1050
1051         * sync with latest 0.9.0pre1
1052                 see ChangeLog 2003-05-14 and 2003-05-15
1053
1054 2003-05-14 [christoph]  0.8.11claws153
1055
1056         * src/plugins/image_viewer/viewer.c
1057         * src/plugins/image_viewer/viewer.glade         ** NEW **
1058         * src/plugins/image_viewer/viewerprefs.c
1059                 make it possible to disable the autoload function in the
1060                 imageviewer again
1061
1062 2003-05-14 [christoph]  0.8.11claws152
1063
1064         * src/folder.c
1065                 fix folder update after adding a message
1066
1067 2003-05-13 [alfons]     0.8.11claws151
1068
1069         * src/common/session.c
1070                 remove debug traces
1071                 
1072         * src/addrcache.[ch]
1073         * src/filtering.[ch]
1074         * src/folder.[c]
1075         * src/gtkaspell.[ch]
1076         * src/imap.[ch]
1077         * src/mbox_folder.[ch]
1078         * src/mh.[ch]
1079         * src/mimeview.h
1080         * src/msgcache.[ch]
1081         * src/news.[ch]
1082         * src/passphrase.[ch]
1083         * src/prefs_common.[ch]
1084         * src/prefs_gtk.[ch]
1085         * src/procmsg.c
1086         * src/scoring.[ch]
1087                 be pedantic; (in prototypes () implies (int))
1088
1089 2003-05-13 [alfons]     0.8.11claws150
1090
1091         * src/prefs_toolbar.[ch]
1092         * src/summaryview.[ch]
1093         * src/toolbar.[ch]
1094                 change misleading text in toolbar prefs;
1095                 add toolbar action for ignore thread (toggles ignore thread flag);
1096                 clean up a little bit;
1097
1098 2003-05-12 [paul]
1099
1100         * tools/convert_mbox.pl
1101                 bug fixed by Fred Marton
1102
1103 2003-05-12 [paul]
1104
1105         * sync with 0.9.0pre1
1106
1107 2003-05-09 [paul]       0.8.11claws149
1108
1109         * sync with 0.8.11cvs43
1110                 see ChangeLog 2003-05-09
1111
1112 2003-05-08 [christoph]  0.8.11claws148
1113
1114         * src/imap.[ch]
1115                 o use CAPABILIY as first command and check for PREAUTH
1116                   information in the response to it
1117                 o rewrite all imap_cmd_* functions to use an IMAPSession
1118                   instead of a SockInfo as parameter
1119                 o do STARTTLS after fetching and checking the server
1120                   capabilities
1121
1122 2003-05-08 [paul]       0.8.11claws147
1123
1124         * tools/Makefile.am
1125           tools/README
1126           tools/convert_mbox.pl         ** NEW FILE **
1127                 add mbox conversion script. Submitted by 
1128                 Fred Marton <Fred.Marton@uni-bayreuth.de>
1129
1130 2003-05-07 [christoph]
1131
1132         * doc-src/glade.txt
1133         * src/gtk/pluginwindow.glade
1134         * src/plugins/image_viewer/viewerprefs.glade
1135         * src/plugins/spamassassin/spamassassin_gtk.glade
1136                 add glade files for user interfaces and a description how
1137                 to use glade to create the sylpheed code
1138
1139 2003-05-07 [paul]       0.8.11claws146
1140
1141         * sync with 0.8.11cvs41
1142                 see ChangeLog 2003-05-07
1143
1144 2003-05-06 [christoph]  0.8.11claws145
1145
1146         * src/main.c
1147         * src/plugins/image_viewer/viewer.c
1148                 fix usage of imlib in imageviewer plugin
1149
1150         * src/gtk/prefswindow.c
1151                 handle window close event correctly
1152
1153 2003-05-06 [paul]       0.8.11claws144
1154
1155         * src/common/ssl.c
1156                 fix typo introduced in sync
1157
1158 2003-05-06 [paul]       0.8.11claws143
1159
1160         * sync with 0.8.11cvs39
1161                 see ChangeLog 2003-05-06
1162
1163 2003-05-06 [paul]       0.8.11claws142
1164
1165         * AUTHORS
1166           po/cs.po
1167                 updated Czech translation, submitted by 
1168                 Radek Vybiral <Radek.Vybiral@vsb.cz>
1169                 
1170         * src/plugins/clamav/clamav_plugin_gtk.c
1171                 clean up
1172
1173 2003-05-03 [alfons]     0.8.11claws141
1174
1175         * src/compose.[ch]
1176                 make paste as quotation work even when the call to 
1177                 text_inserted() was deferred (fixes bug #140 "Paste 
1178                 as quotation does not work when using "external" 
1179                 clipboard")
1180
1181 2003-05-03 [thorsten]   0.8.11claws140
1182
1183         * src/addrquery.h
1184           src/ldapquery.h
1185           src/mainwindow.c
1186                 removed C++ comments
1187         * src/addr_compl.c
1188                 function with non-int retval/param used before
1189                 implementation/declaration
1190
1191 2003-05-02 [paul]       0.8.11claws139
1192
1193         * src/addr_compl.[ch]
1194           src/addressbook.[ch]
1195           src/addrindex.c
1196           src/summaryview.c
1197                 revert match's changes to (finally) remove the bug where
1198                 opening a folder causes massive slowdown when using the 
1199                 'Display sender using address book' option
1200
1201 2003-05-01 [melvin]     0.8.11claws138
1202
1203         * src/plugins/dillo_viewer/dillo_prefs.[ch]
1204         * src/plugins/dillo_viewer/dillo_viewer.c
1205                 Fixed bug where "Cancel" button from prefs issued
1206                 warnings.
1207                 Comply a little more to coding style
1208
1209 2003-05-01 [paul]       0.8.11claws137
1210
1211         * sync with 0.8.11cvs38
1212                 see ChangeLog 2003-05-01
1213
1214 2003-05-01 [paul]       0.8.11claws136
1215
1216         * po/bg.po
1217                 updated by George Danchev
1218
1219 2003-04-30 [christoph]  0.8.11claws135
1220
1221         * src/plugins/dillo_viewer/dillo_prefs.c
1222         * src/plugins/image_viewer/viewerprefs.c
1223         * src/plugins/spamassassin/spamassassin_gtk.c
1224                 remove gtk_widget_ref() calls for widgets in
1225                 glade code
1226
1227 2003-04-30 [paul]       0.8.11claws134
1228
1229         * src/addrindex.c
1230                 ok, this time a better fix for the bug where opening folder
1231                 has massive slowdown when using the 'Display sender using 
1232                 address book' option
1233
1234 2003-04-30 [paul]       0.8.11claws133
1235
1236         * src/addrindex.c
1237                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
1238         
1239 2003-04-30 [melvin]     0.8.11claws132
1240
1241         New: Dillo plugin preferences (patch by Dimitar Haralanov)
1242
1243         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
1244                 Preferences for the dillo plugin
1245         * src/plugins/dillo_viewer/dillo_viewer.c
1246                 Support for preferences
1247         * src/plugins/dillo_viewer/Makefile.am
1248                 Added dillo_prefs.[ch]
1249
1250 2003-04-30 [alfons]     0.8.11claws131
1251
1252         * src/common/plugin.[ch]
1253                 see? this ANSI C'fication immediately gives us type
1254                 checking for free.
1255
1256 2003-04-30 [alfons]     0.8.11claws130
1257
1258         * src/common/plugin.[ch]
1259         * src/plugins/clamav/clamav_plugin.[ch]
1260         * src/plugins/clamav/clamav_plugin_gtk.c
1261         * src/plugins/demo/demo.c
1262         * src/plugins/dillo_viewer/dillo_viewer.c
1263         * src/plugins/image_viewer/plugin.c
1264         * src/plugins/image_viewer/viewer.[ch]
1265         * src/plugins/image_viewer/viewerprefs.[ch]
1266         * src/plugins/mathml_viewer/mathml_viewer.c
1267         * src/plugins/spamassassin/spamassassin.[ch]
1268         * src/plugins/spamassassin/spamassassin_gtk.c
1269         * src/plugins/trayicon/trayicon.c
1270                 clean up
1271
1272 2003-04-30 [alfons]     0.8.11claws129
1273
1274         * src/common/utils.c
1275                 make is_ascii_str() fail gracefully when NULL pointer
1276                 is passed
1277
1278 2003-04-30 [paul]       0.8.11claws128
1279
1280         * src/addrindex.c
1281                 fix bug where opening folder has massive slowdown when
1282                 using the 'Display sender using address book' option
1283
1284 2003-04-30 [paul]       0.8.11claws127
1285
1286         * src/plugins/clamav/clamav_plugin.c
1287           src/plugins/clamav/clamav_plugin_gtk.c
1288           src/plugins/demo/demo.c
1289           src/plugins/dillo_viewer/dillo_viewer.c
1290           src/plugins/image_viewer/plugin.c
1291           src/plugins/mathml_viewer/mathml_viewer.c
1292           src/plugins/spamassassin/spamassassin.c
1293           src/plugins/spamassassin/spamassassin_gtk.c
1294           src/plugins/trayicon/trayicon.c
1295                 get rid of eye-hurting function signatures
1296
1297 2003-04-30 [paul]       0.8.11claws126
1298
1299         * src/plugins/trayicon/trayicon.c
1300                 add description
1301                 
1302         * src/mimeview.c
1303                 be more descriptive
1304
1305 2003-04-30 [paul]       0.8.11claws125
1306
1307         * configure.ac
1308                 arrange the plugins in reverse alphabetical order
1309                 
1310         * src/plugins/clamav/clamav_plugin.[ch]
1311           src/plugins/clamav/clamav_plugin_gtk.c
1312                 rename some params
1313                 resize max_size window
1314                 re-arrange the order of some gui elements
1315                 improve descriptions
1316         
1317         * src/plugins/image_viewer/plugin.c
1318           src/plugins/mathml_viewer/mathml_viewer.c
1319                 add descriptions
1320                 
1321         * src/plugins/spamassassin/spamassassin_gtk.c
1322                 resize max_size window
1323                 re-arrange the order of some gui elements
1324                 
1325         * src/messageview.c
1326           src/mimeview.c
1327                 correct typos
1328
1329 2003-04-30 [alfons]     0.8.11claws124
1330
1331         * src/imap.c
1332                 fix a leak found while browsing Martin Kluge's 
1333                 valgrind log (Claws only)
1334
1335 2003-04-29 [darko]      0.8.11claws123
1336
1337         * src/gtk/gtkstext.h
1338                 include wchar.h if it is available, fixes compilation
1339                 on HP-UX systems
1340
1341 2003-04-29 [melvin]     0.8.11claws122
1342
1343         * src/prefs_actions.c
1344                 Improved help text of Actions' syntax
1345
1346 2003-04-28 [paul]       0.8.11claws121
1347
1348         * src/action.c
1349                 a better fix for the crash when performing an action
1350                 on a mime part
1351
1352 2003-04-28 [paul]       0.8.11claws120
1353
1354         * src/action.c
1355                 fix crash when performing an action on a
1356                 mime part
1357
1358 2003-04-28 [paul]       0.8.11claws119
1359
1360         * sync with 0.8.11cvs36
1361                 see ChangeLog 2003-04-28
1362
1363 2003-04-27 [paul]       0.8.11claws118
1364
1365         * more sync with 0.8.11cvs35
1366                 see ChangeLog 2003-04-25
1367
1368 2003-04-26 [christoph]  0.8.11claws117
1369
1370         * src/folder.c
1371                 fix remove virtual check
1372
1373 2003-04-26 [paul]       0.8.11claws116
1374
1375         * src/messageview.c
1376                 fix return-receipt, make it work again
1377
1378 2003-04-26 [paul]       0.8.11claws115
1379
1380         * src/mimeview.c
1381                 restore double-clicking of the [application/pgp-signature 
1382                 (Select "Check signature" to check)] line in the message view,
1383                 broken in recent sync
1384
1385 2003-04-26 [christoph]  0.8.11claws114
1386
1387         * src/folder.c
1388                 check if remove virtual really exists before
1389                 calling the function
1390
1391 2003-04-25 [match]      0.8.11claws113
1392
1393         * src/addrindex.c
1394         * src/addrbook.c
1395         * src/ldapquery.[ch]
1396         * src/ldapctrl.[ch]
1397                 fix memleak.
1398         * src/ldapserver.[ch]
1399                 fix memleak. fix segfault.
1400                 plug a Claws memleak
1401
1402 2003-04-25 [alfons]     0.8.11claws112
1403
1404         * src/folder.c
1405                 plug a Claws memleak
1406
1407 2003-04-25 [alfons]     0.8.11claws111
1408
1409         * src/common/session.c
1410                 plug a memleak
1411
1412 2003-04-25 [paul]       0.8.11claws110
1413
1414         * sync with 0.8.11cvs35
1415                 see ChangeLog 2003-04-24 and 2003-04-25
1416                 
1417         * src/gtk/pluginwindow.c
1418                 correct another strange float value
1419
1420 2003-04-24 [christoph]  0.8.11claws109
1421
1422         * src/folder.c
1423                 freeze folder item updates when unsetting new flags
1424
1425         * src/gtk/pluginwindow.c
1426                 correct strange float value
1427
1428 2003-04-23 [paul]       0.8.11claws108
1429
1430         * sync with 0.8.11cvs33
1431                 see ChangeLog 2003-04-23
1432
1433 2003-04-22 [paul]       0.8.11claws107
1434
1435         * src/Makefile.am
1436           src/messageview.c
1437           src/mimeview.c
1438           src/pgptext.[ch]      ** REMOVED **
1439                 remove pgptext.[ch] as its not used any more
1440
1441 2003-04-22 [paul]       0.8.11claws106
1442
1443         * sync with 0.8.11cvs31
1444                 see ChangeLog 2003-04-21 and 2003-04-22
1445
1446 2003-04-21 [alfons]     0.8.11claws105
1447
1448         * src/main.c
1449                 No access to GTK structures if we're a spawned child
1450                 (and clean up code a little bit...) Should fix #126.
1451
1452 2003-04-21 [melvin]     0.8.11claws104
1453
1454         * src/plugins/dillo_viewer/README
1455                 Improved slightly the text.
1456
1457 2003-04-21 [melvin]     0.8.11claws103
1458
1459         * src/plugins/dillo_viewer/README *** NEW ***
1460                 Added a README file for the Dillo plugin
1461
1462 2003-04-20 [paul]
1463
1464         * tools/README
1465           tools/outlook2sylpheed.pl
1466                 updated and improved by Ricardo Mones Lastra
1467
1468 2003-04-18 [oliver]     0.8.11claws102
1469
1470         * src/inc.c 
1471         * src/prefs_account.h
1472                 remove Pop3SessionType (used by selective download)
1473         * src/prefs_toolbar.c
1474                 enable set Default Toolbar button
1475
1476 2003-04-18 [paul]       0.8.11claws101
1477
1478         * sync with 0.8.11cvs29
1479                 see ChangeLog 2003-04-18
1480
1481 2003-04-17 [paul]       0.8.11claws100
1482
1483         * src/prefs_common.[ch]
1484           src/summaryview.c
1485                 remove 'Open next message on deletion' option,
1486                 as the same effect can now be achieved via the
1487                 'Always open messages in summary when selected'
1488                 option.
1489
1490 2003-04-17 [paul]       0.8.11claws99
1491
1492         * sync with 0.8.11cvs28
1493                 see ChangeLog 2003-04-17
1494
1495 2003-04-17 [christoph]  0.8.11claws98
1496
1497         * ac/spamassassin.m4
1498         * src/plugins/spamassassin/libspamc.[ch]
1499         * src/plugins/spamassassin/utils.[ch]
1500                 sync libspamc with SpamAssassin project
1501
1502 2003-04-17 [christoph]  0.8.11claws97
1503
1504         * src/common/socket.h
1505         * src/gtk/sslcertwindow.h
1506                 rename old USE_SSL to USE_OPENSSL
1507
1508 2003-04-17 [paul]       0.8.11claws96
1509
1510         * src/prefs_common.h
1511                 use gulong for P_COLOR so that it compiles/runs on
1512                 64-bit systems. Patch submitted by James Noyes
1513                 <jnoyes-claws@retrogeeks.com>
1514                 
1515         * po/de.po
1516                 updated by Jens
1517
1518 2003-04-17 [paul]       0.8.11claws95
1519
1520         * sync with 0.8.11cvs27
1521                 see ChangeLog 2003-04-16
1522
1523 2003-04-15 [paul]       0.8.11claws94
1524
1525         * src/prefs_common.[ch]
1526                 rearrange to stop the window getting too long:
1527                         move Receive dialog stuff to Receive tab
1528                         move Send dialog to Send tab
1529                         remove Dialogs frame
1530                 rename 'Open messages in summary with cursor keys' to
1531                 'Always open messages in summary when selected', as its
1532                 more appropriate
1533
1534 2003-04-15 [paul]       0.8.11claws93
1535
1536         * src/prefs_common.[ch]
1537           src/summaryview.c
1538                 add new option '/Interface/Open next message on deletion'
1539
1540 2003-04-15 [paul]       0.8.11claws92
1541
1542         * src/summaryview.[ch]
1543                 add /Mark/Lock and /Mark/Unlock to the pop-up
1544                 menu. Patch submitted by Ivan Francolin Martinez
1545                 <ivanfm@users.sourceforge.net>
1546
1547 2003-04-15 [paul]       0.8.11claws91
1548
1549         * sync with 0.8.11cvs24
1550                 see ChangeLog 2003-04-15
1551
1552 2003-04-14 [jens]       0.8.11claws90
1553
1554         * updated German translation and some corrections from
1555                 Roland Bless <bless@tm.uka.de>
1556
1557 2003-04-14 [paul]       0.8.11claws89
1558
1559         * sync with 0.8.11cvs22
1560                 see ChangeLog 2003-04-14
1561
1562 2003-04-13 [paul]       0.8.11claws88
1563
1564         * src/plugins/clamav/clamav_plugin.c
1565                 fix memory leaks
1566                 clean up
1567
1568 2003-04-12 [paul]       0.8.11claws87
1569
1570         * src/plugins/clamav/clamav_plugin.c
1571                 activate enable/disable archive scanning option
1572                 
1573         * src/plugins/clamav/.cvsignore         ** NEW FILE **
1574
1575 2003-04-12 [paul]       0.8.11claws86
1576
1577         * src/plugins/Makefile.am
1578           src/plugins/clamav/Makefile.am                ** NEW FILE **
1579           src/plugins/clamav/README                     ** NEW FILE ** 
1580           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
1581           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
1582                 add Clam AntiVirus plugin
1583
1584 2003-04-12 [paul]       0.8.11claws85
1585
1586         * sync with 0.8.11cvs21
1587                 see ChangeLog 2003-04-11
1588
1589 2003-04-11 [paul]       0.8.11claws84
1590
1591         * po/es.po
1592                 update Spanish translation. Submitted by Ricardo
1593                 Mones Lastra.
1594
1595 2003-04-10 [christoph]  0.8.11claws83
1596
1597         * src/mbox.c
1598                 fix typo that did not move unfiltered mails to destination
1599                 folder
1600
1601         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
1602          when filtering from spool)
1603
1604 2003-04-10 [christoph]  0.8.11claws82
1605
1606         * src/imap.c
1607                 use BODY.PEEK instead of BODY in in message fetch operation
1608                 to make sure the IMAP server does not set the \Seen flag for
1609                 messages. Sylpheed does that later itself, when the message
1610                 is opened in sylpheed
1611
1612         (closes Bug 111 Claws destroys unread marks)
1613
1614 2003-04-09 [oliver]     0.8.11claws81
1615         
1616         * src/folder.c
1617                 fix crash in folder_destroy
1618         * README.claws
1619                 remove selective download
1620
1621 2003-04-09 [christoph]  0.8.11claws80
1622
1623         * src/imap.c
1624                 fix crash in imap_get_msginfo() when then fetched message
1625                 is not found
1626
1627         (closes Bug 110 Crash during mail composition)
1628
1629 2003-04-08 [christoph]  0.8.11claws79
1630
1631         * src/folder.c
1632         * src/prefs_account.c
1633                 Filter new messages that are found in an INBOX folder
1634                 when 'Filter messages on receiving' is enabled in the
1635                 Folder's AccountPrefs. This allows to use Sylpheed's
1636                 filtering engine for IMAP folders where messages are
1637                 added to the INBOX by a MTA
1638
1639 2003-04-08 [paul]       0.8.11claws78
1640
1641         * src/procmsg.h
1642                 clean up after last commit
1643
1644 2003-04-08 [paul]       0.8.11claws77
1645
1646         * sync with 0.8.11cvs20
1647                 see ChangeLog 2003-04-07 and 2003-04-08
1648
1649 2003-04-07 [christoph]  0.8.11claws76
1650
1651         * src/filtering.[ch]
1652         * src/inc.[ch]
1653         * src/mbox.c
1654         * src/procmsg.[ch]
1655                 add procmsg_msginfo_filter() to execute filtering actions
1656
1657 2003-04-06 [christoph]  0.8.11claws75
1658
1659         * src/imap.c
1660                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
1661
1662 2003-04-06 [christoph]  0.8.11claws74
1663
1664         * src/common/utils.[ch]
1665                 add g_int_compare() function for slist sorting
1666
1667         * src/imap.c
1668                 fetch all MsgInfos with one command in imap_get_msginfos()
1669                 using an imap set with a list of ranges
1670
1671         * src/news.c
1672                 use new g_int_compare() function
1673
1674 2003-04-06 [thorsten]   0.8.11claws73
1675
1676         * src/mh.c
1677                 corrected implementation of mh_folder_destroy()
1678
1679 2003-04-05 [christoph]  0.8.11claws72
1680
1681         * src/account.c
1682         * src/folder.[ch]
1683         * src/folderview.c
1684         * src/imap.c
1685         * src/inc.c
1686         * src/main.c
1687         * src/mainwindow.c
1688         * src/mbox_folder.c
1689         * src/mh.c
1690         * src/mimeview.h
1691         * src/msgcache.[ch]
1692         * src/news.c
1693         * src/procmime.h
1694         * src/procmsg.[ch]
1695         * src/setup.c
1696         * src/gtk/gtkutils.c
1697                 o rename structure field names class and new to klass and
1698                   new_msgs, to allow including files in C++
1699                 o add 'extern "C"' block to some header files
1700                 o add MsgInfoList and MsgNumberList as alias for GSList for
1701                   developers to know what type of list is expected
1702
1703         * src/plugins/image_viewer/plugin.c
1704         * src/plugins/image_viewer/viewer.[ch]
1705         * src/plugins/image_viewer/viewerprefs.[ch]
1706                 rename function names to prevent conflicts
1707
1708 2003-04-05 [paul]       0.8.11claws71
1709
1710         * sync with 0.8.11cvs18
1711                 see ChangeLog 2003-04-03 and 2003-04-04
1712
1713 2003-04-02 [christoph]  0.8.11claws70
1714
1715         * src/folder.[ch]
1716         * src/imap.[ch]
1717         * src/mbox_folder.[ch]
1718         * src/mh.[ch]
1719         * src/news.[ch]
1720                 o Make all virtual folder functions private
1721                 o remove unused folder code
1722
1723         * src/common/socket.[ch]
1724         * src/summaryview.c
1725                 fix warnings
1726
1727 2003-03-30 [alfons]     0.8.11claws69
1728
1729         * src/send_message.c
1730                 remove two debug traces and see if people still report
1731                 errors
1732
1733 2003-03-30 [alfons]     0.8.11claws68
1734
1735         * src/send_message.c
1736         * src/commons/session.c
1737                 add more debug traces
1738
1739 2003-03-30 [christoph]  0.8.11claws67
1740
1741         * src/folder.c
1742                 change processing folder name from .processing to processing
1743
1744         * src/common/ssl.c
1745                 disable SSL certificate check because it causes Xlib error
1746                 when the child process want's to open an GTK window
1747
1748 2003-03-30 [christoph]  0.8.11claws66
1749
1750         * src/folder.c
1751                 don't use default folder for processing folder item because
1752                 it can be a non local folder
1753
1754         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
1755
1756 2003-03-30 [alfons]     0.8.11claws65
1757
1758         * src/send_message.c
1759                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
1760                 to generate bad code for 'send_send_data_progressive': When
1761                 called from 'send_send_data_finished', the 'data' pointer is
1762                 cleared just before the assignment to the dialog pointer
1763
1764 2003-03-29 [christoph]  0.8.11claws64
1765
1766         * src/common/prefs.h
1767         * src/plugins/image_viewer/Makefile.am
1768         * src/plugins/image_viewer/plugin.c
1769         * src/plugins/image_viewer/viewer.[ch]
1770         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
1771                 add PrefsPage for ImageViewer
1772
1773 2003-03-28 [thorsten]   0.8.11claws63
1774
1775         * src/common/session.c
1776                 added some comments
1777
1778 2003-03-28 [paul]       0.8.11claws62
1779
1780         * sync with 0.8.11cvs16
1781                 see ChangeLog 2003-03-28
1782
1783 2003-03-28 [paul]       0.8.11claws61
1784
1785         * sync with 0.8.11cvs15
1786                 see ChangeLog 2003-03-28
1787
1788 2003-03-27 [christoph]  0.8.11claws60
1789
1790         * src/folder.c
1791         * src/imap.c
1792         * src/common/socket.[ch]
1793                 set socket state to DISCONNECTED when any operation
1794                 fails to allow reconnecting in IMAP code without
1795                 checking the return code of all calls to the command
1796                 functions
1797
1798         * src/folderview.c
1799         * src/summaryview.c
1800                 remove some more stuff that depends on specific
1801                 folder types
1802
1803 2003-03-27 [paul]       0.8.11claws59
1804
1805         * sync with 0.8.11cvs14
1806                 see ChangeLog 2003-03-27
1807                 
1808         * src/selective_download.[ch]   ** REMOVED **
1809                 really removed
1810
1811 2003-03-27 [christoph]  0.8.11claws58
1812
1813         * src/folder.c
1814                 fix handling of tmp_flags in flag copy function
1815
1816 2003-03-27 [paul]       0.8.11claws57
1817
1818         * sync with 0.8.11cvs13
1819                 see ChangeLog 2003-03-27
1820
1821 2003-03-27 [oliver]     0.8.11claws56
1822
1823         * src/maiwindow.c
1824                 remove sel_download_cb
1825
1826 2003-03-27 [oliver]     0.8.11claws55
1827         
1828         * src/inc.c
1829                 remove POP3_TOP
1830         
1831 2003-03-26 [oliver]     0.8.11claws54
1832
1833         *src/pop.h
1834                 remove POP3_TOP*
1835         * README.claws
1836                 remove selective donwload readme
1837
1838 2003-03-26 [oliver]     0.8.11claws53
1839         * src/matcher.[ch]
1840         * src/matcher_parser_parse.y 
1841         * src/pop.c 
1842         * src/prefs_account.[ch]
1843         * src/prefs_filtering.c
1844                 remove selective donwload
1845
1846 2003-03-26 [oliver]     0.8.11claws52
1847
1848         * src/inc.[ch] 
1849         * src/filtering.c 
1850         * src/mainwindow.c 
1851                 remove selective donwload
1852
1853 2003-03-26 [oliver]     0.8.11claws51
1854         
1855         * src/Makefile.am
1856         * src/selective_download.[ch]   ** REMOVE **    
1857
1858 2003-03-26 [christoph]  0.8.11claws50
1859
1860         * src/news.c
1861                 fix NEWS that got broken by a sync with sylpheed-main
1862
1863 2003-03-26 [christoph]  0.8.11claws49
1864
1865         * src/mimeview.c
1866                 fix mime type guessing when no mime type is found for a file
1867
1868 2003-03-25 [christoph]  0.8.11claws48
1869
1870         * src/mimeview.c
1871         * src/procmime.c
1872                 remove mime type guessing from mime parser and use
1873                 name based mime types in viewer lookup for mime type
1874                 application/octet-stream
1875
1876 2003-03-25 [christoph]  0.8.11claws47
1877
1878         * doc-src/readme.txt
1879         * doc-src/rfc2554.txt
1880                 add RFC about SMTP AUTH
1881
1882         * src/send_message.c
1883         * src/common/smtp.[ch]
1884                 add extra error code for authentication errors and
1885                 clear temporary password when this error occurs
1886
1887         (closes Bug 84 authentication failure while sending should
1888          prompt for password again)
1889
1890 2003-03-25 [christoph]  0.8.11claws46
1891
1892         * configure.ac
1893         * src/Makefile.am
1894         * src/imageview.[ch]                            ** REMOVE **
1895         * src/messageview.[ch]
1896         * src/mimeview.[ch]
1897         * src/prefs_common.[ch]
1898         * src/textview.c
1899         * src/plugins/Makefile.am
1900         * src/plugins/image_viewer/.cvsignore           ** NEW **
1901         * src/plugins/image_viewer/Makefile.am          ** NEW **
1902         * src/plugins/image_viewer/plugin.c             ** NEW **
1903         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
1904                 move image viewer into a plugin (building is enabled by default)
1905                 [ToDo: Prefs for resize and autoview]
1906
1907 2003-03-25 [paul]       0.8.11claws45
1908
1909         * sync with 0.8.11cvs12
1910                 see ChangeLog 2003-03-26
1911
1912 2003-03-25 [paul]       0.8.11claws44
1913
1914         * sync with 0.8.11cvs11
1915                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
1916                 
1917         Note: Selective Download is broken.
1918                 
1919 2003-03-22 [christoph]  0.8.11claws43
1920
1921         * src/folder.c
1922                 code cleanup for flags copying
1923
1924 2003-03-22 [christoph]  0.8.11claws42
1925
1926         * src/plugins/trayicon/trayicon.c
1927                 fix setting the transparent area when the window size
1928                 is forced by the system tray
1929
1930 2003-03-22 [christoph]  0.8.11claws41
1931
1932         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
1933         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
1934         * src/plugins/trayicon/newmail.xpm              ** NEW **
1935         * src/plugins/trayicon/nomail.xpm               ** NEW **
1936         * src/plugins/trayicon/trayicon.c
1937         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
1938                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
1939                 o add icon for unread mails
1940                 o set transparency for window
1941
1942 2003-03-22 [christoph]  0.8.11claws40
1943
1944         * src/news.c
1945                 init news session to prevent crash when session is closed
1946
1947 2003-03-22 [christoph]  0.8.11claws39
1948
1949         * src/imap.c
1950         * src/common/session.[ch]
1951                 Init session data to make sure we don't have invalid pointers
1952                 for read_ch and write_ch when new multi process sessions are
1953                 not used
1954
1955         * src/main.c
1956         * src/common/plugin.c
1957         * src/common/sylpheed.c
1958         * src/plugins/demo/demo.c
1959         * src/plugins/dillo_viewer/dillo_viewer.c
1960         * src/plugins/mathml_viewer/mathml_viewer.c
1961         * src/plugins/spamassassin/spamassassin.c
1962         * src/plugins/spamassassin/spamassassin_gtk.c
1963                 add plugin types to allow loading plugins at different times
1964                 (and maybe for different frontends), because it's not good to
1965                 load GTK-Plugins gefore gtk_init was called
1966
1967         * configure.ac
1968         * src/plugins/Makefile.am
1969         * src/plugins/trayicon/.cvsignore               ** NEW **
1970         * src/plugins/trayicon/Makefile.am              ** NEW **
1971         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
1972         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
1973         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
1974         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
1975         * src/plugins/trayicon/trayicon.c               ** NEW **
1976                 New Trayicon plugin that shows an icon in a systray that uses
1977                 XEMBED protocol like Gnome's systray. Icon shows if there
1978                 are new mails and a tooltip shows information about new,
1979                 unread and total messages.
1980
1981 2003-03-22 [paul]       0.8.11claws38
1982
1983         * src/common/smtp.c
1984                 fix ESMTP AUTH CRAM-MD5
1985                 [sync with main (still version 0.8.11cvs6), see
1986                  ChangeLog 2003-03-22]
1987
1988 2003-03-21 [colin]      0.8.11claws37
1989
1990         * src/send_message.c
1991                 Fix USE_SSL => USE_OPENSSL
1992
1993 2003-03-21 [colin]      0.8.11claws36
1994
1995         * src/folderview.c
1996                 Fix counts in drag and dropped subfolders
1997
1998 2003-03-21 [colin]      0.8.11claws35
1999
2000         * src/folder.c 
2001         * src/folderview.c
2002                 speed up a bit folder dnd
2003
2004 2003-03-20 [alfons]     0.8.11claws34
2005
2006         * src/main.c
2007         * src/toolbar.c
2008         * src/procmsg.c
2009                 don't send locked queue messages
2010                 (feature request "[ 705245 ] Locking message in outbox 
2011                  should prevent sending")
2012
2013 2003-03-20 [christoph]  0.8.11claws33
2014
2015         * src/folder.c
2016                 remove NEW and UNREAD flag in special folders when scanning
2017                 
2018         * src/common/smtp.c
2019                 fix ESMTP AUTH CRAM-MD5
2020
2021 2003-03-20 [paul]       0.8.11claws32
2022
2023         * src/prefs_account.c
2024                 Re-write 'Tunnel command to open connection' as
2025                 'Use command to communicate with server', and disable
2026                 it for all except IMAP accounts
2027
2028 2003-03-20 [paul]       0.8.11claws31
2029
2030         * sync with 0.8.11cvs6
2031                 see ChangeLog 2003-03-20
2032
2033 2003-03-19 [match]      0.8.11claws30
2034
2035         * src/addritem.[ch]
2036                 include documentation. minor refactoring.
2037         * src/addr_compl.[ch]
2038         * src/addrindex.[ch]
2039         * src/addresbook.[ch]
2040         * src/summaryview.c
2041                 re-enable address lookup (was disabled in
2042                 0.8.11claws20).
2043
2044 2003-03-19 [christoph]  0.8.11claws29
2045
2046         * src/procmsg.c
2047                 add temp flag handling, will make moving and copying
2048                 messages possible again
2049
2050         * src/folder.c
2051                 correct calulation of folder stats
2052
2053 2003-03-18 [match]      0.8.11claws28
2054
2055         * src/editgroup.h
2056                 remove case sensitive comparison (closes bug 80).
2057
2058 2003-03-18 [christoph]  0.8.11claws27
2059
2060         * src/imap.c
2061                 fix imap using a tunnel command
2062
2063         (closes bug 87)
2064
2065 2003-03-18 [christoph]  0.8.11claws26
2066
2067         * src/folder.[ch]
2068         * src/imap.c
2069         * src/procmsg.[ch]
2070                 rewrite flag handling for folders
2071
2072 2003-03-18 [christoph]  0.8.11claws25
2073
2074         * src/folder.c
2075         * src/procmsg.c
2076         * src/summaryview.c
2077                 unset NEW and UNREAD flags when message is ignored, to make
2078                 sure messages don't show up as unread on other IMAP clients,
2079                 because the IGNORE_THREAD flag can not be syncronized through
2080                 the IMAP folder
2081
2082 2003-03-17 [christoph]  0.8.11claws24
2083
2084         * src/imap.c
2085                 don't use recursion to fetch uids when the number of messages
2086                 does not match. Moved code into subfunction that is used
2087                 again when needed, to prevent an endless loop.
2088
2089 2003-03-17 [thorsten]   0.8.11claws23
2090
2091         * src/imageview.[ch]
2092                 export imageview_get_resized_size() (for plugins)
2093         * src/prefs_common.[ch]
2094                 added prefs_common_get() (for plugins)
2095
2096 2003-03-17 [christoph]  0.8.11claws22
2097
2098         * src/imap.c
2099                 o remove UID guessing from copy code
2100                 o support UIDPLUS extension for APPEND command
2101
2102 2003-03-17 [paul]       0.8.11claws21
2103
2104         * src/gtk/about.c
2105                 remove 'Compiled-plugins' section.
2106                 
2107         * src/plugins/dillo_viewer/dillo_viewer.c
2108                 slight change to description text
2109
2110 2003-03-16 [match]      0.8.11claws20
2111         * src/ldapserver.[ch]           ** NEW **
2112         * src/ldapctrl.[ch]             ** NEW **
2113         * src/ldapquery.[ch]            ** NEW **
2114         * src/ldaputil.[ch]             ** NEW **
2115         * src/addrcindex.[ch]           ** NEW **
2116         * src/addrquery.h               ** NEW **
2117         * src/addritem.[ch]
2118         * src/addrcache.[ch]
2119         * src/addrindex.[ch]
2120         * src/addr_compl.[ch]
2121         * src/addressbook.[ch]
2122         * src/addrbook.[ch]
2123         * src/editgroup.c
2124         * src/editaddress.c
2125         * src/editldap.c
2126         * src/editldap_basedn.c
2127         * src/vcard.c
2128         * src/jpilot.c
2129         * src/Makefile.am
2130                 included dynamic LDAP queries. improved address
2131                 completion.
2132
2133 2003-03-16 [paul]       0.8.11claws19
2134
2135         * tools/multiwebsearch.pl
2136                 fix a fatal typo
2137
2138 2003-03-16 [christoph]  0.8.11claws18
2139
2140         * src/mimeview.c
2141         * src/plugins/dillo_viewer/dillo_viewer.c
2142         * src/plugins/mathml_viewer/mathml_viewer.c
2143                 make unregistering of MimeViewerFactorys possible
2144
2145 2003-03-16 [alfons]     0.8.11claws17
2146
2147         * configure.ac
2148                 correct typo
2149
2150 2003-03-16 [melvin]     0.8.11claws16
2151
2152         * src/plugins/dillo_viewer.c
2153                 Fixed bug where it was not possible to view more than
2154                 one text/html attachment per message (bug discovered
2155                 by Christoph Hohmann).
2156
2157 2003-03-15 [melvin]     0.8.11claws15
2158
2159         * src/prefs_actions.c
2160                 Fixed compilation warnings.
2161
2162 2003-03-15 [melvin]     0.8.11claws14
2163
2164         * src/plugins/Makefile.am
2165         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
2166         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
2167         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
2168                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
2169                 newer (http://dillo.auriga.wearlab.de/).
2170
2171 2003-03-15 [christoph]  0.8.11claws13
2172
2173         * src/imap.c
2174                 don't query imap folder for attributes because we already
2175                 for them from imap_status
2176
2177         * src/mimeview.[ch]
2178                 add support for plugable MimeViewers (unloading Viewers
2179                 not yet complete)
2180
2181         * src/plugins/Makefile.am
2182         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
2183         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
2184         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
2185                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
2186                 widget from http://helm.cs.unibo.it/mml-widget/
2187
2188 2003-03-14 [christoph]  0.8.11claws12
2189
2190         * src/folder.[ch]
2191                 o error return code's should better be negative
2192                 o replace printf with debug_print
2193
2194         * src/imap.c
2195                 improve IMAP folder scan by checking UID-NEXT
2196
2197         * src/summaryview.c
2198                 remove check that are unnecessary in my opinion
2199
2200 2003-03-13 [christoph]  0.8.11claws11
2201
2202         * src/folder.[ch]
2203         * src/foldersel.c
2204         * src/folderview.c
2205         * src/imap.c
2206         * src/mbox_folder.c
2207         * src/mh.c
2208         * src/news.c
2209         * src/prefs_scoring.c
2210         * src/summaryview.c
2211                 use a common function to get a displayable name
2212                 for a FolderItem
2213
2214 2003-03-13 [paul]       0.8.11claws10
2215
2216         * tools/Makefile.am
2217           tools/README
2218           tools/multiwebsearch.conf     ** NEW FILE **
2219           tools/multiwebsearch.pl       ** NEW FILE **
2220                 add multiwebsearch Actions script
2221
2222 2003-03-13 [colin]      0.8.11claws9
2223
2224         * src/compose.c
2225                 Remove leading emtpy lines from quoted text
2226                 before quoting it
2227
2228 2003-03-13 [melvin]     0.8.11claws8
2229
2230         * src/prefs_actions.c
2231                 Fixed a memory leak
2232                 Code clean ups
2233                 Added Cancel and OK buttons
2234                 Corrected help text
2235
2236 2003-03-13 [christoph]  0.8.11claws7
2237
2238         * src/account.c
2239         * src/folder.[ch]
2240         * src/imap.c
2241         * src/mainwindow.c
2242         * src/mbox_folder.c
2243         * src/mh.c
2244         * src/news.c
2245         * src/setup.c
2246                 replace more folder type stuff with folder class stuff
2247
2248 2003-03-13 [melvin]     0.8.11claws6
2249
2250         * src/prefs_actions.c
2251                 Added new tokens:
2252                 %u: user provided argument
2253                 %h: user provided argument (hidden on input)
2254                 %s: current text selection in the message view 
2255
2256 2003-03-13 [paul]       0.8.11claws5
2257
2258         * sync with 0.8.11cvs5
2259                 see ChangeLog 2003-03-11, 2003-03-12
2260
2261 2003-03-12 [christoph]  0.8.11claws4
2262
2263         * src/folder.c
2264                 use folder class idstr when writing folderlist.xml
2265
2266         * src/folder.h
2267         * src/imap.c
2268         * src/news.c
2269                 replace folder type checks with folder class checks
2270
2271 2003-03-12 [christoph]  0.8.11claws3
2272
2273         * src/folder.[ch]
2274         * src/imap.[ch]
2275         * src/main.c
2276         * src/mbox_folder.[ch]
2277         * src/mh.[ch]
2278         * src/news.[ch]
2279                 o create a list of known folder classes in the folder system
2280                 o use folder class id strings for folder item identifiers
2281
2282 2003-03-12 [christoph]  0.8.11claws2
2283
2284         * src/imap.c
2285                 fix imap uid validity check
2286
2287 2003-03-12 [christoph]  0.8.11claws1
2288
2289         * src/account.c
2290         * src/folder.[ch]
2291         * src/foldersel.c
2292         * src/folderview.c
2293         * src/imap.c
2294         * src/mainwindow.c
2295         * src/mbox_folder.c
2296         * src/mh.c
2297         * src/news.c
2298         * src/prefs_scoring.c
2299         * src/procmsg.c
2300         * src/setup.c
2301         * src/summaryview.c
2302                 initial restructuring of folder system, seperating
2303                 folders and folder classes
2304
2305 2003-03-12 [paul]       0.8.11claws
2306
2307         0.8.11claws release
2308
2309 2003-03-12 [christoph]
2310
2311         * src/gtk/prefswindow.c
2312                 fix translation of "Page Index"
2313
2314 2003-03-12 [paul]       0.8.10claws110
2315
2316         a sync from 0.8.11cvs4 before the release
2317
2318         * src/common/utils.c
2319                 subject_compare_for_sort(): allow null strings (fixes
2320                 summary sorting).
2321
2322 2003-03-11 [paul]       0.8.10claws109
2323
2324         * po/es.po
2325                 update Spanish translation, submitted by
2326                 Ricardo Mones Lastra
2327
2328 2003-03-11 [melvin]     0.8.10claws108
2329
2330         * po/fr.po
2331                 Updated French translations
2332
2333 2003-03-11 [paul]       0.8.10claws107
2334
2335         * manual/en/Makefile.am
2336           manual/en/*.html
2337                 update English manual, add a new page
2338                 updated by Francois Barriere <fbarriere@atmel.fr>
2339                 
2340         * po/bg.po
2341           po/it.po
2342           po/sr.po
2343                 update Bulgarian, Italian, and Serbian translations
2344                 submitted by George Danchev, Alessandro Maestri, and
2345                 Urke MMI
2346
2347 2003-03-10 [paul]       0.8.10claws106
2348
2349         * src/gtk/about.c
2350           src/gtk/prefswindow.c
2351                 make some strings translatable
2352
2353 2003-03-10 [darko]      0.8.10claws105
2354
2355         * src/compose.c
2356                 code cleanup to make Hiro happy
2357
2358 2003-03-10 [paul]       0.8.10claws104
2359
2360         * sync with 0.8.11cvs2
2361                 see ChangeLog 2003-03-10
2362
2363 2003-03-09 [melvin]     0.8.10claws103
2364
2365         * src/textview.c
2366                 textview_set_font(): fix for message display in
2367                 UTF-8 locales (thanks to Sergey Vlasov).
2368                 (was unintentionnaly reverted in 0.8.6claws6)   
2369
2370 2003-03-08 [darko]      0.8.10claws102
2371
2372         * src/compose.c
2373                 fix infinite loop in wrapping as reported
2374                 by happycactus
2375                 obsoletes patch #696482
2376
2377 2003-03-08 [christoph]  0.8.10claws101
2378
2379         * src/imap.c
2380                 add workaround for IMAP servers that do not
2381                 support the "UID SEARCH UID" command
2382
2383 2003-03-07 [christoph]  0.8.10claws100
2384
2385         * src/plugins/spamassassin/spamassassin.[ch]
2386         * src/plugins/spamassassin/spamassassin_gtk.c
2387                 code cleanup
2388
2389 2003-03-07 [paul]       0.8.10claws99
2390
2391         * po/es.po
2392                 updated Spanish translation, submitted by
2393                 Ricardo Mones Lastra
2394
2395 2003-03-07 [christoph]  0.8.10claws98
2396
2397         * src/send.c
2398                 fix in 0.8.10claws94 was wrong
2399                 local delivery does not require escaping, remove escaping
2400                 code to make signatures of mails with "." lines valid
2401                 
2402                 NOTE: requires that sendmail is executed with "-i" option,
2403                       what is the default now, but has to be changed in all
2404                       exsiting accounts)
2405
2406 2003-03-07 [paul]       0.8.10claws97
2407
2408         * sync with 0.8.11 release
2409                 see ChangeLog 2003-03-07
2410
2411 2003-03-06 [paul]       0.8.10claws96
2412
2413         * src/compose.c
2414                 revert commit 0.8.10claws92
2415
2416 2003-03-06 [paul]       0.8.10claws95
2417
2418         * src/folderview.c
2419                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
2420
2421         * src/gtkaspell.c
2422                 fix bug 74, 'Crash opening editor window with pseudo-color
2423                 display'
2424                 
2425         Patches submitted by Kevin Vigor <kevin@vigor.nu>
2426
2427 2003-03-06 [christoph]  0.8.10claws94
2428
2429         * src/send.c
2430                 fix rfc2821 (4.5.2) violation in SMTP data sending,
2431                 all lines starting with a period get an extra period
2432                 inserted
2433                 (found by Simon 'corecode' Schubert)
2434
2435 2003-03-06 [paul]       0.8.10claws93
2436
2437         * src/folderview.c
2438                 if configured font can't be loaded fall back to gtk
2439                 default. (with thanks to Christoph)
2440                 
2441                 closes long-standing bug 15 'Crashes on startup'
2442
2443 2003-03-06 [paul]       0.8.10claws92
2444
2445         * src/compose.c
2446                 freeze text before autosave and thaw afterwards
2447                 fixes bug 67 'autosave make re-rediting message crazy'
2448
2449 2003-03-06 [christoph]  0.8.10claws91
2450
2451         * src/compose.c
2452                 ignore address comment in dupe check for Cc-list
2453
2454         (closes reopened bug 47 Replying to message strips name part of
2455          e-mail addresses of Cc: lines)
2456
2457 2003-03-06 [paul]       0.8.10claws90
2458
2459         * src/Makefile.am
2460                 remove reference to gtkxtext.h as its no longer in
2461                 the repository
2462
2463 2003-03-06 [paul]       0.8.10claws89
2464
2465         * sync with 0.8.10cvs25
2466                 see ChangeLog 2003-03-06
2467
2468 2003-03-06 [oliver]     0.8.10claws88
2469         
2470         * src/messageview.c
2471                 remove include
2472
2473 2003-03-06 [oliver]     0.8.10claws87
2474         
2475         * src/folderview.c 
2476                 remove changes introduced inclaws74
2477         * src/messageview.c
2478                 another attempt to sanely delete and update
2479                 messages deleted in separate messageview
2480
2481 2003-03-05 [christoph]  0.8.10claws86
2482
2483         * src/summaryview.c
2484                 check if "From" matches any account's address if
2485                 addressbook completion of addresses is disabled too
2486
2487         (closes Bug 70 "Display recipient in from" doesn't check
2488          folder's default account)
2489
2490 2003-03-05 [christoph]  0.8.10claws85
2491
2492         * src/compose.c
2493         * src/common/utils.[ch]
2494                 don't strip address comments when building Cc lists
2495
2496         (closes Bug 47 Replying to message strips name part of e-mail addresses
2497          of Cc: lines)
2498
2499         * src/folder.c
2500                 fix return value of copy function
2501
2502 2003-03-05 [christoph]  0.8.10claws84
2503
2504         * src/imap.c
2505                 don't ask imap server for non rfc822 headers
2506
2507         (closes bug 71 IMAP FETCH asks for FROM header field twice)
2508
2509         * src/imap.c
2510                 destroy session on socket error to allow reconnecting
2511
2512 2003-03-05 [christoph]  0.8.10claws83
2513
2514         * configure.ac
2515                 fix building with gnome when no prefix is set
2516
2517         (closes bug 66 Gnome directory is set to NONE)
2518
2519 2003-03-05 [paul]       0.8.10claws82
2520
2521         * sync with 0.8.10cvs23
2522                 see ChangeLog 2003-03-05
2523
2524 2003-03-04 [christoph]  0.8.10claws81
2525
2526         * src/folder.c
2527                 o fix moving and copying when folder returns 0 for new
2528                   message number
2529                 o remove some code for single message copy and move
2530                   operations and use functions for multiple messages
2531
2532         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
2533
2534         * src/news.c
2535                 remove unused include
2536
2537 2003-03-04 [paul]       0.8.10claws80
2538
2539         * src/gtk/about.c
2540                 list 'Compiled plugins'
2541
2542 2003-03-03 [christoph]  0.8.10claws79
2543
2544         * src/news.[ch]
2545                 have to multiply the percentage of the current fetch with
2546                 the percentage that it has of the total fetch operation
2547                 for correct values
2548
2549 2003-03-03 [christoph]  0.8.10claws78
2550
2551         * src/news.c
2552                 fix calculation of expected lines for progress indicator
2553
2554 2003-03-03 [christoph]  0.8.10claws77
2555
2556         * src/summaryview.c
2557         * src/common/utils.c
2558                 fix segfault when opening the root news folder
2559
2560 2003-03-03 [christoph]  0.8.10claws76
2561
2562         * src/mainwindow.[ch]
2563         * src/common/Makefile.am
2564         * src/common/progressindicator.[ch]
2565                 add UI independent progress indicator handling
2566
2567         * src/news.[ch]
2568                 use new progress indicator for message info fetching
2569
2570         * src/common/hooks.h
2571                 code cleanup
2572
2573 2003-03-03 [oliver]     0.8.10claws75
2574
2575         * src/toolbar.c
2576         * src/compose.c
2577                 removed commented code
2578
2579 2003-03-03 [oliver]     0.8.10claws74
2580
2581         * src/toolbar.[ch]
2582                 cleanups and refactoring
2583         * src/compose.[ch]
2584                 compose_reply_mode reply & forwarding interface for
2585                 toolbar buttons
2586         * src/folderview.c
2587                 act on messages marked for deletion in folderview_selected
2588                 based on prefs_common.immediate_exec since a message might 
2589                 have been deleted by messageview in a folder we are changing 
2590                 to (does anybody understand what I'm on about ?)
2591
2592 2003-03-03 [oliver]     0.8.10claws73
2593         
2594         * src/messageview.[ch]
2595                 new functions
2596                 - messageview_delete: delete message shown in messagview
2597                 - messageview_update_view: update messageview to currently 
2598                   selected summaryview message
2599                 - add separate messageview to msgview_list in order to update 
2600                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
2601         * src/summaryview.[ch]
2602                 summary_get_selection returns a list of selected msgs
2603                 in summaryview
2604         * src/mainwindow.c
2605                 toolbar reply refactoring
2606
2607 2003-03-03 [paul]       0.8.10claws72
2608
2609         * sync with 0.8.10cvs21
2610                 see ChangeLog 2003-03-03
2611
2612 2003-03-02 [christoph]  0.8.10claws71
2613
2614         * src/common/passcrypt.c
2615                 use POSIX includes
2616
2617 2003-03-02 [christoph]  0.8.10claws70
2618
2619         * configure.ac
2620         * src/prefs_account.c
2621         * src/prefs_gtk.[ch]
2622         * src/common/.cvsignore
2623         * src/common/Makefile.am
2624         * src/common/passcrypt.c                ** NEW **
2625         * src/common/passcrypt.h.in             ** NEW **
2626                 Implement password encryption in config files
2627                 using unix encrypt and setkey functions. The crypt
2628                 key can be set as a configure parameter. Old
2629                 passwords will be converted if they do not begin
2630                 with '!'
2631
2632 2003-03-02 [paul]       0.8.10claws69
2633
2634         * src/prefs_account.c
2635                 fix compile error
2636
2637 2003-03-01 [thorsten]   0.8.10claws68
2638
2639         * po/el.po
2640           po/hr.po
2641           po/it.po
2642           po/nl.po
2643           po/sr.po
2644           po/sv.po
2645                 corrected format strings
2646         * po/en_GB.po
2647                 corrected headers
2648                 (fix compile errors with GNU gettext-0.11.5)
2649
2650 2003-03-01 [oliver]     0.8.10claws67
2651
2652         * src/summaryview.c
2653                 menu callbacks call toolbar_menu_reply
2654
2655 2003-03-01 [oliver]     0.8.10claws66
2656
2657         * src/mainwindow.c
2658         * src/messageview.c
2659                 menu callbacks call toolbar_menu_reply
2660         * src/toolbar.[ch]
2661                 callbacks from menu handled by toolbar_menu_reply
2662
2663 2003-03-01 [paul]       0.8.10claws65
2664
2665         * src/addressbook.c
2666                 revert commit 0.8.10claws54 - breaks editing of
2667                 addressbook.
2668                 
2669         * po/bg.po
2670                 update Bulgarian translation, submitted by
2671                 George Danchev
2672
2673 2003-02-28 [christoph]  0.8.10claws64
2674
2675         * src/account.c
2676         * src/addressadd.c
2677         * src/compose.c
2678         * src/gtkaspell.c
2679         * src/gtkxtext.h                ** REMOVE **
2680         * src/imap.c
2681         * src/matcher.[ch]
2682         * src/mh.c
2683         * src/news.c
2684         * src/pine.c
2685         * src/prefs_common.c
2686         * src/prefs_matcher.c
2687         * src/procheader.[ch]
2688         * src/procmsg.[ch]
2689         * src/toolbar.c
2690         * src/common/ssl_certificate.c
2691         * src/gtk/colorlabel.c
2692         * src/gtk/menu.c
2693                 o fix warnings
2694                 o remove code obsoleted by new cache and folder system rework
2695
2696 2003-02-28 [oliver]     0.8.10claws63
2697         
2698         * src/toolbar.[ch]
2699                 * fix bug where reply in Messageview replied to 
2700                 Message displayed in summaryview
2701                 (reportedd via ML by chinatinte at gmx dot ch)
2702                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
2703                 didn't work in separate MessageView Toolbar
2704                 (wondering if anybody uses this at all ?)
2705         * src/summaryview.[ch]
2706                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
2707                 (generalize reply and forward code);
2708         * src/messageview.c 
2709                 remove focus_in event which updated summaryview to messageview
2710
2711 2003-02-28 [paul]       0.8.10claws62
2712
2713         * po/Makefile.in.in
2714                 add the --check option
2715                 Patch submitted by Ricardo Mones Lastra
2716
2717 2003-02-28 [paul]       0.8.10claws61
2718
2719         * src/prefs_account.c
2720                 re-order 'Signature' items
2721
2722 2003-02-28 [paul]       0.8.10claws60
2723
2724         * sync with 0.8.10cvs20
2725                 see ChangeLog 2003-02-28
2726
2727 2003-02-28 [paul]       0.8.10claws59
2728
2729         * po/POTFILES.in
2730                 update to reflect recent movement of files
2731
2732 2003-02-28 [paul]       0.8.10claws58
2733
2734         * sync with 0.8.10cvs19
2735                 see ChangeLog 2003-02-28
2736
2737 2003-02-27 [martin]     0.8.10claws57
2738
2739         * src/prefs_matcher.c 
2740                 fix segfault in prefs_matcher_ok() when the
2741                 last entry is deleted and prevents that the
2742                 message "entry not saved" comes up after deleting
2743                 an entry
2744
2745 2003-02-27 [martin]     0.8.10claws56
2746
2747         * src/prefs_filtering.c 
2748                 fix segfault in prefs_filtering_ok() when the
2749                 last entry is deleted and prevents that the
2750                 message "entry not saved" comes up after deleting
2751                 an entry
2752
2753 2003-02-27 [paul]       0.8.10claws55
2754
2755         * sync with 0.8.10cvs18
2756                 see ChangeLog 2003-02-27
2757
2758 2003-02-27 [paul]       0.8.10claws54
2759
2760         * src/addressbook.c
2761                 fix bug where the address book crashes with 
2762                 multiple lookups.
2763                 Patch [687729] submitted by David Frager 
2764                 <dbfrager@users.sourceforge.net>
2765
2766 2003-02-25 [christoph]  0.8.10claws53
2767
2768         * src/Makefile.am
2769         * src/colorlabel.[ch]           ** REMOVE **
2770         * src/gtk/Makefile.am
2771         * src/gtk/colorlabel.[ch]       ** NEW **
2772                 move colorlabel files to gtk directory
2773
2774         * src/esmtp.[ch]                ** REMOVE **
2775                 has been merged into smtp.[ch] in 0.7.5
2776
2777 2003-02-25 [christoph]  0.8.10claws52
2778
2779         * src/Makefile.am
2780         * src/about.[ch]                ** REMOVE **
2781         * src/gtk/Makefile.am
2782         * src/gtk/about.[ch]            ** NEW **
2783                 move about files to gtk directory
2784
2785 2003-02-25 [christoph]  0.8.10claws51
2786
2787         * src/folder.c
2788                 some code optimization of folder scanning code
2789
2790         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
2791
2792 2003-02-25 [christoph]  0.8.10claws50
2793
2794         * src/main.c
2795         * src/common/sylpheed.c
2796                 add command line parameter parsing to common code
2797
2798 2003-02-24 [christoph]
2799
2800         * Makefile.am
2801         * configure.ac
2802                 fix gnome prefix problems, the configure script now removed
2803                 `gnome-config --prefix` from `gnome-config --datadir`
2804                 and adds $(prefix} instead
2805
2806         (closes Bug 24 Makefile does not respect prefix when installing
2807          GNOME data)
2808
2809 2003-02-24 [christoph]  0.8.10claws49
2810
2811         * src/news.c
2812                 check for valid session before trying to authenticate
2813
2814         (closes Bug 60 crash if "authenticate on logon" is activated
2815          and newsserver-hostname is not valid)
2816
2817 2003-02-24 [melvin]     0.8.10claws48
2818
2819         * src/prefs_actions.c
2820                 Make sure all user's input is sent to the action and then
2821                 close the socket..
2822
2823 2003-02-23 [alfons]     0.8.10claws46
2824
2825         * src/summaryview.c
2826                 also wait cursor when deleting files
2827
2828 2003-02-23 [paul]
2829
2830         * tools/freshmeat_search.pl
2831           tools/google_search.pl
2832                 scripts should now work for any browser/browser command line
2833
2834 2003-02-22 [christoph]  0.8.10claws45
2835
2836         * src/procmsg.c
2837                 fix IMAP flag setting, IMAP flag is not handled correctly
2838                 anymore by the folder system and information about the
2839                 folder should not be saved in the MsgInfo (in my opinion)
2840
2841         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2842
2843 2003-02-22 [christoph]  0.8.10claws44
2844
2845         * src/summaryview.c
2846                 fix spelling of "label" ;-)
2847
2848 2003-02-22 [thorsten]   0.8.10claws43
2849
2850         * src/mimeview.c
2851           src/prefs_common.[ch]
2852           src/procmime.[ch]
2853                 do not use description as attachment name
2854
2855 2003-02-22 [alfons]     0.8.10claws42
2856
2857         * src/summaryview.c
2858                 freeze/thaw folder item updates when changing color labels,
2859                 and put a wait cursors on
2860
2861 2003-02-22 [thorsten]   0.8.10claws41
2862
2863         * src/mimeview.c
2864                 save-all fixes: crash if invoked on multipart container,
2865                 mimeinfo access, pathseparators, error dialog
2866
2867 2003-02-21 [alfons]     0.8.10claws40
2868
2869         * src/prefs_gtk.c
2870                 remove unused var
2871
2872 2003-02-21 [colin]      0.8.10claws39
2873
2874         * src/send.c
2875                 Fix smtp logging
2876
2877 2003-02-21 [colin]      0.8.10claws38
2878
2879         * src/summaryview.c
2880                 Freeze/thaw folderItem updates when filtering messages 
2881                 via Tools/Filter messages
2882
2883 2003-02-21 [paul]       0.8.10claws37
2884
2885         * src/compose.c
2886                 revert commit 0.8.10claws26, there are ulterior motives
2887                 for users to set a Reply-To header when posting to
2888                 newsgroups
2889
2890 2003-02-21 [paul]       0.8.10claws36
2891
2892         * sync with 0.8.10cvs17
2893                 see ChangeLog 2003-02-21
2894
2895 2003-02-20 [christoph]  0.8.10claws35
2896
2897         * src/imap.c
2898                 IMAP UID fetch speedup using SEARCH
2899
2900         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2901
2902         * src/imap.c
2903                 fix problem with UIDs in IMAP UID cache that no longer existed
2904
2905 2003-02-20 [christoph]  0.8.10claws34
2906
2907         * src/imap.c
2908         * src/procheader.c
2909         * src/procheader.h
2910                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
2911
2912         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2913
2914         * src/imap.c
2915                 Rewrite imap_cmd_gen_recv use sock_getline instead
2916                 of sock_gets to avoid problems with too long reply
2917                 lines
2918     
2919 2003-02-20 [colin]      0.8.10claws33
2920         
2921         * src/prefs_account.c
2922                 Better wording
2923
2924 2003-02-20 [colin]      0.8.10claws32
2925
2926         * src/compose.c
2927                 Remove useless '&& !to_sender' 
2928
2929 2003-02-20 [darko]
2930
2931         * AUTHORS
2932                 change my e-mail address
2933
2934 2003-02-19 [colin]      0.8.10claws31
2935
2936         * src/prefs_common.c
2937                 X11 style colors for every configurable color
2938
2939 2003-02-19 [alfons]     0.8.10claws30
2940
2941         * src/prefs_gtk.[ch]
2942         * src/prefs_common.c
2943                 for color_new accept both plain integers and X11 style color
2944                 names (as found in /usr/lib/X11/rgb.txt)
2945
2946 2003-02-19 [paul]       0.8.10claws29
2947
2948         * src/mainwindow.c
2949                 add tooltips to online/offline button and account selector
2950                 button
2951
2952 2003-02-19 [paul]       0.8.10claws28
2953
2954         * src/folder.c
2955           src/news.c
2956           src/prefs_account.[ch]
2957           src/prefs_common.[ch]
2958                 move 'Maximum number of articles to download' to
2959                 account prefs.
2960                 clean up account prefs gui a little by hiding entries
2961                 rather then greying out entries
2962
2963 2003-02-19 [hiro]       0.8.10claws27
2964
2965         * src/common/utils.c
2966                 fix bug #54 'yesterdays date is displayed in the message 
2967                 summary window'
2968
2969 2003-02-19 [paul]       0.8.10claws26
2970
2971         * src/compose.c
2972                 fix bug reported in Feature Request [688596] 
2973                 'Reply-to header in news'
2974
2975 2003-02-18 [paul]       0.8.10claws25
2976
2977         * src/select-keys.c
2978                 add a 'List all keys' button to key selection dialog
2979
2980 2003-02-18 [colin]      0.8.10claws24
2981         
2982         * src/stock_pixmap.c
2983                 fix compile error
2984
2985 2003-02-18 [colin]      0.8.10claws23
2986
2987         * src/common/smtp.[ch]
2988           src/prefs_account.c
2989                 Try to starttls if it seems to be the only
2990                 way to authenticate a user
2991
2992 2003-02-18 [paul]       0.8.10claws22
2993
2994         * src/Makefile.am
2995           src/folderview.c
2996           src/stock_pixmap.[ch]
2997           src/pixmaps/drafts_close.xpm  ** NEW FILE **
2998           src/pixmaps/drafts_open.xpm   ** NEW FILE **
2999                 as a Drafts folder is a special folder allow it to have
3000                 its own unique icons
3001
3002 2003-02-18 [colin]      0.8.10claws21
3003
3004         * src/imap.c
3005                 Fix port selection when using starttls
3006
3007 2003-02-18 [paul]       0.8.10claws20
3008
3009         * src/mainwindow.c
3010           src/prefs_common.[ch]
3011                 make blue the default new mail colour
3012
3013 2003-02-18 [paul]       0.8.10claws19
3014
3015         * sync with 0.8.10cvs14
3016                 see ChangeLog 2003-02-18
3017
3018 2003-02-17 [jens]       0.8.10claws18
3019
3020         * src/common/md5.c
3021                 fixed a compile problem with gcc 3.3
3022                 works on 2.95.3 too (testet on PPC as it is big endian)
3023
3024 2003-02-17 [paul]       0.8.10claws17
3025
3026         * sync with 0.8.10cvs13
3027                 see ChangeLog 2003-02-17
3028
3029 2003-02-17 [paul]       0.8.10claws16
3030
3031         * sync with 0.8.10cvs12
3032                 see ChangeLog 2003-02-17
3033
3034 2003-02-16 [match]      0.8.10claws15
3035
3036         * src/addressbook.c
3037                 Eliminates reloading of address data when items
3038                 deleted or added. Applied submitted by
3039                 Luke Plant <lukeplant@softhome.net>
3040
3041 2003-02-16 [paul]       0.8.10claws14
3042
3043         * src/news.c
3044                 when a 'protocol error' is encountered disconnect from
3045                 the server. This means that the user can carry on viewing
3046                 other articles and doesn't have to either wait until the
3047                 server timesout or quit sylpheed.
3048                 Fixes bug #53 'Unable to read messages in newsgroups, 
3049                 displayed message doesn't change'
3050
3051 2003-02-15 [christoph]  0.8.10claws13
3052
3053         * src/imap.c
3054                 fix bug that stopped scanning of folders when an
3055                 IMAP folder was empty
3056
3057         (closes bug 46 stop scan messages in folders after empty folder)
3058
3059 2003-02-15 [paul]
3060
3061         * tools/Makefile.am
3062           tools/README
3063           tools/freshmeat_search.pl     ** NEW FILE **
3064           tools/google_search.pl        ** NEW FILE **
3065                 Add 2 Actions scripts which search freshmeat/google
3066                 for the selected text using the browser configured
3067                 in sylpheedrc.
3068                 
3069         Note: These scripts are very dependent on the format of the
3070         browser command and may not work on every occasion. Testing
3071         is welcome. 
3072
3073 2003-02-14 [alfons]     0.8.10claws12
3074
3075         * src/compose.c
3076                 fix breakage because of uninitialized account pointer.
3077                 please verify.
3078
3079 2003-02-14 [paul]       0.8.10claws11
3080
3081         * src/compose.c
3082           src/prefs_account.[ch]
3083           src/prefs_common.[ch]
3084                 move signature settings to Account Prefs
3085
3086 2003-02-14 [paul]       0.8.10claws10
3087
3088         * sync with 0.8.10cvs11
3089                 see ChangeLog 2003-02-14
3090
3091 2003-02-13 [thorsten]   0.8.10claws9
3092
3093         * src/news.c
3094                 revert news progressbar (GUI separation)
3095
3096 2003-02-13 [paul]       0.8.10claws8
3097
3098         * src/compose.c
3099                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
3100                 paragraph 1
3101
3102 2003-02-13 [paul]       0.8.10claws7
3103
3104         * src/compose.[ch]
3105           src/summaryview.c
3106                 fix 'Follow-up and Reply-to' so that it creates a reply to
3107                 the newsgroup and the sender. If the message has the keyword
3108                 'poster' in the Followup-To header, all replies go to the
3109                 sender, re: RFC 1036, Section 2.2.3
3110                 rename all instances of 'ignore_replyto' to 'to_sender', both
3111                 were previously used, now we use just one.
3112
3113 2003-02-13 [paul]       0.8.10claws6
3114
3115         * sync with 0.8.10cvs9
3116                 see ChangeLog 2003-02-13
3117
3118 2003-02-13 [paul]       0.8.10claws5
3119
3120         * configure.ac
3121                 show which plugins are configured in the configure
3122                 output.
3123
3124 2003-02-12 [thorsten]   0.8.10claws4
3125
3126         * src/news.c
3127                 show progress while fetching news headers
3128
3129 2003-02-12 [christoph]  0.8.10claws3
3130
3131         * configure.ac
3132         * src/plugins/Makefile.am
3133                 use AM_CONDITIONAL to enable plugins, automake correctly
3134                 manages this when creating distdir
3135
3136 2003-02-12 [christoph]  0.8.10claws2
3137
3138         * ac/spamassassin.m4
3139         * src/plugins/spamassassin/Makefile.am
3140                 fix building SpamAssassin plugin without OpenSSL
3141
3142 2003-02-12 [paul]       0.8.10claws1
3143
3144         * ac/Makefile.am
3145           src/Makefile.am
3146           src/plugins/Makefile.am
3147                 fix failure of 'make release'
3148
3149 2003-02-12 [paul]       0.8.10claws
3150
3151         * 0.8.10claws released
3152
3153 2003-02-12 [paul]       0.8.9claws56
3154
3155         * po/bg.po
3156           po/es.po
3157           po/it.po
3158           po/ru.po
3159           po/sr.po
3160                 updated translations by George Danchev, Ricardo Mones Lastra,
3161                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
3162                 
3163         * sylpheed.spec.in
3164                 Allow the building of RPMs by a regular user. Submitted
3165                 by Sergei Astanin
3166
3167 2003-02-11 [alfons]     0.8.9claws55
3168
3169         * src/colorlabel.c
3170                 don't use pixmaps for label color rect but draw rectangles
3171                 so we can respect the color map of palette based visuals
3172                 (fixes the long time crashes on Suns - thanks to Andreas
3173                 Engel and Steve O'Hara-Smith for testing)
3174
3175 2003-02-11 [christoph]  0.8.9claws54
3176
3177         * src/matcher_parser_parse.y
3178                 correct bug where filering rules of not existing folders in
3179                 matcherrc were added to global filtering
3180                 
3181         (closes Debian Bug #180253 - Directory's filter-rules are merged with
3182          main filter-rules after removing directory, http://bugs.debian.org/180253)
3183         
3184 2003-02-11 [paul]       0.8.9claws53
3185
3186         * sync with 0.8.10cvs7
3187                 see ChangeLog 2003-02-09
3188
3189 2003-02-11 [melvin]     0.8.9claws52
3190
3191         * po/fr.po
3192                 Updated French tranlsations
3193
3194 2003-02-10 [paul]       0.8.9claws51
3195
3196         * sylpheed.spec.in
3197                 correct --enable-openssl
3198                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
3199
3200 2003-02-09 [martin]     0.8.9claws50
3201
3202         * src/prefs_matcher.c
3203                 fix segfault in prefs_matcher_substitute_cb() when
3204                 no row is selected
3205
3206 2003-02-09 [paul]       0.8.9claws49
3207
3208         * src/folderview.c
3209                 fix bug where a newsgroup folder's processing rules were
3210                 merged with the global filtering rules when the newsgroup
3211                 folder was deleted, causing some seriously bad results,
3212                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
3213
3214 2003-02-08 [melvin]     0.8.9claws48
3215
3216         * src/compose.c
3217                 Corrected and modified an alert message.
3218
3219 2003-02-07 [paul]       0.8.9claws47
3220
3221         * src/folderview.c
3222                 fix bug where both an 'Account properties' window and a
3223                 'Folder properties' window were opened when clicking on
3224                 'Properties' in an NNTP or IMAP folder's popup menu.
3225
3226 2003-02-07 [paul]       0.8.9claws46
3227
3228         * sync with 0.8.10cvs6
3229                 see ChangeLog 2003-02-06
3230
3231 2003-02-06 [christoph]  0.8.9claws45
3232
3233         * src/mbox.c
3234                 freeze folder updates while importing mbox files
3235                 (closes bug 43 importing mbox took hours)
3236                 
3237         Patch submitted by Jens Rantil <jens.rantil@telia.com>
3238
3239 2003-02-06 [thorsten]   0.8.9claws44
3240
3241         * po/de.po
3242                 Updated german translations
3243
3244 2003-02-06 [thorsten]   0.8.9claws43
3245
3246         * src/news.h
3247                 use guint for message numbers (fix count in grouplist dialog)
3248
3249 2003-02-05 [paul]       0.8.9claws42
3250
3251         * sync with 0.8.10cvs2
3252                 see ChangeLog 2003-02-05
3253
3254 2003-02-04 [colin]      0.8.9claws41
3255
3256         * src/prefs_common.[ch]
3257           src/procmsg.c
3258           src/summaryview.c
3259                 Add an option to disable threading by subject
3260
3261 2003-02-04 [christoph]  0.8.9claws40
3262
3263         * src/inc.c
3264                 only abort fetching mails from multiple accounts when the
3265                 error is fatal and does not allow to check any more accounts
3266                 (currently only disk full error)
3267
3268         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
3269          receive mails for other accouts)
3270
3271 2003-02-04 [christoph]  0.8.9claws39
3272
3273         * src/folder.c
3274                 first add the new message to the cache, then
3275                 send the update notification
3276
3277         (closes bug 39 after sending message folderview doesnt get updated)
3278
3279 2003-02-04 [colin]      0.8.9claws38
3280
3281         * src/inc.c
3282                 _really_ fix this Connecting... status
3283
3284 2003-02-04 [paul]       0.8.9claws37
3285
3286         * sync with 0.8.10
3287                 see ChangeLog 2003-02-04
3288
3289 2003-02-04 [paul]       0.8.9claws36
3290
3291         * sync with 0.8.9cvs6
3292                 see ChangeLog 2003-02-03
3293
3294 2003-02-04 [paul]       0.8.9claws35
3295
3296         * po/pt_BR.po
3297                 updated by André Filipe de Assunção e Brito 
3298                 <bedecko@netsite.com.br>
3299
3300 2003-02-03 [thorsten]   0.8.9claws34
3301
3302         * po/de.po
3303                 Updated german translations
3304
3305 2003-02-02 [paul]       0.8.9claws33
3306
3307         * po/es.po
3308                 updated by Ricardo Mones Lastra
3309
3310 2003-02-02 [thorsten]   0.8.9claws32
3311
3312         * src/mh.c
3313                 Fix mh_get_msginfo() segfault if file is inaccessible
3314
3315 2003-01-31 [colin]      0.8.9claws31
3316
3317         * src/procheader.c
3318                 Fix last commit's bug
3319
3320 2003-01-31 [colin]      0.8.9claws30
3321
3322         * src/procheader.c
3323                 Missing a change for gpg-signed messages
3324
3325 2003-01-31 [paul]       0.8.9claws29
3326
3327         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
3328           src/procheader.c
3329           src/stock_pixmap.[ch]
3330           src/summaryview.c
3331                 indicate GnuPG signed messages by displaying an icon
3332                 in the Attachment column.
3333
3334 2003-01-31 [paul]       0.8.9claws28
3335
3336         * sync with 0.8.9cvs4
3337                 see ChangeLog 2003-01-31
3338
3339 2003-01-31 [alfons]     0.8.9claws27
3340
3341         * src/textview.c
3342                 tune URI parser to accept mailto URLs with a '?'
3343                 (patch from Ruslan Balkin)
3344
3345 2003-01-31 [colin]      0.8.9claws26
3346
3347         * src/summaryview.c
3348                 Fix a leak introduced in claws24
3349
3350 2003-01-31 [colin]      0.8.9claws25
3351
3352         * src/summaryview.c
3353                 Freeze/Thaw folder updates when deleting dups
3354
3355 2003-01-31 [colin]      0.8.9claws24
3356         
3357         * src/addr_compl.c
3358           src/summaryview.c
3359           src/msgcache.c
3360                 little speed improvements
3361
3362 2003-01-31 [colin]      0.8.9claws23
3363
3364         * src/summaryview.c
3365                 Fix segfault when forwarding nothing
3366                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
3367                 
3368 2003-01-30 [paul]       0.8.9claws22
3369
3370         * sync with 0.8.9cvs3
3371                 see ChangeLog 2003-01-30
3372
3373 2003-01-30 [paul]       0.8.9claws21
3374
3375         * sync with 0.8.9cvs2
3376                 see ChangeLog 2003-01-30
3377
3378 2003-01-29 [paul]       0.8.9claws20
3379
3380         * sync with 0.8.9cvs1
3381                 see ChangeLog 2003-01-29
3382
3383 2003-01-28 [paul]       0.8.9claws19
3384
3385         * po/POTFILES.in
3386                 update to reflect changes. 
3387                 thanks to Ricardo Mones Lastra
3388
3389 2003-01-27 [christoph]  0.8.9claws18
3390
3391         * ac/openssl.m4
3392         * ac/spamassassin.m4
3393         * src/plugins/spamassassin/README
3394         * src/plugins/spamassassin/libspamc.[ch]
3395         * src/plugins/spamassassin/utils.[ch]
3396                 updated to latest libspamc
3397
3398 2003-01-27 [christoph]  0.8.9claws17
3399
3400         * src/folder.c
3401                 fix wrong use of procheader_get_header_fields
3402
3403 2003-01-27 [christoph]  0.8.9claws16
3404
3405         * src/news.c
3406         * src/prefs_account.[ch]
3407         * src/common/nntp.[ch]
3408                 allow to force authentication for NNTP servers
3409
3410         Patch submitted by Florian Mickler <dmk@d-labs.de>
3411
3412 2003-01-26 [paul]       0.8.9claws15
3413
3414         * src/summaryview.c
3415                 speed up of marking messages as read
3416                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
3417
3418 2003-01-26 [christoph]  0.8.9claws14
3419
3420         * src/Makefile.am
3421         * src/mgutils.[ch]              ** REMOVE **
3422         * src/xml.[ch]                  ** REMOVE **
3423         * src/xmlprops.[ch]             ** REMOVE **
3424         * src/common/Makefile.am
3425         * src/common/mgutils.[ch]       ** NEW **
3426         * src/common/xml.[ch]           ** NEW **
3427         * src/common/xmlprops.[ch]      ** NEW **
3428                 move xml files to common directory
3429
3430 2003-01-26 [christoph]  0.8.9claws13
3431
3432         * src/plugins/spamassassin/spamassassin_gtk.c
3433                 only set gtk entry text if string is available
3434
3435 2003-01-26 [melvin]     0.8.9claws12
3436
3437         * src/description_window.c
3438                 Allow resizing of the window
3439                 Allow automatic horizontal scroll bar
3440                 Do not vertically expand and fill
3441
3442 2003-01-26 [christoph]  0.8.9claws11
3443
3444         * src/Makefile.am
3445         * src/gtkutils.[ch]             ** REMOVE **
3446         * src/common/sylpheed.c
3447         * src/gtk/Makefile.am
3448         * src/gtk/description_window.c
3449         * src/gtk/gtkutils.[ch]         ** NEW **
3450         * src/gtk/prefswindow.c
3451                 move gtkutils to gtk directory
3452
3453 2003-01-26 [paul]       0.8.9claws10
3454
3455         * src/summaryview.c
3456                 rename summary_unread_clicked() to summary_status_clicked()
3457
3458 2003-01-26 [melvin]     0.8.9claws9
3459
3460         * src/prefs_actions.c
3461                 Cosmetical changes to the help text
3462
3463 2003-01-26 [paul]       0.8.9claws8
3464
3465         * src/folder.[ch]
3466           src/mainwindow.c
3467           src/prefs_common.c
3468           src/prefs_sumamry_column.c
3469           summaryview.[ch]
3470                 rename the 'Unread' column to 'Status'
3471
3472 2003-01-25 [match]      0.8.9claws7
3473
3474         * src/mgutils.[ch]
3475                 removed reference to LDAP constants. removed error2string.
3476                 included functions to support LDAP dynamic queries.
3477         * src/syldap.h
3478                 moved LDAP constants here.
3479         * src/addressbook.c
3480         * src/addrindex.c
3481         * src/importldif.c
3482                 removed references to LDAP constants and references to
3483                 error2string.
3484
3485 2003-01-25 [paul]       0.8.9claws6
3486
3487         * src/summaryview.c
3488                 summary_thread_build(), summary_thread_init(): remove 
3489                 unneeded reference to summaryview->folder_item
3490
3491 2003-01-25 [christoph]  0.8.9claws5
3492
3493         * src/gtk/description_window.c
3494                 o allow description texts to expand over multiple columns
3495                 o translate all columns
3496         * src/prefs_actions.c
3497                 change syntax description to use new multi column feature
3498
3499         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3500
3501 2003-01-25 [match]      0.8.9claws4
3502
3503         * src/vcard.c
3504                 fixed bug with Quoted-Printable
3505
3506 2003-01-25 [paul]       0.8.9claws3
3507
3508         * src/folder.[ch]
3509           src/summaryview.[ch]
3510                 implement per-folder collapsed/expanded threads setting
3511                 
3512         * src/prefs_common.c
3513                 remove global collapsed/expanded threads option
3514
3515 2003-01-25 [christoph]  0.8.9claws2
3516
3517         * po/POTFILES.in
3518                 add pluginwindow and prefswindow
3519         * src/compose.c
3520                 make send respond correctly to messages that could be added
3521                 to the queue folder, but the UID of the message is unknown
3522         * src/folder.c
3523         * src/imap.c
3524                 don't return guessed UIDs in imap_add_msg anymore. We return
3525                 0 to tell the folder system it was appened but the UID is
3526                 unknown. Folder system now get's the UID by scaning the folder
3527                 and searching the cache for the Message-ID
3528                 (closes bug #29 Messages queued, but not sent)
3529
3530 2003-01-25 [paul]       0.8.9claws1
3531
3532         * src/codeconv.c
3533                 conv_encode_header():  fix bug when long headers with 8-bit
3534                 characters are used, so that the encoded words are wrapped.
3535                 If the space in the original text falls on the wrap boundary,
3536                 it can be lost.
3537                 Patch by Sergey Vlasov.
3538                 
3539         * src/folderview.c
3540                  fix bug where a change to the sorting method or thread view
3541                  of a folder's messages is lost if simpify-subject is set and
3542                  toggled on or off.
3543                  Patch by Luke Plant.
3544
3545 2003-01-24 [paul]       0.8.9claws
3546
3547         * sylpheed-0.8.9claws released
3548         
3549         * Makefile.am
3550           sylpheed.spec.in
3551                 remove reference to 'INSTALL.jp'
3552
3553 2003-01-23 [paul]       0.8.8claws128
3554
3555         * po/es.po
3556           po/it.po
3557           po/ru.po
3558           po/sr.po
3559                 updated translations. submitted by Ricardo Mones Lastra,
3560                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
3561
3562 2003-01-23 [colin]      0.8.8claws127
3563
3564         * src/compose.c
3565                 Fix drafted and queued news articles re-edition
3566
3567 2003-01-23 [melvin]     0.8.8claws126
3568
3569         * po/fr.po
3570                 Updated French translations
3571
3572 2003-01-23 [colin]      0.8.8claws125
3573
3574         * src/inc.c
3575                 Fix "Connecting to..." status message
3576
3577 2003-01-22 [paul]       0.8.8claws124
3578
3579         * po/bg.po
3580                 updated by George Danchev
3581                 
3582         * src/folder.c
3583                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
3584                 and folder deletion
3585
3586 2003-01-21 [paul]       0.8.8claws123
3587
3588         * po/bg.po
3589                 updated by George Danchev
3590                 
3591         * src/about.c
3592                 its now 2003
3593                 
3594         * src/toolbar.c
3595                 don't translate 'Separator'
3596                 
3597         * src/plugins/spamassassin/Makefile.am
3598                 add aspell to CPPFLAGS
3599                 
3600         * src/plugins/spamassassin/spamassassin.c
3601           src/plugins/spamassassin/spamassassin_gtk.c
3602                 set correct default for spamassassin_receive_spam
3603                 slightly re-word descriptions and some
3604                 other minor changes
3605
3606 2003-01-19 [alfons]     0.8.8claws122
3607                 
3608         * src/mimeview.c
3609                 mimeview_save_as(): we might as well show the file name for
3610                 the single case "Save As" too
3611
3612 2003-01-19 [alfons]     0.8.8claws121
3613
3614         * src/crash.c
3615                 change bug tracker URL to bugzilla URL
3616
3617 2003-01-19 [alfons]     0.8.8claws120
3618
3619         * src/mimeview.c
3620                 mimeview_save_all(): display name of file before overwriting;
3621                 continue saving all, even when one overwrite was cancelled
3622
3623 2003-01-19 [christoph]  0.8.8claws119
3624
3625         * src/summaryview.c
3626         * src/procmsg.[ch]
3627                 fix wrong usage of procmsg_find_children in summaryview
3628                 by using procmsg_update_unread_children instead of
3629                 summaryview_update_unread_children
3630
3631 2003-01-19 [christoph]  0.8.8claws118
3632
3633         * src/procmsg.c
3634                 fix infinite loop in procmsg_find_children
3635                  (closes bug #25 sylpheed crashes on delete.)
3636
3637         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
3638
3639 2003-01-19 [paul]       0.8.8claws117
3640
3641         * po/pt_BR.po
3642                 updated by Ivan Francolin Martinez
3643
3644 2003-01-18 [melvin]     0.8.8claws116
3645
3646         * src/prefs_actions.c
3647                 Removed syntax limitation of only one '&' at the end of command.
3648                         Now actions that contain '>/dev/null 2>&1' are possible.
3649
3650 2003-01-18 [melvin]     0.8.8claws115
3651
3652         * src/prefs_actions.c
3653                 Actions IO dialog: when the action ends
3654                 the "Close" button now has focus and [Escape] closes the
3655                 window.
3656
3657 2003-01-18 [christoph]  0.8.8claws114
3658
3659         * src/procmsg.c
3660                 o add debug output when MsgInfos are really freed
3661                 o free GSLists in procmsg_find_children and
3662                   procmsg_update_unread_children
3663
3664 2003-01-18 [christoph]  0.8.8claws113
3665
3666         * src/mainwindow.c
3667                 reorder Configuration menu
3668
3669 2003-01-18 [christoph]  0.8.8claws112
3670
3671         * src/compose.c
3672                 fix applying templates to forwarded messages
3673
3674         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
3675
3676 2003-01-17 [christoph]  0.8.8claws111
3677
3678         * src/folder.c
3679                 destroy folder items, when a folder item is removed
3680
3681 2003-01-17 [christoph]  0.8.8claws110
3682
3683         * src/folder.c
3684                 fix wrong folder stats update when ignored message is
3685                 deleted
3686
3687 2003-01-17 [colin]      0.8.8claws109
3688         
3689         * src/mainwindow.c
3690         * src/summaryview.c
3691                 Quicksearch bugfixes: 
3692                 - hide help button at startup if not extended
3693                 - switch to extended when looking for replies
3694
3695 2003-01-17 [paul]
3696
3697         * sync with 0.8.9 release
3698
3699 2003-01-17 [paul]       0.8.8claws108
3700
3701         * sync with 0.8.8cvs11
3702                 see ChangeLog 2003-01-17
3703
3704 2003-01-16 [colin]      0.8.8claws107
3705
3706         * src/procmsg.c
3707                 Changed encryption test to re-ask passphrase
3708                 if an encrypted message hasn't been decrypted
3709                 Fixes bug #5
3710
3711 2003-01-16 [christoph]  0.8.8claws106
3712
3713         * src/prefs_gtk.c
3714         * src/prefs_toolbar.c
3715         * src/gtk/prefswindow.h
3716         * src/plugins/spamassassin/spamassassin_gtk.c
3717                 remove page destroy function that is not used anymore
3718
3719 2003-01-16 [paul]       0.8.8claws105
3720
3721         * sync with 0.8.8cvs9
3722                 see ChangeLog 2002-01-16
3723
3724 2003-01-16 [colin]      0.8.8claws104
3725
3726         * src/compose.[ch]
3727                 Fix bug with autosaved drafts for IMAP, when draft
3728                 folder is specified - fixes bugzilla bug #20
3729
3730 2003-01-15 [paul]       0.8.8claws103
3731
3732         * src/compose.[ch]
3733           src/procmsg.c
3734                 store folder and message-id of message forwarding
3735                 in queue header and set forward flag after sending
3736
3737 2003-01-15 [paul]       0.8.8claws102
3738
3739         * sync with 0.8.8cvs8
3740                 see ChangeLog 2002-01-15
3741
3742 2003-01-15 [colin]      0.8.8claws101
3743
3744         * src/Makefile.am
3745                 Fix linking with GNU libiconv
3746
3747 2003-01-15 [darko]      0.8.8claws100
3748
3749         * src/pine.c
3750                 fix crash when importing pine address book
3751                 entry with an empty name (reported by DY
3752                 <dybulk at tri8.net>)
3753
3754 2003-01-14 [paul]       0.8.8claws99
3755
3756         * configure.in  ** REMOVED **
3757           configure.ac  ** NEW FILE **
3758                 rename configure.in to configure.ac, as it is now
3759                 preferred
3760
3761 2003-01-14 [melvin]     0.8.8claws98
3762
3763         * src/folderview.c
3764                 folderview_check_new(): More precise function description
3765
3766 2003-01-14 [melvin]     0.8.8claws97
3767
3768         * src/folderview.c
3769                 folderview_check_new(): return the number of new messages 
3770                         since last check.
3771         * src/inc.c
3772                 inc_account_mail(): Disable counting of new messages for IMAP
3773                         and NNTP until bug [19] and [14] are fixed.
3774
3775 2003-01-14 [paul]       0.8.8claws96
3776
3777         * sync with 0.8.8cvs6
3778                 see ChangeLog 2003-01-14
3779
3780 2003-01-13 [alfons]     0.8.8claws95
3781
3782         * src/textview.c
3783                 tune email address validation (c. 0.8.8claws89): if . is 
3784                 just one char away from @, the address is invalid too 
3785                 (correctly rejects addresses like foo@.com)
3786
3787 2003-01-13 [paul]       0.8.8claws94
3788
3789         * src/messageview.c
3790           src/toolbar.c
3791                 fixes to the Message View toolbar and menu:
3792                 fix non-functioning Forward button
3793                 make Reply button consider default_reply_list
3794                 remove 'Follow-up...' menu entry
3795                 add 'Forward' and 'Redirect' menu entries
3796
3797 2003-01-13 [melvin]     0.8.8claws93
3798
3799         * src/inc.c
3800                 Fixed typo that could make new messages count incorrect.
3801
3802 2003-01-13 [melvin]     0.8.8claws92
3803
3804         * src/folderview.[ch]
3805                 folderview_check_new(): return the number of new messages.
3806         * src/inc.c
3807                 Should fix bug [14] where new mail notification worked 
3808                         incorrectly with IMAP accounts.
3809                 inc_spool_account(): return number of new msgs, or -1 on error
3810                 inc_all_spool(): return number of new msgs
3811                 
3812 2003-01-13 [melvin]     0.8.8claws91
3813
3814         * src/prefs_actions.c
3815                 Justify help text.
3816
3817 2003-01-12 [thorsten]   0.8.8claws90
3818
3819         * src/common/prefs.c
3820                 close file before rename
3821
3822 2003-01-12 [alfons]     0.8.8claws89
3823
3824         * AUTHORS
3825                 add Christian Mertes
3826         * src/common/utils.[ch]
3827                 g_stricase_hash(), g_stricase_equal(): functions for 
3828                 case insensitive hash tables
3829         * src/textview.c
3830                 use top level domain names to validate email address, based
3831                 on a patch by Christian Mertes (thanks!), but changed 
3832                 implementation to use a hash table 
3833
3834 2003-01-12 [paul]       0.8.8claws88
3835
3836         * po/bg.po
3837                 updated by George Danchev
3838
3839 2003-01-12 [alfons]     0.8.8claws87
3840
3841         * src/summaryview.c
3842                 delete / execute performance: use new style folder update
3843
3844 2003-01-12 [paul]       0.8.8claws86
3845
3846         * sync with 0.8.8cvs5
3847                 see ChangeLog 2003-01-13 (!)
3848
3849 2003-01-12 [alfons]     0.8.8claws85
3850
3851         * src/filtering.c
3852         * src/matcher_parser_parse.y
3853                 prepare change_score filtering action
3854         * src/matcher.[ch]
3855                 give up const-correctness on functions that call non-const-correct functions;
3856                 several casts to gpointer in g_free();
3857                 add change_score;
3858
3859 2003-01-12 [christoph]  0.8.8claws84
3860
3861         * src/compose.c
3862                 fix 2 warnings
3863
3864         * src/gtk/prefswindow.[ch]
3865         * src/plugins/spamassassin/spamassassin_gtk.c
3866                 changed the call of the widget create function
3867                 for PrefsPages, because sometimes the widget
3868                 create function needs a widget that already has
3869                 been attached to a window (to create GDK pixmaps
3870                 for exmaple). So we simply pass the GtkWindow as
3871                 the second parameter now.
3872
3873         * src/main.c
3874         * src/mainwindow.c
3875         * src/prefs_toolbar.[ch]
3876                 rewrite Toolbar Preferences using the new
3877                 prefs window
3878
3879 2003-01-11 [alfons]     0.8.8claws83
3880
3881         * src/addressadd.c
3882                 fix crash when adding sender to addressbook because status bar
3883                 isn't there (the status bar doesn't seem to be used though,
3884                 but I'll let Match decide what to do with it)
3885
3886 2003-01-11 [colin]      0.8.8claws82
3887
3888         * src/main.c
3889           src/toolbar.c
3890                 Two useless changes reversed
3891
3892 2003-01-11 [colin]      0.8.8claws81
3893
3894         * src/mainwindow.c
3895           src/mainwindow.h
3896                 Add mainwindow_get_mainwindow()
3897         * src/alertpanel.c
3898           src/alertpanel.h
3899                 Add alertpanel_error_log() 
3900         * src/compose.c
3901           src/inc.c
3902           src/messageview.c
3903           src/toolbar.c
3904           src/main.c
3905           src/procmsg.c
3906                 Network errors get a View Log button
3907
3908 2003-01-10 [alfons]     0.8.8claws80
3909
3910         * src/prefs_toolbar.c
3911         * src/toolbar.c
3912                 use the translatable string for "Separator" as file name for
3913                 separator toolbar items (probably make this uppercase?)
3914
3915 2003-01-10 [alfons]     0.8.8claws79
3916
3917         * src/prefs_toolbar.c
3918                 put right A_SEPARATOR description string in "displayed
3919                 toolbar items list" so manually added separators are
3920                 saved correctly (bug #10, "Adding a separator to the main 
3921                 toolbar fails, entry in xml file is wrong")
3922
3923 2003-01-10 [christoph]  0.8.8claws78
3924
3925         * src/imap.c
3926                 o fix warnings
3927                 o use CAPABILITY to check if NAMESPACE is available
3928
3929 2003-01-10 [christoph]  0.8.8claws77
3930
3931         * src/imap.[ch]
3932                 apply UIDPLUS IMAP extension support patch
3933
3934         Patch submitted by Simon 'corecode' Schubert
3935
3936 2003-01-10 [paul]       0.8.8claws76
3937
3938         * src/folderview.c
3939                 a sync from main which fixes the news account folders'
3940                 Properties bug
3941
3942 2003-01-10 [christoph]  0.8.8claws75
3943
3944         * src/folder.c
3945                 don't accept 0 as a valid uid returned by copy and move
3946                 functions. 0 means the message was copied or moved but the
3947                 new uid could not be fetched. It is not an error condition
3948                 for the copy or move operation.
3949
3950 2003-01-10 [paul]       0.8.8claws74
3951
3952         * src/prefs_filtering.c
3953                 change English used in Alert when entry is not
3954                 saved.
3955                 
3956         * sync with 0.8.8cvs4
3957                 see ChangeLog 2003-01-10
3958
3959 2003-01-10 [darko]      0.8.8claws73
3960
3961         * src/pine.c
3962                 fix crash when importing address book entry
3963                 without a valid address
3964
3965 2003-01-09 [alfons]     0.8.8claws72
3966
3967         * src/inc.c
3968                 filtering performance: use new style folder update
3969
3970 2003-01-09 [christoph]  0.8.8claws71
3971
3972         * src/compose.c
3973         * src/gtk/menu.[ch]
3974                 fix wrong selecting of mime encoding type, when
3975                 opening property dialog of attachments in the
3976                 compose window. 7bit was always selected and that
3977                 destoryed files with 8bit data.
3978                 (closes bug #9 Sylpheed-claws destroys attachments when
3979                  changing MIME-types)
3980
3981 2003-01-09 [paul]       0.8.8claws70
3982
3983         * sync with 0.8.8cvs3
3984                 see ChangeLog 2003-01-09
3985
3986 2003-01-08 [alfons]     0.8.8claws69
3987         
3988         * src/addressadd.c
3989                 apply patch by Kim Schulz to fix build breakage
3990                 because of missing variable
3991
3992 2003-01-08 [paul]       0.8.8claws68
3993
3994         * sync with 0.8.8cvs2
3995                 see ChangeLog 2002-01-08
3996
3997 2003-01-08 [paul]       0.8.8claws67
3998
3999         * po/it.po
4000                 updated by Alessandro Maestri
4001                 
4002         * src/addressadd.c
4003                 when using 'Add sender to addressbook' allow
4004                 name to be edited and remarks to be entered
4005                 Patch submitted by Luke Plant
4006
4007 2003-01-08 [darko]      0.8.8claws66
4008
4009         * README.claws, src/summaryview.c
4010                 fix description for marked messages
4011
4012 2003-01-08 [paul]
4013
4014         * tools/Makefile.am
4015           tools/launch_phoenix  ** NEW FILE **
4016                 add script that enables using Phoenix as the default
4017                 web browser. 
4018                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
4019                 
4020         * tools/OOo2sylpheed.pl
4021                 remove full path to sylpheed executable, just 'sylpheed'
4022                 will do
4023                 
4024         * tools/README
4025                 add launch_phoenix informtion and re-arrange and compress
4026                 the data a little
4027
4028 2003-01-07 [christoph]  0.8.8claws65
4029
4030         * src/folder.c
4031                 fix update for source folder when moving messages
4032         * src/procmsg.[ch]
4033         * src/summaryview.c
4034                 use function to set to_folder for message infos and
4035                 automatically update the op_count for old and new
4036                 folder
4037
4038 2003-01-07 [melvin]     0.8.8claws64
4039
4040         * src/prefs_actions.c
4041                 Fixed bug where an '%p' Action on a displayed image crashed 
4042                         Sylpheed
4043                 Code clean up (get rid of duplicated code and removed unnecessary 
4044                                 structure member)
4045
4046 2003-01-07 [christoph]  0.8.8claws63
4047
4048         * src/compose.c
4049         * src/folder.[ch]
4050         * src/folderview.c
4051         * src/import.c
4052         * src/inc.c
4053         * src/main.c
4054         * src/mainwindow.c
4055         * src/messageview.c
4056         * src/prefs_folder_item.c
4057         * src/procmsg.c
4058         * src/summaryview.c
4059         * src/toolbar.c
4060                 o remove all folder update triggering from the UI code. The folder
4061                   system should know much better when a folder needs an update.
4062                 o to prevent multiple updates in a row the folder updates can be
4063                   frozen for some time.
4064
4065                 Note: - Please verify that no updates are missing
4066                       - Check where freeze/thaws should be added
4067
4068 2003-01-07 [christoph]  0.8.8claws62
4069
4070         * src/prefs_actions.c
4071                 don't translate empty strings
4072
4073         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4074
4075 2003-01-06 [christoph]  0.8.8claws61
4076
4077         * src/prefs_actions.c
4078                 mark strings for gettext
4079         * src/prefs_matcher.c
4080                 use new description window for Execute action and
4081                 match condition in Filtering
4082
4083         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4084
4085 2003-01-06 [alfons]     0.8.8claws60
4086
4087         keep myself inspired to re-organize matcher part 8; 
4088         yes, more to come (I need to move out the descriptive
4089         text for actions to matcher.c, or at least make it not
4090         depend on the wicked ordering)
4091
4092         * src/prefs_matcher.c
4093                 add documentation so others may comprehend the
4094                 UI part of the conditions
4095                 
4096 2003-01-06 [christoph]  0.8.8claws59
4097
4098         * src/prefs_actions.c
4099                 use new description window for syntax help
4100         * src/gtk/description_window.c
4101                 fix display of descriptions with column count != 2
4102
4103         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4104
4105 2003-01-06 [christoph]  0.8.8claws58
4106
4107         * src/quote_fmt.c
4108         * src/summaryview.[ch]
4109         * src/gtk/Makefile.am
4110         * src/gtk/description_window.[ch]       ** NEW **
4111                 use a generic window to display syntax descriptions
4112                 currently used in quote_fmt and summaryview (new description
4113                 for extended quick search)
4114
4115         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
4116
4117 2003-01-06 [paul]       0.8.8claws57
4118
4119         * sync with 0.8.8cvs1
4120                 see ChangeLog 2003-01-06
4121
4122 2003-01-06 [christoph]  0.8.8claws56
4123
4124         * src/mainwindow.c
4125         * src/prefs_gtk.[ch]
4126         * src/gtk/prefswindow.[ch]
4127         * src/plugins/spamassassin/spamassassin_gtk.c
4128                 o remove page management from prefswindow, pages
4129                   will be an argument to prefswindow_open
4130                 o prefswindow_open gets a datapointer that is
4131                   passed to the widget_create function to allow
4132                   creation of prefswindow for specific items
4133
4134 2003-01-06 [colin]      0.8.8claws55
4135         
4136         * src/summaryview.c
4137                 We don't want regexp in the reply-finder, 
4138                 because MIDs can contain !,$,. and so on
4139
4140 2003-01-06 [jens]       0.8.8claws54
4141
4142         * src/jpilot.c
4143                 fixed a wrong free in jpilot_read_db_files
4144
4145 2003-01-06 [alfons]     0.8.8claws53
4146
4147         re-organize matcher part 8; more to come
4148        
4149         * src/matcher.c
4150                 matcherprop_to_string(): put g_free()s before the
4151                 switch-case break to fix memleaks                
4152
4153 2003-01-06 [colin]      0.8.8claws52
4154
4155         * src/summaryview.c
4156                 cleanup & reply-finder now displays the first 
4157                 matching message
4158
4159 2003-01-05 [alfons]     0.8.8claws51
4160
4161         re-organize matcher part 7; more to come
4162
4163         * src/matcher.[ch]
4164                 fixes for constant correctness;
4165                 more documentation;
4166
4167 2003-01-05 [alfons]     0.8.8claws50
4168
4169         re-organize matcher part 6; more to come
4170         
4171         * src/matcher.[ch]
4172                 fixes for constant correctness;
4173                 more documentation;
4174         * src/filtering.c
4175                 fix for constant correctness
4176
4177 2003-01-05 [colin]      0.8.8claws49
4178
4179         * src/account.[ch]
4180                 Add account_get_reply_account function
4181         * src/compose.c
4182                 Use account_get_reply_account function 
4183         * src/summaryview.c
4184                 Basic reply-finder - click on the replied
4185                 icon gets you to the outbox using quick-search
4186
4187 2003-01-05 [paul]       0.8.8claws48
4188
4189         * src/prefs_common.c
4190                 small change to English
4191                 
4192         * src/prefs_filtering.c
4193                 prefs_filtering_action_select(): improve logic and uniformity
4194                 of gui
4195
4196 2003-01-05 [alfons]     0.8.8claws47
4197
4198         fine tune solution to focus problems (bug #7)
4199
4200         * src/mainwindow.c
4201                 mainwindow_focus_in_event(): remove grab event check
4202         * src/summaryview.c
4203                 summary_button_pressed(): move selection on right-click
4204                 too. we can't possibly move the selection back after
4205                 canceling a dialog, because gtk's incomplete focus 
4206                 management. whether this is a good solution, only time
4207                 will tell.
4208
4209 2003-01-05 [christoph]  0.8.8claws46
4210
4211         * src/imap.c
4212                 fix crash when no imap connection could be established
4213
4214 2003-01-05 [paul]       0.8.8claws45
4215
4216         * src/mainwindow.c
4217           src/sumamryview.c
4218           src/gtk/menu.[ch]
4219                 fix bug 605957 'shortcuts in popup-menu'
4220                 make user-defined shortcuts work
4221                 show shortcuts that are already defined
4222                 in the main menu
4223                 Patch submitted by Luke Plant
4224
4225 2003-01-05 [alfons]     0.8.8claws44
4226
4227         * src/mainwindow.c
4228                 focus_in_event handler should not select summary view row 
4229                 when another window (menu, dialog) grabbed for events 
4230                 (bug #7, "[0.8.8claws42] Message summary focus") 
4231
4232 2003-01-04 [christoph]  0.8.8claws43
4233
4234         * src/procmsg.c
4235                 update save folder after adding the sent message
4236                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
4237
4238 2003-01-02 [christoph]  0.8.8claws42
4239
4240         * src/common/plugin.c
4241                 fix unloading of all plugins and unload
4242                 plugins in reverse order
4243                 
4244         * src/gtk/pluginwindow.c
4245                 implement function of load and unload button
4246
4247         * src/gtk/prefswindow.c
4248         * src/gtk/prefswindow.h
4249                 rename register function and add new unregister
4250                 function
4251
4252         * src/plugins/spamassassin/spamassassin_gtk.c
4253                 unregister prefs page and update for changes in
4254                 src/gtk/prefswindow.c
4255
4256 2003-01-02 [paul]       0.8.8claws41
4257
4258         * po/es.po
4259                 updated by Ricardo Mones Lastra
4260
4261 2003-01-02 [paul]
4262
4263         * tools/tb2sylpheed
4264                 fixes and improvements by Urke MMI
4265
4266 2003-01-02 [thorsten]   0.8.8claws40
4267
4268         * src/procmsg.c
4269                 fixed wrong return value
4270
4271 2003-01-02 [thorsten]   0.8.8claws39
4272
4273         * src/prefs.c
4274                 fixed printing wrong variable
4275
4276 2003-01-02 [thorsten]   0.8.8claws38
4277
4278         * src/prefs.c
4279                 fixed acessing members of freed pfile struct
4280
4281 2003-01-02 [thorsten]   0.8.8claws37
4282
4283         * src/procmsg.c
4284                 detect loops across several messages
4285                 as suggested by Christoph Hohmann
4286
4287 2003-01-01 [match]      0.8.8claws36
4288
4289         * src/addrindex.c
4290                 fixed another memory leak.
4291
4292 2003-01-01 [match]      0.8.8claws35
4293
4294         * src/jpilot.[ch]
4295                 fixed memory leaks. applied Doxygen comments.
4296
4297 2003-01-01 [thorsten]   0.8.8claws34
4298
4299         * src/procmsg.c
4300                 inhibit endless loop if msg references itself
4301                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
4302
4303 2003-01-01 [christoph]  0.8.8claws33
4304
4305         * src/mainwindow.c
4306         * src/gtk/Makefile.am
4307         * src/gtk/pluginwindow.c                ** NEW **
4308         * src/gtk/pluginwindow.h                ** NEW **
4309                 add plugin window
4310
4311         * src/plugins/demo/demo.c
4312         * src/plugins/spamassassin/spamassassin.c
4313         * src/plugins/spamassassin/spamassassin_gtk.c
4314                 write better plugin descriptions
4315
4316 2002-12-31 [christoph]  0.8.8claws32
4317
4318         * src/gtk/prefswindow.c
4319         * src/plugins/spamassassin/spamassassin_gtk.c
4320                 some small improvements to GTK code
4321
4322 2002-12-31 [christoph]  0.8.8claws31
4323
4324         * src/plugins/spamassassin/spamassassin_gtk.c
4325                 enable folder select button
4326
4327 2002-12-31 [christoph]  0.8.8claws30
4328
4329         * src/mainwindow.c
4330         * src/gtk/Makefile.am
4331         * src/gtk/prefswindow.c                         ** NEW **
4332         * src/gtk/prefswindow.h                         ** NEW **
4333                 add new prefs window
4334
4335         * src/common/plugin.c
4336                 don't try to load empty config lines
4337         
4338         * src/plugins/spamassassin/Makefile.am
4339         * src/plugins/spamassassin/spamassassin.c
4340         * src/plugins/spamassassin/spamassassin.h       ** NEW **
4341         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
4342                 GTK config for SpamAssassin Plugin using
4343                 the new prefs window
4344
4345 2002-12-31 [paul]       0.8.8claws29
4346
4347         * po/POTFILES.in
4348                 remove obsolete entry 'src/menu.c'
4349
4350 2002-12-31 [alfons]     0.8.8claws28
4351
4352         * src/matcher.[ch]
4353         * src/matcher_parser_parse.y
4354         * src/prefs_matcher.c
4355                 add "ignore_thread" and "~ignore_thread" condition so it's
4356                 possible to make the actions / scoring operate on the ignore
4357                 thread flag
4358
4359 2002-12-31 [christoph]  0.8.8claws27
4360
4361         * src/addrbook.c
4362         * src/addrindex.c
4363         * src/folder.c
4364         * src/matcher.c
4365         * src/prefs_account.c
4366         * src/prefs_actions.c
4367         * src/prefs_customheader.c
4368         * src/prefs_display_header.c
4369         * src/prefs_gtk.c
4370         * src/procmime.c
4371         * src/toolbar.c
4372         * src/xmlprops.c
4373         * src/common/prefs.[ch]
4374                 extend prefs file handling for reading and automatic handling
4375                 of blocks. When reading prefs_set_block_label will automatically
4376                 move on to the block. When writing it will copy all other blocks
4377                 automatically
4378
4379         * src/common/plugin.c
4380                 Now loading plugin filenames from [Plugins] block in
4381                 sylpheed rc file
4382
4383 2002-12-30 [christoph]  0.8.8claws26
4384
4385         * src/common/hooks.[ch]
4386                 return abort status to caller of hooks_invoke
4387                 
4388         * src/inc.[ch]
4389                 invoke message filtering hook and stop
4390                 default handling when filter returns abort
4391
4392         * src/common/plugin.[ch]
4393         * src/plugins/demo/demo.c
4394                 modify plugin loader, because resolving symbols for strings
4395                 does not work correctly
4396         
4397         * configure.in
4398         * ac/spamassassin.m4                            ** NEW **
4399         * src/plugins/spamassassin/.cvsignore           ** NEW **
4400         * src/plugins/spamassassin/Makefile.am          ** NEW **
4401         * src/plugins/spamassassin/README               ** NEW **
4402         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
4403         * src/plugins/spamassassin/spamassassin.c       ** NEW **
4404         * src/plugins/spamassassin/utils.[ch]           ** NEW **
4405                 add spamassassin plugin, see src/plugins/spamassassin/README
4406                 for details
4407
4408 2002-12-29 [alfons]     0.8.8claws25
4409
4410         * src/mainwindow.c
4411                 when moving focus from a message view to the main 
4412                 window, don't forget to select the summary node
4413                 of the displayed message. should fix "[ 659103 ] 
4414                 focus-follows-mouse confuses sylpheed"
4415
4416 2002-12-29 [christoph]  0.8.8claws24
4417
4418         * src/Makefile.am
4419         * src/stringtable.[ch]          ** REMOVE **
4420         * src/common/Makefile.am
4421         * src/common/stringtable.[ch]   ** NEW **
4422                 move stringtable files to common directory
4423
4424 2002-12-29 [christoph]  0.8.8claws23
4425
4426         * src/Makefile.am
4427         * src/menu.[ch]                 ** REMOVE **
4428         * src/gtk/Makefile.am
4429         * src/gtk/menu.[ch]             ** NEW **
4430                 move menu files to gtk directory
4431
4432 2002-12-29 [match]      0.8.8claws22
4433
4434         * src/addressbook.c
4435         * src/syldap.c
4436                 moved UI specific code out of LDAP code into addressbook
4437                 UI code. fixed memory leak.
4438
4439 2002-12-29 [christoph]  0.8.8claws21
4440
4441         * src/folder.c
4442                 only check for IGNORED parent message when message is
4443                 not IGNORED itself
4444
4445 2002-12-29 [alfons]     0.8.8claws20
4446
4447         * src/summaryview.c
4448                 set gtksctree's anchor correct (immediate execute
4449                 changes the tree's layout, and anchor points at 
4450                 the incorrect row). fixes "[ 657233 ] multiple msg 
4451                 delete sometimes off by 1".
4452                 we probably have to look for more tree layout /
4453                 anchor glitches.
4454
4455 2002-12-29 [paul]       0.8.8claws19
4456
4457         * src/summaryview.c
4458                 fix bug [ 659054 ] incorrect sorting of 'From' column
4459                 when using 'display sender using address book'
4460                 thanks to Alfons and Luke Plant
4461
4462 2002-12-29 [christoph]  0.8.8claws18
4463
4464         * src/folder.c
4465         * src/procmsg.[ch]
4466                 check parent messages for IGNORE THREAD flag, when adding,
4467                 moving or copying messages to a folder
4468
4469 2002-12-27 [alfons]     0.8.8claws17
4470
4471         re-organize matcher part 5; more to come
4472
4473         * src/matcher.c
4474                 hash keywords in matchparser_tab 
4475
4476 2002-12-27 [alfons]     0.8.8claws16
4477
4478         re-organize matcher part 4; more to come
4479
4480         * src/matcher_parser.h
4481         * src/matcher_parser_lex.l
4482         * src/matcher_parser_parse.y
4483                 cleanup
4484
4485 2002-12-27 [alfons]     0.8.8claws15
4486
4487         re-organize matcher part 3; more to come
4488
4489         * src/matcher.[ch]
4490                 cleanup
4491
4492 2002-12-27 [alfons]     0.8.8claws14
4493
4494         re-organize matcher part 2; more to come but this should
4495         work. cc me if there are any regressions.
4496
4497         * src/matcher.h
4498                 add prototype for get_matchparser_tab_id()
4499         * src/matcher_parser_lex.l
4500                 look up keywords using matchparser_tab_id();
4501
4502 2002-12-27 [alfons]     0.8.8claws12
4503
4504         re-organize matcher part 1
4505
4506         * src/matcher.h
4507                 map yacc generated constants to sylpheed matcher constants
4508         * src/matcher.c
4509                 add function to find a matcher constant from a string
4510
4511 2002-12-27 [christoph]  0.8.8claws11
4512
4513         * src/compose.c
4514                 MENUITEM_ADD casts the 4th argument from integer to pointer
4515                 so it probably should not be a pointer, this means we
4516                 should use account id for it and not the account's pointer
4517
4518 2002-12-27 [paul]       0.8.8claws10
4519
4520         * src/mainwindow.c
4521                 remove unneeded 'GtkWidget *vbox'
4522                 
4523         * src/summaryview.c
4524                 further sync with 0.8.8 - make sort
4525                 by recipient work as expected
4526                 
4527         * NEWS
4528                 sync with 0.8.8
4529
4530 2002-12-27 [paul]       0.8.8claws9
4531
4532         * po/pt_BR.po
4533                 updated by Ivan F. Martinez
4534                 
4535 2002-12-27 [darko]      0.8.8claws8
4536
4537         * src/common/utils.c
4538                 added locked pattern to extended search
4539
4540 2002-12-27 [alfons]     0.8.8claws7
4541
4542         * src/prefs_matcher.[ch]
4543                 clean up
4544
4545 2002-12-26 [alfons]     0.8.8claws6
4546
4547         * src/matcher.[ch]
4548         * src/matcher_parser_lex.l
4549         * src/matcher_parser_parse.y
4550         * src/prefs_matcher.c
4551                 allow color label as a condition in the matcher
4552
4553 2002-12-26 [oliver]     0.8.8claws5
4554         
4555         * src/toolbar.c 
4556                 enable Addressbook for Main and Messageview
4557         * src/prefs_actions.c
4558                 enable actions in Messageview
4559
4560 2002-12-26 [christoph]  0.8.8claws4
4561
4562         * src/common/plugin.c
4563                 add a little debug output
4564         * configure.in
4565         * src/plugins/demo/Makefile.am
4566                 better use of automake
4567
4568 2002-12-26 [christoph]  0.8.8claws3
4569
4570         * src/Makefile.am
4571         * src/common/Makefile.am
4572                 fix "make distdir"
4573
4574 2002-12-26 [christoph]  0.8.8claws2
4575
4576         * configure.in
4577                 sort configure checks into common / gtk / plugins
4578         * po/POTFILES.in
4579                 add src/prefs_gtk.c
4580         * src/Makefile.am
4581                 add plugins SUBDIR
4582         * src/main.c
4583         * src/common/sylpheed.[ch]
4584                 added now sylpheed_done function for shutdown
4585         * src/common/Makefile.am
4586         * src/common/plugin.[ch]                ** NEW **
4587                 plugin loader and unloader
4588         * src/plugins/.cvsignore                ** NEW **
4589         * src/plugins/Makefile.am               ** NEW **
4590                 build plugins
4591         * src/plugins/demo/.cvsignore           ** NEW **
4592         * src/plugins/demo/Makefile.am          ** NEW **
4593         * src/plugins/demo/demo.c               ** NEW **
4594                 small demo plugin that installs a logtext hook and
4595                 outputs the log text to stdout
4596
4597 2002-12-26 [paul]       0.8.8claws1
4598
4599         * po/es.po
4600                 updated by Ricardo Mones Lastra
4601
4602 2002-12-26 [paul]       0.8.8claws
4603
4604         * 0.8.8claws released
4605
4606 2002-12-26 [paul]       0.8.7claws12
4607
4608         * po/bg.po
4609                 updated by George Danchev
4610
4611 2002-12-26 [paul]       0.8.7claws11
4612
4613         * po/POTFILES.in
4614                 remove unneeded 'src/prefs.c' entry 
4615
4616 2002-12-26 [paul]       0.8.7claws10
4617
4618         * src/codeconv.c
4619           src/mainwindow.c
4620                 sync with 0.8.8 release
4621         
4622         * src/folder.[ch]
4623           src/mh.c
4624           src/summaryview.c
4625                 partial sync with 0.8.8 release
4626         
4627
4628 2002-12-25 [alfons]     0.8.7claws9
4629
4630         * src/matcher.[ch]
4631         * src/matcher_parser_lex.l
4632         * src/matcher_parser_parse.y
4633         * src/prefs_matcher.c
4634                 add locked flag to possible filtering / matcher 
4635                 conditions (also a good example what should be
4636                 done to add a simple boolean condition)
4637
4638 2002-12-25 [christoph]  0.8.7claws8
4639
4640         * src/Makefile.am
4641         * src/account.[ch]
4642         * src/addrbook.c
4643         * src/addressbook.c
4644         * src/addrindex.c
4645         * src/filtering.c
4646         * src/folder.c
4647         * src/matcher.c
4648         * src/prefs.[ch]                ** REMOVE **
4649         * src/prefs_account.c
4650         * src/prefs_actions.c
4651         * src/prefs_common.c
4652         * src/prefs_customheader.c
4653         * src/prefs_display_header.c
4654         * src/prefs_filtering.c
4655         * src/prefs_folder_item.c
4656         * src/prefs_gtk.[ch]            ** NEW **
4657         * src/prefs_matcher.c
4658         * src/prefs_scoring.c
4659         * src/prefs_summary_column.c
4660         * src/procmime.c
4661         * src/selective_download.c
4662         * src/toolbar.c
4663         * src/common/Makefile.am
4664         * src/common/prefs.[ch]         ** NEW **
4665                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
4666
4667 2002-12-24 [alfons]     0.8.7claws7
4668
4669         * src/summaryview.c
4670                 summary_thread_build(): fix real cause of the crash mentioned in
4671                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
4672                 this way we get meaningful ctree nodes 
4673
4674 2002-12-24 [oliver]     0.8.7claws6
4675
4676         * src/mainwindow.[ch]
4677         * src/messageview.[ch]
4678         * src/compose.[ch]
4679         * src/inc.c
4680         * src/summaryview.c
4681                 changes to use updated toolbar handling
4682                 
4683 2002-12-24 [oliver]     0.8.7claws5
4684
4685         * src/toolbar.[ch]
4686                 generic toolbar handling
4687                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
4688         * src/prefs_toolbar.[ch]
4689                 adjust to handling
4690         
4691 2002-12-24 [oliver]     0.8.7claws4
4692         
4693         * src/stock_pixmap.[ch]
4694                 move SYLPHEED_LOGO to end of list in order 
4695                 to remove it from Custom Toolbar`s Icon View
4696
4697 2002-12-24 [alfons]     0.8.7claws3
4698
4699         * src/summaryview.c
4700                 summary_thread_build(): fix crash because of focus != selection 
4701                 after threading. when deleting the selection, gtk tries but fails 
4702                 to find the correct focusable element. we now force the selection
4703                 to be focused. this should solve the infamous bug reported by 
4704                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
4705                 a test case is available. 
4706
4707 2002-12-24 [darko]      0.8.7claws2
4708
4709         * src/summaryview.c
4710                 don't crash when unmarking message with unread children
4711
4712 2002-12-23 [christoph]  0.8.7claws1
4713
4714         * src/Makefile.am
4715         * src/common/Makefile.am
4716                 update Makefiles for moved intl.h, version.h and defs.h
4717         * src/imap.c
4718                 rewrite imap_session_get to avoid duplicate code
4719
4720 2002-12-23 [paul]       0.8.7claws
4721
4722         * Santa-Claws released
4723         
4724         * po/hu.po
4725           po/ru.po
4726                 squeeze in updated Hungarian and Russian translations.
4727                 Submitted by  Gál Zoltán and Ruslan N. Balkin
4728
4729 2002-12-23 [paul]       0.8.6claws129
4730
4731         * po/pl.po
4732                 updated by Witold Wladyslaw Wojciech Wilk
4733
4734 2002-12-23 [paul]       0.8.6claws128
4735
4736         * src/quote_fmt_parse.y
4737                 fix typo and add licence header
4738
4739 2002-12-23 [paul]       0.8.6claws127
4740
4741         * po/en_GB.po
4742                 updated
4743
4744 2002-12-23 [paul]       0.8.6claws126
4745
4746         * po/it.po
4747                 updated translation, submitted by Alessandro Maestri
4748                 
4749 2002-12-23 [paul]       0.8.6claws125
4750
4751         * src/quote_fmt_parse.y
4752                 fix signature-stripping on replies bug. match
4753                 '-- \n' and not '-- '.
4754
4755 2002-12-22 [paul]       0.8.6claws124
4756
4757         * po/bg.po
4758           po/es.po
4759           po/sr.po
4760                 updated translations. submitted by George Danchev,
4761                 Ricardo Mones Lastra, and Urke MMI respectively
4762
4763 2002-12-21 [paul]       0.8.6claws123
4764
4765         * src/addrbook.c
4766                 fix coding style
4767
4768 2002-12-21 [paul]       0.8.6claws122
4769
4770         * src/addrbook.c
4771                 fix bug [643638] where if a person is in one or more
4772                 addressbook groups editing that person's email 
4773                 address results in removal from those groups.
4774                 Patch submitted by Luke Plant.
4775
4776 2002-12-20 [christoph]  0.8.6claws121
4777
4778         * src/common/utils.c
4779         * src/summaryview.c
4780                 reimplement expand_search_string using GString to
4781                 prevent crashs caused by miscalculated string
4782                 lengths reported by Paul
4783
4784 2002-12-20 [christoph]  0.8.6claws120
4785
4786         * src/summaryview.c
4787                 don't use "changed" to check if op_count has to be changed as it
4788                 is also set when the message has unread children
4789                 (closes bug [ 653221 ] crash while deleting duplicates)
4790
4791 2002-12-20 [paul]       0.8.6claws119
4792
4793         * sync with 0.8.6cvs27
4794                 see ChangeLog 2002-12-20
4795
4796 2002-12-20 [paul]       0.8.6claws118
4797
4798         * sync with 0.8.6cvs26
4799                 see ChangeLog 2002-12-19 and 2002-12-20
4800
4801 2002-12-19 [alfons]     0.8.6claws117
4802
4803         * src/textview.c
4804                 fix incorrect parsing of email addresses, submitted by 
4805                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
4806                 name display if it contains @".
4807
4808 2002-12-18 [paul]       0.8.6claws116
4809
4810         * sync with 0.8.6cvs23
4811                 see ChangeLog 2002-12-18
4812
4813 2002-12-18 [paul]       0.8.6claws115
4814
4815         * src/Makefile.am
4816         * src/account.c
4817         * src/codeconv.c
4818         * src/gtkutils.[ch]
4819         * src/imap.c
4820                 sync with 0.8.6cvs22.
4821                 see ChangeLog 2002-12-17 and 2002-12-18
4822
4823 2002-12-17 [christoph]  0.8.6claws114
4824
4825         * src/imap.c
4826                 o don't create a session if imap greeting fails
4827                 o don't close socket when authentication fails
4828                   this is done by imap_session_destroy
4829
4830 2002-12-17 [thorsten]   0.8.6claws113
4831
4832         * tools/Makefile.am
4833           tools/README
4834           tools/google_msgid.pl ** NEW FILE **
4835                 Added "search for message-id" script and doc
4836
4837 2002-12-17 [thorsten]   0.8.6claws112
4838
4839         * po/hu.po
4840                 Updated hungarian translation
4841                 (updated by Gal Zoltan)
4842
4843 2002-12-16 [christoph]  0.8.6claws111
4844
4845         * src/addr_compl.c
4846                 remove stupid addressbook dump to debug output
4847         * src/mh.c
4848                 fix memory leak found by Hiro
4849
4850 2002-12-14 [paul]       0.8.6claws110
4851
4852         * src/compose.c
4853                 fix menubar sensitivity on send
4854                 
4855         * src/prefs_filtering.c
4856         * src/prefs_matcher.c
4857         * src/prefs_scoring.c
4858                 Fix english ;)
4859                 
4860         * src/common/quoted-printable.h
4861                 sync: fix typo
4862         
4863 2002-12-13 [christoph]  0.8.6claws109
4864
4865         * src/Makefile.am
4866         * src/manage_window.[ch]        ** REMOVE **
4867         * src/gtk/Makefile.am
4868         * src/gtk/manage_window.[ch]    ** NEW **
4869                 move manage_window files to gtk directory
4870
4871 2002-12-13 [christoph]  0.8.6claws108
4872
4873         * src/Makefile.am
4874         * src/gtkshruler.[ch]           ** REMOVE **
4875         * src/gtk/Makefile.am
4876         * src/gtk/gtkshruler.[ch]       ** NEW **
4877                 move gtkshruler files to gtk directory
4878
4879 2002-12-13 [christoph]  0.8.6claws107
4880
4881         * src/Makefile.am
4882         * src/compose.c
4883         * src/gtkstext.[ch]             ** REMOVE **
4884         * src/gtkutils.[ch]
4885         * src/textview.c
4886         * src/gtk/gtkstext.[ch]         ** NEW **
4887         * src/gtk/Makefile.am
4888                 o move stext functions to gtkstext.c to remove
4889                   dependency of gtkutils
4890                 o move gtkstext files to gtk directory
4891
4892         * src/gtk/Makefile.am
4893         * src/gtk/sslcertwindow.[ch]
4894                 UI stuff can always depend on common code so
4895                 it's ok to add ../common to include path
4896
4897 2002-12-13 [colin]      0.8.6claws106
4898
4899         * src/summaryview.c
4900                 Disconnect sighandlers for mainwindow when
4901                 quicksearch has the focus
4902                 Fix bug #653231
4903         * src/mainwindow.[ch]
4904                 Make key_pressed callback public, to be able
4905                 to disconnect it
4906
4907 2002-12-13 [christoph]  0.8.6claws105
4908
4909         * src/mh.c
4910                 create .mh_sequences file in new MH folders
4911                 (closes feature request [ 523162 ] MH folders should
4912                  get a .mh_sequences)
4913
4914 2002-12-13 [colin]      0.8.6claws104
4915
4916         * src/summaryview.c
4917                 Better handling of quicksearch show/hide
4918                 (basically the button stays under the mouse 
4919                  when toggled)
4920
4921 2002-12-13 [paul]       0.8.6claws103
4922
4923         * sync with 0.8.6cvs17
4924                 see ChangeLog 2002-12-13
4925
4926 2002-12-13 [paul]       0.8.6claws102
4927
4928         * po/es.po
4929                 updated by Ricardo Mones Lastra
4930
4931 2002-12-11 [colin]       0.8.6claws101
4932
4933         * src/folder.c
4934                 remove statusbar stuff
4935           src/folderview.c
4936                 set statusbar verbosity when moving folders
4937
4938 2002-12-11 [colin]       0.8.6claws100
4939         * src/prefs_filtering.c
4940         * src/prefs_matcher.c
4941         * src/prefs_scoring.c
4942                 Fix english ;)
4943
4944 2002-12-11 [colin]       0.8.6claws99
4945
4946         * src/prefs_common.[ch]
4947                 Add summary_quicksearch_type
4948         * src/summaryview.c
4949                 Save last used quicksearch type
4950
4951 2002-12-11 [jens]       0.8.6claws98
4952         * src/prefs_filtering.c
4953         * src/prefs_matcher.c
4954         * src/prefs_scoring.c
4955                 added dialog for incomplete rules in scoring, filtering and
4956                 matcher to ask wheather really close
4957
4958 2002-12-11 [colin]      0.8.6claws97
4959
4960         * src/folder.c
4961                 Fix folder dnd statusbar logging
4962
4963 2002-12-10 [christoph]  0.8.6claws96
4964
4965         * src/compose.c
4966         * src/folder.c
4967         * src/imap.c
4968         * src/inc.c
4969         * src/main.c
4970         * src/mainwindow.c
4971         * src/news.c
4972         * src/send.c
4973         * src/statusbar.[ch]
4974         * src/common/hooks.c
4975         * src/common/log.[ch]
4976                 o handle verbose logging in statusbar directly in statusbar code
4977                   and common code does not need any knowledge about a statusbar
4978                 o remove direct calls to statusbar_(puts|pop)_all functions
4979
4980 2002-12-10 [jens]       0.8.6claws95
4981
4982         * src/*.c
4983                 removed gettext from g_warnings
4984         * po/POTFILES.in
4985                 cleaned and updated
4986         * po/de.po
4987                 updated
4988
4989 2002-12-10 [colin]      0.8.6claws94
4990
4991         * src/main.c
4992                 finish crash dialog fix
4993
4994 2002-12-10 [colin]      0.8.6claws93
4995
4996         * src/main.c
4997                 "Fix" "sylpheed already running" instead of
4998                 crash dialog appearing after a crash
4999
5000 2002-12-10 [colin]      0.8.6claws92
5001
5002         * po/POTFILES.in
5003                 add src/gtk/sslcertwindow.c
5004
5005 2002-12-10 [paul]       0.8.6claws91
5006
5007         * po/POTFILES.in
5008                 updated to reflect recent changes
5009                 submitted by Alessandro Maestri
5010
5011 2002-12-09 [christoph]  0.8.6claws90
5012
5013         * src/Makefile.am
5014         * src/smtp.[ch]                 ** REMOVE **
5015         * src/common/Makefile.am
5016         * src/common/smtp.[ch]          ** NEW **
5017                 move smtp files to common directory
5018
5019 2002-12-09 [christoph]  0.8.6claws89
5020
5021         * src/Makefile.am
5022         * src/session.[ch]              ** REMOVE **
5023         * src/common/Makefile.am
5024         * src/common/session.[ch]       ** NEW **
5025                 move session files to common directory
5026
5027 2002-12-09 [paul]       0.8.6claws88
5028
5029         * src/account.c
5030                 fix bug [649746] edit accounts: move account reverted
5031                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
5032
5033 2002-12-09 [colin]      0.8.6claws87
5034
5035         * src/ssl_certificate.c
5036                 cleanup
5037
5038 2002-12-09 [colin]      0.8.6claws86
5039
5040         * src/ssl.c
5041                 Try to open the cert.pem database and 
5042                 issue a warning if it isn't there
5043
5044 2002-12-09 [colin]      0.8.6claws85
5045
5046         * src/common/ssl_certificate.c
5047         * src/gtk/sslcertwindow.c
5048                 Warning fixes
5049
5050 2002-12-09 [colin]      0.8.6claws84
5051
5052         * src/ssl_certificate.[ch] ** REMOVED **
5053         * src/common/ssl_certificate.[ch] ** NEW **
5054         * src/Makefile.am
5055         * src/common/Makefile.am
5056                 Moved ssl_certificate.[ch] to common
5057         * src/common/ssl.c 
5058                 Put back needed include
5059         * src/gtk/sslcertwindow.[ch]
5060                 Changed ssl_certificate.h include
5061         
5062 2002-12-09 [colin]      0.8.6claws83
5063
5064         * src/gtk/sslcertwindow.[ch]
5065                 Implement hook for certificate acception
5066         * src/ssl_certificate.[ch]
5067                 Implement hook for certificate acception
5068         * src/common/ssl.c
5069                 Reenable certificate acception check
5070         * src/mainwindow.c
5071                 Register sslcertwindow's hook
5072         
5073 2002-12-08 [christoph]  0.8.6claws82
5074
5075         * src/about.c
5076         * src/addr_compl.c
5077         * src/codeconv.c
5078         * src/manual.c
5079         * src/undo.c
5080         * src/common/utils.c
5081                 o add missing includes
5082                 o fix warnings
5083         * src/.cvsignore
5084         * src/common/.cvsignore
5085         * src/common/version.h          ** REMOVE **
5086                 remove autogenerated file
5087
5088 2002-12-08 [paul]       0.8.6claws81
5089
5090         * src/stringtable.c
5091                 put back needed include
5092
5093 2002-12-08 [colin]      0.8.6claws80
5094         
5095         * src/gtk/sslcertwindow.c
5096                 Cleaner popups when asking
5097         * src/ssl_certificate.c
5098         * src/prefs_common.[ch]
5099                 remove ssl certificate pref
5100                 put back needed include
5101         * src/undo.c
5102                 put back needed include
5103
5104 2002-12-08 [christoph]  0.8.6claws79
5105
5106         * src/folderview.c
5107         * src/logwindow.c
5108         * src/statusbar.c
5109         * src/summaryview.c
5110                 only abort hook invokation if required data is missing not
5111                 if our own data pointer is NULL, update hookfunction for
5112                 log window
5113
5114 2002-12-08 [paul]       0.8.6claws78
5115
5116         * src/about.c
5117         * src/addrcache.c
5118         * src/addrclip.c
5119         * src/addr_compl.c
5120         * src/addrselect.c
5121         * src/codeconv.c
5122         * src/colorlabel.c
5123         * src/enriched.c
5124         * src/esmtp.c
5125         * src/exporthtml.c
5126         * src/headerview.c
5127         * src/imageview.c
5128         * src/manual.c
5129         * src/noticeview.c
5130         * src/pgptext.c
5131         * src/scoring.c
5132         * src/sourcewindow.c
5133         * src/stringtable.c
5134         * src/undo.c
5135                 clean up: remove unneccesary includes
5136
5137 2002-12-08 [christoph]  0.8.6claws77
5138
5139         * src/folderview.c
5140         * src/statusbar.c
5141         * src/summaryview.c
5142         * src/common/hooks.[ch]
5143                 hook functions now have a gboolean return value, if a hook
5144                 returns TRUE it will stop executing of any more hooks in
5145                 the same hooklist for this invokation
5146
5147 2002-12-08 [colin]      0.8.6claws76
5148         
5149         * src/main.c
5150                 put back argv0 for CRASH_DIALOG
5151
5152 2002-12-08 [christoph]  0.8.6claws75
5153
5154         * src/Makefile.am
5155         * src/about.c
5156         * src/account.c
5157         * src/crash.c
5158         * src/esmtp.h
5159         * src/imap.[ch]
5160         * src/inc.c
5161         * src/main.c
5162         * src/mainwindow.c
5163         * src/news.c
5164         * src/pop.[ch]
5165         * src/prefs_account.[ch]
5166         * src/prefs_common.[ch]
5167         * src/send.[ch]
5168         * src/smtp.[ch]
5169         * src/ssl_certificate.[ch]
5170         * src/ssl_manager.[ch]
5171         * src/common/Makefile.am
5172         * src/common/log.c
5173         * src/common/nntp.[ch]
5174         * src/common/socket.[ch]
5175         * src/common/ssl.[ch]
5176         * src/gtk/sslcertwindow.[ch]
5177         * ac/openssl.m4
5178                 use new autoconf script to detect OpenSSL with extra parameters
5179                 to specify the location of libs and includes, also remove USE_SSL
5180                 to USE_OPENSSL
5181
5182         * src/common/sylpheed.[ch]
5183         * src/common/version.h.in
5184                 start seperation of common code initialization seperated from gui
5185
5186         * src/summaryview.c
5187                 The function that is called when a color label changes
5188                 should not change the color lable again
5189
5190 2002-12-08 [colin]      0.8.6claws74
5191
5192         * src/gtk/sslcertwindow.c
5193                 warning fixes
5194
5195 2002-12-08 [colin]      0.8.6claws73
5196
5197         * src/statusbar.c
5198           src/common/log.h
5199                 Register a hook for statusbar_puts_all
5200         * src/common/log.c
5201                 invoke statusbar_puts_all's hook
5202         
5203 2002-12-08 [colin]      0.8.6claws72
5204
5205         * src/ssl_certificate.c
5206                 Put back a badly-removed include
5207
5208 2002-12-08 [colin]      0.8.6claws71
5209
5210         * src/gtk/sslcertwindow.[ch]    ** NEW **
5211                 new certificate presentation
5212         * src/gtk/Makefile.am
5213                 add new files
5214         * src/ssl_certificate.[ch]
5215                 gtk cleanup, made utility functions public
5216         * src/ssl_manager.c
5217                 use new cert presentation
5218
5219 2002-12-07 [christoph]  0.8.6claws70
5220
5221         * src/Makefile.am
5222         * src/nntp.[ch]                 ** REMOVE **
5223         * src/common/Makefile.am
5224         * src/common/nntp.[ch]          ** NEW **
5225                 move nntp files to common directory
5226
5227 2002-12-07 [christoph]  0.8.6claws69
5228
5229         * src/procmsg.[ch]
5230         * src/summaryview.c
5231                 implement msginfo update callback using sylpheed's new
5232                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
5233
5234 2002-12-06 [christoph]  0.8.6claws68
5235
5236         * src/editgroup.c
5237                 This patch changes the 'Edit Group Details' dialog to
5238                 allow extended selections in either pane, so that
5239                 addresses can be added or removed from a group more
5240                 quickly and easily. (it actually is a net decrease in
5241                 file size, as some unnecessary functions have been
5242                 removed). 
5243                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
5244
5245 2002-12-06 [christoph]  0.8.6claws67
5246
5247         * src/Makefile.am
5248         * src/template.[ch]             ** REMOVE **
5249         * src/common/Makefile.am
5250         * src/common/template.[ch]      ** NEW **
5251                 move template files to common directory
5252
5253         * src/nntp.c
5254                 add missing log.h include
5255
5256 2002-12-06 [melvin]     0.8.6claws66
5257
5258         * src/prefs_actions.c
5259                 Added the trailing ">" syntax to insert command's output
5260                 without replacing old text (in contrast to trailing "|").
5261
5262 2002-12-05 [colin]      0.8.6claws65
5263         
5264         * src/common/utils.c
5265                 Don't modify original search_string or it'll change
5266                 the next iterations in the for()
5267
5268 2002-12-05 [darko]      0.8.6claws64
5269
5270         * src/common/utils.c
5271                 proper check for filtering commands, found by Colin
5272
5273 2002-12-05 [darko]      0.8.6claws63
5274
5275         * src/common/utils.c
5276                 check proper string for NULL pointer, found by Colin
5277
5278 2002-12-05 [darko]      0.8.6claws62
5279
5280         * src/common/utils.[ch]
5281                 expand_search_string(): new function
5282                 converts Mutt-like patterns to Sylpheed's
5283                 filtering engine
5284         * src/summaryview.c
5285                 use expand_search_string() to allow Mutt-like
5286                 patterns in extended search
5287         * README.claws
5288                 document extended option in quick search
5289
5290 2002-12-05 [paul]       0.8.6claws61
5291
5292         * sync with 0.8.6cvs16
5293                 see ChangeLog 2002-12-05
5294                 
5295         * po/POTFILES.in
5296                 clean up
5297
5298 2002-12-04 [christoph]  0.8.6claws60
5299
5300         * src/imap.[ch]
5301                 put imap authentication code into a new function and
5302                 remove it from imap_session_new that will allow to
5303                 send other commands before authentication
5304
5305 2002-12-04 [christoph]  0.8.6claws59
5306
5307         * src/imap.[ch]
5308                 use already existing method to prevent unneeded IMAP
5309                 folder selects. Set imap_select parameters to NULL
5310                 in some functions if the values are not required.
5311
5312         * src/xml.h
5313                 remove no longer required include
5314
5315 2002-12-04 [paul]       0.8.6claws58
5316
5317         * po/es.po
5318                 updated by Ricardo Mones Lastra
5319                 
5320         * configure.in
5321           po/hu.po      ** NEW FILE **
5322                 initial Hungarian translation, submitted
5323                 by Gál Zoltán <galzoli@hu.inter.net>
5324
5325 2002-12-03 [christoph]  0.8.6claws57
5326
5327         * src/Makefile.am
5328         * src/gtksctree.[ch]            ** REMOVE **
5329         * src/gtk/Makefile.am
5330         * src/gtk/gtksctree.[ch]        ** NEW **
5331                 move gtksctree files to gtk directory
5332
5333 2002-12-03 [christoph]  0.8.6claws56
5334
5335         * src/Makefile.am
5336         * src/md5.[ch]                  ** REMOVE **
5337         * srm/common/Makefile.am
5338         * src/common/md5.[ch]           ** NEW **
5339                 move md5 files to common directory
5340
5341         * src/gtkstext.c
5342                 remove not required #include
5343
5344 2002-12-03 [sergey]     0.8.6claws55
5345
5346         * src/gtkutils.c
5347         * src/gtkutils.h
5348                 gtkut_window_popup(): new function.
5349         * src/mainwindow.c
5350                 main_window_popup(): use gtkut_window_popup() to raise
5351                 window without changing its position.
5352                 (see sylpheed-main ML message [sylpheed:17247])
5353
5354 2002-12-03 [sergey]     0.8.6claws54
5355
5356         * src/send.c
5357                 send_message_local(): removed first-dot escaping
5358                 (SMTP-only, not needed for sending through pipe)
5359
5360 2002-12-03 [paul]       0.8.6claws53
5361
5362         * po/POTFILES.in
5363                 update to reflect recent changes (thanks
5364                 to Ricardo Mones Lastra)
5365                 
5366         * tools/filter_conv.pl
5367                  fix problem with quoted strings. Patch submitted
5368                  by Luke Plant <lukeplant@softhome.net>
5369
5370 2002-12-03 [paul]       0.8.6claws52
5371
5372         * sync with 0.8.6cvs15
5373                 see ChangeLog 2002-12-03
5374
5375 2002-12-02 [christoph]  0.8.6claws51
5376
5377         * src/logwindow.[ch]
5378         * src/common/log.[ch]
5379                 implement logging using a hook function
5380
5381         * src/folderview.c
5382         * src/folder.[ch]
5383                 define hooklist name in header file to avoid
5384                 errors caused by wrong spelling of hooklist names
5385
5386         * src/toolbar.c
5387                 fix warnings
5388
5389 2002-12-02 [christoph]  0.8.6claws50
5390
5391         * src/common/Makefile.am
5392                 add src/common/hooks.[ch]
5393
5394         * src/common/hooks.[ch]
5395                 implement a simple hook system using glib's hook functions
5396
5397         * src/folder.[ch]
5398         * src/folderview.c
5399                 use new hook system for folder item updates
5400
5401 2002-12-02 [christoph]  0.8.6claws49
5402
5403         * doc-src/ui_seperation.txt     ** NEW **
5404                 information for ui seperation
5405
5406         * src/Makefile.am
5407                 remove files that were moved to common
5408                 include common directory by default for the header files
5409
5410         * src/inc.c
5411         * src/common/socket.c
5412         * src/automaton.[ch]
5413                 implement automaton using g_io_*-functions instead of
5414                 gdk_input_add to make it ui independent
5415
5416         * src/codeconv.c
5417         * src/compose.c
5418         * src/ldif.c
5419         * src/pgptext.c
5420         * src/procmime.c
5421         * src/rfc2015.c
5422         * src/smtp.c
5423         * src/unmime.c
5424                 remove common/ prefix because directory is now in
5425                 include path
5426
5427         * src/compose.c
5428         * src/folder.c
5429         * src/folderview.c
5430         * src/mainwindow.c
5431         * src/messageview.c
5432         * src/prefs_common.c
5433         * src/procmsg.c
5434         * src/rfc2015.c
5435                 fix warnings
5436
5437         * src/imap.c
5438         * src/inc.c
5439         * src/news.c
5440         * src/pop.c
5441         * src/send.c
5442         * src/smtp.c
5443         * src/ssl_certificate.c
5444                 add log.h header file for logging functions
5445
5446         * src/main.c
5447         * src/common/utils.c
5448         * src/summaryview.c
5449         * src/xml.c
5450                 o move debug_mode to common/utils.c
5451                 o add functions to set and get debug_mode
5452
5453         * src/defs.h                    ** REMOVE **
5454         * src/intl.h                    ** REMOVE **
5455         * src/socket.[ch]               ** REMOVE **
5456         * src/ssl.[ch]                  ** REMOVE **
5457         * src/utils.[ch]                ** REMOVE **
5458                 replaced by new files in src/common/
5459         
5460         * src/common/Makefile.am
5461                 add new files in src/common/
5462
5463         * src/common/defs.h             ** NEW **
5464         * src/common/intl.h             ** NEW **
5465         * src/common/log.[ch]           ** NEW **
5466         * src/common/socket.[ch]        ** NEW **
5467         * src/common/ssl.[ch]           ** NEW **
5468         * src/common/utils.[ch]         ** NEW **
5469                 replacement for files in src/
5470
5471 2002-12-02 [colin]      0.8.6claws48
5472
5473         * src/folderview.c
5474                 Scroll folderview if necessary during dnd
5475
5476 2002-12-02 [colin]      0.8.6claws47
5477
5478         * src/folder.[ch]
5479                 Add check to verify a move is within a single mailbox
5480         * src/folderview.c
5481                 Add specific error string for this check
5482
5483 2002-12-02 [colin]      0.8.6claws46
5484
5485         * src/folder.c
5486                 Add a test to folder moving, remove a statusbar_print
5487         * src/folderview.c
5488                 Add Move folder... context-menu item
5489                 Factorize folder moving code
5490                 Enable folder DND for mbox
5491
5492 2002-12-01 [christoph]  0.8.6claws45
5493
5494         * ac/aspell.m4
5495                 remove conf.aspelltest if the version check fails
5496
5497 2002-11-30 [christoph]  0.8.6claws44
5498
5499         * autogen.sh
5500                 run libtoolize --force in autogen to create missing
5501                 libtool scripts
5502
5503 2002-11-30 [christoph]  0.8.6claws43
5504
5505         * src/Makefile.am
5506         * src/pgptext.c
5507         * src/procmime.c
5508         * src/rfc2015.c
5509         * src/uuencode.[ch]             ** REMOVED **
5510         * src/common/Makefile.am
5511         * src/common/uuencode.[ch]      ** NEW **
5512                 move uuen/decoder to common directory
5513
5514 2002-11-30 [christoph]  0.8.6claws42
5515
5516         * src/Makefile.am
5517         * src/base64.[ch]               ** REMOVED **
5518         * src/codeconv.c
5519         * src/compose.c
5520         * src/ldif.c
5521         * src/pgptext.c
5522         * src/procmime.c
5523         * src/rfc2015.c
5524         * src/smtp.c
5525         * src/unmime.c
5526         * src/common/Makefile.am
5527         * src/common/base64.[ch]        ** NEW **
5528                 move base64 en/decoder to common directory
5529
5530 2002-11-30 [christoph]  0.8.6claws41
5531
5532         * src/common                    ** NEW **
5533                 new directory for UI independent code
5534         * src/gtk                       ** NEW **
5535                 new directory for GTK frontend
5536         * src/common/.cvsignore         ** NEW **
5537         * src/gtk/.cvsignore            ** NEW **
5538                 ignore build files
5539         * src/common/Makefile.am        ** NEW **
5540         * src/gtk/Makefile.am           ** NEW **
5541                 automake files to build new seperated stuff
5542         * src/Makefile.am
5543                 the binary will currently still be build with the
5544                 files in src, so we include the code from the
5545                 subdirs for now after building the libs there
5546
5547 2002-11-30 [paul]       0.8.6claws40
5548
5549         * src/compose.c
5550                 fix bug [642731] 'Wrong selected account with drafted mail'
5551
5552 2002-11-29 [oliver]     0.8.6claws39
5553         
5554         * src/messageview.c
5555                 o update summaryview when switching between different
5556                   messageviews          
5557         * src/toolbar.c  
5558                 o check if messageview holds already removed msg
5559                   from summaryview
5560                 
5561
5562 2002-11-29 [oliver]     0.8.6claws38
5563
5564         * src/toolbar.c 
5565                 remove not needed variables and includes
5566                 make messageview stay opened and move to next when msgs are deleted 
5567
5568 2002-11-29 [oliver]     0.8.6claws37
5569         
5570         * src/toolbar.c 
5571                 disable compose button (messageview toolbar) by default
5572                 deleted msgs are moved to trash
5573         
5574 2002-11-29 [melvin]     0.8.6claws36
5575
5576         * configure.in
5577                 Increased minimal gpgme version to 0.3.10 (Zombies out)
5578                 and to detect signatures expirations (gpgme 0.3.6)
5579
5580         * src/main.c
5581                 Use non obsolescent function for Gpgme engine checking.
5582
5583         * src/rfc2015.c
5584                 Inform about expired signatures or signatures which key
5585                 has expired. Expiration date is displayed.
5586
5587         * src/sigstatus.c
5588                 Inform about expired signatures or signatures which key
5589                 has expired.
5590
5591 2002-11-28 [paul]       0.8.6claws35
5592
5593         * src/folderview.c
5594                 re-instate 'Check for new messages' in Newsgroup
5595                 folders right-click menu, after a suggestion from
5596                 Tim Mann <timmann@users.sourceforge.net>
5597
5598         * src/main.c
5599                 after a crash check only local folders for new
5600                 messages
5601
5602 2002-11-28 [paul]       0.8.6claws34
5603
5604         * configure.in
5605                 apply patch that fixes the checking of GTK with XIM 
5606                 support on different OSs, such as FreeBSD. Patch 
5607                 submitted by Topia <topia@users.sourceforge.net>
5608                 
5609 2002-11-28 [paul]       0.8.6claws33
5610
5611         * src/mainwindow.c
5612           src/prefs_common.c
5613           src/prefs_toolbar.c
5614                 more changes to the English
5615
5616 2002-11-28 [paul]       0.8.6claws32
5617
5618         * sync with 0.8.6cvs13
5619                 see ChangeLog 2002-11-28 (no sync needed
5620                 for src/compose.c)
5621
5622 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
5623         
5624         * src/mainwindow.[ch]
5625                 add patch by Ivan F. Martinez introducing messageview Toolbar
5626                 some changes and committed by oliver    
5627
5628 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
5629
5630         * src/messageview.[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.6claws29
5635
5636         * src/compose.[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.6claws28
5641         
5642         * src/toolbar.[ch]
5643                 add patch by Ivan F. Martinez introducing messageview Toolbar
5644                 some changes and committed by oliver
5645
5646 2002-11-28 [oliver]     0.8.6claws27
5647         
5648         * src/prefs_toolbar.[ch]
5649                 getting ready for messageview toolbar
5650                 free mem allocated by gettext
5651                 change prefs_toolbar to prefs_toolbar_open
5652  
5653 2002-11-28 [thorsten]   0.8.6claws26
5654
5655         * src/imageview.[ch]
5656                 cleaned up conflicting declarations of
5657                 imageview_show_image()
5658
5659 2002-11-28 [paul]       0.8.6claws25
5660
5661         * src/grouplistdialog.c
5662           src/prefs_common.c
5663           src/prefs_summary_column.c
5664                 a few more improvements to the English
5665
5666 2002-11-28 [colin]      0.8.6claws24
5667
5668         * man/sylpheed.1
5669                 A few updates to command-line parameters
5670
5671 2002-11-28 [colin]      0.8.6claws23
5672
5673         * src/prefs_filtering.c
5674                 Fix problems with prefs_filtering_delete_path:
5675                 a) if the first rule is removed, original pointers
5676                    weren't updated (leading to segfaults)
5677                 b) it was always global_processing updated in case
5678                    of removed path was parent of rule path
5679
5680 2002-11-27 [paul]       0.8.6claws22
5681
5682         * src/mainwindow.c
5683           src/prefs_account.c
5684           src/prefs_actions.c
5685           src/prefs_common.c
5686           src/prefs_customheader.c
5687           src/prefs_display_header.c
5688           src/prefs_filtering.c
5689           src/prefs_folder_item.c
5690           src/prefs_matcher.c
5691           src/prefs_scoring.c
5692           src/prefs_summary_column.c
5693           src/prefs_template.c
5694           src/prefs_toolbar.c
5695                  improve the English in the GUI
5696
5697 2002-11-27 [colin]      0.8.6claws21
5698
5699         * src/folder.c
5700                 Fix processing renaming problems happening after
5701                 last commit
5702
5703 2002-11-27 [colin]      0.8.6claws20
5704
5705         * src/folder.c
5706                 recursive move now deletes src each subfolder after 
5707                 having moved it
5708         * src/folderview.c
5709                 Use identifier instead of path during dnd (enables
5710                 IMAP folder dnd)
5711
5712 2002-11-27 [paul]       0.8.6claws19
5713
5714         * src/main.c
5715                 apply patch that does command-line processing 
5716                 BEFORE gtk_init, allowing claws to run from 
5717                 shell-scripts in non-X environment (e.g. crontab 
5718                 or ip-up, ip-down scripts). Patch submitted by
5719                 Ruslan N. Balkin <baron@dartel.ru>
5720                 
5721         * po/it.po
5722                 updated by Alessandro Maestri
5723
5724 2002-11-27 [paul]       0.8.6claws18
5725
5726         * sync with 0.8.6cvs12
5727           src/prefs_common.c
5728                 Differences are that main uses a 'Receive dialog'
5729                 frame on the Interface tab, whereas claws groups all 
5730                 the dialogs together in a 'Dialogs' frame.
5731
5732 2002-11-27 [colin]      0.8.6claws17
5733
5734         * src/prefs_matcher.c
5735                 Fix Execute criteria's NOT flag
5736
5737
5738 2002-11-26 [christoph]  0.8.6claws16
5739
5740         * src/ssl.c
5741                 rewrite the ssl code a little bit, only use one
5742                 SSL context, set default certificates' file/path
5743
5744 2002-11-26 [thorsten]   0.8.6claws15
5745
5746         * src/compose.c
5747                 default-reply-to didn't work for ml-reply
5748
5749 2002-11-26 [melvin]     0.8.6claws14
5750
5751         * src/prefs_actions.c
5752                 Made pipe-actions ignore short headers in message view
5753                 Made trailing-pipe-actions write in the message view with
5754                 the same font as the original message
5755
5756 2002-11-26 [paul]       0.8.6claws13
5757
5758         * src/compose.c
5759                 this time commit the correct file
5760
5761 2002-11-26 [paul]       0.8.6claws12
5762
5763         * sync with 0.8.6cvs11
5764           src/quote_fmt_parse.y  
5765                 no sync needed
5766           src/account.[ch]       
5767                 not sync'ed
5768           src/compose.c
5769                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
5770                 on draft mode.
5771                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
5772                 header
5773                 
5774         see ChangeLog 2002-11-25 and 2002-11-26
5775
5776 2002-11-26 [colin]      0.8.6claws11
5777
5778         * src/folderview.c
5779                 Fix collapsed folder not auto-expanding during
5780                 mail dnd, if it was the source folder.
5781
5782 2002-11-25 [colin]      0.8.6claws10
5783
5784         * src/folderview.[ch]
5785                 Variable renaming and cleaning (slist of nodes 
5786                 to be re-collapsed is stored in FolderView)
5787
5788 2002-11-25 [paul]       0.8.6claws9
5789
5790         * src/prefs_common.[ch]
5791                 fix breakage caused by last commit
5792
5793 2002-11-25 [paul]       0.8.6claws8
5794
5795         * sync with 0.8.6cvs4
5796                 see ChangeLog 2002-11-21
5797
5798 2002-11-25 [paul]       0.8.6claws7
5799
5800         * sync with 0.8.6cvs4
5801                 see ChangeLog 2002-11-20
5802
5803 2002-11-25 [paul]       0.8.6claws6
5804
5805         * sync with 0.8.6cvs3
5806                 see ChangeLog 2002-11-18
5807
5808 2002-11-25 [colin]      0.8.6claws5
5809
5810         * src/gtkutils.[ch]
5811                 Add gtkut_ctree_node_is_parent()
5812         * src/folderview.c
5813                 Spring-loaded folders
5814
5815 2002-11-25 [colin]      0.8.6claws4
5816
5817         * src/utils.[ch]
5818                 Add slist_concat_unique(), function to merge
5819                 two GSList filtering dups
5820         * src/folder.[ch]
5821         * src/summaryview.[ch]
5822         * src/folderview.c
5823         * src/main.c
5824                 Add detection/update/display of unread answers
5825                 to marked mails
5826         * src/procmsg.[ch]
5827                 Add procmsg_find_children()
5828                 Add procmsg_msg_has_marked_parent()
5829
5830 2002-11-25 [colin]      0.8.6claws3
5831
5832         * src/ssl_certificate.[ch]
5833                 Allow checking a certificate without a DNS
5834                 lookup
5835                 Allow to forget a cert (by deleting it)
5836                 Make ssl_certificate_destroy_public
5837         * src/ssl_manager.[ch] ** NEW FILES **
5838                 Gui to manage (display/remove) certificates
5839         * src/prefs_common.[ch]
5840                 Add a pref to allow silent acceptation of
5841                 trusted certificates or not (based on the
5842                 "I want to know what's going on" principle)
5843         * src/mainwindow.c
5844                 Add SSL manager in Tools menu
5845         * src/Makefile.am
5846                 Add the new files to the build
5847         * po/POTFILES.in
5848                 Add ssl_manager.c to translations
5849
5850 2002-11-25 [colin]      0.8.6claws2
5851
5852         * src/summaryview.[ch]
5853                 Add S_SEARCH_EXTENDED to the quick search, which 
5854                 allows to search using filtering syntax.
5855
5856 2002-11-25 [colin]      0.8.6claws1
5857
5858         * src/summaryview.c
5859                 Deletion of duplicates now prefer deleting
5860                 the unread dup (fixes feature-request 638989).
5861
5862 2002-11-24 [paul]       0.8.6claws
5863
5864         * po/es.po
5865           po/pl.po
5866           po/ru.po
5867           po/sr.po
5868                 updated by Ricardo Mones Lastra,
5869                 Witold Wladyslaw Wojciech Wilk,
5870                 Ruslan N. Balkin, and  Urke MMI 
5871                 respectively
5872
5873 2002-11-24 [paul]       0.8.5claws182
5874
5875         * po/bg.po
5876                 updated by George Danchev
5877
5878 2002-11-23 [alfons]     0.8.5claws181
5879
5880         * src/imap.c
5881                 tiny memory leak found by browsing Dimitar's 
5882                 valgrind report
5883
5884 2002-11-23 [paul]       0.8.5claws180
5885
5886         * po/it.po
5887                 updated by Alessandro Maestri
5888
5889 2002-11-22 [christoph]  0.8.5claws179
5890
5891         * src/compose.c
5892         * src/inc.c
5893         * src/prefs_filtering.c
5894         * src/summaryview.c
5895                 more warning fixes
5896
5897 2002-11-22 [alfons]     0.8.5claws178
5898
5899         * src/summaryview.c
5900                 summary_execute_delete_func(): if message is deleted, make 
5901                 sure to also remove its entry in the subject hash table. 
5902                 fixes a corner case bug.
5903
5904 2002-11-22 [paul]       0.8.5claws177
5905
5906         * .cvsignore
5907                 add 'autom4te.cache'
5908                 
5909         * ltconfig      ** REMOVED **
5910                 not needed
5911
5912 2002-11-22 [paul]       0.8.5claws176
5913
5914         * src/textview.c
5915                 textview_set_font(): fix for message display in
5916                 UTF-8 locales (thanks to Sergey Vlasov).
5917                 
5918         * AUTHORS
5919                 add new team members and contributors
5920
5921
5922 2002-11-21 [colin]      0.8.5claws175
5923
5924         * src/procmsg.[ch]
5925                 Add procmsg_remove_special_headers()
5926         * src/mh.c
5927                 Use procmsg_remove_special_headers() for 
5928                 previous fix
5929
5930 2002-11-21 [colin]      0.8.5claws174
5931
5932         * src/mh.c
5933                 Fix moving/copying from queue/draft folders
5934                 for MH folders
5935
5936 2002-11-21 [christoph]  0.8.5claws173
5937
5938         * src/crash.c
5939         * src/filtering.c
5940         * src/logwindow.c
5941         * src/main.c
5942         * src/matcher_parser_lex.[hl]
5943         * src/mbox.c
5944         * src/mbox_folder.[ch]
5945         * src/prefs_filtering.c
5946         * src/procheader.c
5947         * src/quote_fmt_lex.l
5948         * src/ssl.c
5949                 fix all warnings except the warnings in lex and yacc files
5950
5951 2002-11-20 [christoph]  0.8.5claws172
5952
5953         * src/imap.c
5954                 fix MsgInfo retrieval for IMAP draft and queue folders
5955                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
5956
5957 2002-11-19 [christoph]  0.8.5claws171
5958
5959         * src/compose.c
5960                 fix segfault, when draft saving does not get
5961                 the MsgInfo of the new message
5962                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
5963
5964 2002-11-19 [christoph]  0.8.5claws170
5965
5966         * src/procmsg.c
5967                 add parameter check for flag setting function
5968                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
5969
5970 2002-11-18 [paul]       0.8.5claws169
5971
5972         * src/compose.c
5973                 more sensitivity fixes to redirect mode:
5974                 * disable toolbar draft button
5975                 * allow only Address book in the Tools menu
5976                 * disable editing of message by the spell
5977                   checker
5978
5979 2002-11-18 [paul]       0.8.5claws168
5980
5981         * src/compose.c
5982                 fix sensitivity of menu items in compose_redirect():
5983                 allow only the necessary items 
5984
5985 2002-11-18 [paul]       0.8.5claws167
5986
5987         * src/compose.c
5988                 fix bug [ 603259 ] 'attachment got lost on bounce'
5989
5990 2002-11-18 [paul]       0.8.5claws166
5991
5992         * po/ru.po
5993                 updated by Ruslan N. Balkin <baron@dartel.ru>
5994
5995 2002-11-18 [colin]      0.8.5claws165
5996
5997         * src/main.c
5998           src/defs.h
5999                 Remove old filtering stuff
6000
6001
6002 2002-11-17 [oliver]     0.8.5claws164
6003
6004         * src/toolbar.h
6005                 remove not needed typedef 
6006
6007 2002-11-17 [oliver]     0.8.5claws163
6008
6009         * src/toolbar.c
6010                 make toolbar's on click events translatable
6011
6012 2002-11-15 [colin]      0.8.5claws162
6013
6014         * src/summaryview.c
6015                 Revert too-soon integration of a feature
6016
6017 2002-11-15 [christoph]  0.8.5claws161
6018
6019         * src/imap.c
6020                 use main's implementation of imap_get_msginfo
6021
6022 2002-11-15 [christoph]  0.8.5claws160
6023
6024         * src/compose.c
6025         * src/folder.[ch]
6026         * src/imap.c
6027         * src/mbox_folder.c
6028         * src/mh.c
6029         * src/news.c
6030         * src/procmsg.c
6031         * src/summaryview.c
6032                 replace claws' fetch_msginfo with main's get_msginfo
6033                 (use main's implementation where possible)
6034
6035 2002-11-15 [colin]      0.8.5claws159
6036
6037         * src/ssl_certificate.c
6038                 Missed a check
6039
6040 2002-11-16 [melvin]     0.8.5claws158
6041
6042         * po/fr.po
6043                 Updated French translations.
6044
6045 2002-11-16 [colin]      0.8.5claws157
6046
6047         * src/ssl_certificate.c
6048                 Check for missing parts in the certificates
6049
6050 2002-11-15 [colin]      0.8.5claws156
6051
6052         * src/folderview.c
6053                 Preventive fix (missing check) found by
6054                 Alfons
6055
6056 2002-11-15 [paul]
6057
6058         * NEWS
6059                 sync with 0.8.6 release
6060
6061 2002-11-15 [colin]      0.8.5claws155
6062
6063         * src/folder.[ch]
6064           src/folderview.c
6065                 Fix error handling of folder_item_move_to()
6066                 (thanks to Alfons!)
6067
6068 2002-11-15 [colin]      0.8.5claws154
6069
6070         * src/folder.[ch]
6071           src/folderview.c
6072                 folder_item_move_to() sets an error message instead
6073                 of having GUI stuff in folder.c
6074
6075 2002-11-15 [colin]      0.8.5claws153
6076
6077         * src/procmsg.[ch]
6078                 Implemented a callback for MsgInfo updates, 
6079                 heavily copy/pasted from Christoph's folder 
6080                 callback system
6081         * src/summaryview.[ch]
6082                 Register summary_update_msg as callback
6083
6084 2002-11-14 [colin]      0.8.5claws152
6085         
6086         * src/procmsg.c
6087                 Update the FolderItem after sending (fixes 617593)
6088
6089 2002-11-14 [christoph]  0.8.5claws151
6090
6091         * src/folder.c
6092                 fix wrong position of NULL pointer check found
6093                 by Sergey
6094
6095 2002-11-14 [christoph]  0.8.5claws150
6096
6097         * src/folder.c
6098                 fix segfault when deleting messages from IMAP folders
6099                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
6100
6101 2002-11-14 [colin]      0.8.5claws149
6102
6103         * src/compose.c
6104                 Forwarding was also ignoring the folder's default account.
6105
6106 2002-11-14 [colin]      0.8.5claws148
6107
6108         * src/compose.c
6109                 Fix sent folder not set to folder properties when 
6110                 forwarding.
6111
6112 2002-11-14 [thorsten]   0.8.5claws147
6113
6114         * src/inc.c
6115                 inc_start(): Files were not moved from .processing to inbox,
6116                 if no global processing rule existed
6117
6118 2002-11-14 [colin]      0.8.5claws146
6119
6120         * src/ssl_certificate
6121                 Fix file operations
6122
6123 2002-11-14 [paul]       0.8.5claws145
6124
6125         * po/it.po
6126                 updated by Alessandro Maestri
6127
6128 2002-11-13 [alfons]     0.8.5claws144
6129
6130         * src/folder.c
6131                 folder_item_close(): only mark messages unread
6132                 when a folder has new messages 
6133
6134 2002-11-13 [keith]      0.8.5claws143
6135
6136         * src/imap.c
6137                 Fix problem moving or copying between
6138                 IMAP folders
6139
6140 2002-11-13 [colin]      0.8.5claws142
6141
6142         * src/matcher_parser_parse.y
6143                 Fix rule problem when " don't match
6144
6145 2002-11-13 [christoph]  0.8.5claws141
6146
6147         * src/folder.c
6148         * src/folderview.c
6149                 moved cache saving to folder_item_close
6150                 the folderview should not have to deal with
6151                 this things
6152
6153 2002-11-13 [christoph]  0.8.5claws140
6154
6155         * src/summaryview.c
6156                 moved setting of important score to
6157                 summary_set_prefs_from_folderitem
6158
6159 2002-11-13 [colin]      0.8.5claws139
6160
6161         * src/matcher_parser_parse.y
6162                 Fix a segfault in the parser (happening when
6163                 a good expression had been tested and a bad 
6164                 one arrives)
6165
6166 2002-11-13 [paul]       0.8.5claws138
6167
6168         * sync with 0.8.5cvs24
6169                 see ChangeLog 2002-11-13
6170                 
6171         * po/pt_BR.po
6172                 updated by Fabio Jr. Beneditto
6173
6174 2002-11-13 [colin]      0.8.5claws137
6175         
6176         * src/msgcache.c
6177           src/defs.h
6178           src/procmsg.[ch]
6179                 Revert last commit, problem
6180
6181 2002-11-13 [colin]      0.8.5claws136
6182
6183         * src/msgcache.c
6184                 Remove duplicated code
6185         * src/defs.h
6186                 Bumped CACHE_VERSION and MARK_VERSION
6187         * src/procmsg.[ch]
6188                 Network endian for cache and mark files
6189
6190 2002-11-12 [colin]      0.8.5claws135
6191
6192         * src/inc.c
6193                 Fix the "socket error" dialog which disappeared
6194
6195 2002-11-12 [colin]      0.8.5claws134
6196
6197         * src/msgcache.c
6198                 Reverse last commit which had performance 
6199                 problems, but still reverse the list
6200
6201 2002-11-12 [colin]      0.8.5claws133
6202
6203         * src/msgcache.c
6204                 Reverse list order
6205
6206 2002-11-12 [melvin]     0.8.5claws132
6207
6208         * src/compose.c
6209                 Added a check for a NULL prefs_common.dictionary
6210
6211 2002-11-12 [colin]      0.8.5claws131
6212
6213         * src/ssl_certificate.[ch]
6214                 Use FQDN hostname
6215
6216 2002-11-12 [colin]      0.8.5claws130
6217
6218         * src/ssl_certificate.[ch]
6219                 Take connection port into account for 
6220                 checking certificates (a single hostname
6221                 could have multiple servers with multiple
6222                 certificates)
6223         * src/ssl.c
6224                 Pass the port to ssl_certificate_check
6225
6226 2002-11-12 [paul]       0.8.5claws129
6227
6228         * src/folder.c
6229                 fix a typo in last commit
6230
6231 2002-11-12 [paul]       0.8.5claws128
6232
6233         * sync with 0.8.5cvs23
6234                 see ChangeLog entry 2002-11-12
6235
6236 2002-11-11 [colin]      0.8.5claws127
6237
6238         * src/ssl_certificate.c
6239                 Cleaner messages
6240                 Don't popup, instead log error, if the 
6241                 corresponding pref is checked
6242         * src/ssl_certificate.h
6243                 include <openssl/objects/h>
6244
6245 2002-11-11 [colin]      0.8.5claws126
6246
6247         * src/ssl_certificate.h
6248                 _Really_ clean it
6249
6250 2002-11-11 [colin]      0.8.5claws125
6251         
6252         * src/ssl_certificate.c
6253                 Fixed leak
6254
6255 2002-11-11 [colin]      0.8.5claws124
6256
6257         * src/ssl.c
6258                 Cleaned a bit
6259         * src/ssl_certificate.[ch]
6260                 Cleaned a bit (better use of SSL API)
6261                 (This will cause non-recognition of saved 
6262                  certificates of claws12[23]...)
6263
6264 2002-11-11 [paul]       0.8.5claws123
6265         
6266         * po/es.po
6267                 updated by Ricardo Mones Lastra
6268
6269 2002-11-11 [colin]      0.8.5claws122
6270
6271         * src/ssl.c
6272                 Fix a typo
6273
6274 2002-11-11 [colin]      0.8.5claws121
6275
6276         * src/ssl_certificate.[ch] ** NEW FILES **
6277         * src/ssl.[ch]
6278                 Check SSL certificates presented to us
6279         * src/Makefile.am
6280                 Add ssl_certificate.[ch]
6281         * po/POTFILES.in
6282                 Add ssl_certificate.c
6283
6284 2002-11-11 [paul]       0.8.5claws120
6285
6286         * sync with 0.8.5cvs22
6287                 see ChangeLog 2002-11-11
6288
6289 2002-11-11 [paul]       0.8.5claws119
6290
6291         * sync with 0.8.5cvs21
6292                 see ChangeLog 2002-11-11
6293
6294 2002-11-10 [jens]       0.8.5claws118
6295
6296         * src/folder.c
6297         * src/folderview.c
6298                 corrected some typing
6299         * po/de.po
6300                 updated german translation
6301         * sylpheed.spec.in
6302                 cleaned up specfile and adjusted it for claws
6303
6304 2002-11-10 [colin]      0.8.5claws117
6305
6306         * src/summaryview.c
6307                 a STATUSBAR_PUSH/POP fix
6308
6309 2002-11-10 [colin]      0.8.5claws116
6310
6311         * src/prefs_folder_item.c
6312                 Fix hanging after opening folder properties
6313
6314 2002-11-10 [hoa]        0.8.5claws115
6315
6316         * src/matcher_parser_lex.l
6317         * src/matcher_parser_parse.y
6318                 config file for scoring and filtering is no more trashed
6319                 when there is a syntax error in a filtering rule when
6320                 editing it in a dialog.
6321
6322 2002-11-09 [colin]      0.8.5claws114
6323
6324         * src/mbox_folder.c
6325                 Added missing initialisation of folder->destroy()
6326
6327 2002-11-09 [colin]      0.8.5claws113
6328
6329         * src/folder.c
6330           src/folderview.c
6331                 Fix the status bar messages
6332
6333 2002-11-09 [colin]      0.8.5claws112
6334
6335         * src/folderview.c
6336                 Fix hangs after folder dnd, happening after 
6337                 claws109.
6338
6339 2002-11-09 [christoph]  0.8.5claws111
6340
6341         * src/folderview.c
6342                 just changed order of calls (reverse order of
6343                 associated calls)
6344         * src/inc.c
6345                 lock inc when checking only one account, otherwise
6346                 inc all could be executed at the same time
6347
6348 2002-11-09 [christoph]  0.8.5claws110
6349
6350         * src/folderview.c
6351                 better unlock the mouse cursor before calling
6352                 summary_show because it changes the cursor too
6353
6354 2002-11-09 [christoph]  0.8.5claws109
6355
6356         * src/folder.[ch]
6357         * src/folderview.c
6358                 add functions to open and close a folder
6359                 o opending will execute scanning for remote folders
6360                   and processing
6361                 o closing will unset new flag for messages
6362
6363 2002-11-09 [colin]      0.8.5claws108
6364
6365         * src/folder.c
6366                 Add a call to prefs_matcher_write_config to 
6367                 avoid non-leaf folders filtering settings to be
6368                 lost
6369
6370 2002-11-09 [paul]       0.8.5claws107
6371
6372         * src/prefs_account.c
6373                 re-word a label
6374
6375 2002-11-09 [colin]      0.8.5claws106
6376
6377         * src/folderview.c
6378                 Minor esthetic fix
6379
6380 2002-11-09 [colin]      0.8.5claws105
6381
6382         * src/folderview.c
6383                 Fix prefs_filtering deletion for MH folders (same
6384                 reason as below)
6385         * src/prefs_filtering.c
6386                 Fix prefs_filtering renaming and deletion for 
6387                 folder-based processing rules.  
6388
6389 2002-11-09 [christoph]  0.8.5claws104
6390
6391         * src/compose.c
6392         * src/folder.[ch]
6393         * src/folderview.[ch]
6394         * src/import.c
6395         * src/inc.c
6396         * src/main.c
6397         * src/mainwindow.c
6398         * src/messageview.c
6399         * src/prefs_folder_item.c
6400         * src/procmsg.c
6401         * src/summaryview.c
6402                 implement a callback system for folder item updates
6403
6404 2002-11-09 [colin]      0.8.5claws103
6405
6406         * src/folderview.c
6407                 Fix prefs_filtering renaming for MH folders (we
6408                 shouldn't rename by path as another folder could
6409                 have the same hierarchy).
6410
6411 2002-11-09 [colin]      0.8.5claws102
6412
6413         * src/folder.c
6414                 Fix a leak found by Christoph, use better variable
6415                 names
6416
6417 2002-11-09 [colin]      0.8.5claws101
6418
6419         * src/folder.c
6420                 One more fix for processing rules
6421
6422 2002-11-08 [colin]      0.8.5claws100
6423         
6424         * src/matcher.c
6425                 Don't copy the compiled regexp (will be reevaluated)
6426         * src/folderview.c
6427                 Lock folderview while moving
6428         * src/folder.c
6429                 Provide info on what's happening to the user
6430
6431 2002-11-08 [colin]      0.8.5claws99
6432
6433         * src/folderview.c
6434                 Fix folder reordering after a move if parent is 
6435                 root
6436         * src/scoring.[ch]
6437                 Add function to copy a ScoringProp
6438         * src/prefs_folder_item.c
6439                 Copy scoring rules when copying a folder prefs
6440
6441 2002-11-08 [colin]      0.8.5claws98
6442
6443         * src/folderview.c
6444                 Fixes in case of failure
6445         * src/filtering.[ch]    
6446                 Add function to duplicate a FilteringProp
6447         * src/matcher.[ch]
6448                 Add function to duplicate a MatcherProp
6449         * src/prefs_folder_item.c
6450                 Save folder's processing rules when copying 
6451                 its prefs
6452
6453 2002-11-08 [colin]      0.8.5claws97
6454         
6455         * src/folderview.c
6456                 Sort after move
6457         * src/folder.c 
6458                 Change a printf to debug_print
6459
6460 2002-11-08 [colin]      0.8.5claws96
6461
6462         * src/folder.c
6463           src/folderview.c
6464                 Fix segfaults, call me stupido
6465         
6466
6467 2002-11-08 [colin]      0.8.5claws95
6468
6469         *src/folder.c
6470                 Added forgotten prefs to save when moving folders
6471
6472 2002-11-08 [colin]      0.8.5claws94
6473
6474         * src/folder.c
6475                 Fixes to folder DND (prefs copy)
6476         * src/folderview.c
6477                 Optimization for folder DND (don't rescan whole tree)
6478                 Added folderview_create_folder_node() for this 
6479                 optimization, so de-duped a bit the code
6480         * src/prefs_folder_item.[ch]
6481                 Added prefs_folder_item_copy_prefs()    
6482           
6483 2002-11-08 [paul]       0.8.5claws93
6484
6485         * src/prefs_account.c
6486           tools/README
6487           tools/kmail2sylpheed_v2.pl
6488                 correct some typos
6489
6490 2002-11-08 [paul]       0.8.5claws92
6491
6492         * src/compose.c
6493           src/prefs_account.[ch]
6494                 remove account options 'clearsign' and 'ascii_armored',
6495                 replace with 'default_gnupg_mode' to prevent mixed-mode
6496                 Privacy settings
6497
6498 2002-11-08 [paul]       0.8.5claws91
6499
6500         * src/compose.[ch]
6501                 re-implement GnuPG 'on-the-fly' mode selection,
6502                 disallow mixed-mode
6503
6504 2002-11-08 [colin]      0.8.5claws90
6505
6506         * src/folderview.c
6507           src/prefs_folder_item.c
6508                 Change "Property" to "Properties"
6509
6510 2002-11-07 [colin]      0.8.5claws89
6511
6512         * src/folderview.c
6513           src/folder.c
6514                 Allow folder dropping to a root folder
6515
6516 2002-11-07 [paul]       0.8.5claws88
6517
6518         * src/compose.c
6519                 revert last commit
6520
6521 2002-11-07 [paul]       0.8.5claws87
6522
6523         * src/compose.c
6524                 fix reply-to-list bug. closes bug report
6525                 "[633382] reply-to-list broken in recent cvs"
6526
6527 2002-11-07 [paul]       0.8.5claws86
6528
6529         * src/compose.c
6530                 add a forgotten '#if USE_GPGME ... #endif'
6531
6532 2002-11-07 [paul]       0.8.5claws85
6533
6534         * sync with 0.8.5cvs20
6535                 see ChangeLog 2002-11-07
6536
6537 2002-11-07 [colin]      0.8.5claws84
6538
6539         * src/folder.[ch]
6540                 Change folder_item_move_to to return the newly 
6541                 created folderitem.
6542         * src/folderview.c
6543                 Select the new folderitem after moving.
6544
6545 2002-11-07 [colin]      0.8.5claws83
6546
6547         * src/prefs_filtering.c
6548                 Fix rule rewriting when moving a leaf folder to a 
6549                 shorter path
6550
6551 2002-11-07 [colin]      0.8.5claws82
6552
6553         * src/prefs_filtering.c
6554                 fix a leak
6555
6556 2002-11-07 [colin]      0.8.5claws81
6557
6558         * src/folder.[ch]
6559                 Add folder_item_move_to() function to move a 
6560                 folderitem into another one (updates matcher etc)
6561         * src/folderview.c
6562                 Add folder drag'n drop (context menu to come)
6563                 [Should be dataloss free, but Please backup before 
6564                  trying !]
6565
6566 2002-11-06 [colin]      0.8.5claws80
6567
6568         * src/mh.c
6569                 mh_create_folder() returns NULL if can't create
6570                 directory hierarchy
6571
6572 2002-11-06 [paul]       0.8.5claws79
6573
6574         * src/compose.[ch]
6575                 allow 'on-the-fly' changing of the type of encryption 
6576                 and/or signing used (mime/ascii) via the compose window
6577
6578 2002-11-06 [paul]       0.8.5claws78
6579
6580         * sync with 0.8.5cvs19
6581                 see ChangeLog 2002-11-06 for src/account.c: 
6582                 account_get_special_folder()
6583                 
6584 2002-11-05 [alfons]     0.8.5claws77
6585
6586         * src/crash.c
6587                 very minor cleanups: nothing to see here, move on. :-)
6588
6589 2002-11-05 [colin]      0.8.5claws76
6590
6591         * src/main.c
6592                 Changes choices if compose windows are opened to
6593                 Discard, Draft, Don't quit
6594
6595 2002-11-05 [thorsten]   0.8.5claws75
6596
6597         * src/compose.c
6598                 reenabled default_reply_to folder option
6599
6600 2002-11-05 [colin]      0.8.5claws74
6601
6602         * src/compose.[ch] 
6603                 add compose_draft()
6604         * src/crash.c
6605                 add SIGTERM handler
6606         * src/main.[ch]
6607                 add clean_quit() for the SIGTERM handler
6608
6609 2002-11-05 [paul]       0.8.5claws73
6610         
6611         * po/es.po
6612                 updated by Ricardo Mones Lastra
6613
6614 2002-11-05 [melvin]     0.8.5claws72
6615
6616         * src/logwindow.c
6617                 Fixed log-clipping bug #616795.
6618                 To stop logging in the log window use 0 length.
6619         * src/prefs_common.c
6620                 Added a label to inform about the 0 log length behaviour.
6621
6622 2002-11-05 [paul]       0.8.5claws71
6623
6624         * sync with 0.8.5cvs17
6625                 see ChangeLog 2002-11-05
6626
6627 2002-11-04 [paul]       0.8.5claws70
6628
6629         * sylpheed-128x128.png
6630           sylpheed-64x64.png
6631           sylpheed.png
6632                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
6633                 <nikai@users.sourceforge.net>
6634                 
6635         * po/bg.po
6636                 updated by George Danchev
6637
6638 2002-11-03 [thorsten]   0.8.5claws69
6639
6640         * src/main.c
6641           src/mimeview.c
6642           src/rfc2015.h
6643                 add check if gpg is active
6644
6645 2002-11-03 [thorsten]   0.8.5claws68
6646
6647         * src/toolbar.h
6648                 removed GSList declaration causing trouble on MacOS-X
6649                 (submitted by alfons, reported by xfesty)
6650
6651 2002-11-01 [paul]       0.8.5claws67
6652
6653         * src/mainwindow.c
6654                 remove last remnants of main's filter code
6655
6656 2002-11-01 [paul]       0.8.5claws66
6657
6658         * tools/filter_conv.pl
6659                 fix bug where user-defined headers were ignored
6660
6661 2002-11-01 [paul]       0.8.5claws65
6662
6663         * src/logwindow.c
6664                 make a debug_print() not translatable
6665
6666 2002-10-31 [melvin]     0.8.5claws64
6667
6668         * ac/aspell.m4
6669                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
6670                 not run any GNU/aspell test.  The dictionary path will
6671                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
6672                 was given, in which case, it will be $prefix/lib/aspell/
6673         * configure.in
6674                 Fixed typo in commentary (Aspell code).
6675
6676 2002-10-31 [paul]       0.8.5claws63
6677
6678         * po/POTFILES.in
6679                 remove src/filter.c and src/prefs_filter.c
6680                 thanks to Ricardo for reminding me
6681
6682 2002-10-31 [colin]      0.8.5claws62
6683
6684         * src/mbox_folder.c
6685                 Plug some leaks
6686
6687 2002-10-31 [paul]       0.8.5claws61
6688
6689         * src/prefs_filter.[ch] ** REMOVED **
6690           src/filter.[ch]       ** REMOVED **
6691           
6692         * src/Makefile.am
6693           src/folderview.c
6694           src/inc.c
6695           src/main.c
6696           src/mainwindow.c
6697           src/mbox.c
6698           src/prefs_common.c
6699           src/prefs_filtering.c
6700           src/summaryview.[ch]
6701                 remove main's 'filter' code
6702                 
6703         README.claws
6704                 update to reflect removal of main's filter
6705
6706 2002-10-31 [paul]       0.8.5claws60
6707
6708         * src/summaryview.c
6709                 remove check for global_processing in summary_filter_open(). 
6710                 This fixes the bug where if the user uses the right-click 
6711                 'Create filter rule...' and doesn't have any filter rules 
6712                 already defined in claws' advanced filtering, the newly 
6713                 created filter rule goes to main's filtering which is 
6714                 inaccessible through the gui. Now the filter rule gets added
6715                 to claws' filtering by default.
6716
6717 2002-10-28 [melvin]     0.8.5claws59
6718
6719         * src/prefs_actions.c
6720                 Fixed bug #627322 where MIME parts were not always
6721                 correctly passed to a %p action
6722                 Display an error dialog when message filename is not found.
6723
6724 2002-10-28 [melvin]     0.8.5claws58
6725
6726         * src/prefs_common.c
6727                 Readded a missing function declaration lost in 0.8.3claws34
6728
6729 2002-10-28 [paul]       0.8.5claws57
6730
6731         * sync with 0.8.5cvs15
6732                 see ChangeLog 2002-10-28 and 2002-10-25
6733                 
6734         Note: ChangeLog entry 2002-10-24 is not sync'ed.
6735
6736 2002-10-27 [oliver]     0.8.5claws56
6737
6738         * src/pop.c
6739                 plug leak in pop3_top_recv
6740
6741 2002-10-26 [christoph]  0.8.5claws55
6742
6743         * src/folder.c
6744                 set need_update folder flag when messages are added
6745                 (closes bug [ 626922 ] folder not updated after receiving)
6746
6747 2002-10-25 [melvin]     0.8.5claws54
6748
6749         * src/imageview.c
6750                 Fixed a memleak introduced in the scaling code.
6751
6752 2002-10-24 [alfons]     0.8.5claws53
6753
6754         * src/filtering.c
6755                 make filtering's forward message action forward from the 
6756                 correct account
6757                 (closes bug [628089 ] Filter -> Forward from address problem
6758                 reported by Oktay)
6759
6760 2002-10-24 [christoph]  0.8.5claws52
6761
6762         * src/mainwindow.c
6763         * src/manual.[ch]
6764                 o use manual of current locale or english if current
6765                   locale is not available (and english is available)
6766                 o also link to sylpheed doc project manuals
6767
6768 2002-10-23 [paul]       0.8.5claws51
6769
6770         * tools/README
6771           tools/kmail2sylpheed_v2.pl
6772                 add new version of kmail addressbook importer script.
6773                 works with newer versions of Kmail/KAddressBook which
6774                 have new and rearranged data.
6775
6776 2002-10-23 [martin]     0.8.5claws50
6777
6778         * src/folderview.c
6779         * src/summaryview.c
6780         * src/utils.h
6781         * src/utils.c
6782                 added length parameter to get_abbrev_newsgroup_name()
6783                 changed this function so that it abbreviates the newsgroup
6784                 names only so long it is smaller than the length parameter
6785                 (for better reading of some newsgroup names and space efficiency)
6786
6787 2002-10-22 [colin]      0.8.5claws49
6788
6789         *src/foldersel.c
6790                 Revert Alfons' last modification (after voting ;-))
6791
6792 2002-10-21 [alfons]     0.8.5claws48
6793
6794         * src/foldersel.c
6795                 folder view in folder selection dialog reflects state of
6796                 folder view in main window
6797
6798 2002-10-18 [alfons]     0.8.5claws47
6799
6800         * src/mbox.c
6801                 drop imported messages in folder selected by user,
6802                 and not in the inbox
6803                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
6804
6805 2002-10-18 [alfons]     0.8.5claws46
6806
6807         * src/compose.c
6808                 make automagic reply work correctly for email accounts 
6809                 (whether it's viable to do a full sync with Hiro's 
6810                 compose.c is still under discussion)
6811
6812 2002-10-18 [melvin]     0.8.5claws45
6813
6814         * src/prefs_actions.c
6815                 Fixed bug #622275 where asynchroneous actions left 
6816                 zombies processes
6817                 Made (synchroneous) actions' input be displayed live.
6818
6819 2002-10-18 [christoph]  0.8.5claws44
6820
6821         * src/textview.c
6822                 don't add a newline in the textview in front of the
6823                 first textpart if header display is disabled
6824                 (closes bug [ 603385 ] disabled header display leaves blank
6825                  lin)
6826
6827 2002-10-18 [christoph]  0.8.5claws43
6828
6829         * src/folder.[ch]
6830         * src/imap.c
6831         * src/mbox_folder.c
6832         * src/mh.c
6833         * src/news.c
6834                 folder->get_num_list now returns an error code
6835                 (closes bug [ 609424 ] News cache cleared on failure)
6836                 
6837 2002-10-17 [colin]      0.8.5claws42
6838         
6839         * src/news.c
6840                 Changed a printf by debug_print
6841
6842 2002-10-16 [paul]       
6843
6844         * tools/OOo2sylpheed.pl
6845                 allow for spaces in the name of the
6846                 file to be attached.
6847
6848 2002-10-16 [colin]      0.8.5claws41
6849
6850         * src/main.c
6851                 Use a tristate to change online mode
6852
6853 2002-10-16 [paul]       0.8.5claws40
6854
6855         * po/es.po
6856                 updated by Ricardo Mones Lastra
6857
6858 2002-10-16 [colin]      0.8.5claws39
6859
6860         * src/main.c
6861           src/mainwindow.[ch]
6862                 Added --online and --offline command-line
6863                 switches
6864
6865 2002-10-15 [christoph]  0.8.5claws38
6866
6867         * src/procmime.c
6868                 set mimeinfo->name to NULL after g_free to
6869                 avoid double freeing with g_free
6870
6871 2002-10-14 [christoph]  0.8.5claws37
6872
6873         * src/compose.c
6874         * src/filtering.c
6875         * src/summaryview.c
6876                 remove calls to folder->change_flags that are now
6877                 done by procmsg flag functions (seems it is not
6878                 used by any foldertype anyway)
6879         * src/folder.c
6880                 init folder->change_flags with NULL
6881
6882 2002-10-14 [christoph]  0.8.5claws36
6883
6884         * src/folder.[ch]
6885         * src/imap.[ch]
6886                 use virtual functions for folder item new and destroy
6887                 functions
6888
6889 2002-10-14 [melvin]     0.8.5claws35
6890
6891         * src/compose.c
6892                 Added a test to not run the spell checker if no default
6893                 dictionary is available. No dialog is displayed though.
6894
6895 2002-10-14 [melvin]     0.8.5claws34
6896
6897         * src/gtkaspell.c
6898                 Fixed bug in dictionary list context menu where
6899                 "More..." pointed to an emtpy submenu if the
6900                 number of dictionaries is a multiple of 15
6901                 Removed unneeded code in suggestions list creation
6902
6903 2002-10-14 [paul]       0.8.5claws33
6904
6905         * po/bg.po
6906                 updated by George Danchev
6907
6908 2002-10-13 [hoa]        0.8.5claws32
6909
6910         * src/matcher.[ch]
6911           src/matcher_parser_parser.y
6912                 removed the escaped string from internal structure
6913                 of matcher.
6914
6915 2002-10-12 [colin]      0.8.5claws31
6916
6917         * src/gtksctree.[ch]
6918           src/summaryview.c
6919                 Removed useless function gtksctree_reanchor
6920
6921 2002-10-12 [alfons]     0.8.5claws30
6922         
6923         * sync with remaining main changes 2002-10-09 - 2002-10-11
6924         - drop changes to src/compose.c (requires claws specific changes)
6925         
6926 2002-10-12 [alfons]     0.8.5claws29
6927         
6928         * sync with main changes of 2002-10-08
6929         - drop changes to src/compose.c (requires claws specific changes)
6930         - drop changes to src/summaryview.c (requires changes to compose.c)     
6931
6932 2002-10-12 [alfons]     0.8.5claws28
6933         
6934         * sync with main changes of 2002-10-07
6935
6936 2002-10-12 [alfons]     0.8.5claws27
6937
6938         * sync with main changes of 2002-10-04
6939         - drop changes to src/compose.c (requires claws specific changes)
6940         - drop changes to src/prefs_folder_item.c (claws implementation
6941           seems to be working)
6942
6943 2002-10-12 [colin]      0.8.5claws26
6944
6945         * src/mainwindow.c
6946                 Fix folder-flicker when space-reading, introduced 
6947                 in claws22.
6948
6949 2002-10-12 [colin]      0.8.5claws25
6950
6951         * src/compose.c
6952                 Save account address when saving as draft.
6953                 (closes bug 621838)
6954
6955 2002-10-12 [colin]      0.8.5claws24
6956
6957         * src/summaryview.c
6958                 Fix the problem consisting of no message selected
6959                 after the last message in a folder has been moved.
6960
6961 2002-10-12 [paul]       0.8.5claws23
6962
6963         * src/compose.c
6964           src/prefs_template.c
6965           src/template.[ch]
6966                 add Cc and Bcc to templates. Patch submitted by
6967                 John L. Males.
6968
6969 2002-10-12 [colin]      0.8.5claws22
6970
6971         * src/folderview.c
6972                 Fix a bug after "Check for new messages":
6973                 If a folder was opened, it was still selected at
6974                 the end of the check, but displayed empty.
6975         * src/mainwindow.c
6976                 Remove unnecessary check
6977
6978 2002-10-12 [paul]
6979
6980         * tools/README
6981                 be more verbose in the description of
6982                 OOo2sylpheed.pl
6983                 
6984
6985 2002-10-11 [colin]      0.8.5claws21
6986
6987         * src/mainwindow.c
6988                 Make space work (better) when no mail is selected
6989
6990 2002-10-11 [colin]      0.8.5claws20
6991
6992         * src/inc.c
6993           src/news.c
6994                 fix warnings
6995
6996 2002-10-11 [colin]      0.8.5claws19
6997
6998         * src/mainwindow.c
6999                 revert 0.8.5claws6 changes as i couldn't get to
7000                 anything satisfying
7001
7002 2002-10-11 [melvin]     0.8.5claws18
7003
7004         * src/compose.c
7005                 Removed buggy and unused macro (should have been committed in
7006                 0.8.5claws17)
7007
7008 2002-10-11 [melvin]     0.8.5claws17
7009
7010         * src/compose.c
7011                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
7012
7013 2002-10-11 [thorsten]   0.8.5claws16 
7014
7015         * src/folderview.c
7016                 remove rescan warning
7017
7018 2002-10-11 [colin]      0.8.5claws15 
7019
7020         * src/procheader.c
7021                 fix a segfault that happens if conv_unmime_header
7022                 fails (should be better to find out why it fails)
7023
7024 2002-10-11 [christoph]  0.8.5claws14
7025
7026         * src/summaryview.c
7027                 update folderview stats after ignore/unignore thread
7028
7029 2002-10-11 [hoa]        0.8.5claws13
7030
7031         * src/quote_fmt_parse.y
7032                 Fixed a yacc/bison syntax error
7033         * src/matcher.c
7034                 Escaping of string is fixed.
7035
7036 2002-10-11 [colin]      0.8.5claws12
7037
7038         * src/imageview.c
7039                 Resize images to fit
7040
7041 2002-10-11 [paul]       0.8.5claws11
7042
7043         * po/es.po
7044                 updated by Ricardo Mones Lastra
7045
7046 2002-10-10 [alfons]     0.8.5claws10
7047
7048         * src/compose.c
7049                 allow dropping files by "moving" files from a file manager,
7050                 not only by the more cumbersome "copying". the latter 
7051                 mostly implies holding down the Control button
7052
7053 2002-10-10 [christoph]  0.8.5claws9
7054
7055         * src/summaryview.c
7056                 update folders after thread building for ignored threads
7057
7058 2002-10-10 [christoph]  0.8.5claws8
7059
7060         * config/.cvsignore
7061                 added Makefile
7062         * src/filtering.[ch]
7063         * src/folder.[ch]
7064         * src/folderview.[ch]
7065         * src/import.c
7066         * src/inc.[ch]
7067         * src/mbox.[ch]
7068         * src/procmsg.c
7069         * src/summaryview.[ch]
7070                 o added new flag need_update to FolderItem
7071                 o removed folder_table from various functions from tracking
7072                   folder updates
7073                 o set need_update flags in folder.c's move, copy and delete
7074                   functions and procmsg's flags functions
7075                 o added function folderview_update_items_when_required that
7076                   updates all folders with need_update set
7077                 o call folderview_update_items_when_required instead of
7078                   folderview_update_item_foreach
7079
7080 2002-10-09 [sergey]     0.8.5claws7
7081
7082         * src/compose.c
7083                 Strip CRs whel loading the text into editor in reedit mode.
7084
7085 2002-10-09 [colin]      0.8.5claws6
7086
7087         * src/mainwindow.c
7088                 Make Space work when no mail is selected
7089
7090 2002-10-09 [colin]      0.8.5claws5
7091
7092         * src/gtksctree.[ch]
7093                 Fix range_select
7094                 Add gtk_sctree_reanchor() 
7095         * src/summaryview.c
7096                 Use gtk_sctree_reanchor() - better fix for 
7097                 bug 60413
7098
7099 2002-10-09 [colin]      0.8.5claws4
7100
7101         * src/summaryview.c
7102                 Fix shift-click select after delete problem
7103                 (closes bug 60413)
7104
7105 2002-10-08 [thorsten]   0.8.5claws3
7106
7107         * src/summaryview.c
7108                 exclude current msg from -hide read messages-
7109
7110 2002-10-08 [colin]      0.8.5claws2
7111
7112         * src/inc.[ch]
7113           src/pop.c
7114           src/recv.c
7115                 Differentiate socket errors from disk full
7116                 errors
7117
7118 2002-10-08 [christoph]  0.8.5claws1
7119
7120         * Makefile.am
7121         * configure.in
7122                 modifications for new config directory
7123
7124         * config.guess  ** REMOVED **
7125         * config.sub    ** REMOVED **
7126         * install-sh    ** REMOVED **
7127         * ltmain.sh     ** REMOVED **
7128         * missing       ** REMOVED **
7129         * mkinstalldirs ** REMOVED **
7130                 these files are autogenerated by automake
7131                 when you run autogen.sh
7132
7133         * config/.cvsignore     ** NEW FILE **
7134         * config/Makefile.am    ** NEW FILE **
7135                 ignore autogenerated files
7136                 create a Makefile in this directory
7137
7138 2002-10-08 [paul]       0.8.5claws
7139
7140         * 0.8.5claws release
7141         
7142         * src/compose.c
7143           src/procheader.c
7144           src/procmsg.c
7145                 fix quote reply format for newsgroups reply bug
7146                 (thanks to Hoa)
7147                 
7148         * po/en_GB.po
7149           po/pl.po
7150                 updated by me and Witold Wladyslaw Wojciech Wilk
7151                 repectively
7152
7153 2002-10-07 [paul]       0.8.3claws53
7154
7155         * po/it.po
7156           po/pt_BR.po
7157           po/sr.po
7158                 updated messages catalogs, submitted by
7159                 Alessandro Maestri, Fabio Jr.Beneditto 
7160                 and Urke MMI, respectively.
7161
7162 2002-10-07 [christoph]  0.8.3claws52
7163
7164         * src/folder.[ch]
7165         * src/folderview.c
7166         * src/mainwindow.c
7167                 fix new folder ghost message bug
7168                 (closes bug [ 619722 ] wrong count for newly created folders)
7169
7170 2002-10-07 [christoph]  0.8.3claws51
7171
7172         * src/compose.c
7173                 fix news posting problem
7174
7175 2002-10-07 [melvin]     0.8.3claws50
7176
7177         * po/fr.po
7178                 Updated French translation
7179
7180 2002-10-05 [christoph]  0.8.3claws49
7181
7182         * src/gtkstext.c
7183                 check if line_start_cache is set in gtk_stext_update_text
7184                 (closes bug [ 618119 ] crash while doing search in folder)
7185
7186 2002-10-05 [christoph]  0.8.3claws48
7187
7188         * src/imap.c
7189         * src/news.c
7190         * src/utils.c
7191         * src/utils.h
7192                 implement cache cleanups for claws' folder system
7193                 (closes bug [ 595916 ] imapcache not cleaned up)
7194
7195 2002-10-05 [melvin]     0.8.3claws47
7196
7197         * src/prefs_actions.c
7198                 Made the help text more clear for the %p token
7199
7200 2002-10-04 [paul]       0.8.3claws46
7201
7202         * sync with 0.8.5
7203                 see ChangeLog 2002-10-02 and 2002-10-03
7204
7205 2002-10-04 [christoph]  0.8.3claws45
7206
7207         * src/inc.c
7208                 fix segfault caused by pop before smtp
7209                 call to inc_account_mail with NULL
7210                 pointer for mainwin
7211
7212 2002-10-04 [paul]       0.8.3claws44
7213
7214         * configure.in
7215                 sync the LDAP detection from 0.8.5cvs1
7216
7217 2002-10-02 [christoph]  0.8.3claws43
7218
7219         * po/de.po
7220                 fix small spelling error
7221
7222 2002-10-02 [melvin]     0.8.3claws42
7223
7224         * ac/aspell.m4
7225                 Behave better and say "no" when test program cannot be run.
7226
7227 2002-10-02 [paul]       0.8.3claws41
7228
7229         * sync with 0.8.4cvs1
7230                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
7231                 
7232         * src/summaryview.c
7233                 toggle the behavior of Reply menuitem between
7234                 normal reply and reply-to-list
7235
7236 2002-10-01 [sergey]     0.8.3claws40
7237
7238         * src/compose.c
7239                 Convert newlines in the message text to the canonical form
7240                 before base64 encoding (RFC2045 compliance, fixes some
7241                 interoperability issues with Evolution 1.0.3)
7242
7243 2002-09-29 [colin]      0.8.3claws39
7244
7245         * src/summaryview.c
7246                 Fix an unwanted copy/paste
7247
7248 2002-09-29 [colin]      0.8.3claws38
7249
7250         * src/mainwindow.c
7251                 Renamed "Custom toolbar" to "Customize toolbar"
7252                 Renamed "Show all header" to "Show all headers"
7253                 Renamed "Set diplay item" to "Set displayed items"
7254         * src/prefs_common.c
7255                 Renamed "Show all header" to "Show all headers"
7256         * src/prefs_summary_column.c
7257                 Renamed "diplay item" to "displayed items"
7258
7259 2002-09-29 [colin]      0.8.3claws37
7260
7261         * src/mainwindow.[ch]
7262                 online/offline status pixmaps follow theme
7263                 changes
7264         * src/summaryview.[ch]
7265                 quicksearch pixmap follows theme changes
7266
7267 2002-09-29 [thorsten]   0.8.3claws36
7268
7269         * src/compose.c
7270           src/prefs_folder_item.[ch]
7271                 add default_reply_to folder option (closes patch 581044)
7272
7273 2002-09-29 [christoph]  0.8.3claws35
7274
7275         * acconfig.h    ** REMOVED **
7276         * configure.in
7277         * ac/aspell.m4
7278         * ac/check-type.m4
7279         * ac/gnupg-check-typedef.m4
7280                 fix autoheader 2.50 warning
7281
7282 2002-09-29 [christoph]  0.8.3claws34
7283
7284         * major code cleanup (part 2)
7285         
7286                 - unused variables removed
7287                 - unused functions removed
7288                 - uninitialized variables checked
7289                 - missing return statements added
7290                 - missing function return types added
7291                 - added parentheses around assignment
7292                   when suggested by gcc
7293
7294 2002-09-29 [alfons]     0.8.3claws33
7295
7296         * src/logwindow.c
7297                 log_window_clear(): only bracket gtk_text_forward_delete() 
7298                 with gtk_text_freeze() / gtk_text_thaw() (see if this
7299                 works around GTK text bug)
7300
7301 2002-09-29 [paul]       0.8.3claws32
7302
7303         * po/bg.po
7304           po/sr.po
7305                 updated by George Danchev and Urke MMI
7306                 respectively
7307
7308 2002-09-27 [christoph]  0.8.3claws31
7309
7310         * doc-src/readme.txt
7311         * doc-src/rfc1806.txt   ** REMOVED **
7312         * doc-src/rfc2183.txt   ** NEW FILE **
7313         * doc-src/rfc2980.txt   ** NEW FILE **
7314                 update rfcs
7315
7316 2002-09-27 [melvin]     0.8.3claws30
7317
7318         * ac/aspell.m4
7319                 Fixed typo which could break linking
7320
7321 2002-09-27 [melvin]     0.8.3claws29
7322
7323         * ac/aspell.m4
7324                 Improved GNU/aspell checking. 
7325                 Fixed bug #614490
7326
7327 2002-09-27 [paul]       0.8.3claws28
7328
7329         * sync with 0.8.3cvs8
7330                 see ChangeLog 2002-09-27
7331
7332 2002-09-26 [colin]      0.8.3claws27
7333
7334         * src/toolbar.[ch]
7335           src/mainwindow.[ch]
7336                 Add "Reply to Mailing-list" to the toolbar
7337
7338 2002-09-26 [christoph]  0.8.3claws26
7339
7340         * src/summaryview.c
7341                 Fix wrong message counts in summaryview status
7342
7343 2002-09-26 [paul]       0.8.3claws25
7344
7345         * sync with 0.8.3cvs7
7346                 see ChangeLog 2002-09-26
7347
7348 2002-09-26 [paul]       0.8.3claws24
7349
7350         * sync with 0.8.3cvs6
7351                 see ChangeLog 2002-09-25
7352
7353 2002-09-25 [christoph]  0.8.3claws23
7354
7355         * src/prefs_common.c
7356         * src/prefs_folder_item.c
7357         * src/prefs_scoring.c
7358                 Renamed "kill score" to "hide score" in GUI
7359                 and prefs files
7360
7361 2002-09-25 [paul]       0.8.3claws22
7362
7363         * sync with 0.8.3cvs5
7364                 see ChangeLog 2002-09-24
7365
7366 2002-09-24 [alfons]     0.8.3claws21
7367
7368         patch by Satoshi Nagayasu: allows appending / saving multiple 
7369         selected files (closes "[ 612279 ] save multiple mesg(s) in 
7370         'Save as ...'")
7371
7372         * AUTHORS
7373                 add Satoshi Nagayasu
7374         * src/summaryview.c
7375                 summary_save_as(): allow saving selected files to
7376                 one file
7377                 summary_set_menu_sensitive: enable "Save As..." when
7378                 multiple files are selected
7379         * src/utils.[ch]
7380                 append_file(): new function
7381
7382 2002-09-24 [colin]      0.8.3claws20
7383
7384         * src/procmime.c
7385                 Fix segfault when mimeinfo doesn't have a 
7386                 content_type. 
7387
7388 2002-09-24 [colin]      0.8.3claws19
7389
7390         * src/prefs_common.[ch]
7391                 Add a preference to display send dialog or not
7392         * src/send.c
7393                 Display send dialog according to preference
7394
7395 2002-09-24 [colin]      0.8.3claws18
7396
7397         * src/compose.[ch]
7398                 Disable user actions when sending
7399
7400 2002-09-24 [colin]      0.8.3claws17
7401
7402         * src/procmime.c
7403                 Do not display name or filename for attachments
7404                 with an application/pgp-signature type
7405                 (security flaw, see bug 537413)
7406
7407 2002-09-23 [colin]      0.8.3claws16
7408
7409         * src/editaddress.c
7410                 Initialize entry_email, entry_alias and 
7411                 entry_remarks to first email address of the list
7412
7413 2002-09-23 [colin]      0.83claws15
7414
7415         * src/compose.c
7416                 Drop pgp-signature when reediting a signed queued
7417                 message
7418
7419 2002-09-23 [melvin]     0.8.3claws14
7420
7421         * po/fr.po
7422                 Updated French translation
7423
7424 2002-09-23 [melvin]     0.8.3claws13
7425
7426         * src/mainwindow.c
7427                 Made custom toolbar menu labels more consistent
7428         * src/prefs_toolbar.c
7429                 Made custom toolbar window title more consistent
7430
7431 2002-09-22 [colin]      0.8.3claws12
7432
7433         * src/inc.c
7434                 Initialize session type to normal before getting 
7435                 mail (fixes strange Get behaviour)
7436         * src/prefs_account.h
7437                 Move STYPE_POP_BEFORE_SMTP to last position to 
7438                 avoid other side-effects
7439
7440 2002-09-22 [colin]      0.8.3claws11
7441
7442         * src/prefs_account.c
7443                 Fix pop_bfr_smtp_tm_entry sensivity when switching
7444                 from pop3 to apop or vice-versa
7445
7446 2002-09-22 [colin]      0.8.3claws10
7447         
7448         * src/prefs_account.[ch]
7449                 Add an option for the POP before SMTP timeout
7450         * src/inc.c
7451                 Remember time of last POP connection
7452         * src/send.c
7453                 Do POP before SMTP only if timeout reached
7454
7455 2002-09-22 [oliver]     0.8.3claws9
7456         
7457         * README.claws
7458                 explain custom toolbar
7459
7460 2002-09-22 [oliver]     0.8.3claws8
7461
7462         * src/prefs_actions.[ch]
7463         custom toolbar for compose      
7464                 actions callback from compose toolbar
7465         * src/folderview.c
7466                 remove include toolbar.h
7467
7468 2002-09-22 [oliver]     0.8.3claws7
7469         
7470         * src/prefs_toolbar.[ch]
7471                 custom toolbar for compose
7472                 - generic prefs_toolbar handles both
7473                   Mainwin's toolbar as well as Compose toolbar          
7474
7475 2002-09-22 [oliver]     0.8.3claws6
7476         
7477         * src/toolbar.[ch]
7478                 custom toolbar for compose
7479                 restructure toolbar.[ch]
7480
7481 2002-09-22 [oliver]     0.8.3claws5
7482
7483         * src/compose.[ch]
7484                 custom toolbar for compose
7485
7486 2002-09-22 [oliver]     0.8.3claws4
7487         
7488         * src/mainwindow.[ch]
7489                 custom toolbar for compose 
7490                 move mainwin toolbar back to mainwindow
7491
7492 2002-09-22 [alfons]     0.8.3claws3
7493
7494         * src/procmsg.c
7495                 :%sno/if(/if (/gc
7496                 :%sno/for(/for (/gc
7497                 (beautify)
7498
7499 2002-09-22 [alfons]     0.8.3claws2
7500         
7501         * src/procmsg.c
7502                 procmsg_save_to_outbox(): don't unlink message file from queue;
7503                 callers should do it using folder_item_remove_msg()
7504
7505 2002-09-22 [colin]      0.8.3claws1
7506
7507         * src/mimeview.[ch]
7508                 Made mimeview_check_signature() public
7509         * src/textview.c
7510                 Made GPG signatures verifiable by clicking
7511                 the [application/pgp-signature] in the Text
7512                 view
7513
7514 2002-09-22 [paul]       0.8.3claws
7515
7516         * po/bg.po
7517           po/en_GB.po
7518           po/es.po
7519           po/it.po
7520           po/pl.po
7521           po/pt_BR.po
7522           po/sr.po
7523                 updated translations, submitted by George Danchev,
7524                 me, Ricardo Mones Lastra, Alessandro Maestri,
7525                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
7526                 and Urke MMI, respectively.     
7527
7528 2002-09-22 [alfons]     0.8.2claws65
7529
7530         * src/procmsg.c
7531         * src/pgptext.c
7532                 no furry valgrinds have been used to plug these memleaks
7533
7534 2002-09-20 [paul]       0.8.2claws64
7535
7536         * sync with 0.8.3cvs4
7537                 'Select thread' re-implemented 
7538                 see ChangeLog 2002-09-20
7539
7540 2002-09-21 [alfons]     0.8.2claws63
7541
7542         * src/compose.c
7543                 compose_send(): plug unnoticed memleak
7544
7545 2002-09-20 [alfons]     0.8.2claws62
7546
7547         * src/addr_compl.c
7548                 replace_address_in_edit(): strict check for NULL address to
7549                 fix "[ 607348 ] Segfault in address completion". My guess is
7550                 that this happens with an empty address book, but it's good
7551                 to have this check here anyway
7552                 
7553                 completion_window_button_press(): free string returned 
7554                 from the internal cache
7555
7556 2002-09-20 [christoph]  0.8.2claws61
7557
7558         * src/procmime.h
7559                 added ENC_BINARY to EncodingType
7560         * src/procmime.c
7561                 the string returned by procmime_get_encoding_str
7562                 should not depend on the order of values in the
7563                 EncodingType definition
7564         * doc-src/rfc1806.txt   ** NEW FILE **
7565                 Added rfc1806 about MIME Content-Disposition
7566                 Extension
7567
7568 2002-09-19 [paul]       0.8.2claws60
7569
7570         * sync with 0.8.2cvs3
7571                 see ChangeLog 2002-09-19
7572
7573 2002-09-19 [paul]       0.8.2claws59
7574
7575         * src/prefs_folder_item.c
7576                 revert to Darko's original alignment of colour
7577                 selector button
7578                 add a colon to folder_color label
7579                 
7580         * src/compose.c
7581                 add Colin's patch (with Hiro's modifications) to 
7582                 force BASE64 encoding for 8-bit text when signing
7583                 (sync with 0.8.3cvs2)
7584
7585 2002-09-18 [alfons]     0.8.2claws58
7586
7587         * src/compose.c
7588                 :%sno/if(/if (/gc
7589                 :%sno/for(/for (/gc
7590                 (beautify a little bit)
7591
7592 2002-09-18 [christoph]  0.8.2claws57
7593
7594         * src/pine.c
7595                 fix handling of fgetc return value
7596
7597 2002-09-17 [alfons]     0.8.2claws56
7598         
7599         * src/summaryview.c
7600                 summary_sort(): check non-NULL summaryview->folder_item when no 
7601                 folder is selected at all
7602                 (closes "[ 610344 ] sort label make syl Crash")
7603
7604 2002-09-17 [alfons]     0.8.2claws55
7605         
7606         * src/compose.c
7607                 beautify a little bit
7608
7609 2002-09-17 [christoph]  0.8.2claws54
7610
7611         * src/folder.c
7612                 initialize max values for cache and folder
7613                 when cache or folder is empty
7614
7615 2002-09-15 [colin]      0.8.2claws53
7616
7617         * src/compose.c
7618                 Fix a leak (thanks Alfons!) and cleaned
7619                 variables names for custom headers
7620
7621 2002-09-15 [colin]      0.8.2claws52
7622
7623         * src/compose.c
7624                 Fix custom headers recognition when
7625                 prefs_common.trans_hdr is on
7626
7627 2002-09-15 [colin]      0.8.2claws51
7628
7629         * src/compose.c
7630                 Allow dynamically-added custom headers
7631                 Yet not reparsed if reedited
7632
7633 2002-09-15 [alfons]     0.8.2claws50
7634
7635         * src/prefs_account.c
7636                 fix warnings
7637
7638 2002-09-15 [colin]      0.8.2claws49
7639         
7640         * src/prefs_account.c
7641                 fix pop_before_smtp sensitivity
7642
7643 2002-09-15 [colin]      0.8.2claws48
7644
7645         * src/inc.[ch]
7646                 add inc_pop_before_smtp()
7647                 allow MainWindow to be undefined in 
7648                 inc_account_mail() and inc_start()
7649         * src/pop.c
7650           src/prefs_account.h
7651                 add STYPE_POP_BEFORE_SMTP session type
7652         * src/prefs_account.c
7653                 activated pop before smtp option
7654         * src/send.c
7655                 do pop before smtp if the relevant option 
7656                 is set
7657
7658 2002-09-15 [paul]       0.8.2claws47
7659
7660         * sync with 0.8.3
7661                 see ChangeLog 2002-09-15
7662
7663 2002-09-14 [paul]       0.8.2claws46
7664
7665         * po/bg.po
7666                 updated Bulgarian translation, submitted by
7667                 George Danchev
7668
7669 2002-09-13 [paul]       0.8.2claws45
7670
7671         * src/compose.c
7672                 merge claws' select_account() with main's
7673                 (new) compose_select_account(). [sync with
7674                 0.8.2cvs15, see ChangeLog 2002-09-11]
7675
7676 2002-09-12 [christoph]  0.8.2claws44
7677
7678         * src/filter.c
7679                 allocate 1 elements of FolderItem not 0
7680
7681 2002-09-12 [colin]      0.8.2claws43
7682
7683         * src/compose.c
7684                 Fix bug #590825 (obey Follow-up: poster)
7685
7686 2002-09-12 [colin]      0.8.2claws42
7687
7688         * src/procmime.c
7689                 Fix bug #557009 (wrong headers for messages 
7690                 forwarded as attachments)
7691
7692 2002-09-11 [colin]      0.8.2claws41
7693         
7694         * src/compose.c
7695                 Put SCF: pseudo-header on top of message
7696                 Set draft tmp_flag when saved as draft
7697
7698         * src/procmsg.c
7699           src/procheader.c
7700                 Skip after first \n\n for beginning of real message
7701                 for drafts too
7702
7703 2002-09-11 [christoph]  0.8.2claws40
7704
7705         * src/filtering.c
7706                 use procmsg flag functions in filtering or processing
7707                 will cause incorrect folder message counts
7708
7709 2002-09-11 [colin]      0.8.2claws39
7710
7711         * src/compose.c
7712                 Fix bug #550175 - wrong save folder when reediting
7713                 drafts
7714
7715 2002-09-11 [paul]       0.8.2claws38
7716
7717         * sync with 0.8.2cvs14
7718                 see ChangeLog 2002-09-11
7719
7720 2002-09-11 [colin]      0.8.2claws37
7721
7722         * src/folder.c
7723                 Fix a typo (seeming to cause new/unread status to
7724                 be lost)
7725
7726 2002-09-10 [christoph]  0.8.2claws36
7727
7728         * src/compose.c
7729                 compose_redirect should not use compose_generic_new
7730                 because that does more stuff than expected including
7731                 opening the external editor
7732                 (closes bug "[ 526608 ] bounced messages appear blank
7733                  in editor")
7734
7735 2002-09-10 [christoph]  0.8.2claws35
7736
7737         * src/folder.c
7738                 fix problem with too large message number range
7739                 causing a crash in folder_item_scan
7740
7741 2002-09-10 [paul]       0.8.2claws34
7742
7743         * sync with 0.8.2cvs13
7744                 see ChangeLog 2002-09-10
7745
7746 2002-09-10 [christoph]  0.8.2claws33
7747
7748         * src/msgcache.c
7749                 set MsgInfo TmpFlags for queue and draft folders
7750                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
7751
7752 2002-09-10 [paul]       0.8.2claws32
7753
7754         * AUTHORS
7755           po/bg.po      ** NEW FILE **
7756                 new Bulgarian translation submitted by
7757                 George Danchev <danchev@spnet.net>
7758                 
7759         * tools/Makefile.am
7760           tools/README
7761           tools/tb2sylpheed     ** NEW FILE **
7762                 add script that converts an addressbook exported
7763                 from The Bat! into a Sylpheed addressbook. Submitted
7764                 by Urke MMI <urke-kg@eunet.yu>
7765
7766 2002-09-10 [paul]       0.8.2claws31
7767
7768         * sync with 0.8.2cvs12
7769                 see ChangeLog 2002-09-10
7770
7771 2002-09-06 [paul]       0.8.2claws30
7772
7773         * src/prefs_common.c
7774                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
7775                 
7776         * tools/Makefile.am
7777           tools/README
7778           tools/ldif-to-xml.py  ** REMOVED **
7779                 remove obsolete python script
7780
7781 2002-09-06 [paul]       0.8.2claws29
7782
7783         * sync with 0.8.2cvs10
7784                 see ChangeLog 2002-09-06
7785
7786 2002-09-04 [paul]       0.8.2claws28
7787
7788         * sync with 0.8.2cvs9
7789                 see ChangeLog 2002-08-04
7790
7791 2002-09-04 [colin]      0.8.2claws27 
7792
7793         * src/prefs_common.[ch]
7794                 Added signature color configuration
7795         * src/textview.c
7796                 Use user-specified signature color
7797
7798 2002-09-03 [colin]      0.8.2claws26
7799
7800         * src/prefs_common.[ch]
7801                 Added autosave and autosave_length prefs
7802         * src/compose.c
7803                 Added compose_remove_draft()
7804                 Auto-save drafts according to the prefs
7805         * src/main.c
7806                 Added a crash-indicator file, allowing to check
7807                 for new messages on startup if Sylpheed crashed
7808                 (makes saved drafts "reappear")
7809
7810 2002-09-03 [colin]      0.8.2claws25
7811
7812         * src/textview.[ch]
7813                 Grey the signature
7814
7815 2002-09-03 [paul]       0.8.2claws24
7816
7817         * sync with 0.8.2cvs8
7818                 see ChangeLog 2002-09-02 and 2002-09-03
7819
7820 2002-09-03 [darko]      0.8.2claws23
7821
7822         * src/folderview.c
7823                 use normal style when creating new folder to pick
7824                 proper font size 
7825
7826 2002-09-02 [melvin]     0.8.2claws22
7827
7828         * src/gtkaspell.m4
7829                 removed some obsolete code
7830
7831 2002-09-02 [melvin]     0.8.2claws21
7832
7833         * ac/aspell.m4
7834                 fixed test's equality sign (== to =)
7835
7836 2002-09-02 [alfons]     0.8.2claws20
7837
7838         * src/folder.c
7839         * src/mh.c
7840                 revert change of 0.8.2claws16 and use the mh_folder_destroy
7841                 as folder->destroy virtual as suggested by Hiro
7842                 (the mh.c code seems to have been lost around mh.c.1.21)
7843
7844 2002-09-02 [paul]       0.8.2claws19
7845
7846         * po/pt_BR.po
7847                 updated by Fabio Jr. Beneditto
7848                 
7849         * src/defs.h
7850                 use 'http://claws.sylpheed.org' for homepage link. 
7851                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
7852
7853 2002-09-01 [alfons]     0.8.2claws18
7854
7855         * src/mh.c
7856                 plug memleak related to one Martin Kluge found
7857
7858 2002-08-31 [paul]       0.8.2claws17
7859
7860         * sync with 0.8.2cvs6
7861                 see ChangeLog 2002-08-30
7862
7863 2002-08-31 [alfons]     0.8.2claws16
7864
7865         * src/folder.c
7866                 folder_destroy(): remove mailbox from folderlist even if it has
7867                 no destroy virtual
7868
7869 2002-08-31 [alfons]     0.8.2claws15
7870
7871         * src/folder.c
7872                 :%sno/if(/if (/gc
7873                 :%sno/for(/for (/gc
7874                 (being pedantic I know)
7875
7876 2002-08-31 [alfons]     0.8.2claws14
7877
7878         * src/folder.c
7879                 check for NULL pointers returned from folder->fetch_msginfo virtual
7880                 (should solve some reported crashes)
7881
7882 2002-08-30 [alfons]     0.8.2claws13
7883
7884         * acconfig.h
7885         * configure.in
7886         * src/crash.c
7887                 enable crash dialog on compilation time
7888                 (--enable-crash-dialog configure option)
7889
7890 2002-08-30 [alfons]     0.8.2claws12
7891
7892         * AUTHORS
7893                 add Martin Kluge
7894         * src/mh.c
7895                 apply memory leak plug patch by Martin Kluge
7896                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
7897                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
7898                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
7899
7900 2002-08-30 [darko]      0.8.2claws11
7901
7902         * src/folderview.c
7903                 copy Gtk style from normal style to match
7904                 font size for coloured folders
7905
7906 2002-08-29 [alfons]     0.8.2claws10
7907
7908         * sylpheed.desktop
7909                 Type=Internet <- Type=Application
7910                 (reported by Michael Schwendt, see:
7911                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
7912                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
7913
7914 2002-08-29 [paul]       0.8.2claws9
7915
7916         * sync with 0.8.2cvs5
7917                 see ChangeLog 2002-08-29
7918
7919 2002-08-29 [colin]      0.8.2claws8
7920
7921         * src/summaryview.c
7922                 Added a sanity check in summary_select_thread
7923                 Should fix bug 601605
7924
7925 2002-08-29 [colin]      0.8.2claws7
7926
7927         * src/main.c
7928                 Revert claws6 changes regarding bug #591676
7929
7930 2002-08-28 [colin]      0.8.2claws6
7931         
7932         * src/main.c
7933                 Ignore cache for queue folderitems
7934                 Fix bug #591676
7935
7936 2002-08-28 [melvin]     0.8.2claws5
7937
7938         * README.claws
7939                 Fixed typos.
7940
7941 2002-08-28 [melvin]     0.8.2claws4
7942
7943         * README.claws
7944                 Updated a bit the text concerning the spell checker
7945
7946 2002-08-28 [melvin]     0.8.2claws3
7947
7948         Merged the GNU_aspell_branch:
7949                 Support of new GNU/aspell is now included and the old pspell
7950                 is not supported anymore.
7951                 See README.claws
7952
7953         * README.claws
7954                 Updated spell checker text to reflect the switch to GNU/aspell
7955
7956         * ac/aspell.m4          *** NEW ***
7957         * src/gtkaspell.[ch]    *** NEW *** 
7958         * ac/pspell.m4          *** DELETED *** 
7959         * src/gtkspell.[ch]     *** DELETED ***
7960
7961         * ac/Makefile.am
7962                 Updated for GNU/aspell support
7963
7964         * po/POTFILES.in
7965                 Replaced gtkspell.c by gtkaspell.c
7966
7967         * acconfig.h
7968         * src/Makefile.am
7969         * src/about.c
7970         * src/compose.[ch]
7971         * src/crash.c
7972         * src/main.c
7973         * src/prefs_common.[ch]
7974                 Updated for GNU/aspell support
7975
7976 2002-08-28 [paul]       0.8.2claws2
7977
7978         * sync with 0.8.2cvs4
7979                 see ChangeLog 2002-08-27 and 2002-08-28
7980
7981 2002-08-28 [colin]      0.8.2claws1
7982
7983         * src/summary_search.c
7984                 Added "AND search"
7985
7986 2002-08-28 [jens]       0.8.2claws
7987
7988         *po/de.po
7989                 Updated German translations
7990
7991 2002-08-27 [melvin]     0.8.2claws
7992
7993         * po/fr.po
7994                 Updated French translations
7995
7996 2002-08-27 [paul]       0.8.2claws
7997
7998         * sync with 0.8.2 main release
7999
8000         * po/en_GB.po
8001           po/es.po
8002           po/it.po
8003           po/pl.po
8004           po/pt_BR.po
8005           po/sr.po
8006                 updated message catalogs submitted by
8007                 Ricardo Mones Lastra, Alessandro Maestri,
8008                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
8009                 Beneditto and Urke MMI  
8010
8011 2002-08-27 [hoa]        0.8.1claws123
8012
8013         * src/mainwindow.[ch]
8014         * src/summaryview.[ch]
8015                 removed the "filter setting" menu option.
8016                 add a "cancel a news message" menu option.
8017
8018 2002-08-26 [martin]     0.8.1claws122
8019
8020         * ChangeLog.claws
8021                 changed string under 0.8.1claws79 changed by myself
8022                 i'm sorry alfons :(
8023
8024 2002-08-26 [martin]     0.8.1claws121
8025
8026         * src/crash.c
8027                 added kill command to debuggerrc to start crash dialog
8028
8029 2002-08-26 [paul]       0.8.1claws120
8030
8031         * sync with 0.8.1cvs31
8032                 see ChangeLog 2002-08-26
8033
8034 2002-08-25 [alfons]     0.8.1claws119
8035
8036         * src/procmsg.c
8037                 fix bug that didn't send out correct headers to news server
8038                 when sending news article and email from queue (bug reported
8039                 and patch provided by Tim Mann; closes bug 
8040                 "[ 583196 ] 0.7.8claws can't post news")
8041
8042 2002-08-25 [alfons]     0.8.1claws118
8043
8044         * src/selective_download.c
8045                 mark two strings as translatable
8046                 (thanks to Urke MMI for pointing this out)
8047
8048 2002-08-25 [alfons]     0.8.1claws117
8049
8050         * src/summaryview.c
8051                 treat sent boxes as special and allow sorting them by addressee
8052                 (closes "[ 589418 ] Sent folder sorting misbehavior"
8053                 submitted by Steve Lamb)
8054
8055 2002-08-24 [alfons]     0.8.1claws116
8056
8057         * src/matcher.c
8058                 fix memleak reported by Martin Kluge
8059                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
8060
8061 2002-08-24 [oliver]     0.8.1claws115
8062
8063         * src/prefs_toolbar.c
8064                 o code cleanup as suggested by Alfons
8065                 o memleak fix
8066
8067 2002-08-24 [alfons]     0.8.1claws114
8068
8069         * src/summaryview.c
8070                 o fix another memory leak reported by Martin Kluge
8071                   (see "[ 599568 ] Small Memory Leak")
8072                 o remove 'from' variable from 'summary_set_header()'; we can
8073                   do with just 'to' 
8074
8075 2002-08-24 [paul]       0.8.1claws113
8076
8077         * sync with 0.8.1cvs30
8078                 see ChangeLog 2002-08-23
8079
8080 2002-08-24 [alfons]     0.8.1claws112
8081
8082         * src/summaryview.c
8083                 remove unnecessary allocations for search bar fixing leaks
8084                 reported by Martin Kluge
8085                 (see "[ 599451 ] Further memory leaks?")
8086
8087 2002-08-24 [alfons]     0.8.1claws111
8088
8089         * src/main.c
8090                 make get_socket_name() public for crash.c
8091         * src/crash.c
8092                 o make report bug button work (goes to claws' 
8093                   bug tracker at sf.net)
8094                 o introduce function for doing important stuff just
8095                   before claws goes down
8096                 o clean up code 
8097
8098 2002-08-24 [alfons]     0.8.1claws110
8099
8100         * src/compose.c
8101                 move cursor to "To" entry when forwarding as attachment
8102                 (reported and solved by Steve Lamb, closes bug report
8103                 "[ 592880 ] Forward as attachment; cursor not in to")
8104
8105 2002-08-24 [colin]      0.8.1claws109
8106
8107         * src/mainwindow.c
8108                 fix quick search visibility after GUI (de)separations.
8109
8110 2002-08-23 [colin]      0.8.1claws108
8111
8112         * src/mainwindow.c
8113                 fix header pane visibility after folderview or
8114                 messageview (de)separation
8115
8116 2002-08-23 [paul]       0.8.1claws107
8117
8118         * src/mainwindow.[ch]
8119           src/toolbar.c
8120                 give full control of display or non-display 
8121                 of the Execute icon to Custom toolbar settings.
8122                 add new sensitivity condition to maninwindow.h: 
8123                 M_DELAY_EXEC
8124
8125         * ChangeLog
8126           ChangeLog.jp
8127           NEWS
8128                 more sync with 0.8.1cvs29
8129
8130 2002-08-23 [melvin]     0.8.1claws106
8131
8132         * src/alertpanel.c
8133                 Readded support for custom widget in alertpanel lost in last
8134                 sync.
8135
8136 2002-08-23 [paul]       0.8.1claws105
8137
8138         * sync with 0.8.1cvs29
8139                 see ChangeLog 2002-08-23
8140
8141 2002-08-23 [colin]      0.8.1claws104
8142
8143         * src/summaryview.c
8144                 Fix folder and search pixmaps exchanging positions
8145                 after theme or toolbar changes. Thank to Oliver for 
8146                 reporting this.
8147
8148 2002-08-23 [colin]      0.8.1claws103
8149
8150         * src/mainwindow.c
8151           src/messageview.[ch]
8152           src/noticeview.[ch]
8153           src/summaryview.c
8154                 Changed messageview_create() and noticeview_create()
8155                 to avoid the last gdk_warning
8156
8157 2002-08-22 [colin]      0.8.1claws102
8158
8159         * src/summaryview.c
8160                 Fix my new `Creating pixmap from xpm' warning
8161
8162 2002-08-22 [colin]      0.8.1claws101
8163
8164         * src/mainwindow.c
8165                 Fix some of the gdk warnings
8166
8167 2002-08-22 [colin]      0.8.1claws100
8168
8169         * src/Makefile.am
8170         * src/stock_pixmap.c
8171         * src/stock_pixmap.h
8172         * src/pixmaps/quicksearch.xpm *ADDED*
8173                 Add the quicksearch pixmap
8174         * src/mainwindow.c
8175         * src/summaryview.c
8176         * src/summaryview.h
8177                 Make quicksearch bar visible/hidden via a button
8178
8179 2002-08-22 [christoph]  0.8.1claws99
8180
8181         * src/folder.c
8182                 fix folder update for newsgroups with message
8183                 numbers below minimum number of articles to fetch
8184                 (closes bug #598445)
8185
8186 2002-08-22 [paul]       0.8.1claws98
8187
8188         * sync with 0.8.1cvs28
8189                 see ChangeLog 2002-08-22
8190
8191 2002-08-21 [alfons]     0.8.1claws97
8192
8193         * src/crash.c
8194                 use bt instead of bt full which seems to work 
8195                 better, and bt full doesn't give a great deal 
8196                 of information anyway
8197
8198 2002-08-21 [colin]      0.8.1claws96
8199
8200         * src/summaryview.c
8201                 fix summaryview_searchtype_changed prototype
8202
8203 2002-08-21 [christoph]  0.8.1claws95
8204
8205         * src/mainwindow.c
8206                 o fix broken menu update for sorting type, we have to
8207                   get this info from the summaryview now
8208                 o removed setting of threaded state in menu callback
8209         * src/summaryview.[ch]
8210                 more summaryview/folderitem seperation for
8211                 threading option
8212         * configure.in
8213                 removed not required --with-compiler-flags option
8214
8215 2002-08-21 [oliver]     0.8.1claws94
8216         
8217         * src/toolbar.h 
8218                 o rename toolbar.xml to toolbar_main.xml
8219                   since toolbar_compose.xml might come up 
8220                   any time soon
8221         * README.claws
8222                 add custom toolbar              
8223
8224 2002-08-21 [darko]      0.8.1claws93
8225
8226         * src/procmsg.c
8227                 don't reset tmp flags for messages copied
8228                 to sent folder
8229
8230 2002-08-21 [colin]      0.8.1claws92
8231         
8232         * src/prefs_filtering.c
8233                 fix renaming rules on folder rename 
8234                 when folder is not a leaf folder
8235
8236 2002-08-21 [paul]       0.8.1claws91
8237
8238         * src/prefs_folder_item.c
8239                 fix alignment of colour selector
8240
8241 2002-08-21 [paul]       0.8.1claws90
8242
8243         * sync with 0.8.1cvs27
8244                 see ChangeLog 2002-08-21
8245
8246 2002-08-21 [paul]       0.8.1claws89
8247
8248         * src/summaryview.c
8249                 fix crash when changing field type in
8250                 Quick search bar
8251
8252 2002-08-21 [colin]      0.8.1claws88
8253
8254         * src/summaryview.c
8255                 Made quick search case-insensitive
8256
8257 2002-08-21 [paul]       0.8.1claws87
8258
8259         * sync with 0.8.1cvs26
8260                 see ChangeLog 2002-08-21
8261
8262 2002-08-20 [christoph]  0.8.1claws86
8263
8264         * src/folderview.c
8265         * src/main.c
8266         * src/summaryview.[ch]
8267                 more summaryview/folderitem seperation for
8268                 sort_key and sort_type
8269         * src/procmsg.c
8270                 added missing return statement
8271
8272 2002-08-20 [colin]      0.8.1claws85
8273
8274         * src/summaryview.[ch]
8275                 Added a quick search box
8276         * src/mainwindow.c
8277         * src/prefs_common.[ch]
8278                 Added a show/hide option for the quick search
8279
8280 2002-08-20 [oliver]     0.8.1claws84
8281         
8282         * src/mainwindow.c
8283                 remove toolbar_create_popups
8284         * src/toolbar.[ch]
8285                 o remove toolbar_create_popups
8286                 o fix toolbar_set_sensitive 
8287                   (Bug reports #596834 and #596832)     
8288         * src/prefs_toolbar.c
8289                 o add "Set default" button
8290                 o align label and text + combo widgets
8291
8292 2002-08-20 [hoa]        0.8.1claws83bis
8293
8294         * src/imap.c
8295                 fixed a bug in imap_fetch_msginfo() in case there is no
8296                 current folder.
8297
8298 2002-08-20 [darko]      0.8.1claws83
8299
8300         * src/folderview.c
8301                 copy the color style of folder view so it
8302                 works with GTK themes
8303
8304 2002-08-20 [darko]      0.8.1claws82
8305
8306         * src/folder.h
8307         * src/folderview.c
8308         * src/prefs_folder_item.[hc]
8309                 don't use UI stuff in folder.h
8310
8311 2002-08-20 [darko]      0.8.1claws81
8312
8313         * src/folder.h
8314         * src/prefs_folder_item.h
8315         * src/folderview.c
8316         * src/prefs_folder_item.c
8317                 ability to set folder color in folderview
8318
8319 2002-08-19 [alfons]     0.8.1claws80
8320
8321         * src/summaryview.c
8322                 fix one of the earlier memleaks reported by Martin Kluge
8323
8324 2002-08-19 [alfons]     0.8.1claws79
8325
8326         * src/mainwindow.c
8327                 hide notice view when selecting seperate folder
8328                 view (reported by Urke MMI)
8329
8330 2002-08-19 [christoph]  0.8.1claws78
8331
8332         * src/folderview.c
8333         * src/prefs_folder_item.h
8334         * src/summaryview.[ch]
8335                 o add summary_set_prefs_from_folderitem to set
8336                   summaryview prefs (first step to remove all
8337                   references to the folderitem in summaryview)
8338                 o moved compiled regex stuff from folderitem prefs
8339                   to summaryview code
8340
8341 2002-08-19 [paul]       0.8.1claws77
8342
8343         * src/compose.c
8344                 add check for '.' to QUOTE_IF_REQUIRED
8345
8346 2002-08-19 [paul]       0.8.1claws76
8347
8348         * src/inc.c
8349                 sync with 0.8.1cvs25 (plug memory leak)
8350
8351         * src/prefs_toolbar.c
8352                 re-order prefs_toolbar_cancel()
8353
8354 2002-08-18 [alfons]     0.8.1claws75
8355
8356         * src/inc.c
8357         * src/matcher.c
8358                 plug other memleaks reported by Martin Kluge
8359
8360 2002-08-18 [paul]       0.8.1claws74
8361
8362         * po/pt_BR.po
8363                 updated by Fabio Jr. Beneditto
8364
8365 2002-08-18 [paul]       0.8.1claws73
8366
8367         * src/toolbar.[ch]
8368                 fix bug where tooltips were displayed untranslated              
8369
8370         * src/prefs_toolbar.c
8371                 fix bug where clicking 'Cancel' creates an icon & text
8372                 toolbar regardless of prefs
8373         
8374
8375 2002-08-17 [oliver]     0.8.1claws72
8376
8377         * src/prefs_toolbar.c
8378                 update toolbar on CANCEL
8379                 bug reported by Martin Kluge
8380         * src/toolbar.c
8381                 toolbar_destroy memleak fixed           
8382
8383 2002-08-17 [alfons]     0.8.1claws71
8384
8385         * src/toolbar.c
8386                 plug another memleak reported by Martin Kluge
8387
8388 2002-08-16 [alfons]     0.8.1claws70
8389
8390         * src/crash.c
8391                 use execvp() correctly (suggested by wwp; thanks!)
8392
8393 2002-08-16 [alfons]     0.8.1claws69
8394
8395         * src/gtksctree.c
8396                 plug memory leak reported by Kim Schultz & Martin Kluge
8397
8398 2002-08-16 [paul]       0.8.1claws68
8399
8400         * po/es.po
8401                 updated by Ricardo Mones Lastra
8402
8403 2002-08-16 [paul]       0.8.1claws67
8404
8405         * src/toolbar.h
8406                 fix bug where 'Compose News' icon showed wrong
8407                 tooltip
8408
8409 2002-08-16 [paul]       0.8.1claws66
8410
8411         * sync with 0.8.1cvs24
8412                 see ChangeLog 2002-08-16
8413
8414         * po/it.po
8415                 updated by Alessandro Maestri
8416
8417 2002-08-15 [paul]       0.8.1claws65
8418
8419         * po/sr.po
8420                 updated by Urke MMI
8421
8422 2002-08-15 [paul]       0.8.1claws64
8423
8424         * src/*.c
8425                 don't translate debug info
8426
8427         * src/matcher.[ch]
8428                 add copyright info
8429
8430 2002-08-15 [paul]       0.8.1claws63
8431
8432         * src/prefs_toolbar.c
8433                 fix bug where clicking 'OK' creates an icon & text
8434                 toolbar regardless of prefs
8435
8436 2002-08-14 [alfons]     0.8.1claws62
8437
8438         * src/main.c
8439                 add global var that has the full argv[0]
8440         * src/crash.c
8441                 o execvp the correct sylpheed by using argv0
8442                   and setting the correct work dir
8443                 o other tweaks  
8444
8445 2002-08-14 [oliver]     0.8.1claws61
8446         
8447         * enable/disable Toolbar Action Buttons 
8448         * code cleanups
8449         * src/mainwindow.c
8450         * src/toolbar.[ch]      
8451         * src/prefs_toolbar.c   
8452
8453 2002-08-14 [melvin]     0.8.1claws60
8454
8455         * po/fr.po
8456                 Updated French translations
8457
8458 2002-08-14 [melvin]     0.8.1claws59
8459
8460         * src/crash.c
8461                 Made bug report not translatable
8462         * src/exporthtml.c
8463                 Fixed exporthtml_build_filespec() return value
8464         * src/foldersel.c
8465                 Fixed incorrect include file
8466         * src/gtkspell.c
8467         * src/prefs_actions.c
8468         * src/prefs_toolbar.c
8469                 Made debug info not translatable
8470         * src/mutt.c
8471         * src/quote_fmt.c
8472                 Added missing includes
8473         * src/prefs_common.c
8474                 Fixed typo
8475
8476 2002-08-14 [paul]       0.8.1claws58
8477
8478         * faq/es/sylpheed-faq.html
8479           faq/es/sylpheed-faq-[1-3].html
8480           faq/es/sylpheed-faq-4.html     **NEW FILE **
8481                 update Spanish FAQ
8482
8483 2002-08-13 [christoph]  0.8.1claws57
8484
8485         * src/procmsg.c
8486                 ignore thread fix that did not mark all
8487                 child nodes of a ignored thread as
8488                 ignored. Does not work perfectly yet,
8489                 but it is better now
8490
8491 2002-08-13 [alfons]     0.8.1claws56
8492
8493         * src/crash.c
8494                 o implement 'save crash log'
8495                 o some tweaks
8496
8497 2002-08-13 [melvin]     0.8.1claws55
8498
8499         * src/main.c
8500                 removed unrequired "execinfo.h" header
8501
8502 2002-08-12 [paul]       0.8.1claws54
8503
8504         * faq/en/sylpheed-faq.html
8505           faq/en/sylpheed-faq-[1-3].html
8506           faq/en/sylpheed-faq-4.html     **NEW FILE **
8507                 update English FAQ
8508
8509 2002-08-12 [alfons]     0.8.1claws53
8510
8511         * po/POTFILES.in
8512                 add crash.c to translatables
8513         * src/crash.c
8514                 bring in Leandro's crash dialog
8515
8516 2002-08-11 [alfons]     0.8.1claws52
8517
8518         * src/crash.c
8519                 clean up some warnings
8520
8521 2002-08-11 [alfons]     0.8.1claws51
8522
8523         * acconfig.h
8524         * configure.in
8525         * src/crash.[ch]        ** NEW FILES **
8526         * src/main.c            
8527                 initial gdb crash handler
8528
8529 2002-08-11 [paul]       0.8.1claws50
8530
8531         * src/prefs_toolbar.c
8532                 replace Up/Down arrow pixmaps with text to be
8533                 consistent across icon themes
8534
8535 2002-08-11 [paul]       0.8.1claws49
8536
8537         * src/prefs_common.c
8538           src/prefs_toolbar.c
8539                 rename 'Pixmap' -> 'Icon'
8540
8541         * src/toolbar.[ch]
8542                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
8543
8544 2002-08-10 [paul]       0.8.1claws48
8545
8546         * src/prefs_toolbar.c
8547                 re-work the UI
8548
8549 2002-08-10 [paul]       0.8.1claws47
8550
8551         * src/main.c
8552                 don't write Processing progress to status bar
8553                 patch submitted by Alexander Evseev
8554
8555         * src/prefs_toolbar.c
8556                 re-position and resize window
8557                 make window assume correct size on first call
8558
8559 2002-08-10 [paul]       0.8.1claws46
8560
8561         * src/mainwindow.c
8562           src/prefs_toolbar.c
8563           src/toolbar.c
8564           src/toolbar.h
8565                 obey coding style
8566                 follow UI text conventions
8567
8568 2002-08-10 [alfons]     0.8.1claws45
8569
8570         * src/toolbar.c
8571                 correct pixmap for delete action
8572
8573 2002-08-10 [paul]       0.8.1claws44
8574
8575         * po/pt_BR.po
8576                 updated by Fabio Jr. Beneditto
8577
8578 2002-08-10 [paul]       0.8.1claws43
8579
8580         * po/POTFILES.in
8581                 add custom toolbar files
8582
8583 2002-08-10 [paul]       0.8.1claws42
8584
8585         * sync with 0.8.1cvs22
8586                 see ChangeLog 2002-08-09
8587
8588 2002-08-09 [paul]       0.8.1claws41
8589
8590         * tools/Makefile.am
8591           tools/README
8592           tools/outlook2sylpheed.pl     ** NEW FILE **
8593                 add script to convert exported Outlook
8594                 contacts list to a Sylpheed addressbook.
8595                 Submitted by Ricardo Mones Lastra.
8596
8597 2002-08-09 [paul]       0.8.1claws40
8598
8599         * AUTHORS
8600           configure.in
8601           po/sr.po      ** NEW FILE **
8602                 add Serbian message catalog. Submitted by
8603                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
8604
8605 2002-08-09 [paul]       0.8.1claws39
8606
8607         * sync with 0.8.1cvs21
8608                 see ChangeLog 2002-08-08
8609
8610 2002-08-08 [oliver]     0.8.1claws38
8611
8612         * src/mainwindow.c
8613                 move Custom Toolbar to Configuration menu
8614
8615 2002-08-08 [oliver]     0.8.1claws37
8616
8617         * src/prefs_toolbar.c
8618                 fix substitute pixmap bug
8619
8620 2002-08-08 [paul]       0.8.1claws36
8621
8622         * sync with 0.8.1cvs19
8623                 see ChangeLog 2002-08-08
8624
8625 2002-08-07 [christoph]  0.8.1claws35
8626
8627         * src/utils.c
8628                 fixed a memory leak in new canonicalize_file_replace
8629
8630 2002-08-07 [christoph]  0.8.1claws34
8631
8632         * src/utils.[ch]
8633                 o canonicalize_file_replace should create the temporary
8634                   file in the same directory as the original file.
8635                 o added get_tmpfile_in_dir that creates a temorary file
8636                   in a specified directory.
8637
8638 2002-08-07 [melvin]     0.8.1claws33
8639
8640         * src/toolbar.c
8641                 fixed bug where 'Article' button acted as 'Email' button.
8642
8643 2002-08-07 [paul]       0.8.1claws32
8644
8645         * sync with 0.8.1.cvs17
8646                 see ChangeLog 2002-08-07
8647
8648 2002-08-07 [colin]      0.8.1claws31
8649         
8650         * src/news.c
8651                 fix mass-cancel problem
8652
8653 2002-08-07 [thorsten]   0.8.1claws30
8654
8655         * src/prefs_toolbar.c
8656                 fix: crash on replace or add new button
8657         * src/toolbar.c
8658                 fix: close xmlfile after reading
8659         * src/utils.c
8660                 fix: unlink() file before rename()
8661
8662 2002-08-06 [paul]       0.8.1claws29
8663
8664         * sync with 0.8.cvs15
8665                 see ChangeLog 2002-08-06
8666
8667 2002-08-06 [oliver]     0.8.1claws28
8668
8669         * src/toolbar.c
8670         * src/prefs_toolbar.c
8671                 fixed empty toolbar issue
8672
8673 2002-08-06 [oliver]     0.8.1claws27
8674
8675         * Custom Toolbar Final 
8676         * src/folderview.c
8677         * src/inc.c
8678         * src/summaryview.c
8679                 o toolbar stuff now lives in src/toolbar.[ch]
8680                 o main_window_toolbar_* functions are renamed to
8681                   toolbar_* reflecting their new source file
8682         * src/mainwindow.[ch]
8683                 o remove toolbar stuff  
8684
8685 2002-08-06 [oliver]     0.8.1claws26
8686         
8687         * src/Makefile.am
8688         * src/prefs_toolbar.[ch]        **New File**
8689         * src/toolbar.[ch]              **New File**
8690                 o prefs_toolbar.[ch] custom toolbar frontend
8691                 o toolbar.[ch]       backend 
8692
8693 2002-08-06 [oliver]     0.8.1claws25
8694
8695         * src/prefs_actions.[ch]
8696                 o new exported function actions_execute
8697
8698 2002-08-06 [paul]       0.8.1claws24
8699
8700         * sync with 0.8.1cvs4
8701                 see ChangeLog 2002-08-06
8702
8703 2002-08-06 [paul]       0.8.1claws23
8704
8705         * sync with 0.8.1cvs13
8706                 see ChangeLog 2002-08-06
8707
8708 2002-08-06 [paul]       0.8.1claws22
8709
8710         * sync with 0.8.1cvs12
8711                 see ChangeLog 2002-08-05 and 2002-08-06
8712
8713 2002-08-06 [match]      0.8.1claws21
8714
8715         * src/addrclip.c
8716                 improvements to cut/copy/paste address
8717
8718 2002-08-05 [match]      0.8.1claws20
8719
8720         * src/addritem.[ch]
8721         * src/addrcache.c
8722         * src/addrbook.c
8723         * src/editaddress.c
8724         * src/addressbook.c
8725                 fixes to improve cut/copy/paste
8726
8727 2002-08-06 [melvin]     0.8.1claws19
8728
8729         * src/account.[ch]
8730                 account_find_all_from_address(): new function that returns the
8731                 list of all accounts that are matched in an address.
8732         * src/alertpanel.[ch]
8733                 alertpanel() now accepts a custom widget
8734                 alertpanel_with_widget(): new function that pops up a panel with
8735                 a custom widget in it 
8736         * src/gtkutils.[ch]
8737                 gtkut_account_menu_new(): new function that allows the selection
8738                 of an account from a list of accounts.
8739         * src/messageview.c
8740                 Extended Return Receipt notification to select the correct 
8741                 account and to make a security test on the Delivery-Notification
8742                 address which should be the same as the Return-Path.
8743
8744 2002-08-06 [thorsten]   0.8.1claws18
8745
8746         * src/mimeview.c
8747                 attach_all: save unnamed as "noname.%d",
8748                 dont free static dirname
8749
8750 2002-08-05 [alfons]     0.8.1claws17
8751
8752         * configure.in
8753                 detect XIM by trying to link rather than compile a XIM program
8754
8755 2002-08-05 [oliver]     0.8.1claws16
8756                 
8757         * src/stock_pixmap.[ch]
8758                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
8759                 o new func to retrieve pixmaps
8760
8761 2002-08-05 [paul]       0.8.1claws15
8762
8763         * sync with 0.8.1cvs10
8764                 see ChangeLog 2002-08-05
8765
8766 2002-08-04 [alfons]     0.8.1claws14
8767
8768         * src/textview.c
8769                 see if this plugs memleak
8770
8771 2002-08-04 [melvin]     0.8.1claws13
8772
8773         * src/gtkspell.c
8774                 fixed bug that could crash Sylpheed when highlighting
8775                 all misspelled words.
8776
8777 2002-08-03 [melvin]     0.8.1claws12
8778
8779         * src/prefs_actions.c
8780                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
8781         * src/messageview.c
8782                 fixed bug where the Return Receipt was sent to
8783                 Delivery-Notification-To address even if it was not present
8784
8785 2002-08-02 [alfons]     0.8.1claws11
8786
8787         * src/prefs_actions.c
8788                 o more check for NULLs
8789                 o put create_io_dialog() in right conditional block
8790
8791 2002-08-02 [paul]       0.8.1claws10
8792
8793         * po/es.po
8794                 updated by Ricardo Mones Lastra
8795
8796 2002-08-01 [christoph]  0.8.1claws9
8797
8798         * src/folder.c
8799                 don't free the cache of the opened
8800                 folder in the summaryview
8801         * src/summaryview.c
8802                 don't unset flags, if it is not required
8803
8804 2002-08-01 [paul]       0.8.1claws8
8805
8806         * sync with 0.8.1cvs8
8807                 see ChangeLog entry 2002-08-01
8808
8809 2002-08-01 [paul]       0.8.1claws7
8810
8811         * sync with 0.8.1cvs7
8812                 see ChangeLog 2002-07-31 and 2002-08-01
8813
8814 2002-07-31 [christoph]  0.8.1claws6
8815
8816         * src/mainwindow.c
8817                 forgot to update menu sensitivity
8818                 function for new menu entry
8819
8820 2002-07-31 [alfons]     0.8.1claws5
8821
8822         * src/main.c
8823                 check folder item and its path for NULL on
8824                 initial processing
8825
8826 2002-07-31 [christoph]  0.8.1claws4
8827
8828         * src/folder.c
8829                 check if folder_item_get_msginfo in
8830                 folder_item_remove_msg returned NULL
8831         * src/imap.c
8832                 better clear the uid cache in the
8833                 uid validity check function and delete
8834                 cached messages
8835
8836 2002-07-31 [paul]       0.8.1claws3
8837
8838         * man/sylpheed.1
8839                 add the '--attach' option and a few other
8840                 minor changes
8841
8842 2002-07-31 [paul]       0.8.1claws2
8843
8844         * sync with 0.8.1cvs5
8845                 see ChangeLog 2002-07-31
8846
8847 2002-07-31 [christoph]  0.8.1claws1
8848
8849         * src/folderview.[ch]
8850         * src/mainwindow.c
8851                 replace "Rescan all folders..." with
8852                 "Check all folders for new messages..."
8853
8854 2002-07-30 [paul]       0.8.1claws
8855
8856         * version 0.8.1claws released
8857
8858 2002-07-30 [paul]       0.8.0claws29
8859
8860         * tools/OOo2sylpheed.pl ** NEW FILE **
8861           tools/README
8862                 add script to enable sending documents as
8863                 attachments from OpenOffice.org
8864
8865 2002-07-30 [melvin]     0.8.0claws28
8866
8867         * src/prefs_actions.c
8868                 Made the actions' input/output dialog display
8869                 without delay.
8870
8871 2002-07-30 [christoph]  0.8.0claws27
8872
8873         * src/procmsg.c
8874                 check if folder_item_get_msginfo in
8875                 procmsg_save_to_outbox returned NULL
8876
8877 2002-07-30 [paul]       0.8.0claws26
8878
8879         * sync with 0.8.1cvs4
8880                 see ChangeLog 2002-07-29
8881
8882 2002-07-29 [thorsten]   0.8.0claws25
8883
8884         * README.claws
8885                 added selective download, delete on server
8886
8887 2002-07-29 [paul]       0.8.0claws24
8888
8889         * sync with 0.8.1cvs3
8890                 see ChangeLog 2002-07-29
8891
8892 2002-07-27 [christoph]  0.8.0claws23
8893
8894         * src/folder.c
8895                 add extra check if fetching the msginfo
8896                 returned NULL
8897
8898 2002-07-27 [paul]       0.8.0claws22
8899
8900         * sync with 0.8.1cvs2
8901                 see ChangeLog 2002-07-26
8902
8903 2002-07-27 [christoph]  0.8.0claws21
8904
8905         * src/imap.c
8906                 add another check if a valid msginfo
8907                 was returned
8908
8909 2002-07-26 [hoa]        0.8.0claws20
8910
8911         * src/folder.c
8912                 Fixed a condition in folder_item_destroy()
8913
8914         * src/imap.c
8915                 Fixed an error in IMAP protocol
8916
8917 2002-07-26 [alfons]     0.8.0claws19
8918
8919         * src/folder.c
8920                 ofcourse compare with identifier, not the path
8921
8922 2002-07-26 [alfons]     0.8.0claws18
8923
8924         * src/folder.c
8925                 use folder item identifier for saving / restoring
8926                 preferences because folder->path might not be unique
8927
8928 2002-07-26 [melvin]     0.8.0claws17
8929
8930         * src/logwindow.c
8931                 Fixed a crash introduced in 0.8.0claws5 when log is 
8932                 cut under 80 characters.
8933
8934 2002-07-26 [paul]       0.8.0claws16
8935
8936         * sync with 0.8.1cvs1
8937                 see ChangeLog 2002-07-26
8938
8939 2002-07-26 [christoph]  0.8.0claws15
8940
8941         * src/imap.[ch]
8942                 imap folder now remembers the last selected
8943                 folder and imap_fetch_msginfo skips selecting
8944                 the folder if it is already selected
8945
8946 2002-07-26 [christoph]  0.8.0claws14
8947
8948         * src/folder.c
8949         * src/folderview.c
8950         * src/imap.c
8951                 fix imap folder rescanning
8952
8953 2002-07-25 [christoph]  0.8.0claws13
8954
8955         * src/filter.c
8956         * src/folder.[ch]
8957         * src/folderview.c
8958         * src/imap.[ch]
8959         * src/mainwindow.c
8960         * src/mbox_folder.c
8961         * src/mh.c
8962         * src/news.c
8963                 implement imap uid cache and uid validity check
8964
8965 2002-07-25 [alfons]     0.8.0claws12
8966
8967         * src/summaryview.c
8968                 fix a brown paper bag bug, and also add some more
8969                 checks
8970
8971 2002-07-25 [christoph]  0.8.0claws11
8972
8973         * src/folder.c
8974                 don't mix copy, fetch_msginfo and remove
8975                 operations in folder item copy and move
8976                 operations
8977
8978 2002-07-25 [christoph]  0.8.0claws10
8979
8980         * src/folderview.c
8981         * src/mainwindow.c
8982         * src/prefs_folder_item.c
8983         * src/summaryview.[ch]
8984                 remove no longer required parameter update_cache from
8985                 summary_show
8986
8987 2002-07-25 [paul]       0.8.0claws9
8988
8989         * sync with 0.8.1
8990         
8991         * AUTHORS
8992                 a few corrections
8993
8994 2002-07-24 [alfons]     0.8.0claws8
8995
8996         * src/summaryview.c
8997                 sort correctly when using simplified subject line
8998                 (closes feature request "[ 585141 ] applying regexp to subject 
8999                 before sort" submitted by Alexandra Walford)
9000
9001 2002-07-24 [paul]       0.8.0claws7
9002
9003         * sync with 0.8.0cvs3
9004                 see ChangeLog 2002-07-24
9005
9006 2002-07-23 [christoph]  0.8.0claws6
9007
9008         * src/folder.c
9009         * src/folder.h
9010         * src/summaryview.c
9011         * src/summaryview.h
9012         * src/main.c
9013                 o separate processing and summaryview
9014                 o removed summary_write_cache from summaryview
9015                 o removed summaryview->killed_messages, because we don't have
9016                   to keep a list of killed messages anymore. New cache will
9017                   keep the hidden messages in cache anyway
9018         * src/folderview.c
9019         * src/inc.c
9020         * src/selective_download.c
9021                 o removed unnecessary summary_write_cache calls
9022         * src/procmsg.c
9023                 o don't set ignore thread flag in procmsg_get_thread_tree
9024                   if it is already set
9025         * src/mainwindow.c
9026         * src/statusbar.h
9027                 o moved STATUSBAR_PUSH/POP to statusbar.h because
9028                   they are used in different files
9029
9030 2002-07-23 [melvin]     0.8.0claws5
9031
9032         * src/addressbook.c
9033         * src/addrgather.c
9034         * src/editaddress.c
9035         * src/editgroup.c
9036         * src/editldap_basedn.c
9037         * src/importldif.c
9038         * src/prefs_common.c
9039                 Fixed few memory leak (gtk_editable_get_chars returns
9040                 an allocated string)
9041         * src/logwindow.c
9042                 Fixed few memory leak (gtk_editable_get_chars returns
9043                 an allocated string) and modified a little the log cutting
9044                 loop.
9045         * src/compose.c
9046                 Replaced a call to an obsolete function gtk_entry_get_text()
9047                 by gtk_editable_get_chars()
9048         * src/send.c
9049                 Removed a debug printf
9050
9051 2002-07-23 [christoph]  0.8.0claws4
9052
9053         * src/filesel.c
9054                 fix another g_dirname memory leak
9055
9056 2002-07-23 [christoph]  0.8.0claws3
9057
9058         * src/mh.c
9059                 fixed a memory leak in mh_fetch_msginfo
9060                 fixed crash when message header could not be
9061                 parsed
9062
9063 2002-07-23 [paul]       0.8.0claws2
9064
9065         * sync with 0.8.0cvs2
9066                 see ChangeLog 2002-07-23
9067
9068 2002-07-23 [paul]       0.8.0claws1
9069
9070         * sync with 0.8.0cvs1
9071                 see ChangeLog 2002-07-23
9072
9073 2002-07-23 [paul]       0.8.0claws
9074
9075         * release of 0.8.0claws
9076
9077 2002-07-23 [paul]       0.7.8claws99
9078
9079         * po/ru.po
9080                 new Russian translation, submitted by
9081                 Botalov Vyacheslav <botalov_v@upr.uralkaly.ru>
9082
9083 2002-07-22 [jens]       0.7.8claws98
9084
9085         * po/de.po
9086                 Updated German translations.
9087
9088 2002-07-22 [paul]       0.7.8claws97
9089
9090         * po/es.po
9091           po/it.po
9092           po/nl.po
9093           po/pt_BR.po
9094                 updated translations by Ricardo Mones Lastra,
9095                 Alessandro Maestri, Wilbert Berendsen and 
9096                 Fabio Jr. Beneditto respectively
9097
9098 2002-07-22 [christoph]  0.7.8claws96
9099
9100         * src/mimeview.c
9101                 fix memory leak caused by wrong g_dirname usage
9102
9103 2002-07-22 [christoph]  0.7.8claws95
9104
9105         * src/summaryview.c
9106                 update new and unread message counts for summaryview
9107                 summaryview does not get it from the folder anymore
9108                 and has to update the values itself
9109
9110 2002-07-22 [melvin]     0.7.8claws94
9111
9112         * po/fr.po
9113                 Updated French translations.
9114
9115 2002-07-22 [christoph]  0.7.8claws93
9116
9117         * src/matcher.c
9118                 set prop->preg pointer to NULL or following check
9119                 will not fail and regexec will be called with
9120                 invalid pointer
9121
9122 2002-07-21 [alfons]     0.7.8claws92
9123         
9124         * src/prefs_common.[ch]
9125                 remove option "Send return receipt on request"
9126
9127 2002-07-21 [thorsten]   0.7.8claws91
9128
9129         * src/mimeview.c
9130                 fixed memleaks, coding style as pointed out by alfons
9131
9132 2002-07-21 [alfons]     0.7.8claws90
9133
9134         * src/messageview.c
9135         * src/noticeview.[ch]
9136                 o fix bug notice view being displayed when going to empty folder 
9137                   (noticed by Christoph)
9138                 o allow RRR to be sent when restarting sylpheed, or changing folder 
9139                   (noticed by Thorsten)
9140
9141 2002-07-21 [thorsten]   0.7.8claws89
9142
9143         * src/mimeview.c
9144                 Included save_all patch from Xaview FACQ
9145                 added support for pathnames
9146
9147 2002-07-21 [alfons]     0.7.8claws88
9148
9149         * po/POTFILES.in
9150         * src/Makefile.am
9151         * src/mainwindow.c
9152         * src/messageview.[ch]
9153         * src/noticeview.c      ** NEW FILE **
9154         * src/noticeview.h      ** NEW FILE **
9155                 make return receipts work again
9156                 (UI idea by Leandro Pereira)
9157
9158 2002-07-21 [paul]       0.7.8claws87
9159
9160         * src/summaryview.c
9161                 fix sensitivity of 'Select thread'
9162
9163 2002-07-21 [paul]       0.7.8claws86
9164
9165         * src/prefs_common.c
9166                 add browser command line for Galeon
9167
9168 2002-07-21 [paul]       0.7.8claws85
9169
9170         * Makefile.am
9171                 fix 'EXTRA_DIST': remove README.README, add TODO
9172                 and TODO.claws
9173
9174 2002-07-21 [alfons]     0.7.8claws84
9175
9176         * src/gtkstext.c
9177                 make enter clear selection
9178                 (closes "[ 579888 ] Editor selection/entry error"
9179                 reported by Steve Lamb)
9180
9181 2002-07-21 [alfons]     0.7.8claws83
9182         
9183         * src/summaryview.c
9184                 sort message list when selecting unthread messages
9185                 (closes "[ 501593 ] switching threaded view doesn't sort"
9186                 reported by Simon Schubert)
9187
9188 2002-07-20 [alfons]     0.7.8claws82
9189         
9190         * src/matcher.c
9191                 const-correctness
9192
9193 2002-07-20 [thorsten]   0.7.8claws81
9194
9195         * src/matcher.c
9196                 Fixed expansion of empty fields in matchactions
9197
9198 2002-07-19 [melvin]     0.7.8claws80
9199
9200         * src/gtkspell.c
9201                 Removed a duplicate menu entry (fast mode) introduced during
9202                 the new cache merge
9203                 Added a menu separator between 'Use alternate' and 'Fast mode'
9204
9205 2002-07-19 [paul]       0.7.8claws79
9206
9207         * tools/Makefile.am
9208           tools/README
9209                 correct typos
9210
9211 2002-07-19 [thorsten]   0.7.8claws78
9212
9213         * tools/calypso_convert.pl      ** NEW FILE **
9214           tools/README
9215           tools/Makefile.am
9216                 script to import mbox files exported
9217                 by calypso
9218                 o generates folder structure
9219                 o includes attachments
9220
9221 2002-07-19 [melvin]     0.7.8claws77
9222
9223         * src/selective_download.[ch]
9224                 Fixed bug where closing the dialog with the window manager's
9225                 close button will not unlock the summary
9226                 Corrected some function declarations that missed a return value
9227                 Made the source code comply better with coding style.
9228         * src/prefs_common.c
9229                 Added new browser command line for Mozilla.
9230
9231 2002-07-18 [paul]       0.7.8claws76
9232
9233         * src/mainwindow.c
9234           src/selective_download.[ch]
9235                 reflect theme changes, fix Gdk Warning when creating 
9236                 pixmap from NULL window, and minor clean up.
9237                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9238
9239         * po/en_GB.po
9240                 updated
9241
9242 2002-07-17 [paul]       0.7.8claws75
9243
9244         * INSTALL[.jp]
9245                 sync with 0.8.0
9246         
9247         * po/en_GB.po
9248                 updated
9249
9250 2002-07-16 [paul]       0.7.8claws74
9251
9252         * tools/filter_conv.pl
9253           tools/README
9254                 replace conversion script with reimplemented version, 
9255                 submitted by Torsten Schoenfeld <kaffeetisch@web.de>
9256
9257 2002-07-16 [colin]      0.7.8claws73
9258
9259         * src/summaryview.c
9260                 remove forgotten debug messages - sorry ;-)
9261
9262 2002-07-16 [colin]      0.7.8claws72
9263
9264         * src/mimeview.c
9265           src/summaryview.c
9266           src/textview.c
9267           src/textview.h
9268                 add the ability to select part of a text mime-part 
9269                 to reply.
9270
9271 2002-07-15 [christoph]  0.7.8claws71
9272
9273         * src/folder.c
9274                 fix folder message count for folders without
9275                 msg_is_changed (includes news folders)
9276
9277 2002-07-15 [martin]     0.7.8claws70
9278
9279         * src/summaryview.c
9280                 option "display recipient on 'From'..." now works
9281                 without the need of enabling the option
9282                 "display  sender  using  address  book".
9283
9284 2002-07-15 [christoph]  0.7.8claws69
9285
9286         * src/summaryview.c
9287                 removed setting folder status from summaryview.
9288                 folder.c should update all message counts correctly.
9289
9290 2002-07-15 [paul]       0.7.8claws68
9291
9292         * po/pt_BR.po
9293                 updated by Fabio Junior Beneditto
9294
9295 2002-07-15 [darko]      0.7.8claws67
9296
9297         * src/mh.c
9298                 Fixed target folder colorization, don't decrease op
9299                 number twice
9300
9301 2002-07-14 [paul]       0.7.8claws66
9302
9303         * sync with main 0.8.0
9304                 see ChangeLog 2002-07-14
9305
9306 2002-07-13 [melvin]     0.7.8claws65
9307         
9308         * src/addrbook.c
9309         * src/addressbook.c
9310         * src/addrindex.c
9311                 Replaced sprintf by g_snprintf to prevent possible buffer
9312                 overflow.
9313         * src/news.c
9314                 Corrected a log message output format.
9315                 Added a missing "done" debug output.
9316         * src/compose.c
9317                 Added keyboard accelerator for Priority menu items
9318                 Added missing \n in debug output
9319         * src/logwindow.c
9320         * src/gtkspell.c
9321         * src/rfc2015.c
9322                 Added missing \n in debug output
9323
9324 2002-07-13 [paul]       0.7.8claws64
9325
9326         * man/sylpheed.1
9327                 change Sergey's email address to the sf address
9328
9329         * src/textview.c
9330                 increase show_url_timeout (more useful for long
9331                 urls)
9332
9333 2002-07-12 [sergey]     0.7.8claws63
9334
9335         * src/rfc2015.c
9336                 applied (with some modifications) patch to set the
9337                 micalg parameter for signatures
9338                 (2001-08-28 Werner Koch <wk@gnupg.org>)
9339
9340 2002-07-12 [sergey]     0.7.8claws62
9341
9342         * man/Makefile.am
9343         * configure.in
9344                 fixed man page installation
9345
9346 2002-07-12 [paul]       0.7.8claws61
9347
9348         * sync with 0.7.8cvs26
9349                 see ChangeLog 2002-07-11 and 2002-07-12
9350
9351 2002-07-11 [christoph]  0.7.8claws60
9352
9353         * src/compose.c
9354         * src/procmsg.c
9355                 first use the message number to find the message
9356                 to mark with a reply flag but check the
9357                 message-id if we got the correct message, if not
9358                 try to find it by message-id.
9359                 use new string seperator that is not allowed
9360                 in message-ids.
9361
9362 2002-07-11 [paul]       0.7.8claws59
9363
9364         * sync with 0.7.8cvs23
9365                 see ChangeLog 2002-07-10
9366
9367 2002-07-10 [christoph]  0.7.8claws58
9368
9369         * src/folder.[ch]
9370         * src/msgcache.[ch]
9371                 Added message-id table to the cache in memory
9372                 and functions to msgcache.c and folder.c to
9373                 fetch MsgInfos by message id
9374         * src/compose.c
9375         * src/procmsg.c
9376                 store folder and message-id of message replying
9377                 to in queue header and set reply flag after sending
9378                 (Closes bug #469498)
9379
9380 2002-07-10 [paul]       0.7.8claws57
9381
9382         * AUTHORS
9383           man/sylpheed.1.gz
9384                 add Martin to the list of authors
9385
9386 2002-07-09 [martin]     0.7.8claws56
9387         * src/gtksctree.c
9388                 Added gtk_ctree_last_visible(), tree_update_level(),
9389                 gtk_ctree_link(), gtk_ctree_unlink(), real_sort_list(),
9390                 tree_sort(), gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9391                 from gtk+ to gtksctree.c for the new sorting code
9392                 Renamed gtk_ctree_sort_recusive() to gtk_sctree_sort_recursive
9393                 Renamed gtk_ctree_sort_node() to gtk_sctree_sort_node
9394         * src/gtksctree.h
9395                 Added declaration for gtk_sctree_sort_recursive() and
9396                 gtk_sctree_sort_node
9397         * src/addressbook.c
9398         * src/foldersel.c
9399         * src/folderview.c
9400         * src/summaryview.c
9401                 changed calls from gtk_ctree_sort_recursive() and gtk_ctree_sort_node()
9402                 to gtk_sctree_sort_recursive() and gtk_sctree_sort_node()
9403
9404 2002-07-08 [paul]       0.7.8claws55
9405
9406         * more sync with 0.7.8cvs21
9407                 see ChangeLog 2002-07-08
9408
9409 2002-07-08 [paul]       0.7.8claws54
9410
9411         * sync with 0.7.8cvs21
9412                 see ChangeLog 2002-07-08
9413
9414 2002-07-07 [alfons]     0.7.8claws53
9415
9416         * src/Makefile.am
9417         * src/stock_pixmap.[ch]
9418         * src/pixmaps/notice_warn.xpm   ** NEW FILE **
9419         * src/pixmaps/notice_error.xpm  ** NEW FILE **
9420         * src/pixmaps/notice_note.xpm   ** NEW FILE **
9421                 add new pixmaps for upcoming notice pane
9422
9423 2002-07-06 [melvin]     0.7.8claws52
9424
9425         * src/gtkspell.[ch]
9426                 Made them a bit closer to Sylpheed's coding style.
9427                 Removed old code.
9428                 Removed possible memory leaks when some errors occurs.
9429
9430 2002-07-06 [melvin]     0.7.8claws51
9431
9432         * po/Makefile.in.in
9433                 Removed --no-location in xgettext command line to help
9434                 translators that use Emacs' po-mode
9435         * src/quote_fmt.c
9436                 Removed unnecessary comments that messed up sylpheed.pot
9437
9438 2002-07-06 [paul]       0.7.8claws50
9439
9440         * sync with 0.7.8cvs19
9441                 see ChangeLog 2002-07-05
9442
9443 2002-07-06 [christoph]  0.7.8claws49
9444
9445         * src/folder.c
9446         * src/mainwindow.c
9447                 fix folder_item_remove_all_msg and folderview
9448                 status for trash folders after emptying trash
9449
9450 2002-07-05 [paul]       0.7.8claws48
9451
9452         * sync with 0.7.8cvs16
9453                 see ChangeLog 2002-07-04 and 2002-07-05
9454
9455 2002-07-04 [paul]       0.7.8claws47
9456
9457         * sync with 0.7.8cvs14
9458                 see  ChangeLog 2002-07-04
9459
9460 2002-07-03 [alfons]     0.7.8claws46
9461
9462         * src/folder.c
9463                 dupe folder item's path because it's being reallocated
9464                 by new folder scanning code
9465
9466 2002-07-03 [christoph]  0.7.8claws45
9467
9468         * src/imap.c
9469                 better IMAP uid fetching using 'FETCH 1:* (UID)'
9470         * src/msgcache.c
9471                 add missing return in msgcache_write
9472
9473 2002-07-02 [thorsten]   0.7.8claws44
9474
9475         * src/jpilot.c
9476         * src/msgcache.c
9477         * src/rfc2015.c
9478                 use binary mode for file access
9479
9480 2002-07-02 [christoph]  0.7.8claws43
9481
9482         * major code cleanup (part 1)
9483         
9484                 - unused variables removed
9485                 - unused functions removed
9486                 - uninitialized variables checked
9487                 - missing return statements added
9488                 - missing function return types added
9489                 - added parentheses around assignment and
9490                   && in || when suggested by gcc
9491               
9492         * src/mh.c
9493         * src/folder.c
9494                 replaced direct calls to folder->scan_tree
9495                 with folder_scan_tree and restore folder
9496                 prefs in this function. The folder should
9497                 not have to deal with them.
9498                 ( Should now work for all folder types )
9499
9500 2002-07-02 [paul]       0.7.8claws42
9501
9502         * sync with 0.7.8cvs13
9503                 see ChangeLog 2002-07-01 and 2002-07-02
9504
9505 2002-07-01 [christoph]  0.7.8claws41
9506
9507         * src/summaryview.c
9508                 fix "goto next/prev unread message" with
9509                 ignored threads
9510
9511 2002-07-01 [paul]       0.7.8claws40
9512
9513         * po/es.po
9514                 updated by Ricardo Mones Lastra
9515
9516 2002-06-30 [match]      0.7.8claws39
9517
9518         * src/jpilot.c
9519                 applied variation of leonerd's patch (566661) to
9520                 allow multiple email addresses per JPilot entry.
9521                 addresses may be separated by space, comma, pipe,
9522                 semi-colon, new-line.
9523
9524 2002-06-30 [alfons]     0.7.8claws38
9525
9526         * src/procmsg.c
9527                 simple fix for putting older nodes before
9528                 newer nodes when threading by subject
9529
9530 2002-06-30 [christoph]  0.7.8claws37
9531
9532         * src/folder.c
9533         * src/folderview.c
9534         * src/mh.c
9535         * src/news.c
9536         * src/procmsg.c
9537                 fix broken folder tree rescaning
9538                 and don't use procmsg_get_mark_sum
9539                 anymore
9540
9541 2002-06-30 [christoph]  0.7.8claws36
9542
9543         * merge new cache branch
9544         * src/imap.c
9545                 fix new cache imap copy bug
9546         * src/folder.c
9547                 improved folder_item_scan
9548                 it should now always set the correct
9549                 new, unread and total message counts
9550
9551 2002-06-29 [paul]       0.7.8claws35
9552
9553         * configure.in
9554                 correct syntax error
9555
9556 2002-06-29 [paul]       0.7.8claws34
9557
9558         * configure.in
9559           Makefile.am
9560           man/Makefile.am       ** NEW FILE **
9561           man/sylpheed.1.gz     ** NEW FILE **
9562                 add Sylpheed man page
9563
9564 2002-06-29 [paul]       0.7.8claws33
9565
9566         * po/pt_BR.po
9567                 updated by Fabio Junior Beneditto
9568
9569 2002-06-28 [jens]       0.7.8claws32
9570
9571         * po/de.po
9572                 translation updated
9573
9574         * src/selective_download.c
9575                 removed gettext for space " "
9576
9577         * src/imap.c
9578                 removed wrong space
9579
9580 2002-06-28 [paul]       0.7.8claws31
9581
9582         * sync with 0.7.8cvs11
9583                 see ChangeLog 2002-06-28
9584
9585 2002-06-28 [paul]       0.7.8claws30
9586
9587         * sync with 0.7.8cvs10
9588                 see ChangeLog 2002-06-27 and 2002-06-28
9589
9590 2002-06-26 [paul]       0.7.8claws29
9591
9592         * src/addrgather.c
9593           src/selective_download.c
9594                 don't gettextise empty strings.
9595                 reserved by gettext. gettext("") returns 
9596                 the header entry with meta information, 
9597                 not the empty string
9598
9599         * po/en_GB.po
9600                 updated
9601
9602 2002-06-26 [paul]       0.7.8claws28
9603
9604         * sync with 0.7.8cvs7
9605                 see ChangeLog 2002-06-25
9606
9607         * src/prefs_common.c
9608                 ...and in the process, tweak the gui a little
9609
9610 2002-06-25 [alfons]     0.7.8claws27
9611         
9612         * configure.in
9613         * src/Makefile.am
9614                 fine tune ldap library detection
9615
9616 2002-06-25 [alfons]     0.7.8claws26
9617
9618         * src/compose.c
9619                 don't allow return receipts when composing a news article
9620
9621 2002-06-25 [paul]       0.7.8claws25
9622
9623         * Makefile.am
9624                 add '$(AMTAR)' to 'release' section to allow for
9625                 new and older autotools
9626
9627 2002-06-25 [paul]       0.7.8claws24
9628
9629         * src/summaryview.c
9630                 fix "No more unread messages" persistant pop-up
9631                 window bug
9632
9633 2002-06-25 [paul]       0.7.8claws23
9634
9635         * po/it.po
9636                 updated by Alessandro Maestri
9637
9638 2002-06-25 [paul]       0.7.8claws22
9639
9640         * sync with 0.7.8cvs6
9641                 see ChangeLog 2002-06-25
9642
9643 2002-06-24 [paul]       0.7.8claws21
9644
9645         * tools/update-po
9646                 add GPL copyright information
9647
9648 2002-06-24 [paul]       0.7.8claws20
9649
9650         * tools/Makefile.am
9651           tools/README
9652           tools/update-po       ** NEW FILE **
9653                 add script that eases the creation of *.po files
9654                 Submitted by Wilbert Berendsen <wilbert@oswf.org>
9655
9656 2002-06-23 [alfons]     0.7.8claws19
9657
9658         * src/messageview.c
9659                 make notification_convert_header obey const correctness
9660                 (next step will be fixing the broken return receipt)
9661
9662 2002-06-23 [paul]       0.7.8claws18
9663
9664         * src/messageview.c
9665                 fix bug introduced in last commit:
9666                 removed too much code in last commit - put back what's
9667                 needed
9668
9669 2002-06-23 [paul]       0.7.8claws17
9670
9671         * src/messageview.[ch]
9672                 remove code committed in error from locally patched
9673                 source
9674
9675 2002-06-23 [colin]      0.7.8claws16
9676
9677         * src/compose.[ch]
9678                 add compose_entry_select(), used to select the default_to
9679                 email address - hopefully avoiding people sending mails to
9680                 wrong recipients.
9681
9682 2002-06-22 [alfons]     0.7.8claws15
9683
9684         * AUTHORS
9685                 add Bram Metsch & Stanislav Karchebny
9686         * src/smtp.[ch]
9687         * src/prefs_account.[ch]
9688         * src/send.c
9689                 - apply and adapt Bram's patch which allows user to set SMTP AUTH 
9690                   options.  (see <http://sourceforge.net/tracker/index.php
9691                   ?func=detail&aid=566937&group_id=25528&atid=384600>);
9692
9693                 - merge Stanislav's fix to make SMTP AUTH work with qmail
9694                   (see <http://www.tmtm.org/cgi-bin/w3ml/msg.cgi?ml=sylpheed&id=14343>)
9695
9696 2002-06-22 [paul]       0.7.8claws14
9697
9698         * sync with 0.7.8cvs5
9699                 see ChangeLog 2002-06-19 and 2002-06-20
9700
9701 2002-06-22 [alfons]     0.7.8claws13
9702
9703         * src/selective_download.c
9704                 fix a stupid mistake I made
9705
9706 2002-06-22 [alfons]     0.7.8claws12
9707
9708         * src/selective_download.[ch]
9709                 fix another unnoticed leak; cleanup code
9710
9711 2002-06-21 [alfons]
9712
9713         * tools/Makefile.am
9714                 gpg-sign <-- gpg-sign-syl
9715
9716 2002-06-21 [alfons]     0.7.8claws11
9717
9718         * src/selective_download.c
9719         * src/selective_download.h
9720                 fix assorted mix of allocation errors (should solve
9721                 problem reported by Philippe Gramoullé, see:
9722                 http://sourceforge.net/mailarchive/forum.php?thread_id=828668&forum_id=2006)
9723
9724 2002-06-20 [melvin]     0.7.8claws10
9725
9726         * tools/gpg-sign *REMOVED*
9727           tools/gpg-sign-syl *ADDED*
9728                 Replaced the gpg clearsigning script with the version using
9729                 xterm instead of ssh-askpass and changed its name.
9730
9731         * README.claws
9732                 Updated actions example to reflect the renaming of the
9733                 gpg clearsigning script.
9734
9735 2002-06-19 [paul]       0.7.8claws9
9736
9737         * sync with 0.7.8claws9
9738                 see ChangeLog 2002-06-18 and 2002-06-19
9739
9740 2002-06-19 [paul]       0.7.8claws8
9741
9742         * sync with 0.7.8cvs1
9743                 see ChangeLog 2002-06-18
9744
9745 2002-06-18 [alfons]     0.7.8claws7
9746
9747         * src/mainwindow.h
9748                 add omitted prototype
9749
9750 2002-06-17 [paul]       0.7.8claws6
9751
9752         * src/mainwindow.c
9753                 fix hiding of exec_btn
9754
9755 2002-06-17 [paul]       0.7.8claws5
9756
9757         * src/pop.c
9758                 remove unneeded code: should_delete() 
9759                 and Pop3State::uidl_todelete_list
9760
9761 2002-06-17 [paul]       0.7.8claws4
9762
9763         * sync with 0.7.8
9764                 see ChangeLog 2002-06-11 and 2002-06-13
9765
9766 2002-06-16 [alfons]     0.7.8claws3
9767         
9768         * src/folder.c
9769                 make sure lock sort mode (claws specific) is
9770                 also persists after a tree rescan
9771
9772 2002-06-16 [alfons]     0.7.8claws2
9773
9774         * src/prefs_folder_item.c
9775         * src/folder.[ch]
9776                 fix persistence of folder sort mode (broken
9777                 by adapting Hiro's new folder persistence code)
9778
9779 2002-06-16 [alfons]     0.7.8claws1
9780
9781         * AUTHORS
9782         * src/logwindow.c
9783         * src/prefscommon.[ch]
9784                 control size of log text in log window; 
9785                 closes patch #569155 submitted by Mitko Haralanov.
9786
9787 2002-06-15 [paul]       0.7.8claws
9788
9789         * release of 0.7.8claws
9790
9791 2002-06-15 [paul]       0.7.7claws
9792
9793         * po/pt_BR.po
9794                 updated by Fabio Junior Beneditto
9795
9796 2002-06-14 [paul]       0.7.6claws49
9797
9798         * po/es.po
9799                 updated by Ricardo Mones Lastra
9800
9801 2002-06-14 [paul]       0.7.6claws48
9802
9803         * po/nl.po
9804                 updated translation by Wilbert Berendsen
9805
9806 2002-06-14 [melvin]     0.7.6claws47
9807
9808         * po/fr.po
9809                 Updated French translation
9810
9811 2002-06-13 [paul]       0.7.6claws46
9812
9813         * src/filesel.c
9814                 allow filename to be typed in, rather than just
9815                 selected by the mouse. Patch by Gustavo Noronha Silva.
9816
9817 2002-06-13 [alfons]     0.7.6claws45
9818
9819         * src/mainwindow.[ch]
9820                 more cleanups (removing unnecessary menu items Expand 
9821                 summary / message view)
9822
9823 2002-06-13 [melvin]     0.7.6claws44
9824
9825         * po/POTFILES.in
9826                 Added src/string_match.c
9827         * src/string_match.c
9828                 Fixed possible buffer overflow.
9829                 Corrected typo.
9830                 Added missing config.h header.
9831         * src/prefs_common.c
9832           src/prefs_matcher.c
9833           src/prefs_scoring.c
9834                 Made some strings translatable (missing _(..)).
9835
9836 2002-06-13 [melvin]     0.7.6claws43
9837
9838         * README.claws
9839                 Corrected action example (verifying clearsigned mail).
9840         * src/prefs_account.c
9841                 Corrected typo.
9842         * src/prefs_common.c
9843                 Removed incorrect line that generated a Gtk-CRITICAL msg.
9844
9845 2002-06-12 [alfons]     0.7.6claws42
9846
9847         * src/summaryview.c
9848                 add init of score column lost in 0.7.6claws42
9849
9850 2002-06-12 [paul]       0.7.6claws41
9851
9852         * src/prefs_account.c
9853                 CREATE_RADIO_BUTTONS(): fixed a typo and corrected the 
9854                 behavior of the radio buttons, (from 0.7.7cvs2)
9855
9856 2002-06-11 [alfons]     0.7.6claws40
9857
9858         * src/messageview.[ch]
9859         * src/summaryview.[ch]
9860         * src/summary_search.c
9861         * src/mainwindow.c
9862                 perform a sync to bring in Hiro's separate view implementation 
9863
9864                 (NOTE: may still be buggy; 0.7.6claws39 marked as LAST_STABLE)
9865
9866 2002-06-11 [paul]       0.7.6claws39
9867         
9868         * src/prefs_account.c
9869                 correct a typo on the Receive tab
9870
9871 2002-06-10 [match]      0.7.6claws38
9872
9873         * src/addressbook.c
9874                 Included address completion patch from Gustavo Noronha.
9875
9876 2002-06-10 [paul]       0.7.6claws37
9877
9878         * src/inc.[ch]
9879           src/pop.c
9880           src/prefs_account.[ch]
9881           src/selective_download.[ch]
9882                 apply PATCH #561712
9883                  NEW:
9884                 - check if POP Account
9885                 - Receive Button renamed to Preview
9886                 - Preview Button Popup: preview new/all messages
9887                 - Download Button
9888                 - Account Preferences-->Receive tab checkbutton if you
9889                   want to remove Mail after Download
9890                 -: default YES
9891                 - Account Preferences-->Receive tab checkbutton use
9892                   filtering rules on preview
9893                   (think of delete_on_server)
9894                 -: default YES
9895                 - Account selectable from SD dialog
9896                 - checkbutton to show already downloaded messages if
9897                   all messages are previewed
9898                 - new clist column showing Date
9899                 - ESC KEY close
9900                 FIXES:
9901                 - play ball with UIDL
9902                 - fault tolerant (?) 
9903                 Patch submitted by Oliver Haertel <oha@users.sourceforge.net>
9904
9905 2002-06-10 [melvin]     0.7.6claws36
9906
9907         * README.claws
9908                 Added a hint to ac/README in cvs instructions.
9909
9910         * src/prefs_actions.c
9911                 Made it possible to use a more elaborate command line
9912                 for asynchronous actions, too.
9913
9914 2002-06-10 [melvin]     0.7.6claws35
9915         
9916         * src/prefs_actions.c
9917                 Make it possible to use a more elaborate command line
9918                 (e.g. |foo|bar|cat>there;echo Done|)
9919                 Corrected error message when calling %f, %F and %p commands
9920                 from the compose window.
9921
9922 2002-06-09 [colin]      0.7.6claws34
9923
9924         * src/summaryview.c
9925                 Automatically find unread messages in current folder
9926                 before annoying the user.
9927
9928 2002-06-08 [alfons]     0.7.6claws33
9929
9930         * po/it.po
9931                 remove bad formatting string in it.po translation
9932                 (close "[ 548336 ] --debug segfaults!!! with it_IT@euro")
9933
9934 2002-06-08 [paul]       0.7.6claws32
9935
9936         * sync with 0.7.6cvs25
9937                 see ChangeLog 2002-06-07
9938
9939 2002-06-05 [paul]       0.7.6claws31
9940
9941         * src/mainwindow.c
9942                 add 'Sort by locked' and 'Sort by score'
9943
9944 2002-06-05 [paul]       0.7.6claws30
9945
9946         * sync with 0.7.6cvs24
9947                 see ChangeLog 2002-06-04
9948
9949 2002-06-04 [paul]       0.7.6claws29
9950
9951         * po/pt_BR.po
9952                 updated by Fabio Junior Beneditto
9953
9954 2002-06-03 [thorsten]   0.7.6claws28
9955
9956         * src/matcher.c
9957                 fclose() matcherrc after reading
9958
9959 2002-06-03 [paul]       0.7.6claws27
9960
9961         * sync with 0.7.6cvs21
9962                 see ChangeLog 2002-05-31
9963
9964 2002-05-31 [paul]       0.7.6claws26
9965
9966         * sync with 0.7.6cvs20
9967                 see ChangeLog 2002-05-29 and 2002-05-30
9968
9969 2002-05-31 [paul]       0.7.6claws25
9970
9971         * src/imap.c
9972                 hopefully fix last buggy sync
9973
9974         * README.claws
9975                 correct typo in 'Actions' examples
9976
9977 2002-05-29 [paul]       0.7.6claws24
9978
9979         * sync with 0.7.6cvs18
9980                 see ChangeLog 2002-05-28 and 2002-05-29
9981
9982         * src/news.c
9983           src/nntp.[ch]
9984                 sync with above 
9985
9986 2002-05-28 [paul]       0.7.6claws23
9987
9988         * sync with 0.7.6cvs16
9989                 see ChangeLog 2002-05-28
9990
9991 2002-05-27 [thorsten]   0.7.6claws22 
9992
9993         * faq/it/sylpheed-faq-1.html
9994           faq/it/sylpheed-faq-2.html
9995           faq/it/sylpheed-faq-3.html
9996           faq/it/sylpheed-faq.html
9997                 corrected DOS lineendings
9998         * faq/de/sylpheed-faq-1.html
9999           faq/de/sylpheed-faq-2.html
10000           faq/en/sylpheed-faq-1.html
10001           faq/en/sylpheed-faq-2.html
10002           faq/en/sylpheed-faq-3.html
10003           faq/es/sylpheed-faq-1.html
10004           faq/es/sylpheed-faq-2.html
10005           faq/es/sylpheed-faq-3.html
10006           faq/fr/sylpheed-faq-1.html
10007           faq/it/sylpheed-faq-1.html
10008           faq/it/sylpheed-faq-2.html
10009           faq/it/sylpheed-faq-3.html
10010           faq/it/sylpheed-faq.html
10011                 changed ">" to &quot;
10012
10013 2002-05-27 [paul]       0.7.6claws21
10014         
10015         * sync with 0.7.6cvs15
10016                 see ChangeLog 2002-05-27
10017
10018 2002-05-27 [paul]       0.7.6claws20
10019
10020         * src/prefs_account.c
10021                 correct a typo
10022
10023 2002-05-26 [paul]       0.7.6claws19
10024
10025         * tools/README
10026                 correct a typo
10027
10028 2002-05-25 [paul]       0.7.6claws18
10029
10030         * tools/README
10031                 add description of kmail2sylpheed.pl
10032
10033 2002-05-25 [paul]       0.7.6claws17
10034
10035         * tools/kmail2sylpheed.pl       ** NEW FILE **
10036                 perl script that converts an exported Kmail address
10037                 book, converts it to sylpheed addressbook file,
10038                 writes the file to .sylpheed, and updates
10039                 addrbook--index.xml 
10040
10041 2002-05-25 [paul]       0.7.6claws16
10042
10043         * sync with 0.7.6cvs14
10044                 see ChangeLog 2002-05-23
10045
10046 2002-05-24 [paul]       0.7.6claws15
10047
10048         * README.claws
10049                 make a correction and add some more info
10050
10051 2002-05-24 [paul]       0.7.6claws14
10052
10053         * src/compose.c
10054                 fix memory leak in 
10055                 compose_redirect_write_headers_from_headerlist()
10056                 add Subject and Resent-Message-ID to
10057                 compose_redirect_write_headers()
10058                 Received, Subject, and X-UIDL are filtered out in 
10059                 compose_redirect_write_to_file()
10060
10061 2002-05-23 [paul]       0.7.6claws13
10062
10063         * src/compose.[ch]
10064           src/filtering.c
10065           src/mainwindow.c
10066           src/matcher.[ch]
10067           src/matcher_parser_lex.l
10068           src/matcher_parser_parse.y
10069           src/prefs_common.[ch]
10070           src/prefs_filtering.c
10071           src/summaryview.c
10072                 rename 'Bounce' to 'Redirect'
10073
10074 2002-05-23 [paul]       0.7.6claws12
10075
10076         * more sync with 0.7.6cvs13
10077           src/compose.c
10078                 see ChangeLog 2002-05-22
10079
10080 2002-05-22 [paul]       0.7.6claws11
10081
10082         * sync with 0.7.6cvs13
10083           src/codeconv.c
10084                 see ChangeLog 2002-05-20
10085           src/prefs_common.c
10086                 see ChangeLog 2002-05-22
10087
10088 2002-05-21 [melvin]     0.7.6claws10
10089
10090         * src/folderview.c
10091                 Added missing filtering and scoring headers
10092                 Fixed bad function call that showed garbage 
10093                 in Folder->Processing
10094
10095 2002-05-21 [paul]       0.7.6claws9
10096
10097         * tools/Makefile.am
10098                 make all tools executable, (patch by Alfons).
10099
10100 2002-05-20 [alfons]     0.7.6claws8
10101
10102         * src/procheader.c
10103                 don't forget to call mktime() so we have a valid week 
10104                 and year day
10105                 (Bug report by Roger Sondermann <mail@jumaros.de>)
10106
10107 2002-05-20 [paul]       0.7.6claws7
10108
10109         * src/html.c
10110                 fix broken parsing of urls
10111         * src/textview.c
10112                 fix displaying of urls
10113
10114                 both fixes from the patch [547855] by Eugene 
10115                 Brevdo (zonem)
10116
10117 2002-05-19 [alfons]     0.7.6claws6
10118
10119         * configure.in
10120                 make sylpheed configure correctly with the latest
10121                 and greatest of automake / autoconf / gettext
10122
10123 2002-05-19 [alfons]     0.7.6claws5
10124
10125         * src/procheader.c
10126         * src/procheader.h
10127                 add function for returning ime zone offset
10128         * src/quote_fmt.c
10129         * src/quote_fmt_parse.y
10130                 better quotation formatting - does not convert
10131                 to local time, but uses the original date string.
10132                 
10133                 Note: %z inserts the timezone offset (should 
10134                 work also on platforms where strftime does not
10135                 support %z).
10136
10137 2002-05-18 [christoph]  0.7.6claws4
10138
10139         * src/summaryview.c
10140                 fix indentation of some code
10141         * tools/Makefile.am
10142                 fix spaces after \
10143         * src/Makefile.am
10144                 add missing \
10145                 correct path for ignorethread.xpm
10146                 incorrect filename for sylpheed_logo.xpm
10147                 add missing include matcher_parser_parse.h
10148
10149 2002-05-18 [paul]       0.7.6claws3
10150
10151         * sync with 0.7.6cvs8
10152                 see ChangeLog 2002-05-16 and 2002-05-17
10153
10154 2002-05-18 [melvin]     0.7.6claws2
10155
10156         * README.claws
10157                 Corrected an action's definition and fixed some misspellings.
10158
10159 2002-05-18 [paul]       0.7.6claws1
10160
10161         * tools/Makefile.am
10162           tools/gpg-sign        ** new file **
10163           tools/uudec           ** new file **
10164                 add Melvin's Actions scripts
10165
10166         * README.claws
10167                 add Melvin's descriptions for Actions
10168
10169 2002-05-18 [paul]       0.7.6claws
10170
10171         * Version 0.7.6claws released
10172
10173 2002-05-17 [paul]       0.7.5claws32
10174
10175         * po/es.po
10176                 updated by Ricardo Mones Lastra
10177
10178 2002-05-17 [paul]       0.7.5claws31
10179
10180         * src/compose.c
10181                 fix Account prefs default folder for sent/draft/deleted
10182                 messages bug
10183
10184         * po/it.po
10185           po/nl.po
10186                 updated translation by Alessandro Maestri and
10187                 Wilbert Berendsen
10188
10189 2002-05-17 [melvin]     0.7.5claws30
10190
10191         * src/prefs_actions.c
10192                 Fixed bug where using %F not at the end of the command 
10193                 resulted in an additional empty argument being created.
10194                 Thanks to Darko Koruga for reporting the bug.
10195
10196 2002-05-17 [melvin]     0.7.5claws29
10197
10198         * po/fr.po
10199                 Updated French translations.
10200
10201 2002-05-15 [paul]       0.7.5claws28
10202         
10203         * po/es.po
10204                 updated by Ricardo Mones Lastra
10205
10206 2002-05-15 [paul]       0.7.5claws27
10207
10208         * sync with 0.7.6cvs4
10209                 see ChangeLog 2002-05-14 and 2002-05-15
10210
10211 2002-05-14 [paul]       0.7.5claws26
10212
10213         * sync with 0.7.6cvs1
10214                 see ChangeLog 2002-05-13
10215
10216 2002-05-13 [thorsten]   0.7.5claws25
10217
10218         * src/messageview.c
10219                 fix select_all and copy in multipart messages
10220         * src/mainwindow.c
10221                 fix select_all and copy in multipart messages
10222
10223 2002-05-12 [paul]       0.7.5claws24
10224
10225         * src/summaryview.c
10226                 reverse last commit, bug already fixed in 0.7.5claws3
10227
10228 2002-05-12 [netztorte]  0.7.5claws23
10229
10230         * src/summaryview.c
10231                 dont parse empty addressbook (checked in before claws20)
10232
10233 2002-05-12 [melvin]     0.7.5claws22
10234
10235         * src/procmsg.[ch]
10236                 Removed unneeded priority code introduced by the previous 
10237                 commit.
10238
10239 2002-05-12 [melvin]     0.7.5claws21
10240
10241         * src/compose.[ch]
10242                 Added possibility to set message's priority.
10243         * src/procmsg.[ch]
10244                 Added possibility to set message's priority.
10245                 Added missing headers
10246
10247 2002-05-12 [melvin]     0.7.5claws20
10248
10249         * src/prefs_actions.c
10250                 Removed implicitely added quotes around the name
10251                 of the temporary files of mime parts.
10252
10253 2002-05-12 [paul]       0.7.5claws19
10254
10255         * sync with 0.7.5cvs20
10256                 see ChangeLog 2002-05-11
10257
10258 2002-05-12 [alfons]     0.7.5claws18
10259
10260         * src/quote_fmt_lex.l
10261         * src/quote_fmt_parse.y
10262                 allow quote / reply date & time format to be set using
10263                 %D{format}. format is a format string you'd pass to
10264                 strftime() (see man strftime, or the Display tab |
10265                 Date format setting).
10266
10267                 Currently %D converts the date to local time. 
10268
10269 2002-05-11 [paul]       0.7.5claws17
10270
10271         * sync with 0.7.5cvs19 (except src/prefs_folder_item.c)
10272                 see ChangeLog 2002-05-10 and 2002-05-11
10273
10274 2002-05-10 [paul]       0.7.5claws16
10275
10276         * sync with 0.7.5cvs16
10277                 see ChangeLog entries 2002-05-09 and 
10278                 2002-05-10
10279
10280 2002-05-10 [colin]      0.7.5claws15
10281
10282         * src/textview.c
10283                 Corrected a bug that prevented sylpheed to open
10284                 double-clicked URIs.
10285
10286 2002-05-09 [paul]       0.7.5claws14
10287
10288         * sync with 0.7.5cvs14
10289                 see ChangeLog 2002-05-08 and 2002-05-09
10290
10291 2002-05-08 [paul]       0.7.5claws13
10292
10293         * sync with 0.7.5cvs11
10294                 see ChangeLog entry 2002-05-08
10295
10296 2002-05-08 [paul]       0.7.5claws12
10297
10298         * src/mainwindow.c
10299           src/textview.[ch]
10300                 fix segfault on View->Open in new window
10301                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10302
10303 2002-05-07 [paul]       0.7.5claws11
10304
10305         * sync with 0.7.5cvs9
10306                 see ChangeLog entry 2002-05-07
10307
10308 2002-05-06 [paul]       0.7.5claws10
10309
10310         * src/messageview.c
10311           src/textview.c
10312                 display url in statusbar on single-click
10313                 patch submitted by Thorsten Maerz <torte@netztorte.de>
10314
10315 2002-05-06 [match]      0.7.5claws9
10316
10317         * src/addritem.[ch]
10318                 new functions.
10319         * src/addrcache.c
10320                 tidy up.
10321         * src/xmlprops.[ch]
10322                 XML implementation of properties file.
10323         * src/exporthtml.[ch]
10324         * src/expthtmldlg.[ch]
10325         * src/addressbook.c
10326                 export to HTML.
10327
10328 2002-05-02 [sergey]     0.7.5claws8
10329
10330         * src/mainwindow.c (mainwin_entries),
10331           src/prefs_common.c (prefs_send_create()),
10332           src/codeconv.c (locale_table):
10333                 use charset name "Windows-1251" instead of "CP1251".
10334
10335 2002-05-02 [colin]      0.7.5claws7
10336         
10337         * src/compose.c
10338           src/prefs_common.c
10339           src/prefs_folder_item.c
10340                 Fixed cosmetics bugs due to Outbox renamed to Sent.
10341
10342 2002-05-02 [hiro]       0.7.5claws6
10343
10344         * src/imap.c
10345                 sync the change for QUOTE_IF_REQUIRED() macro with 0.7.5cvs7.
10346
10347 2002-05-02 [paul]       0.7.5claws5
10348
10349         * src/compose.c
10350                 more sync with 0.7.5cvs7, see ChangeLog entry
10351                 2002-05-02
10352
10353 2002-05-02 [hiro]       0.7.5claws4
10354
10355         * src/compose.c
10356                 compose_queue_sub():
10357                 check if queue folder exists (closes #550397).
10358                 removed directory creation since it should be handled
10359                 transparently.
10360         * src/imap.c
10361                 imap_add_msg(): return UID for appended message
10362                 (closes #548842).
10363
10364 2002-04-30 [paul]       0.7.5claws3
10365
10366         * src/summaryview.c
10367                 fix account_find_from_address() bug
10368
10369 2002-04-28 [colin]      0.7.5claws2
10370
10371         * src/compose.c
10372           src/textview.c
10373           src/prefs_common.[ch]
10374           src/utils.[ch]
10375                 Added user-definable quotation characters recognition.
10376
10377 2002-04-28 [paul]       0.7.5claws1
10378
10379         * sync with 0.7.5cvs4
10380                 see ChangeLog entry  2002-04-25
10381
10382 2002-04-28 [paul]       0.7.5claws
10383
10384         * po/es.po
10385           po/nl.po
10386           po/pt_BR.po
10387                 updated by Ricardo Mones Lastra, Wilbert Berendsen, and
10388                 Fabio Junior Beneditto
10389
10390 2002-04-27 [jens]       0.7.4claws103
10391
10392         * po/de.po
10393                 updated German translation.
10394
10395 2002-04-27 [hiro]       0.7.4claws102
10396
10397         * src/summaryview.c
10398                 summary_write_cache(): fixed the mark loss of hidden messages.
10399
10400 2002-04-26 [melvin]     0.7.4claws101
10401
10402         * src/procmsg.c
10403                 fixed a second typo (same one)
10404         * po/fr.po
10405           po/it.po
10406           po/pt_BR.po
10407                 fixed the type again...
10408
10409 2002-04-26 [melvin]     0.7.4claws100
10410
10411         * src/procmsg.c
10412                 fixed a typo in an alert message ("temorary").
10413         * po/it.po
10414         * po/pt_BR.po
10415                 corrected the typo  described above.
10416         * po/fr.po
10417                 updated French translation.
10418
10419 2002-04-26 [darko]      0.7.4claws99
10420
10421         * src/summaryview.c
10422                 fix target folder colorization
10423
10424 2002-04-25 [paul]       0.7.4claws98
10425
10426         * po/it.po
10427                 updated by Alessandro Maestri
10428
10429 2002-04-24 [colin]      0.7.4claws97
10430         
10431         * src/compose.c
10432                 Fixed double "subject is empty" question.
10433
10434 2002-04-23 [colin]      0.7.4claws96
10435         
10436         * src/mimeview.c
10437                 Corrected issue when "automatically display images" was
10438                 not set : first image remained after selecting second.
10439
10440 2002-04-23 [melvin]     0.7.4claws95
10441
10442         * src/prefs_actions.c
10443                 Don't display in/out dialog if there is nothing to show.
10444
10445 2002-04-23 [paul]       0.7.4claws94
10446
10447         * sync with 0.7.5cvs3
10448                 bug fixes: see ChangeLog entry 2002-04-23
10449
10450 2002-04-22 [darko]      0.7.4claws93
10451
10452         * src/compose.c
10453                 fix previous check-in which changed code after
10454                 merge from main
10455
10456 2002-04-22 [paul]       0.7.4claws92
10457
10458         * faq/de/*
10459                 add German FAQ
10460         * faq/en/*
10461           faq/es/*
10462           faq/fr/*
10463                 update English, Spanish and French FAQs
10464         * manual/de/*
10465           manual/es/*
10466                 add German and Spanish manuals
10467         * manual/en/*
10468           manual/fr/*
10469                 update English and French manuals
10470
10471         * src/Makefile.am
10472                 add to and re-arrange the pixmap entries
10473
10474 2002-04-22 [darko]      0.7.4claws91
10475
10476         * src/compose.c
10477                 fix sender initials recognition to only allow
10478                 '>' after the initials
10479
10480 2002-04-21 [paul]       0.7.4claws90
10481
10482         * sync with 0.7.5 release
10483                 see ChangeLog entry 2002-04-21
10484
10485 2002-04-21 [alfons]
10486
10487         * src/Makefile.am
10488                 add colin's new pixmaps to EXTRA_DIST
10489
10490 2002-04-21 [colin]      0.7.4claws89
10491         * src/compose.c
10492         * src/inc.c
10493         * src/mainwindow.[ch]
10494         * src/prefs_common.[ch]
10495         * src/stock_pixmap.[ch]
10496                 Added "Work offline" ability.
10497
10498 2002-04-21 [colin]      0.7.4claws88
10499         
10500         * src/mimeview.c
10501         * src/prefs_common.c
10502         * src/prefs_common.h
10503         * src/textview.c : Added an option to common preferences -> display
10504           to allow user not to automatically display images.
10505
10506 2002-04-21 [paul]       0.7.4claws87
10507
10508         * sync with 0.7.4cvs52
10509                 see ChangeLog entry 2002-04-21 (src/imap.c)
10510
10511 2002-04-21 [paul]       0.7.4claws86
10512
10513         * sync with 0.7.4cvs51
10514                 see ChangeLog entry 2002-04-21
10515
10516 2002-04-21 [paul]       0.7.4claws85
10517
10518         * sync with 0.7.4cvs49
10519                 see ChangeLog entries 2002-04-20 and 2002-04-21
10520
10521         * src/Makefile.am
10522                 clean up: remove old 'stock_' element from xpm 
10523                 filenames.
10524
10525 2002-04-21 [alfons]     0.7.4claws84
10526
10527         apply sync patch from Paul
10528
10529         * src/folderview.c
10530                 use old claws prefs_folder_item_create() for now
10531
10532 2002-04-19 [match]      0.7.4claws83
10533
10534         * src/addressbook.[ch]
10535         * src/addrharvest.[ch]
10536         * src/addrgather.[ch]
10537                 recurse folders.
10538         * src/mainwindow.c
10539         * src/summaryview.[ch]
10540                 change menu option.
10541
10542 2002-04-19 [paul]       0.7.4claws82
10543
10544         * po/pt_BR.po
10545                 updated by Fabio Junior Beneditto
10546
10547 2002-04-14 [alfons]     0.7.4claws81
10548
10549         * src/passphrase.c
10550                 add #include <sys/types.h> for mode_t and off_t 
10551
10552 2002-04-13 [paul]       0.7.4claws80
10553         
10554         * src/main.c
10555           src/passphrase.[ch]
10556           src/pgptext.c
10557           src/prefs_common.[ch]
10558           src/rfc2015.c
10559                 enable storing of GnuPG passphrase for the whole 
10560                 session or a user-defined number of minutes. patch 
10561                 submitted by Ravemax <ravemax@dextrose.com>
10562
10563 2002-04-13 [alfons]     0.7.4claws79
10564
10565         * src/textview.c
10566                 make email parser also stop scanning when encountering separators
10567                 ',' and ';' (reported by Fabien Vantard <fvantard@opsion.fr>)
10568
10569 2002-04-13 [paul]       0.7.4claws78
10570
10571         * sync with 0.7.4cvs39
10572                 see ChangeLog entry 2002-04-12
10573
10574 2002-04-11 [paul]       0.7.4claws77
10575
10576         * sync with 0.7.4cvs37
10577                 see ChangeLog entry 2002-04-11
10578
10579 2002-04-11 [paul]       0.7.4claws76
10580
10581         * COPYING 
10582                 re-licensed (removal of "NO-VIRUS CLAUSE" and addition of
10583                 the clause for OpenSSL). sync with sylpheed main
10584
10585 2002-04-09 [melvin]     0.7.4claws75
10586
10587         * src/compose.c
10588                 Made 'Ctrl-Enter' on send ignore some modifiers 
10589                 (LOCK_MASK, MOD2, MOD3, MOD4, MOD5). Make it possible
10590                 to bind other *-Enter (but not Alt-Enter).
10591
10592 2002-04-09 [paul]       0.7.4claws74
10593
10594         * sync with 0.7.4cvs35
10595                 see ChangeLog entries 2002-04-09
10596
10597 2002-04-08 [paul]       0.7.4claws73
10598
10599         * sync with 0.7.4cvs33
10600                 see ChangeLog entry 200-04-08
10601
10602 2002-04-07 [match]      0.7.4claws72
10603
10604         * src/addrharvest.[ch]
10605                 fixed to read all addresses in header, regardless
10606                 of header size. improved name parsing. accommodate
10607                 harvest from folders and selected message.
10608         * src/addritem.[ch]
10609                 included new address parsing function.
10610         * src/addrgather.[ch]
10611         * src/addressbook.[ch]
10612         * src/summaryview.[ch]
10613         * src/mainwindow.c
10614                 allow address harvest of folder as well as selected
10615                 messages.
10616
10617 2002-04-07 [paul]       0.7.4claws71
10618
10619         * src/esmtp.[ch]
10620           src/smtp.c
10621                 don't try to authenticate with CRAM-MD5 in SMTP when 
10622                 SMTP-AUTH enabled if MTA doesn't issue this 
10623                 auth-method in it's ehlo-response. bug item #531364,
10624                 patch item #938910. patch submitted by Colin Leroy 
10625                 <colin@colino.net>
10626
10627 2002-04-07 [paul]       0.7.4claws70
10628
10629         * src/nntp.c
10630                 fix missing MODE_READER bug. patch submitted by
10631                 Colin Leroy <colin@colino.net>
10632
10633 2002-04-07 [alfons]     0.7.4claws69
10634
10635         * src/matcher.[ch]
10636         * src/prefs_filtering.c
10637         * src/summaryview.c
10638                 escape \' and \" in strings passed as filtering strings; bug report by Alex Evseev.
10639                 (see http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/)
10640
10641 2002-04-07 [paul]       0.7.4claws68
10642
10643         * sync with 0.7.4cvs32
10644                 see ChangeLog entry 2002-04-06
10645
10646         * tools/filter_conv.pl
10647                 more bug fixes
10648
10649 2002-04-06 [paul]       0.7.4claws67
10650
10651         * tools/filter_conv.pl
10652                 modify to be able to find the name of the first
10653                 mailbox and use that. main's filter does not
10654                 record the full path to the mailbox and therefore
10655                 can only filter to the first mailbox.
10656
10657 2002-04-05 [paul]       0.7.4claws66
10658
10659         * tools/filter_conv.pl
10660                 attempt to make the script all-encompassing and
10661                 be able to convert any main 'filter' rule thrown
10662                 at it
10663
10664 2002-04-05 [paul]       0.7.4claws65
10665
10666         * tools/filter_conv.pl
10667                 allow for collapsed folder trees
10668
10669 2002-04-05 [paul]       0.7.4claws64
10670
10671         * sync with 0.7.4cvs31
10672                 see ChangeLog entries 2002-04-05
10673
10674 2002-04-03 [paul]       0.7.4claws63
10675
10676         * sync with 0.7.4cvs29
10677                 see ChangeLog entries 2002-04-02 and 2002-04-03
10678
10679 2002-04-02 [paul]       0.7.4claws62
10680
10681         * sync with 0.7.4cvs26
10682                 see ChangeLog entry 2002-04-01
10683
10684 2002-04-02 [match]      0.7.4claws61
10685
10686         * src/pine.[ch]
10687         * src/importpine.[ch]
10688         * src/addressbook.c
10689                 import Pine address book.
10690
10691 2002-04-02 [match]      0.7.4claws60
10692
10693         * src/addrharvest.[ch]
10694                 improve address parsing of funky addresses.
10695
10696 2002-04-02 [darko]      0.7.4claws59
10697
10698         * src/compose.c
10699                 wrap on send improvements, it now recognizes quoted
10700                 initials as part of the quotation string, and it
10701                 does not join lines separated by CR
10702
10703 2002-04-01 [match]      0.7.4claws58
10704
10705         * src/mgutils.[ch]
10706                 added new functions.
10707         * src/mutt.[ch]
10708                 remove excessive duplicate address generation
10709                 on import.
10710
10711 2002-04-01 [alfons]     0.7.4claws57
10712         
10713         * src/summaryview.c
10714                 put back g_free() 
10715
10716 2002-04-01 [paul]       0.7.4claws56
10717
10718         * sync with 0.7.4cvs25
10719                 see ChangeLog entry 2002-04-01
10720
10721 2002-04-01 [alfons]     0.7.4aprilfool55
10722
10723         * src/summaryview.c
10724                 honour feature request item #537427 to allow for
10725                 displaying names from address book for sent mail also
10726
10727 2002-03-29 [paul]       0.7.4claws54
10728
10729         * src/mainwindow.c
10730           src/prefs_filtering.[ch]
10731           src/prefs_matcher.c
10732           src/summaryview.c
10733                 add 'fast filter' for claws' filtering,
10734                 /Tools/Create filter rule/... patch submitted
10735                 by Neill Miller <neillm@thecodefactory.org>
10736
10737 2002-03-29 [paul]       0.7.4claws53
10738
10739         * sync with 0.7.4cvs24
10740                 see ChangeLog entry 2002-03-29
10741
10742 2002-03-28 [paul]       0.7.4claws52
10743
10744         * sync with 0.7.4cvs23
10745                 see ChangeLog entry 2002-03-28
10746
10747 2002-03-27 [melvin]     0.7.4claws51
10748
10749         * src/prefs_actions.c
10750                 Added support to pass only one message part (as a
10751                 file) to the command using '%p'. No quotes are needed
10752                 because doubles quotes are automatically added.
10753                 Fixed bug where Sylpheed could block when waiting for
10754                 a child process to finish.
10755                 Changed the help menu to remove quotes around symbols to 
10756                 avoid misinterpretation (they must not be used).
10757
10758 2002-03-27 [melvin]     0.7.4claws50
10759
10760         * src/inc.c
10761                 Made the new mail notification command always 
10762                 execute asynchronously.
10763
10764 2002-03-27 [paul]       0.7.4claws49
10765
10766         * src/compose.c
10767                 fix bug introduced in last commit
10768
10769 2002-03-27 [paul]       0.7.4claws48
10770
10771         * sync with 0.7.4cvs21
10772                 see ChangeLog 2002-03-26 and 2002-03-27
10773
10774 2002-03-26 [hoa]        0.7.4claws47
10775
10776         * src/prefs_folder_item.c
10777                 really fixed the bug #516442 with folder rescan.
10778
10779 2002-03-26 [paul]       0.7.4claws46
10780
10781         * sync with 0.7.4cvs19
10782                 see ChangeLog entries 2002-03-25 and 2002-03-26
10783
10784 2002-03-25 [hoa]        0.7.4claws45
10785
10786         * src/matcher.c
10787         * src/mh.c
10788                 fix the bug #516442 with folder rescan.
10789
10790         * src/prefs_common.[ch]
10791         * src/compose.c
10792                 added an option to enable two different behaviours
10793                 for bounce.
10794
10795
10796 2002-03-25 [paul]       0.7.4claws44
10797
10798         * src/mainwindow.c
10799           src/selective_download.c
10800                 correct a few menuitem labels
10801
10802 2002-03-25 [christoph]  0.7.4claws43
10803
10804         * src/procmsg.c
10805                 fix non deleted tmp message in
10806                 procmsg_save_to_outbox
10807                 fix problems caused by sync with
10808                 main branch's procmsg_send_queue
10809
10810 2002-03-25 [paul]       0.7.4claws42
10811
10812         * src/quote_fmt.c
10813           src/quote_fmt_lex.l
10814           src/quote_fmt_parse.y
10815                 add Last name (%L) placeholder for quoting. 
10816                 patch submitted by Thorsten Thielen 
10817                 <thth@users.sourceforge.net>
10818
10819 2002-03-25 [paul]       0.7.4claws41
10820
10821         * src/utils.c
10822                 get full hostname. patch submitted by
10823                 Bob Woodside <rwoodside1@comcast.net>
10824
10825 2002-03-25 [paul]       0.7.4claws40
10826
10827         * src/account.c
10828           src/news.c
10829           src/nntp.[ch]
10830           src/prefs_account.[ch]
10831                 enable NNTP over SSL. patch submitted by
10832                 Pascal Jermini <pascal@infinity.hn.org>
10833
10834 2002-03-24 [paul]       0.7.4claws39
10835
10836         * src/prefs_common.c
10837                 make the arrangement of the Compose tab more
10838                 coherent
10839
10840         * src/mainwindow.c
10841                 fix some irregularities of style
10842
10843         * po/de.po
10844                 updated by Kilian Krause
10845
10846 2002-03-23 [paul]       0.7.4claws38
10847
10848         * po/pt_BR.po
10849                 updated by Fabio Junior Beneditto
10850
10851 2002-03-23 [paul]       0.7.4claws37
10852
10853         * src/mainwindow.c
10854                 move 'Gather addresses' to 'Tools' menu
10855                 make 'Selective download' sensitive
10856
10857 2002-03-23 [paul]       0.7.4claws36
10858
10859         * sync with 0.7.4cvs16
10860                 see ChangeLog entries 2002-03-23
10861
10862 2002-03-22 [christoph]  0.7.4claws35
10863
10864         * src/quote_fmt_parse.y
10865                 fix include program output
10866
10867 2002-03-22 [alfons]     0.7.4claws34
10868
10869         * src/pop.c
10870                 initialize GDate stack variable correctly (sorry!)
10871
10872 2002-03-22 [paul]       0.7.4claws33
10873
10874         * src/compose.c
10875           src/mainwindow.c
10876           src/prefs_actions.c
10877           src/prefs_common.c
10878                 rename 'Tool' to 'Tools'
10879
10880         * src/mainwindow.c
10881                 move 'Delete duplicated messages' from
10882                 'Message/' to 'Tools/'
10883                 re-arrange the order of 'Tools/' items
10884
10885 2002-03-22 [paul]       0.7.4claws32
10886
10887         * src/addr_compl.c
10888           src/addressbook.[ch]
10889                 auto-address completion now also matches on
10890                 Nickname. patch submitted by Bob Forsman 
10891                 <hammor@users.sourceforge.net>
10892
10893         * src/editaddress.c
10894                 correct a spelling mistake
10895
10896 2002-03-22 [alfons]     0.7.4claws31
10897
10898         * src/pop.c
10899                 fix getting uidl from incorrect string 
10900                 (spotted by Colin)
10901
10902 2002-03-21 [alfons]     0.7.4claws30
10903
10904         * src/pop.c
10905                 more code refactoring
10906                 plug mem leak introduced by delete on server
10907
10908 2002-03-21 [paul]       0.7.4claws29
10909
10910         * sync with 0.7.4cvs11
10911                 see ChangeLog entries 2002-03-20
10912
10913 2002-03-20 [alfons]     0.7.4claws28
10914
10915         * src/inc.c
10916                 apply Colin's patch and refactor
10917
10918 2002-03-20 [paul]       0.7.4claws27
10919
10920         * sync with sylpheed 0.7.4cvs9
10921                 see ChangeLog entry 2002-03-20
10922
10923 2002-03-19 [christoph]  0.7.4claws26
10924
10925         * src/mh.c
10926         * src/procmsg.[ch]
10927         * src/summaryview.c
10928                 revert changes for flag updates
10929                 (does not work correctly and no time to debug)
10930
10931 2002-03-20 [alfons]     0.7.4claws25
10932
10933         * src/pop.c
10934                 refactor should_delete() a little bit 
10935
10936 2002-03-19 [paul]       0.7.4claws24
10937
10938         * src/inc.[ch]
10939           src/pop.c
10940           src/prefs_account.[ch]
10941                 allow the user to leave downloaded mail on the 
10942                 server for n days. Patch submitted by Colin Leroy 
10943                 <colin@colino.net>
10944
10945 2002-02-19 [paul]       0.7.4claws23
10946
10947         * sync with sylpheed 0.7.4cvs8
10948                 see ChangeLog entries 2002-03-19
10949
10950 2002-03-18 [paul]       0.7.4claws22
10951
10952         * sync with sylpheed 0.7.4cvs6
10953                 see ChangeLog entry 2002-03-18
10954
10955 2002-03-18 [paul]       0.7.4claws21
10956
10957         * po/en_GB.po
10958                 add en_GB message catalogue
10959
10960         * src/mbox_folder.c
10961           src/prefs_account.c
10962           src/prefs_actions.c
10963                 correct a few spelling mistakes
10964
10965 2002-03-17 [alfons]     0.7.4claws20
10966
10967         * src/matcher.c
10968                 more stringent checks for NULL params when writing
10969                 filtering actions to a file
10970                 
10971 2002-03-17 [hoa]        0.7.3claws20
10972
10973         * src/news.c
10974                 fixed the count of new messages
10975
10976         * src/compose.c
10977                 fixed the "attachment properties" window
10978
10979 2002-03-17 [paul]       0.7.4claws19
10980
10981         * src/defs.h
10982           src/folder.h
10983           src/news.c
10984           src/prefs_account.[ch]
10985           src/procmsg.[ch]
10986           src/summaryview.c
10987                 automatically mark cross-posted messages as read 
10988                 and (optionally) give them a colour label
10989                 Patch submitted by Stefaan Eeckels <Stefaan.Eeckels@eec.lu>
10990                 
10991
10992 2002-03-17 [paul]       0.7.4claws18
10993
10994         * sync with sylpheed 0.7.4cvs5
10995                 see ChangeLog entry 2002-03-17
10996
10997 2002-03-17 [melvin]     0.7.4claws17
10998         
10999         * src/textview.c
11000                 Worked around a gtktext 'bug': when searching for 
11001                 a text in a long message it was scrolling slowly
11002                 line by line until it hit the searched text.
11003         * po/fr.po
11004                 Updated French translation
11005
11006 2002-03-17 [melvin]     0.7.4claws16
11007
11008         * src/mainwindow.c
11009         * src/compose.c
11010         * src/prefs_actions.c
11011                 Moved "Edit/Actions" to "Tool/Actions"
11012                 Made mainwindow/compose window sensitive as soon as
11013                 no child process is running anymore even if the io dialog
11014                 is open.
11015                 Fixed a struct being initialized with a non constant char*
11016
11017 2002-03-16 [christoph]  0.7.4claws15
11018
11019         * configure.in
11020                 add --with-compiler-flags option
11021                 (only for developer hacking)
11022         * src/mh.c
11023         * src/procmsg.[ch]
11024         * src/summaryview.c
11025                 try to make folder-stats and flag handling more
11026                 independent from the summaryview. msgcounts
11027                 are only set when the folder is opened and
11028                 procmsg_msginfo_(un)set_flags will handle it
11029                 later and summaryview will get the values
11030                 from the folder.
11031
11032 2002-03-16 [paul]       0.7.4claws14
11033
11034         * src/messageview.c
11035                 fix Return-receipt. Patch submitted by Bob
11036                 Woodside <rwoodside1@comcast.net>
11037
11038 2002-03-16 [paul]       0.7.4claws13
11039
11040         * src/compose.c
11041                 fix 'dynamic' signatures, make it work again
11042                 broken during sync on 2002-03-14 (0.7.4claws2)
11043
11044 2002-03-15 [match]      0.7.4claws12
11045
11046         * src/addrharvest.[ch]
11047         * src/addrgather.[ch]
11048         * src/addressbook.[ch]
11049         * src/mainwindow.c
11050                 included address harvester feature. still some
11051                 issues with address parsing that I will fix.
11052
11053 2002-03-15 [match]      0.7.4claws11
11054
11055         * src/addrbook.[ch]
11056         * src/addrcache.[ch]
11057         * src/addressbook.[ch]
11058         * src/addrindex.c
11059         * src/editbook.c
11060         * src/importldif.c
11061         * src/importmutt.c
11062         * src/jpilot.[ch]
11063         * src/main.c
11064         * src/syldap.[ch]
11065         * src/vcard.[ch]
11066                 tidy up. fix memory leaks. moved attribs and methods
11067                 from individual interfaces to addrcache object. prep
11068                 for new stuff to come in.
11069
11070 2002-03-15 [alfons]     0.7.4claws10
11071
11072         * src/matcher.[ch]
11073         * src/matcher_parser_parse.y
11074         * src/matcher_parser_lex.l
11075         * src/prefs_matcher.c
11076                 add filtering conditions message greater than, smaller 
11077                 than, and exactly matching a size in bytes
11078                 (does not work with delete from POP3 server yet)
11079
11080                 this should also give others an idea what you should
11081                 do to add new criterions to claws filtering system
11082                 
11083
11084 2002-03-15 [paul]       0.7.4claws9
11085
11086         * tools/filter_conv.pl
11087                 exit if there are no filter rules to convert
11088                 rename filterrc to filterrc.old after completion
11089
11090 2002-03-15 [paul]       0.7.4claws8
11091
11092         * sync with sylpheed 0.7.4cvs3
11093                 see ChangeLog entry 2002-03-14
11094
11095 2002-03-14 [paul]       0.7.4claws7
11096
11097         * src/compose.c
11098                 clean up the last commit (ahem)
11099
11100 2002-03-14 [paul]       0.7.4claws6
11101
11102         * src/compose.c
11103                 fix bug #515655. honour account preferences
11104                 regarding gpg default signing/encryption when 
11105                 changing account from the compose window.
11106
11107 2002-03-14 [paul]       0.7.4claws5
11108
11109         * src/folderview.c
11110                 remove unnecessary curly brackets
11111
11112 2002-03-14 [paul]       0.7.4claws4
11113
11114         * src/folderview.c
11115           src/prefs_filtering.[ch]
11116                 add filter rename on folder rename and filter
11117                 delete on folder delete. Patch submitted by
11118                 Neill Miller <neillm@thecodefactory.org> 
11119
11120 2002-03-14 [christoph]  0.7.4claws3
11121
11122         * src/procmsg.c
11123         * src/send.c
11124                 fix local delivery
11125                 (patch submitted by "Simon 'corecode' Schubert")
11126         * src/prefs_common.c
11127         * src/procmsg.c
11128                 fix gcc 3.0 warning
11129
11130 2002-03-14 [paul]       0.7.4claws2
11131
11132         * sync with sylpheed 0.7.4cvs2
11133                 see ChangeLog entry 2002-03-13
11134
11135 2002-03-12 [darko]      0.7.4claws1
11136
11137         * src/mainwindow.c
11138                 fix what seems to be a copy and paste error
11139                 when setting color for important messages
11140                 (reported by wwp)
11141
11142 2002-03-11 [paul]       version 0.7.4claws released
11143
11144 2002-03-11 [paul]       0.7.4claws
11145
11146         * po/es.po
11147           po/it.po
11148           po/nl.po
11149           po/pt_BR.po
11150                 update message catalogs. Submitted by Ricardo Mones 
11151                 Lastra, Alessandro Maestri, Wilbert Berendsen, and 
11152                 Fabio Junior Beneditto
11153
11154         * configure.in
11155           faq/Makefile.am
11156           faq/it/Makefile
11157           faq/it/sylpheed-faq*
11158           src/mainwindow.c
11159           src/manual.[ch]
11160                 add FAQ in Italian
11161         
11162
11163 2002-03-11 [jens]       0.7.3claws7
11164
11165         * po/de.po
11166                 updated German translation
11167
11168 2002-03-11 [melvin]     0.7.3claws6
11169
11170         * po/fr.po
11171                 updated and corrected French translation
11172
11173 2002-03-10 [hoa]        0.7.3claws5
11174
11175         * src/account.c
11176         * src/inc.c
11177         * src/prefs_account.c
11178         * src/procmsg.c
11179         * src/send.[ch]
11180                 fixed the local account.
11181                 you have to change the default "/usr/sbin/sendmail"
11182                 to "/usr/sbin/sendmail -t" in the preferences of
11183                 the local account.
11184
11185         * src/procmime.c
11186                 removed some debug display for renderer
11187
11188 2002-03-10 [paul]       0.7.3claws4
11189
11190         * faq/en/sylpheed-faq-1.html
11191           faq/en/sylpheed-faq-2.html
11192                 update
11193
11194 2002-03-09 [paul]       0.7.3claws3
11195
11196         * sync with sylpheed 0.7.4
11197                 see ChangeLog entry 2002-03-09
11198
11199 2002-03-08 [paul]       0.7.3claws2
11200
11201         * faq/en/sylpheed-faq*
11202           faq/es/sylpheed-faq*
11203           faq/fr/sylpheed-faq*
11204                 update the FAQs
11205
11206         * manual/fr/.cvsignore
11207           manual/fr/Makefilea.am
11208           manual/fr/sylpheed*
11209           src/mainwindow.c
11210           src/manual.[ch]
11211                 add the French manual
11212
11213 2002-03-07 [paul]       0.7.3claws1
11214
11215         * sync with sylpheed 0.7.3cvs4
11216                 see ChangeLog entries  2002-03-06 and 2002-03-07
11217         
11218         * po/nl.po
11219                 updated by Wilbert Berendsen
11220
11221 2002-03-07 [melvin]     0.7.2claws34
11222
11223         * src/selective_download.c
11224                 Changed the pixmap of the receive button to MAIL_RECEIVE.
11225
11226 2002-03-06 [paul]       0.7.2claws33
11227
11228         * sync with sylpheed 0.7.3cvs1
11229                 bug fix, see ChangeLog entry 2002-03-05
11230
11231 2002-03-05 [paul]       0.7.2claws32
11232
11233         * src/mimeview.c
11234           src/pgptext.[ch]
11235           src/procmsg.c
11236                 reverse the pgp ascii-armored code implemented in 
11237                 0.7.2claws16. removal of this code until it matures.
11238                 this means that verifying ascii-armored pgp sigs and
11239                 automatic decryption of ascii-armored encrypted
11240                 messages no longer works.
11241
11242 2002-03-05 [paul]       0.7.2claws31
11243
11244         * configure.in
11245           Makefile.am
11246         * faq/Makefile.am
11247         * faq/en/Makefile.am
11248           faq/en/sylpheed-faq.html
11249           faq/en/sylpheed-faq-1.html
11250           faq/en/sylpheed-faq-2.html
11251           faq/en/sylpheed-faq-3.html
11252         * faq/es/Makefile.am
11253           faq/es/sylpheed-faq.html
11254           faq/es/sylpheed-faq-1.html
11255           faq/es/sylpheed-faq-2.html
11256           faq/es/sylpheed-faq-3.html
11257           faq/es/sylpheed-faq-4.html
11258         * faq/fr/Makefile.am
11259           faq/fr/sylpheed-faq.html
11260           faq/fr/sylpheed-faq-1.html
11261           faq/fr/sylpheed-faq-2.html
11262           faq/fr/sylpheed-faq-3.html
11263         * src/Makefile.am
11264           src/defs.h
11265           src/mainwindow.c
11266           src/manual.[ch]
11267                 add FAQs in English, Spanish and French
11268
11269
11270 2002-03-05 [paul]       0.7.2claws30
11271
11272         * manual/en/sylpheed.html
11273           manual/en/sylpheed-XX.html
11274                 updated the English manual
11275
11276 2002-03-05 [hoa]        
11277
11278         * src/summaryview.c
11279                 dialog box pops up if the article can't be deleted.
11280
11281 2002-03-04 [paul]       
11282         
11283         * po/pt_BR.po
11284                 updated by Fabio Junior Benedito
11285
11286 2002-03-04 [hoa]
11287
11288         * removed ac/gpgme.m4
11289                 to avoid autogen common problem
11290                 developers have to install gpgme development package now
11291
11292         * src/compose.c
11293                 encoding to 7bit or 8bit is enabled.
11294
11295 2002-03-03 [alfons]     0.7.2claws29
11296
11297         * src/pop.c
11298                 merge fix by Oliver Haertel for selective
11299                 download buglet
11300
11301 2002-03-03 [paul]       0.7.2claws28
11302         
11303         * sync with sylpheed 0.7.3
11304
11305 2002-03-03 [paul]       0.7.2claws27
11306
11307         * sync with sylpheed 0.7.2cvs24
11308                 see ChangeLog entries 2002-03-02 and 2002-03-03
11309
11310 2002-03-02 [melvin]     0.7.2claws26
11311
11312         * src/inc.[ch]
11313         * src/main.c
11314         * src/mainwindow.c
11315         * src/prefs_common.[ch]
11316                 Added user definable notification on new mail arrival.
11317                 Removed unused variables in spell checker prefs code.
11318
11319 2002-03-02 [melvin]     0.7.2claws25
11320
11321         * src/quote_fmt.c
11322                 Removed unnecessary escape sequences.
11323                 Changed 'Initial...' to 'Initials of Sender'
11324
11325 2002-03-02 [paul]       0.7.2claws24
11326
11327         * sync with sylpheed 0.7.2cvs22
11328                 see ChangeLog entry 2002-03-01
11329
11330 2002-03-01 [hoa]        0.7.2claws23
11331
11332         * src/mainwindow.c
11333                 Set sensitivity of delete actions to active
11334                 even if the folder is a newsgroup.
11335
11336         * src/summaryview.c
11337                 - Set sensitivity of delete actions
11338                 - Added function check_permission() that will check if the
11339                   user is authorized to delete a message. For news, it
11340                   will check if the author is the same.
11341                 - Enabled deletion when there is no trash folder.
11342
11343         * src/news.[ch]
11344                 - Added news_cancel_article() to cancel articles
11345                 - Implemented news_remove_message() (public function)
11346
11347 2002-03-01 [paul]       0.7.2claws22
11348
11349         * src/gtkutils.c
11350           src/textview.c
11351                 recognise urls that that don't include 'http://' and
11352                 simply begin 'www.' 
11353
11354         * AUTHORS
11355                 remove duplicated name
11356
11357 2002-02-28 [paul]       0.7.2claws21
11358
11359         * src/mainwindow.c
11360           src/summaryview.[ch]
11361                 add ability to 'Select thread'
11362                 combines Melvin's "Select thread's head" patch (#510907)
11363                 with Colin Leroy's <colin@colino.net> "Select whole thread" 
11364                 patch (#518514) 
11365
11366 2002-02-28 [paul]       0.7.2claws20
11367
11368         * src/mimeview.c
11369                 hopefully fix segfault on right-clicking a mime part
11370                 that some people have experienced.      
11371                 fix submitted by Fredrik Olofsson <frol@linux.nu>
11372
11373 2002-02-28 [paul]       0.7.2claws19
11374
11375         * sync with sylpheed 0.7.2cvs21
11376                 see ChangeLog entries 2002-02-27 and 2002-02-28
11377
11378 2002-02-27 [paul]       0.7.2claws18
11379
11380         * sync with sylpheed 0.7.2cvs18
11381                 see ChangeLog entries 2002-02-26 and 2002-02-27
11382
11383 2002-02-26 [alfons]     0.7.2claws17
11384
11385         * src/procheader.c
11386                 #undef ALLOW_HEADER_HINT (this was supposed to be undef'ed)
11387                 (spotted by Chris Hessman <idatech@gmx.net>)
11388
11389 2002-02-26 [paul]       0.7.2claws16
11390
11391         * src/mimeview.c
11392           src/pgptext.[ch]
11393           src/procmsg.c
11394                 make decryption of ascii-armored pgp encrypted messages
11395                 and verification of ascii-armored signatures work again.
11396                 slightly altered from the patch by Jens Jahnke 
11397                 <jan0sch@gmx.net>
11398
11399                 ##FIX ME##
11400                 * the checking of plaintext signatures always comes up in 
11401                   a popup box
11402                 * it doesn't work for multipart messages 
11403                 * all lines above "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1",
11404                   including the msg headers and these 2 line themselves, are 
11405                   not displayed
11406
11407         * src/mainwindow.c
11408                 "View/Folder Tree" becomes "View/Separate Folder Tree"
11409                 "View/Message View" becomes "View/Separate Message View"
11410                 because its less ambiguous.
11411
11412         * po/es.po
11413                 updated by Ricardo Mones Lastra
11414
11415 2002-02-26 [paul]       0.7.2claws15
11416
11417         * sync with sylpheed 0.7.2cvs17
11418                 see ChangeLog entries 2002-02-25 and 2002-02-26
11419
11420 2002-02-25 [christoph]  0.7.2claws14
11421
11422         * src/filtering.[ch]
11423         * src/inc.c
11424                 do filtering stuff after all messages have been received
11425                   1. drop all messages to .processing
11426                   2. scan processing folder for messages
11427                   3. filter messages or move to inbox
11428                 this will also find old messages left in processing after
11429                 a crash or something like that and we get a real msginfo
11430                 from folder->get_msg_list and do not have to create our
11431                 own in filter_message
11432         * src/matcher_parser_parse.y
11433                 remove MIX/MAX warning (reordered includes)
11434
11435 2002-02-25 [paul]       0.7.2claws13
11436
11437         * sync with sylpheed 0.7.2cvs15
11438                 see ChangeLog entry 2002-02-24
11439
11440 2002-02-24 [alfons]     0.7.2claws12
11441
11442         * src/filtering.c
11443                 clear old color flags first when applying a new color to
11444                 a message info. 
11445                 (spotted by Lo'oRiS il Kabukimono <lo_oris@libero.it>)
11446
11447 2002-02-24 [alfons]     0.7.2.claws11
11448         
11449         * AUTHORS
11450         * src/prefs_common.c
11451                 add presets for Opera and Konqueror, closes patch #517261,
11452                 submitted by Ville Skyttä <scop@users.sourceforge.net>
11453
11454 2002-02-24 [alfons]     0.7.2.claws10
11455
11456         * AUTHORS
11457         * src/summaryview.c
11458                 fix threading for null message ids, closes patch #521601,
11459                 submitted by Bob Forsman <hammor@users.sourceforge.net>
11460
11461 2002-02-24 [alfons]     0.7.2claws9
11462
11463         * src/summaryview.c
11464         * src/filtering.c
11465                 make Tool | Filter Message work with filtering system so
11466                 setting flags also works
11467
11468                 TODO:
11469
11470                 - Processing uses the same function as Tool | Filter
11471                   Message, but doesn't use the same update proc yet
11472
11473 2002-02-23 [paul]       0.7.2claws8
11474
11475         * sync with sylpheed 0.7.2cvs14
11476                 see ChangeLog entries 2002-02-22 and 2002-02-23
11477
11478 2002-02-22 [christoph]  0.7.2claws7
11479
11480         * src/quote_fmt.c
11481                 Add column space to table
11482         * src/quote_fmt_parse.y
11483                 Close files
11484
11485 2002-02-22 [paul]       0.7.2claws6
11486
11487         * src/Makefile.am
11488           src/defs.h
11489           src/filtering.c
11490           src/inc.[ch]
11491           src/mainwindow.c
11492           src/matcher.[ch]
11493           src/matcher_parser_lex.l
11494           src/matcher_parser_parse.y
11495           src/pop.[ch]
11496           src/prefs_account.h
11497           src/prefs_filtering.c
11498           src/selective_download.[ch]   *** NEW FILES ***
11499           src/utils.[ch]
11500           po/POTFILES.in
11501                 Selective Download added to 'Tool' menu. 
11502                 Retrieves email headers of the currently selected pop3 
11503                 account and allows the user to mark emails for deletion 
11504                 right on the pop3 server. Patch submitted by Oliver Haertel 
11505                 <oha@users.sourceforge.net>.
11506         
11507         * po/POTFILES.in
11508                 add 'src/quote_fmt.c'           
11509
11510 2002-02-22 [christoph]  0.7.2claws5
11511
11512         * src/Makefile.am
11513                 added quote_fmt.c
11514         * src/prefs_common.[ch]
11515         * src/prefs_template.c
11516         * src/quote_fmt.c               *** NEW FILE ***
11517         * src/quote_fmt.h
11518                 move quote format symbol description code
11519                 to it's own file because it is used from
11520                 differnent code parts
11521                 Rewrote symbol description GUI
11522                   + use table
11523                   + add separators
11524                   + get data from array (no more long constant strings)
11525         * src/quote_fmt_lex.l
11526         * src/quote_fmt_parse.y
11527                 Symbol for Literal % changed to \% instead of %%
11528                 (More logical as \ is used for quoting for other symbols)
11529                 Add |f and |p to include files and program output
11530                 Examples:
11531                     |f{/home/.../.signature}
11532                     |p{date}
11533         * po/de.po
11534                 Correct wrong spelling for "Referenzen"
11535
11536 2002-02-21 [paul]       0.7.2claws4
11537
11538         * src/procmsg.c
11539                 forgotten during sync
11540
11541 2002-02-21 [paul]       0.7.2claws3
11542
11543         * sync with sylpheed 0.7.2cvs11
11544                 see ChangeLog entries 2002-02-17, 2002-02-18, 2002-02-19,
11545                 2002-02-20 and 2002-02-21
11546
11547 2002-02-20 [melvin]     0.7.2claws2
11548
11549         * src/prefs_actions.c
11550                 Added error report when child cannot fork or when execvp 
11551                 returns with an error.
11552
11553 2002-02-19 [christoph]  0.7.2claws1
11554
11555         * src/codeconv.c
11556                 return unconverted text if conde conversion is not possible
11557                 when libjconv is used.
11558                 (patch submitted by "Simon 'corecode' Schubert")
11559
11560 2002-02-19 [paul]       
11561
11562         * version 0.7.2claws release
11563
11564 2002-02-19 [paul]       0.7.2claws
11565
11566         * po/nl.po
11567                 updated by Wilbert Berendsen
11568
11569
11570 2002-02-18 [alfons]     0.7.1claws13
11571
11572         * src/syldap.c
11573         * src/jpilot.c
11574                 remove references to dlfcn and explicitly loading functions
11575                 from dynalink libs, because libs linked anyway, and functions
11576                 are loaded explicitly
11577
11578 2002-02-17 [melvin]     0.7.1claws12
11579
11580         * src/prefs_actions.c
11581                 Replaced children wait loop with double fork technique.
11582                 Now, input/output window updated at each new output.
11583                 free_children(): Fixed a memory leak.
11584                 Made input/output window non closable if running children
11585                 still exist.
11586                 Added missing <unistd.h> include.
11587                 Added some --debug outputs.
11588
11589 2002-02-17 [melvin]     0.7.1claws11
11590
11591         * src/summaryview.c
11592                 Fixed bug where descending sort order did not select top
11593                 message.
11594
11595 2002-02-17 [melvin]     0.7.1claws10
11596
11597         * acconfig.h
11598                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11599         * src/prefs_common.c
11600                 Pspell data package directory no more hard coded but
11601                 set during configuration (PSPELL_PATH). (Thanks to 
11602                                 Gustavo Noronha Silva.)
11603
11604 2002-02-17 [melvin]     0.7.1claws9
11605
11606         * configure.in
11607                 Added PSPELL_PATH macro and removed obsolete ISPELL_PATH
11608         * src/gtkspell.c
11609                 Fixed compile-time warnings.
11610
11611 2002-02-16 [alfons]     0.7.1claws8
11612
11613         * src/filesel.c
11614                 fix inadvertent free of NULL pointer which caused
11615                 sylpheed to crash when closing the save-as dialog
11616                 using the window close button
11617
11618 2002-02-16 [carsten]    0.7.1claws7
11619         * src/mainwindow.[ch]
11620           src/summaryview.c
11621           src/prefs_common.c
11622                 fixes for pixmap theming code:
11623                         - recently changed mail attributes shouldn't get
11624                           lost any longer
11625                         - theme is only reloaded iff another theme was
11626                           selected
11627
11628 2002-02-16 [paul]       0.7.1claws6
11629
11630         * sync with sylpheed 0.7.2 release
11631                 see ChangeLog entry 2002-02-15 and 2002-02-16
11632
11633 2002-02-15 [paul]       0.7.1claws5
11634
11635         * sync with sylpheed 0.7.1cvs9
11636                 see ChangeLog entry 2002-02-15
11637
11638         * po/POTFILES.in
11639                 remove unneeded headerwindow.c entry
11640
11641 2002-02-14 [carsten]    0.7.1claws4
11642         * src/summaryview.c
11643                 fixed a bug for "Go to next unread message": there was
11644                 an endless loop if NEXTUNREADMSGDIALOG_ASSUME_NO was set
11645                 in the prefs, because of doing "Search again" instead
11646                 "No"
11647
11648 2002-02-14 [carsten]    0.7.1claws3
11649         * src/stock_pixmap.c
11650                 removed 2 more mem leaks; following memprof,
11651                 this code is "leak free" now :)
11652
11653 2002-02-14 [carsten]    0.7.1claws2
11654         * src/stock_pixmap.c
11655                 used opendir/readdir/closedir instead of scandir
11656                 -> code should work now on Solaris
11657
11658 2002-02-14 [paul]       0.7.1claws1
11659
11660         * sync with sylpheed 0.7.1cvs8
11661                 see ChangeLog entries 2002-02-13 and 2002-02-14
11662
11663         * README.claws
11664                 add some description of Actions and Pixmap Themes
11665
11666 2002-02-13 [paul]       
11667
11668         * version 0.7.1claws release
11669
11670 2002-02-13 [paul]       0.7.1claws
11671
11672         * po/es.po
11673           po/it.po
11674           po/pt_BR.po
11675                 updated translations, submitted by Ricardo Mones Lastra,
11676                 Alessandro Maestri and Fabio Junior Beneditto
11677
11678 2002-02-13 [melvin]     0.7.0claws75
11679
11680         * src/prefs_actions.c
11681                 Added missing "signal.h" include
11682
11683 2002-02-13 [melvin]     0.7.0claws74
11684
11685         * src/prefs_folder_item.c
11686                 Added missing "config.h" include
11687         * po/fr.po
11688                 Updated French translation for folder propriety.
11689
11690 2002-02-13 [jens]       0.7.0claws73
11691
11692         * po/POTFILES.in
11693                 Added missing src/prefs_folder_item.c [log added by melvin]
11694         * po/de.po
11695                 Updated German translation.
11696
11697 2002-02-13 [melvin]     0.7.0claws72
11698
11699         * po/fr.po
11700                 Updated French translation.
11701
11702 2002-02-13 [melvin]     0.7.0claws71
11703
11704         * src/gtkutils.c
11705                 Made gtkut_editable_get_selection return NULL if selection
11706                 is of length zero.
11707                 This fixes a bug where selecting part of message A then
11708                 switching to message B and replying to it will not
11709                 quote the message's body.
11710
11711 2002-02-12 [paul]       0.7.0claws70
11712
11713         * src/mainwindow.c
11714                 cosmetic, relating to pixmap themes: on toolbar make 
11715                 updating of 'Exec' and 'Compose news/Compose email'
11716                 icons faster.
11717
11718 2002-02-12 [carsten]    0.7.0claws69
11719         * src/folderview.c
11720           src/mainwindow.[ch]
11721           src/stock_pixmap.c
11722           src/summaryview.c
11723           src/prefs_common.c
11724                 - refreshing after changing pixmap theme better
11725                   now (thanks Paul)
11726                 - wanted to remove some mem leaks, but alfons was
11727                   faster (and had the better solution ;)
11728
11729 2002-02-12 [alfons]     0.7.0claws68
11730
11731         * src/prefs_common.c
11732         * src/stock_pixmap.[ch]
11733                 plug mem leaks, refactor code a little bit
11734
11735
11736 2002-02-12 [sergey]     0.7.0claws67
11737
11738         * src/imap.c
11739                 Fixed problem with copying messages to IMAP folders when the
11740                 server uses something other than '/' as a namespace separator
11741                 (cyrus-imapd uses '.').
11742
11743 2002-02-12 [jens]       0.7.0claws66
11744
11745         * po/de.po
11746                 Updated German Translation
11747
11748 2002-02-12 [paul]       0.7.0claws65
11749
11750         * sync with sylpheed 0.7.1cvs1
11751                 see ChangeLog entry 2002-02-12
11752
11753 2002-02-12 [melvin]     0.7.0claws64
11754
11755         * src/prefs_actions.c
11756                 Fixed "feature" where children's output was duplicated 
11757                 instead of refreshed while monitoring.
11758                 Removed some debug code.
11759
11760 2002-02-12 [christoph]  0.7.0claws63
11761
11762         * src/compose.c
11763                 always delete message from queue after sending/send error
11764                 (closes bug #509601)
11765
11766 2002-02-12 [melvin]     0.7.0claws62
11767
11768         * src/prefs_actions.c
11769                 Children wait loop is now triggered with a timeout of 1s
11770                 Added %F which is replaced with the list of filenames 
11771                 of all selected messages (as suggested by Ricardo Mones Lestra)
11772                 Pipe syntax changed. Prefix with | to send selection, postfix
11773                 with | to retrieve output. Prefix with > or * to send
11774                 user definable input to the command (*: input is hidden)
11775                 Old pipe action should now be postfixed with |, too.
11776
11777 2002-02-12 [carsten]    0.7.0claws61 (more 59.75)
11778         * src/stock_pixmap.c
11779                 fixed a bug: if there's no theme directory don't
11780                 throw an error, just do "nothing" (thanks Alfons)
11781
11782 2002-02-12 [carsten]    0.7.0claws60
11783         * src/folderview.c
11784           src/summaryview.c
11785                 had to write the cache twice (nasty!); some marks would 
11786                 get lost if not
11787
11788 2002-02-11 [carsten]    0.7.0claws59
11789         * acconfig.h
11790           configure.in
11791           doc-src/maintainer_guide.txt
11792           src/compose.[ch]
11793           src/defs.h
11794           src/folderview.[ch]
11795           src/gtkutils.[ch]
11796           src/mainwindow.[ch]
11797           src/prefs_common.[ch]
11798           src/stock_pixmap.[ch]
11799           src/summaryview.[ch]
11800                 pixmap theming and related work on pixmap
11801                 handling on some other places
11802                 (e.g. hrm features for all folder)
11803           src/pixmap/stock_*.xpm -> the stock_ was removed
11804         
11805 2002-02-11 [paul]       0.7.0claws58
11806
11807         * sync with sylpheed 0.7.1 release
11808                 see ChangeLog entries 2002-02-11
11809
11810 2002-02-08 [paul]       0.7.0claws57
11811
11812         * sync with sylpheed 0.7.0cvs39
11813                 see ChangeLog entry 2002-02-07 (last entry) 
11814
11815         * src/prefs_actions.c
11816           src/prefs_filtering.c
11817           src/prefs_matcher.c
11818           src/prefs_scoring.c
11819                 sync: made it compile with C compilers other than gcc
11820
11821 2002-02-07 [paul]       0.7.0claws56
11822
11823         * sync with sylpheed 0.7.0cvs38
11824                 see ChangeLog entries 2002-02-06 (last 2 entries) and
11825                 2002-02-07
11826
11827 2002-02-07 [darko]      0.7.0claws55
11828
11829         * src/gtkutils.[ch]
11830         * src/summaryview.c
11831                 Fix const gchar */gchar * issue (thanks Hiro)
11832
11833 2002-02-07 [darko]      0.7.0claws54
11834
11835         * src/compose.[ch]
11836         * src/filtering.c
11837         * src/gtkutils.[ch]
11838         * src/prefs_template.c
11839         * src/quote_fmt.h
11840         * src/quote_fmt_parse.y
11841         * src/summaryview.c
11842         * src/utils.[ch]
11843                 When replying or forwarding an email don't quote the entire
11844                 mail body but use the part of the message text that is selected
11845
11846 2002-02-06 [melvin]     0.7.0claws53
11847
11848         * src/prefs_common.[ch]
11849         * src/gtkspell.[ch]
11850         * src/compose.c
11851                 Made possible to switch quickly to last used dictionary
11852                 which makes checking bilingual documents easier.
11853
11854 2002-02-06 [melvin]     0.7.0claws52
11855         
11856         * po/POTFILES.in
11857                 Added forgotten new file src/prefs_actions.c
11858
11859 2002-02-06 [melvin]     0.7.0claws51
11860
11861         * src/prefs_actions.c   ** NEW FILE **
11862         * src/prefs_actions.h   ** NEW FILE **
11863                 Added actions to execute on message text view, or on the
11864                         message's file.
11865         * src/Makefile.am
11866                 Added src/prefs_actions.[ch]
11867         * src/compose.c
11868                 Added new menu "Edit/Actions"
11869         * src/defs.h
11870                 Added new actionsrc file.
11871         * src/main.c
11872                 Added actionsrc reading.
11873         * src/mainwindow.c
11874                 Added new menus "Edit/Actions" and "Configuration/Actions..."
11875         * src/prefs_common.h
11876                 Added new element actionslst element to prefs_common.
11877
11878 2002-02-06 [paul]       0.7.0claws50
11879
11880         * sync with sylpheed 0.7.0cvs36
11881                 see ChangeLog entry 2002-02-06
11882
11883 2002-02-05 [paul]
11884
11885         * po/es.po
11886                 updated by Ricardo Mones Lastra
11887
11888 2002-02-05 [paul]       0.7.0claws49
11889
11890         * sync with sylpheed 0.7.0cvs33
11891                 see ChangeLog entries 2002-02-04 (last 4 entries) and 2002-02-05
11892
11893 2002-02-05 [paul]       0.7.0claws48
11894
11895         * src/compose.c
11896                 re-add 'Edit/Advanced/Delete entire line', previously named
11897                 'Delete Line+'
11898
11899 2002-02-04 [paul]       0.7.0claws47
11900
11901         * src/compose.c
11902           src/summaryview.c
11903                 fix bug #494993 (Reply All not taking Reply-To into consi)
11904                 eliminate differences in behaviour of right-click 'Reply to all' 
11905                 in summary view and 'Reply to all' on the toolbar. 
11906                 fix bug where Reply-To gets ignored by 'Reply to all' in summary
11907                 view and From gets ignored by 'Reply to all' on toolbar.
11908                 fix bug where 'Reply to all' on toolbar uses To twice and ignores
11909                 From when no Reply-To header is present.
11910
11911 2002-02-04 [paul]       0.7.0claws46
11912
11913         * sync with sylpheed 0.7.0cvs30
11914                 see ChangeLog entries 2002-02-03 and 2002-02-04
11915
11916 2002-02-03 [melvin]     0.7.0claws45
11917
11918         * src/gtkspell.[ch]
11919                 Readded function to highlight all misspelled words.
11920                 Fixed bug where user-provided-words did not replace
11921                         correctly the misspelled word when using the mouse.
11922                 Fixed bug where checking a region selected from right to left did
11923                         not check the region at all.
11924                 Fixed bug where 'Check backwards' may not check at all. 
11925                 Fixed memory leaks where popup menus and accel_groups were not destroyed.
11926                 Fixed possible buffer overflow when checking for long strings (>1k).
11927                 Made cursor and scrollbar positions non changing after uncheck_all/check_all.
11928                 Accelerators code uses now gtk_widget_add_accel.
11929                 Removed and disabled obsolete and unfinished code.
11930                 Cleaning up.
11931
11932         * src/compose.c
11933                 Added menu item to Highlight all misspelled words.
11934
11935 2002-02-01 [paul]       0.7.0claws44
11936
11937         * src/mainwindow.c
11938                 fix '/View/Hide read messages' sensitivity when all
11939                 messages in a folder are hidden
11940
11941 2002-02-01 [paul]       0.7.0claws43
11942
11943         * src/main.c
11944                 add --send option to command line interface, sends all
11945                 queued mail. Patch submitted by Ricardo Mones Lastra.
11946
11947 2002-01-31 [paul]       0.7.0claws42
11948
11949         * src/mainwindow.c
11950                 add '/View/Hide read messages' to main_window_set_menu_sensitive()
11951
11952 2002-01-31 [paul]       0.7.0claws41
11953
11954         * sync with sylpheed 0.7.0cvs27
11955                 see ChangeLog entries 2002-01-30 (src/mh.c, src/prefs_common.c)
11956                 and 2002-01-31
11957
11958         * src/textview.c
11959                 comment out elements of textview_show_part() as temporary
11960                 workaround for attachment 'Display as text' bug 
11961
11962         * po/pt_BR.po
11963                 updated by Fabio Junior Beneditto
11964
11965 2002-01-30 [paul]       0.7.0claws40
11966
11967         * sync with sylpheed 0.7.0cvs24
11968                 see ChangeLog entries 2002-01-29 (src/prefs_common.c)
11969                 and 2002-01-30
11970
11971         * src/compose.c
11972                 add {N_("/_Spelling"), ... "<Branch>"} to 
11973                 GtkItemFactoryEntry compose_entries[]
11974
11975         * src/prefs_common.c
11976                 add claws menu items to prefs_keybind_apply_clicked()
11977                 and remove non-claws menu items
11978
11979 2002-01-29 [paul]       0.7.0claws39
11980
11981         * sync with sylpheed 0.7.0cvs22
11982                 see ChangeLog entries 2002-01-28 and 2002-01-29
11983
11984 2002-01-28 [melvin]     0.7.0claws38
11985
11986         * src/compose.c
11987                 Added the declartion of compose_send_control_enter.
11988
11989         * src/compose.c
11990         * src/gtkspell.[ch]
11991                 Added in a 'Spelling' menu which includes the configuration menu. 
11992                 Added a real 'Check all' and got rid from the old one which only
11993                 highlited misspelled word.
11994                 Made 'Check while typing' a disableable option.
11995                 Added a dialog when there are no more misspelled word.
11996                 Added a dialog if error occurs when switching to a dictionary.
11997         
11998         * src/prefs_common.[ch]
11999                 Added option for the default 'Check while typing' option.
12000
12001
12002 2002-01-28 [alfons]     0.7.0claws37
12003
12004         * src/compose.c
12005                 fix buglet and make code comply with sylpheed code style
12006
12007 2002-01-28 [paul]       0.7.0claws36
12008
12009         * sync with sylpheed 0.7.0cvs19
12010                 see ChangeLog entries for 2002-01-28
12011
12012 2002-01-28 [hoa]        0.7.0claws35
12013
12014         * src/defs.h
12015                 added rendererrc
12016
12017         * src/main.c
12018                 read the renderer config
12019
12020         * src/procmime.[ch]
12021                 use the renderer config to convert mime attachments
12022
12023         * src/textview.c
12024                 don't use textview_show_html/ertf,
12025                 use get_text_content instead
12026
12027 2002-01-27 [alfons]     0.7.0claws34
12028         
12029         * src/news.c
12030                 make sylpheed believe it can delete a news message...
12031                 (messages are NOT deleted, maybe we should remove
12032                 processing from the folder properties after all.)
12033
12034 2002-01-27 [alfons]     0.7.0claws33
12035
12036         * src/folder.c
12037                 add extra checks
12038         * src/news.c
12039                 implement remove_msg() 
12040
12041 2002-01-27 [alfons]     0.7.0claws32
12042
12043         * src/procmsg.h
12044         * src/procheader.c
12045         * src/messageview.c
12046                 fix return receipt / disposition notification again. this
12047                 stuff seems to break on _every_ major summary UI change, so
12048                 it's now implemented using a flag which is saved in the
12049                 marks cache
12050                 
12051 2002-01-26 [alfons]     0.7.0claws31
12052
12053         * src/import.c
12054                 let import dialog show the destination folder identifier
12055
12056 2002-01-26 [melvin]     0.7.0claws30
12057
12058         * src/folderview.c
12059         * src/summaryview.c
12060                 Readded 'Mark all read' into summary view popup menu
12061                 Added 'Mark all read' in folder view popup menu for IMAP
12062                 and NNTP.
12063                 Made it insensitive if the selected folder is not the shown
12064                 one to avoid 'Mark all read' on the wrong folder.
12065                 
12066 2002-01-26 [paul]       0.7.0claws29
12067
12068         * src/folderview.c
12069           src/summaryview.c
12070                 move 'Mark all read' from summary view to folder view
12071                 menu. (adapted from) patch submitted by Jeremy Andrews,
12072                 <lists@kerneltrap.com>
12073
12074 2002-01-25 [alfons]     0.7.0claws28
12075
12076         * src/gtkstext.c
12077                 put the gtk class name back so GtkSText adapts the 
12078                 settings of GtkText
12079
12080 2002-01-25 [alfons]     0.7.0claws27
12081
12082         * src/folderview.c 
12083                 assimilate Ricardo's patch that shows pixmaps instead of
12084                 plain "new" and "unread" texts in the folder view column
12085                 headers 
12086
12087 2002-01-25 [paul]       0.7.0claws26
12088
12089         * src/Makefile.am
12090                 add $(GPGME_CFLAGS) to INCLUDES so that gpgme can 
12091                 be found in non-standard locations. 
12092                 Closes Patch #507976, submitted by Stoyan Genov, <sdg@rila.bg>
12093
12094 2002-01-25 [paul]       0.7.0claws25
12095
12096         * sync with sylpheed 0.7.0cvs16
12097                 see ChangeLog entry 2002-01-25
12098
12099 2002-01-24 [paul]       0.7.0claws24
12100
12101         * more sync with sylpheed 0.7.0cvs15
12102                 get_file_size_as_clrf(), see ChangeLog entry 2002-01-23
12103
12104 2002-01-23 [sergey]     0.7.0claws23
12105
12106         * src/importldif.c
12107                 Fixed segfault when closing LDIF import wizard with
12108                 the window manager.
12109         * src/imageview.c
12110         * src/imageview.h
12111         * src/messageview.c
12112         * src/mimeview.c
12113                 Fixed wrong scrolling position after switching between
12114                 text and image parts.
12115
12116 2002-01-23 [paul]       0.7.0claws22
12117
12118         * sync with sylpheed 0.7.0cvs15
12119                 see ChangeLog entries 2002-01-22 and 2002-01-23
12120
12121 2002-01-21 [melvin]     0.7.0claws21
12122
12123         * src/prefs_scoring.c
12124         * src/prefs_filtering.c
12125                 Fixed bug where scoring and filtering windows stopped
12126                 autochecking.
12127
12128 2002-01-21 [paul]       0.7.0claws20
12129
12130         * sync with sylpheed 0.7.0cvs12
12131                 see ChangeLog entries 2002-01-20 and 2002-01-21
12132
12133 2002-01-21 [carsten]    0.7.0claws19
12134         * src/mainwindow.c
12135         * src/menu.[ch]
12136         * src/messageview.[ch]
12137         * src/summaryview.[ch]
12138                 changes to shortcuts handling again:
12139                         + "Q" now controled by mainwin
12140                         + v/V are now customizable and have slightly
12141                           different meanings
12142                 the "button" to minimize the messageview (and maximize
12143                 the summary view) is a real button now
12144         * src/compose.c
12145                 "Delete Line+" added to Edit/Advanced (this will also
12146                 delete the '\n')
12147
12148 2002-01-20 [melvin] 0.7.0claws18
12149
12150         * src/addressbook.c
12151                 Made "Bcc" sensitive when addressbook is called from
12152                 compose window (it was a Claws only bug).
12153
12154 2002-01-19 [alfons] 0.7.0claws17
12155
12156         * src/inc.c
12157                 prevent unnecessary updates when currently selected folder has
12158                 no new messages 
12159
12160 2002-01-19 [alfons] 0.7.0claws16
12161         
12162         * src/summaryview.c
12163                 prevent writing the cache based on current message list in summary 
12164                 view when filtering also put messages in currently selected folder
12165
12166 2002-01-19 [paul]
12167
12168         * po/it.po
12169                 Italian translation submitted by Alessandro Maestri
12170                 <a.maestri@cs.tin.it>
12171
12172 2002-01-18 [melvin]     0.7.0claws15
12173
12174         * src/prefs_filters.c
12175                 fixed bug where 'cancel' from 'filters' window stops autochecking
12176                 if the timer timed out  when the window was open.
12177
12178 2002-01-18 [match]      0.7.0claws14
12179
12180         * src/addrclip.[ch]     ** NEW FILE **
12181         * src/addrselect.[ch]   ** NEW FILE **
12182         * src/adbookbase.h      ** NEW FILE **
12183                 addressbook cut, copy and paste
12184         * src/addrbook.[ch]
12185         * src/addrcache.[ch]
12186         * src/addressitem.h
12187         * src/addrindex.[ch]
12188         * src/addritem.[ch]
12189         * src/importldif.c
12190         * src/importmutt.c
12191         * src/jpilot.[ch]
12192         * src/syldap.[ch]
12193         * src/vcard.[ch]
12194         * src/jpilot.[ch]
12195         * src/editbook.c
12196         * src/editjpilot.c
12197         * src/editldap.c
12198         * src/editvcard.c
12199                 support for copy/paste
12200         * src/addressbook.c
12201                 support for copy/paste
12202                 tidy up menu option processing
12203                 correct address list function arguments
12204         * src/editaddress.c
12205                 sort user attributes
12206         * src/ldif.h
12207         * src/mutt.h
12208                 tidy up
12209
12210         * src/addrbook.[ch]
12211         * src/addrbook.[ch]
12212         * src/addrbook.[ch]
12213                 
12214
12215 2002-01-18 [paul]       0.7.0claws13
12216
12217         * sync with sylpheed 0.7.0cvs8
12218                 configure.in: support Mac OS X (Darwin)
12219
12220 2002-01-18 [carsten]    0.7.0claws12
12221         * src/html.c
12222                 small hack to fix a segfault with an empty href
12223                 (reported by Alexandra Walford <deeni@altern.org>)
12224         * src/mainwindow.c
12225         * src/summaryview.c
12226                 the shortcuts for Mark und Mark as unread are hardcoded
12227                 again
12228         * src/compose.c
12229         * src/gtkstext.[ch]
12230                 readded the shortcuts in gtkstext but made them
12231                 customizeable (simply by adding a menu plus a wrapper
12232                 to compose.c)
12233
12234 2002-01-17 [melvin]     0.7.0claws11
12235
12236         * src/gtkspell.c
12237                 fix default dictionary not being saved.
12238
12239 2002-01-16 [darko]      0.7.0claws10
12240
12241         * src/compose.c
12242                 fix wrapping crash with URL longer than wrapping margin
12243
12244 2002-12-08 [hoa]        0.7.0claws10
12245
12246         * src/matcher_parser_parse.y
12247                 fixed some bugs
12248
12249         * src/prefs_filtering.c
12250                 now, we can use bounce action in the dialog box.
12251
12252 2002-01-16 [carsten]    0.7.0claws9
12253         * src/gtkstext.c
12254                 removed the <control> and <alt> shortcuts because they're
12255                 not needed and interefered with the "normal" shortcuts
12256         * src/mainwindow.c
12257         * src/summaryview.c
12258                 removed most of the hardcoded shortcuts and assigned
12259                 them to menu entries making them easy customizable by
12260                 that
12261
12262 2002-01-16 |melvin]     0.7.0claws8
12263
12264         * src/gtkspell.c
12265                 fixed bug where using the mouse and when the compose
12266                 window is not on top may result in a crash.
12267
12268 2002-01-16 [melvin]     0.7.0claws7
12269
12270         * src/compose.c
12271                 fixed a long standingspell checker bug which could 
12272                 cause a crash after sending a message.
12273
12274 2002-01-16 [paul]       0.7.0claws6
12275
12276         * sync with sylpheed 0.7.0cvs7
12277                 see ChangeLog entries 2002-01-10, 2002-01-11, 2002-01-14,
12278                 2002-01-15, and 2002-01-16
12279
12280 2002-01-16 [melvin]     0.7.0claws5
12281
12282         * README.claws
12283         * src/compose.c
12284         * src/gtkspell.[ch]
12285         * src/main.c
12286                 Heavily modified spell checker code to work around
12287                 ispell bug, to add keyboard shortcuts and for future
12288                 enhancements. See README.claws for usage information.
12289
12290 2002-01-15 [alfons]     0.7.0claws4
12291         
12292         * src/summaryview.c
12293                 change gtk_ctree_sort_node() into gtk_ctree_sort_recursive()
12294                 so sorting within threads reflects sort mode
12295
12296 2002-01-15 [christoph]  0.7.0claws3
12297
12298         * src/procmsg.c
12299                 added alertpanel if mail sending failed
12300
12301 2002-01-15 [alfons]     0.7.0claws2
12302         
12303         * src/prefs_filtering.c
12304                 don't stop timer when prefs filtering dialog is opened
12305
12306 2002-01-14 [alfons]     0.7.0claws1
12307
12308         * src/addr_compl.c
12309         * src/prefs.c
12310                 remove debug_print()s for privacy reasons
12311
12312 2002-01-14 [darko]      0.7.0claws
12313
12314         * README.claws
12315                 quotation wrapping is now also in the main branch
12316
12317 2002-01-14 [paul]
12318
12319         * tools/filter_conv.pl
12320                 allow for Boolean Op and case-sensitivity
12321                 this file is included in the release and tagged
12322                 'rel_0_7_0'
12323
12324 2002-01-13 [paul]       0.7.0claws
12325
12326         * release 0.7.0, with cvs tag 'rel_0_7_0'
12327
12328 2002-01-13 [paul]
12329
12330         * tools/filter_conv.pl
12331         * tools/README
12332                 rewritten to output to matcherrc instead of filteringrc
12333
12334         * po/es.po
12335                 updated Spanish translation by Ricardo Mones Lastra
12336
12337 2002-01-13 [alfons]
12338
12339         * po/nl.po
12340                 update dutch translation
12341
12342 2002-01-13 [paul]
12343
12344         * po/pt_BR.po
12345                 Updated by Fabio Junior Beneditto 
12346
12347 2002-01-13 [melvin]     0.6.6claws53
12348
12349         * po/fr.po
12350                 Updated french translation
12351
12352 2002-01-12 [alfons]     0.6.6claws52
12353
12354         * src/filtering.c
12355                 plug mem leak that has been sitting there for ages              
12356
12357 2002-01-12 [alfons]     0.6.6claws51
12358
12359         * src/summaryview.c
12360                 undo melvin's changes from 0.6.6claws48 because summary
12361                 view now refuses to select first unread message when
12362                 selecting a folder 
12363
12364 2002-01-11 [alfons]     0.6.6claws50
12365
12366         * src/import.c
12367                 use claws' semantics for getting folder item when
12368                 importing an mbox file into a folder 
12369                 (submitted by Dale P. Smith)
12370
12371 2002-01-11 [christoph]  0.6.6claws49
12372
12373         * src/prefs.h
12374                 set sensitivity in SET_TOGGLE_SENSITIVITY macro from
12375                 toggle widget, because non static prefs can not use
12376                 prefs_set_* functions
12377         * src/prefs_account.c
12378                 toggle smtp auth password field sensitivity if
12379                 user id is empty and add descrition of usage for
12380                 these fields
12381         * src/prefs_folder_item.c
12382                 use SET_TOGGLE_SENSITIVITY macro to instead of extra
12383                 callbacks
12384
12385 2002-01-11 [melvin]     0.6.6claws48
12386
12387         * src/compose.c
12388                 fix the 'Ctrl-Enter' feature for sending and test really
12389                 for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
12390                 editables which was not documented in Gtk)
12391
12392         * src/summaryview.c
12393                 Made summaryview refresh after sorting and not before.
12394
12395 2002-01-11 [christoph]  0.6.6claws47
12396
12397         * src/compose.c
12398                 select account from account ids if possible and
12399                 correctly set save folder for copy in reedit
12400
12401 2002-01-10 [paul]       0.6.6claws46
12402
12403         * sync with sylpheed 0.7.0 release
12404                 see ChangeLog entries 2002-01-07, 2002-01-08 and
12405                 2002-01-09
12406
12407 2002-01-09 [alfons]
12408
12409         * src/summaryview.c
12410                 remove more dirt traces...
12411
12412 2002-01-09 [alfons]
12413         
12414         * src/summaryview.c
12415                 clean up some traces of my debugging stuff
12416
12417 2002-01-09 [alfons]     0.6.6claws45
12418
12419         * src/filtering.c
12420                 break up filteringprop_apply() in three separate pieces
12421                 so we can drop messages that failed processing in the
12422                 inbox
12423
12424         * src/summaryview.c
12425                 fix bug #469598 "no refresh of inbox after filter" which 
12426                 was introduced by the new summary view locking, and which 
12427                 prevented the summary view to update after a manual filter 
12428                 message. claw's filter message requires a summary_show().
12429                 (aargh, summary_show() again! :-)
12430                 
12431 2002-01-07 [alfons]     0.6.6claws44
12432
12433         * src/headerwindow.c
12434         * src/logwindow.c
12435         * src/messageview.c
12436         * src/sourcewindow.c
12437                 bring in Hiro's last 0.7.0 wm class fixes
12438
12439         * tools/sylprint.pl
12440                 bring in Ricardo's fix for sylprint script
12441
12442         * AUTHORS       
12443         * src/rfc2015.[ch]
12444         * src/prefs_common.[ch]
12445         * src/prefs_account.[ch]
12446         * src/compose.c
12447                 clean up account preference poison in rfc2015,
12448                 and preparation to fix double sign bug 
12449                 (patch submitted by Simon 'corecode' Schubert)
12450
12451 2002-01-07 [christoph]  0.6.6claws43
12452
12453         * src/mh.c
12454                 search for free message number, do not only rely
12455                 on last_num
12456         * src/send.c
12457                 fix smtp auth and use extra account information
12458                 if available, if not use pop3 data instead
12459                 (closes bug #500341)            
12460         * src/ssl.[ch]
12461                 match coding style
12462
12463 2002-01-06 [alfons]     0.6.6claws42
12464
12465         * src/mainwindow.c
12466                 try making the separate windows work again...
12467
12468 2002-01-06 [alfons]     0.6.6claws41
12469
12470         * src/mainwindow.c
12471                 adapt Hiro's separate window menu (to get rid of the funny
12472                 duplicate menu items), and make it work again
12473
12474 2002-01-06 [alfons]     0.6.6claws40
12475
12476         * tools/Makefile.am
12477         * tools/sylprint.rc
12478         * tools/sylprint.pl
12479         * tools/README.sylprint
12480                 add sylprint script for printing mails from Sylpheed
12481                 (contributed by Ricardo Mones Lastra)
12482
12483         * src/acount.c
12484                 clean up
12485
12486 2002-01-06 [melvin]     0.6.6claws39
12487
12488         * src/mainwindow.c
12489         * src/summaryview.c
12490                 Fixed crash introduced in 0.6.6claws38 by the menu
12491                 reorganisation (Hide read messages)
12492         
12493         * ChangeLog.claws 
12494                 Fixed typo (we are now in 2002, alfons ;) )
12495
12496 2002-01-05 [alfons]     0.6.6claws38
12497
12498         * sync with sylpheed 0.6.6cvs10-17
12499                 (last stuff marked as LAST_STABLE)
12500
12501 2002-01-04 [melvin]     0.6.6claws37
12502
12503         * src/account.c
12504                 Made account selection code use strcasestr again instead of
12505                 g_strcasecmp (fixes bug where reediting queued messages
12506                 did not select proper account reported by T. Link).
12507         
12508         * src/folderview.c
12509                 Fix bug where folder icons are not shown when 'hide read messages'
12510                 is on.
12511         
12512         * src/stock_pixmaps.[ch]
12513                 Added folder icons for 'hide read messages'.
12514         
12515         * src/compose.c
12516                 Fixed bug where 'Enter' in a header entry will send the message 
12517                 if 'CTL-Enter' was chosen as a shorcut for sendind. 
12518
12519 2002-01-03 [melvin]     0.6.6claws36
12520         
12521         * src/prefs.[ch]
12522                 Added popup menu for common preferences and
12523                 account preferences (right click on tab displays
12524                                 a menu of all tabs.)
12525
12526 2002-01-02 [melvin]     0.6.6claws35
12527
12528         * src/gtkspell.[ch]
12529                 Made spelling code compatible with undo/redo feature.
12530                 Added creation of suggestion mode menu for the general
12531                         preferences.
12532         
12533         * src/prefs_common.[ch]
12534                 Added option menu for the speller's suggestion mode.
12535                 Added missing spaces in "..." buttons and made a "..."
12536                         button non translatable!
12537         
12538         * src/compose.c
12539                 Made speller use the default suggestion mode.
12540                 Hack to make it possible to choose 'CTRL-Enter' as a
12541                         shortcut for sending (and only for sending).
12542
12543         * src/prefs_folder_item.c
12544                 Changing subject simplification does not update cache 
12545                         anymore (because it is unnecessary).
12546                 Fixed bug where changing subject simplification updated the 
12547                         summaryview even when the viewed folder is not the
12548                         folder which properties are being changed. (E.g. 
12549                                         viewing folder A and changing
12550                                         the subject simplification of 
12551                                         folder B -not being viewed- updated the 
12552                                         summaryview of folder A with data of
12553                                         folder B). (Hope this is clear... )
12554
12555 2001-12-31 [alfons]     0.6.6claws34
12556         
12557         * src/ldif.c
12558         * src/mutt.c
12559                 fgetc() returns a signed integer which doesn't
12560                 fit in a char. so c truncates this to a char
12561                 but we may lose significant bits. i.e. we may
12562                 comparing 0xFF which may not be equal to -1
12563                 unless properly casted to signed char which
12564                 we won't do because fgetc() returns a signed
12565                 integer which doesn't fit in a char. so c 
12566                 truncates this to a char but we may lose 
12567                 significat bits. (you got the idea, thanks
12568                 to Gustavo Noronha Silva <kov@debian.org>
12569                 and the Debian folks!)
12570
12571 2001-12-30 [alfons]     0.6.6claws33
12572
12573         * src/prefs_common.c
12574                 add #ifdef USE_PSPELLs that Melvin forgot               
12575
12576 2001-12-30 [melvin]     0.6.6claws32
12577         
12578         * src/prefs_common.[ch]
12579                 Added configurable color for misspelled words.
12580
12581         * src/gtkspell.[ch]
12582                 Fixed bug of foreground text color (reported by David
12583                                 Mehrmann)
12584                 Added configurable color for misspelled words.
12585
12586 2001-12-30 [alfons]     0.6.6claws31
12587
12588         * src/folder.c
12589                 remove unnecessary things someone put there
12590
12591         * src/mh.c
12592         * src/folder.[ch]
12593                 make folder properties (like threading and sorting) persistent
12594                 (closes bug #497424 "rescan folder tree resets proprieties")
12595                 currently this is only for MH folders. 
12596
12597 2001-12-29 [melvin]     0.6.6claws30
12598
12599         * src/string_match.[ch]
12600                 Optimized a bit: regexp pattern buffer compiled only once, and
12601                   one subroutine call removed. Fixed ^ regexp search: Now, 
12602                   "(^Re: )|(^Hello)" removes only "Re: " from "Re: Hello".
12603         
12604         * src/summaryview.c
12605                 Subject filtering changed to filter summary columns and
12606                   not directly the messages subject cache. The loss in 
12607                   performance is balanced by the improvement of string_match.
12608                 Added an alert panel if there is an error in the regexp.
12609
12610         * src/src/prefs_folder_item.h
12611                 Added a regexp pattern buffer.
12612
12613 2001-12-28 [alfons]     0.6.6claws29
12614
12615         * src/string_match.[ch]
12616                 clean up name space
12617                 allow compilation *BSD
12618
12619 2001-12-27 [alfons]     0.6.6claws28
12620
12621         * src/filter.c
12622                 sync the Hiro's bug fix for BSD
12623
12624 2001-12-27 [melvin]     0.6.6claws27
12625         
12626         * src/compose.c
12627                 Simplify focus to subject entry code.
12628
12629 2001-12-27 [darko]      0.6.6claws26
12630
12631         * src/filtering.c
12632         * src/mbox_folder.c
12633         * src/messageview.c
12634         * src/mh.c
12635         * src/procheader.[ch]
12636         * src/procmsg.h
12637         * src/stock_pixmap.[ch]
12638         * src/summaryview.c
12639                 Show key icon for encrypted mails in summary view
12640
12641         * src/pixmaps/clip.xpm
12642         * src/pixmaps/clipkey.xpm
12643         * src/pixmaps/key.xpm
12644                 New/modified icons for the above
12645
12646 2001-12-27 [melvin]     0.6.6claws25
12647
12648         * src/prefs_common.c
12649                 Put spell checker options in a separate tab to decrease
12650                 the Common Preferences window height.
12651
12652         * README.claws  
12653                 Update spell checker usage instruction about its options
12654                 location.
12655
12656 2001-12-27 [melvin]     0.6.6claws24
12657
12658         * src/compose.c
12659                 Changed subject entry widget position. Initial focus is
12660                 on the To header instead of the subject entry.
12661                 Creating a new header scrolls the header list to make the
12662                 created one visible. Nevertheless, when automatically filling
12663                 headers, the first one is shown.
12664                 A Tab key press in the last empty header entry zips the 
12665                 focus to the subject entry.
12666                 (I did not change the combo boxes, yet)
12667
12668 2001-12-26 [alfons]     0.6.6claws23
12669
12670         * src/prefs_account.c
12671         * src/inc.c
12672                 allow default inbox to reside in another mailbox (only
12673                 works for POP3 accounts)
12674
12675 2001-12-26 [alfons]     0.6.6claws22
12676         
12677         * src/textview.c
12678                 make reply-on-click work with the account of the selected folder
12679         * src/compose.c
12680                 put a fixme here to remind me to fix finding correct default
12681                 account for nested folders
12682
12683 2001-12-25 [alfons]     0.6.6claws21
12684
12685         * src/summaryview.c
12686                 make column headers display locked and mark pixmaps (idea by Melvin) 
12687                 fix bug by adding score and locked column type to sort array
12688
12689 2001-12-25 [alfons]     0.6.6claws20
12690         
12691         * src/summaryview.c
12692                 catch a *potentially* inadvertent write back of  
12693                 the message cache(s) introduced by 0.6.5claws37
12694
12695 2001-12-25 [christoph]  0.6.6claws19
12696
12697         * src/stock_pixmap.[ch]
12698         * src/summaryview.c
12699                 add ignore thread pixmap
12700                 (can someone draw a better icon for this?)
12701
12702 2001-12-24 [alfons]     0.6.6claws18
12703
12704         * src/prefs_folder_item.c
12705                 make address completion actually work for the
12706                 Default To address in the Folder Property dialog.
12707
12708 2001-12-24 [alfons]     0.6.6claws17
12709         
12710         * src/summaryview.c
12711                 use new style regexp for subject stripping 
12712                 (patch submitted by Thomas Link <t.link.tmp200101@gmx.net>)
12713
12714 2001-12-24 [darko]      0.6.6claws16
12715
12716         * src/pgptext.c
12717         * src/rfc2015.c
12718                 move GPG related informational messages to debug mode
12719
12720 2001-12-23 [alfons]     0.6.6claws15
12721
12722         * src/stock_pixmap.[ch]
12723         * src/summaryview.c
12724                 add the forgotten Claws' locked pixmap
12725
12726 2001-12-23 [alfons]     0.6.6claws14
12727
12728         * src/filesel.c
12729                 accept file name typed in entry in multi file
12730                 selector (patch submitted by Gustavo Noronha Silva 
12731                 <kov@debian.org>)
12732
12733 2001-12-23 [alfons]     0.6.6claws13
12734
12735         * src/prefs_filter.c
12736         * src/prefs_filtering.c
12737         * src/matcher.c
12738         * src/importmutt.c
12739                 clean up a little bit
12740         
12741         * src/string_match.c
12742                 validate input strings a little bit more
12743
12744 2001-12-23 [alfons]     0.6.6claws12
12745
12746         * src/Makefile.am
12747         * src/summaryview.c
12748         * src/string_match.[ch]         ** NEW **
12749         * src/folderview.[ch]
12750         * src/headerview.h
12751         * src/folder.[ch]
12752         * src/prefs_folder_item.[ch]
12753                 add subject simplification to strip out strings from
12754                 a subject line (esp. handy for mailing lists). 
12755                 (original patch by by Thomas Link <t.link.tmp200101@gmx.net>,
12756                 but slightly changed things for better integration.)
12757
12758 2001-12-23 [alfons]     0.6.6claws11
12759
12760         * src/mainwindow.c
12761                 fix bug introduced by submission included in 0.6.5claws52.
12762                 ideally this submission should clean the trash if any trash
12763                 folder has a message. however, the hasTrash variable was
12764                 set to false whenever a trash folder was empty (discarding
12765                 a previously found *filled* trash folder.)
12766
12767                 also edited the code a little bit and made it more safe.
12768
12769 2001-12-22 [alfons]     0.6.6claws10
12770
12771         * src/imap.c
12772                 quick fix for Martin Pool's omission of an account
12773                 specific SSL setting
12774
12775 2001-12-22 [alfons]     0.6.6claws9
12776
12777         * src/compose.c
12778         * src/messageview.c
12779         * src/mimeview.c
12780         * src/pgptext.c
12781         * src/procmime.[ch]
12782                 better support for multipart/digest (submitted
12783                 by Fredrik <e98fo@efd.lth.se>)
12784
12785 2001-12-22 [alfons]     0.6.6claws8
12786
12787         * src/addressbook.c
12788                 correct function signature
12789         * src/socket.[ch]
12790         * src/imap.[ch]
12791         * src/prefs_account.[ch]
12792                 allow IMAP over SSH tunnel (patch submitted by 
12793                 Martin Pool <mbp@samba.org>)
12794
12795 2001-12-21 [alfons]     0.6.6claws7
12796
12797         * sync with sylpheed 0.6.6cvs4-9
12798                 (may have forgotten something: LAST_STABLE is 0.6.6claws6)
12799
12800 2001-12-21 [christoph]  0.6.6claws6
12801
12802         * src/compose.c
12803         * src/prefs_folder_item.[ch]
12804                 implement saving of outgoing messages to current folder.
12805                 fix segfault when no default outbox is available
12806                 (closes bug #495683)
12807
12808 2001-12-21 [carsten]    0.6.6claws5
12809         * src/folderview.c
12810         * src/summaryview.c
12811                 pressing CTRL while DND does now the expected thing and
12812                 copies the mail (moving is still the default, as this
12813                 seam more appropriate for handling mails by DND)
12814
12815 2001-12-18 [paul]       0.6.6claws4
12816
12817         * sync with sylpheed 0.6.6cvs3
12818                 see ChangeLog entries 2001-12-18
12819
12820 2001-12-18 [hiro]       0.6.6claws3
12821
12822         * src/undo.c
12823                 fix for multibyte characters (obtain the number of letters
12824                 instead of bytes).
12825
12826 2001-12-17 [paul]       0.6.6claws2
12827
12828         * sync with sylpheed 0.6.6cvs1
12829                 see ChangeLog entry 2001-12-16
12830
12831 2000-12-17 [alfons]     0.6.6claws1
12832
12833         * src/filtering.c
12834                 clean up
12835
12836 2001-12-16 [paul]       0.6.6claws
12837 2001-12-15
12838
12839         * Release version 0.6.6claws, cvs tag: rel_0_6_6
12840
12841         * src/mimeview.c
12842                 last minute sync with main 0.6.6
12843
12844         * po/es.po
12845                 updated by Ricardo Mones Lastra
12846                 update for last minute sync
12847         * po/fr.po
12848         * po/nl.po
12849                 update for last minute sync
12850         * po/de.po
12851                 updated by Jens Oberender
12852         * po/pt_BR.po
12853                 updated by Fabio Junior Beneditto
12854
12855         * src/prefs_common.[ch]
12856         * src/undo.c
12857                 number of undo levels is user configurable
12858                 (squeeze it into the release in the dying
12859                 moments) Submitted by Jens Oberender    
12860
12861 2001-12-15 [melvin]
12862
12863         * po/fr.po
12864                 updated french translation
12865
12866 2001-12-15 [paul]       0.6.5claws92
12867
12868         * sync with sylpheed 0.6.5cvs28
12869                 see ChangeLog entry 2001-12-14 (src/prefs_account.c)
12870
12871         * po/nl.po
12872                 update to allow for sync
12873
12874 2001-12-15 [alfons]
12875         
12876         * po/nl.po
12877                 update dutch translation
12878
12879 2001-12-14 [carsten]    0.6.5claws91
12880         * src/summaryview.c
12881                 fixed bug #473785; also after changing the column order
12882                 the same message will be selected and displayed as before
12883                 the reordering
12884
12885 2001-12-14 [carsten]    0.6.5claws90
12886         * src/folderview.c
12887                 probably found the bug reported by wwb opening or closing
12888                 a folder tree just before dnd (found the solution in the
12889                 balsa source -- thanks to them)
12890
12891 2001-12-14 [carsten]    0.6.5claws89
12892         * src/gtkutils.c
12893         * src/account.c
12894                 moved gtk_clist_moveto to the right place, so that
12895                 only the accounts dialog is effected on opening
12896
12897 2001-12-14 [carsten]    0.6.5claws88
12898         * src/gtkutils.c
12899                 gtkut_clist_set_focus_row does a gtk_clist_moveto
12900                 now, so that the focused row will be seen in any case
12901                 (reported by wwp on sf-claws-user)
12902
12903 2001-12-14 [darko]      0.6.5claws87
12904
12905         * src/compose.c
12906                 remove unnecessary line
12907
12908 2001-12-14 [paul]       0.6.5claws86
12909
12910         * sync with sylpheed 0.6.5cvs27
12911                 see ChangeLog entries 2001-12-14
12912
12913 2001-12-14 [carsten]    0.6.5claws85
12914         * src/mainwindow.c
12915                 following a suggestion of Melvin the rcoabm pops up
12916                 right under the button now and the button is reliefed
12917                 while the popup is open
12918
12919 2001-12-14 [darko]      0.6.5claws84
12920
12921         * src/compose.c
12922                 fix crash when wrapping long lines if linewrap quotation
12923                 is disabled and wrapper encounters a word spanning more
12924                 than one line
12925
12926 2001-12-13 [paul]       0.6.5claws83
12927
12928         * src/compose.c
12929                 prefer 'Reply-To' header over mailing list header when
12930                 replying to a message. Finally prevent all those confirmation 
12931                 messages being sent to the list itself.
12932
12933         * src/summaryview.c
12934                 remove unused summary_set_menu_sensitive() entry
12935
12936 2001-12-13 [paul]       0.6.5claws82
12937
12938         * src/folderview.c
12939         * src/pixmaps/inbox-hrm.xpm     ** NEW FILE **
12940         * src/pixmaps/outbox-hrm.xpm    ** NEW FILE **
12941         * src/pixmaps/trash-hrm.xpm     ** NEW FILE **
12942                 improvements to 'Hide read messages': Inbox, Outbox,
12943                 Trash, Queue, and Draft icons now reveal presence of hidden 
12944                 messages
12945
12946 2001-12-12 [alfons]     0.6.5claws81
12947
12948         0.6.5claws80 was tagged as LAST_STABLE
12949
12950         * src/filtering.[ch]
12951         * src/matcher.[ch]
12952         * src/matcher_parser_lex.c
12953                 fix the filtering; my last attempt to get it right, 
12954                 if it does not work, it's Hoa's turn. ;-)
12955
12956                 for my honourable peers:
12957                 
12958                 the code now makes a clear distinction between
12959                 rules as they are displayed (probably escaped),
12960                 and as they are executed (probably unescaped). the
12961                 parser does *NOT* do any unescaping, this is
12962                 the task of the matcher.c (which breaks up a
12963                 rule into condition) and the filtering.c (which
12964                 breaks up the rule's action). to make this
12965                 run happily we provide an unescaped copy of
12966                 crucial strings to the MatcherProp and 
12967                 FilteringAction structures. note that the only
12968                 exception to this is any REGEXP string. those
12969                 are directly passed to regcomp() and regexp()
12970                 (who have much more powerful unescape functions).
12971                 
12972                 for everyone else:
12973         
12974                 you can escape tab (\t), carriage return (\r),
12975                 linefeed (\n), form feed (\f), quote (\"), 
12976                 single quote (\'), bell (\b) in all the entry
12977                 lines in the scoring & filtering dialogs.
12978                 as an added bonus this should not affect
12979                 existing filtering rules.
12980
12981 2001-12-12 [carsten]    0.6.5claws80
12982
12983         * src/summaryview.c
12984         * po/de.po
12985                 "item(s) selected" is now sensitive to 1 or more
12986                 than one selected (nice for language where simple
12987                 adding of a "s" is not possible as German (Eintrag
12988                 ->Eintr"age)
12989                 
12990                 the "forward as attachment" entry from the right
12991                 click menu removed, "forward" acts following the
12992                 prefs
12993         
12994         * src/textview.c
12995                 reverted my former changes; so compiler warning again
12996                 but there's more GTK_TEXT/GTK_STEXT mixing on other places
12997                 nevertheless
12998
12999         * src/messageview.c
13000                 "search in message" does now *not* only work in MVIEW_TEXT
13001                 messages, but also in a MIMEVIEW_TEXT part of MVIEW_MIME
13002                 message
13003
13004         * src/mainwindow.c
13005                 removed "/File/_Close" as it was the same as "/File/E_xit"
13006                 and we don't need it two times
13007
13008                 the separate folder view and message view now get a distinct
13009                 WMCLASS, just in case someone is using sawfish ;-)
13010
13011                 as the menu entries "/View/Message view" and "/View/Folder tree"
13012                 are only doing something when SEPARATE_MESSAGE or SEPARATE_FOLDER
13013                 make them sensitive accordingly and as these two are "shown"
13014                 after startup anytime check this menuitem at startup
13015
13016 2001-12-12 [paul]       0.6.5claws79
13017
13018         * src/folderview.c
13019                 fix sensitivity of 'Search folder...', broken in
13020                 0.6.5claws75
13021
13022         * src/mainwindow.c
13023                 fix dodgy English
13024
13025 2001-12-11 [carsten]    0.6.5claws78
13026         * src/filtering.c
13027                 fixed two typos returning a wrong FALSE/TRUE
13028         * src/mainwindow.[ch]
13029                 extra menu for email/news button removed
13030
13031 2001-12-11 [alfons]     0.6.5claws77
13032         
13033         * src/matcher.c                 (1.3)
13034         * src/matcher_parser_lex.l      (1.28)
13035                 revert for another attempt
13036                 mark 0.6.5claws77 as LAST_STABLE
13037
13038 2001-12-11 [christoph]  0.6.5claws76
13039
13040         * po/de.po
13041                 fixed wrong translation for prev. unread msg
13042
13043 2001-12-11 [paul]       0.6.5claws75
13044
13045         * src/folder.[ch]
13046         * src/folderview.c
13047         * src/mainwindow.c
13048         * src/summaryview.[ch]
13049         * src/pixmaps/dir-open-hrm.xpm  ** NEW FILE **
13050                 enable ability to hide read messages on per folder basis via 
13051                 '/Summary/Hide read messages'; when selected, a folder will 
13052                 have a red open folder icon, instead of a blue icon, if the 
13053                 folder contains hidden messges
13054                 submitted by Thomas Link <t.link.tmp200101.gmx.net> 
13055
13056         * src/mainwindow.c
13057                 remove '/Message/Forward as attachment' from 
13058                 main_window_set_menu_sensitive() to prevent debug warning
13059
13060         * src/folderview.c
13061         * src/mainwindow.c
13062                 Clean up some of the English
13063
13064         * tools/newscache_clean.pl
13065                 allow for new 'hidereadmsgs' entry in folderlist.xml
13066
13067         * po/es.po
13068                 updated translation, submitted by Ricardo Mones Lastra
13069
13070 2001-12-11 [paul]       0.6.5claws74
13071
13072         * sync with sylpheed 0.6.5cvs25
13073                 see ChangeLog entry 2001-12-11
13074
13075 2001-12-10 [alfons]     0.6.5claws73
13076
13077         * src/matcher.c
13078                 add more control characters
13079         * src/matcher_parser_lex.l
13080                 make escaping / unescaping work again
13081
13082 2001-12-10 [alfons]     0.6.5claws72
13083
13084         * src/imap.c
13085                 clean up warnings "returning value for void function" 
13086         * src/prefs_filtering.c
13087                 make info button for execute action sensitive
13088
13089 2001-12-10 [paul]       0.6.5claws71
13090
13091         * src/compose.c
13092         * src/imap.[ch]
13093         * src/summaryview.c
13094                 fix: imap server now gets informed of MARKED, UNMARKED
13095                 and REPLY events. Now people can use different IMAP-Mail
13096                 clients and have the exact same information about MARKED,
13097                 UNMARKED and REPLY status with all of them. Especially
13098                 useful for imap servers with a web-frontend.
13099                 submitted by Tobias Sandhaas <medlor@web.de>
13100
13101 2001-12-09 [melvin]     0.6.5claws70
13102         
13103         * src/textview.[ch]
13104                 fixed bug #490076 (hunted down by Alfons who implemented
13105                 a workaround in 0.6.5claws65)
13106
13107 2001-12-09 [christoph]  0.6.5claws69
13108
13109         * src/summaryview.c
13110                 set pointer to string in LOCKED column to NULL
13111                 (might fix bug #490800)
13112
13113 2001-12-09 [carsten]    0.6.5claws68
13114
13115         * po/de.po
13116                 resolved some cluttered menu shortcuts 
13117                 ('creating new email' and 'creating news message'
13118                 hade the same)
13119         * src/compose.c
13120                 wmclass now distinc from main window
13121         * src/mainwindow.c
13122           src/mainwindow.h
13123                 email/news and forward button functionality similar
13124                 to the reply buttons; removed the ugly dropdown arrows
13125                 and use instead the right mouse button
13126
13127 2001-12-09 [paul]       0.6.5claws67
13128
13129         * src/imap.c
13130         * src/utils.h
13131                 allow spaces in imap folder names
13132                 submitted by Willem van Engen <wvengen@stack.nl>
13133
13134 2001-12-09 [paul]       0.6.5claws66
13135
13136         * sync with sylpheed 0.6.5cvs24
13137                 see ChangeLog entry 2001-12-09
13138
13139 2001-12-08 [alfons]     0.6.5claws65
13140
13141         * src/textview.c
13142                 prevent secondary selection claim after "add to sender" dialog
13143                 popped up. this is because there's a GDK_BUTTON_RELEASE pending.
13144                 we trick GTK by simulating a click at (0, 0) in the textview.
13145
13146 2001-12-08 [hoa]        0.6.5claws64
13147
13148         * src/folder.c
13149                 fixed a bug about the .processing folder name while filtering
13150
13151 2001-12-08 [alfons]     0.6.5claws63
13152
13153         * src/folderview.c 
13154                 work around problem of not correctly updating folder stats
13155                 when deleting messages. there's some folder scanning evil
13156                 going so the folderview_update_msg_num() does not work
13157                 correctly. need to investigate this.
13158
13159 2001-12-08 [paul]       0.6.5claws62
13160
13161         * sync with sylpheed 0.6.5cvs23
13162                 see ChangeLog entry 2001-12-08
13163
13164 2001-12-07 [christoph]  0.6.5claws61
13165
13166         * src/compose.c
13167                 fix another header translation problem
13168
13169 2001-12-07 [alfons]     0.6.5claws60
13170
13171         * src/mbox.c
13172                 make filtering also work on local spool mbox
13173
13174 2001-12-07 [carsten]    0.6.5claws59
13175         * src/addressbook.c
13176                 addressbook window gets a wmclass distinct from the main
13177                 sylpheed window
13178         * src/compose.h
13179         * src/mainwindow.[ch]
13180                   forward menu item will use mode selected in prefs, forward 
13181                 as attatchment in menu removed (will be substituted in the
13182                 toolbar similar to reply buttons)
13183                   create news message menu entry and news button is now 
13184                 sensitive to the existance of a news account
13185         * src/pixmaps/stock_mail_reply_quote.xpm           ** REMOVED **
13186         * src/pixmaps/stock_mail_reply_to_all_quote.xpm    ** REMOVED **
13187         * src/pixmaps/stock_mail_reply_to_sender_quote.xpm ** REMOVED **
13188                 these are removed because the toolbar buttons don't show
13189                 the quoting modus any longer
13190
13191 2001-12-07 [paul]
13192
13193         * tools/newscache_clean.pl      ** NEW FILE **
13194                 perl script to do some tidying up in the newscache directory 
13195                 
13196         * tools/sylpheed-switcher       ** NEW FILE **
13197                 perl script to enable easy switching between main and claws
13198                 
13199         * tools/README
13200                 added descriptions of the two new perl scripts          
13201
13202
13203 2001-12-07 [melvin]     0.6.5claws58
13204
13205         * src/messageview.c
13206                 fixed a warning during compilation introduced in 0.6.5claws56
13207
13208 2001-12-07 [paul]       0.6.5claws57
13209
13210         * src/mainwindow.[ch]
13211         * src/menu.[ch]
13212                 further usability enhancements to replying with or without 
13213                 quoting via the toolbar, use of Ctrl key is replaced by 
13214                 drop down menu 
13215                 Submitted by Carsten Schurig            
13216
13217 2001-12-07 [melvin]     0.6.5claws56
13218
13219         * src/messageview.c
13220                 hack to fix bug that prevented to make/paste selections
13221                 after switching between MVIEW_TEXT and MVIEW_MIME views
13222                 without deselecting the selection first.
13223
13224 2001-12-06 [alfons]     0.6.5claws55
13225
13226         * src/filtering.[ch]
13227         * src/inc.c
13228                 revise filtering a little bit more, and make sure
13229                 messages are delivered to the appropriate inbox
13230                 (perhaps set per account)
13231
13232 2001-12-06 [paul]       0.6.5claws54
13233
13234         * sync with sylpheed 0.6.5cvs22
13235                 see ChangeLog entry 2001-12-06
13236
13237 2001-12-05 [alfons]     0.6.5claws53
13238
13239         * src/inc.c
13240         * src/folder.[ch]
13241         * src/procmsg.c
13242         * src/filtering.c
13243                 more revisions of filtering system
13244                 (last stable version is marked as LAST_STABLE)
13245                 
13246                 | NOTE 1): the filtering system now uses a local folder called
13247                 | .processing. if filtering fails, check this directory
13248                 | for missing messages.
13249                 |
13250                 | NOTE 2): help us find the filtering actions still missing
13251
13252 2001-12-05 [paul]       0.6.5claws52
13253
13254         * src/mainwindow.c
13255                 fix bug where 'Empty Trash?' pop-up window appears even
13256                 when Trash is empty, submitted by Jesse Skinner         
13257
13258 2001-12-05 [melvin]     0.6.5claws51
13259
13260         * src/compose.c
13261                 fixed bug #486106 to select correct account when reediting 
13262                 a queued message
13263         
13264 2001-12-04 [alfons]     0.6.5claws50
13265
13266         * src/mh.c
13267                 declare markfile in appropriate functions when
13268                 no fchmod() is found (thanks to Mark Heerdink <marc@koelkast.net>
13269                 for spotting this)
13270
13271 2001-12-04 [paul]       0.6.5claws49
13272
13273         * sync with sylpheed 0.6.5cvs21
13274                 see ChangeLog entry 2001-12-04
13275
13276 2001-12-03 [christoph]  0.6.5claws48
13277
13278         * po/de.po
13279                 changed translation of undo
13280         * src/account.c
13281         * src/folder.c
13282                 don't reinvent the wheel to traverse a GNode
13283         * src/compose.[ch]
13284                 seperate code to create the compose gui into functions
13285                 add "Others" page with folder selection for saving copy
13286                 of the message.
13287                 the folder identifier is saved to queue header
13288         * src/procmsg.c
13289                 save message to folder in queue header
13290
13291 2001-12-03 [paul]       0.6.5claws47
13292
13293         * sync with sylpheed 0.6.5cvs20
13294                 see ChangeLog entry 2001-12-03
13295
13296 2001-12-01 [paul]
13297
13298         * more sync with sylpheed 0.6.5cvs19
13299                 see ChangeLog entry 2001-11-29
13300
13301 2001-11-30 [paul]       0.6.5claws46
13302         
13303         * src/compose.c
13304                 remove conflicts introduced by Hoa's last commit
13305          
13306         * src/mainwindow.c
13307                 make 'Message/Bounce' sensitive
13308
13309 2001-11-30 [hoa]        0.6.5claws45
13310
13311         * src/compose.c
13312                 slightly change bounce function to add
13313                 information about the user that bounced the mail
13314                 in the From header line.
13315
13316         * src/folderview.c
13317                 permit the use of processing in outbox folder.
13318
13319 2001-11-29 [paul]       0.6.5claws44
13320
13321         * src/mainwindow.[ch]
13322         * src/prefs_common.c
13323         * src/pixmaps/stock_mail_reply_quote.xpm            ** NEW FILE **
13324         * src/pixmaps/stock_mail_reply_to_all_quote.xpm     ** NEW FILE **
13325         * src/pixmaps/stock_mail_reply_to_author_quote.xpm  ** NEW FILE **
13326                 usability enhancements to the quoting, implements
13327                 use of Ctrl key to toggle quoting settings
13328                 Submitted by Carsten Schurig <Carsten.Schurig@web.de>
13329
13330 2001-11-29 [paul]       0.6.5claws43
13331         
13332         * sync with sylpheed 0.6.5cvs19
13333                 see ChangeLog entry 2001-11-28
13334
13335 2001-11-29 [melvin]     0.6.5claws42
13336         * src/Makefile.am
13337                 added enriched.[ch] to the list of files
13338
13339         * src/textview.c
13340         * src/mimeview.c
13341         * src/procmime.[ch]
13342         * src/enriched.[ch]
13343                 added support to view text/enriched
13344                 added support to show headers in message view for text/enriched and text/html
13345                         in non multipart messages
13346
13347 2001-11-28 [paul]       0.6.5claws41
13348
13349         * more sync with sylpheed 0.6.5cvs18
13350                 see ChangeLog entry 2001-11-27 (src/prefs_common.c)
13351
13352 2001-11-27 [paul]       0.6.5claws40
13353         
13354         * po/pt_BR.po
13355                 updated translation, submitted by Fabio Junior Beneditto
13356                 
13357         * sync with sylpheed 0.6.5cvs18
13358                 see ChangeLog entries 2001-11-26 (src/textview.c) and
13359                 2001-11-27
13360
13361
13362 2001-11-26 [paul]
13363
13364         * po/es.po
13365                 updated translation, submitted by Ricardo Mones Lastra
13366
13367 2001-11-26 [alfons]
13368
13369         * src/matcher.c
13370                 add more translatable strings
13371
13372 2001-11-26 [christoph]  0.6.5claws39
13373
13374         * po/de.po      
13375                 fixed one more umlaut
13376         * src/compose.c
13377                 fix translated header when it should not be translated
13378
13379 2001-11-26 [paul]       0.6.5claws38
13380
13381         * src/mainwindow.c
13382                 remove '/Message/Add Sender to address book' from 
13383                 main_window_set_menu_sensitive(), prevent debug warning
13384                 add 'Message/Mark/Mark all read' to mainwin_entries[]
13385
13386 2001-11-26 [paul]       0.6.5claws37
13387
13388         * src/summaryview.c
13389                 fix 'recurring unread state' bug 
13390
13391         * tools/README 
13392         * tools/filter_conv.pl
13393                 read name of top level mailbox from folderlist.xml
13394                 and presume nothing about its name              
13395
13396 2001-11-26 [darko]      0.6.5claws36
13397
13398         * src/gtkstext.[ch]
13399                 removed functions that are now in gtkutils.c
13400                 use gtkut_text_is_uri_string() from gtkutils.c
13401         * fix my comment on 2001-11-23 (missing gtkutils.[ch])
13402
13403 2001-11-26 [paul]       0.6.5claws35
13404
13405         * sync with sylpheed 0.6.5cvs16
13406                 see ChangeLog entries 2001-11-25 and 2001-11-26
13407
13408 2001-11-25 [alfons]     0.6.5claws34
13409
13410         EXPERIMENTAL!!! Please checkout the last stable version using: 
13411           
13412         % cvs update -r LAST_STABLE -dRAP
13413
13414         (Or help us testing this stuff.)
13415
13416         * src/filtering.c               (1.14)
13417         * src/filtering.h               (1.6)
13418         * src/inc.c                     (1.28)
13419         * src/matcher.c                 (1.20)
13420         * src/mbox.c                    (1.9)
13421         * src/procmsg.h                 (1.14)
13422         * src/summaryview.c             (1.59)
13423         * src/summaryview.h             (dunno)
13424                 revert/merge/sync to as it was before commit 
13425                 on Thu, 19 Jul 2001 10:15:51 -0700.
13426
13427 2001-11-25 [hoa]        0.6.5claws33
13428
13429         * src/main.c
13430                 processing mails at startup
13431
13432         * src/folderview.c
13433         * src/summaryview.[ch]
13434                 processing mails when entering folder
13435
13436         * src/prefs_filtering.c
13437                 fixed some UI bugs
13438
13439 2001-11-24 [alfons]     0.6.5claws32
13440
13441         * src/summaryview.[ch]
13442                 make summary sort headers work, and also make
13443                 sure the sort type is stored
13444
13445 2001-11-23 [alfons]     0.6.5claws31
13446
13447         * src/summaryview.[ch]
13448                 make lock work like mark
13449                 disallow deleting messages marked as locked
13450
13451 2001-11-23 [alfons]     0.6.5claws30
13452
13453         * src/gtkstext.c
13454         * src/compose.[ch]
13455         * src/Makefile.am
13456         * src/undo.[ch]
13457                 merge undo patch submitted by Jens
13458
13459 2001-11-23 [christoph]  0.6.5claws29
13460
13461         * src/.cvsignore
13462                 added ylwrap
13463         * src/compose.c
13464                 fixed gpg signing and encoding
13465         * src/folder.[ch]
13466         * src/main.c
13467                 added --status option to get new, unread and total
13468                 message count from a running sylpheed
13469         * src/prefs_common.c
13470                 temporary fix for reply_with_quote problem
13471                 (don't call functions for non existing widget)
13472         * src/procmsg.c
13473                 one more check for ignored threads but still not
13474                 always working correctly. probably a recursive
13475                 check for all parents is needed
13476
13477 2001-11-23 [darko]      0.6.5claws28
13478
13479         * src/compose.c
13480                 wrapping on send improvements
13481         * src/gtkutils.[ch]
13482                 fix for GtkSText after last sync with main branch
13483                 GTK_TEXT -> GTK_STEXT
13484
13485 2001-11-23 [paul]       0.6.5claws27
13486
13487         * sync with sylpheed 0.6.5cvs14
13488                 see ChangeLog entries 2001-11-22 and 2001-11-23
13489                 
13490         * po/de.po
13491                 fixed the scrambled umlauts 
13492                 submitted by Carsten Schurig <Carsten.Schurig@web.de>
13493
13494 2001-11-21 [paul]       0.6.5claws26
13495
13496         * sync with sylpheed 0.6.5cvs12
13497                 see 2nd ChangeLog entry dated 2001-11-20
13498
13499 2001-11-20 [paul]       0.6.5claws25
13500
13501         * sync with sylpheed 0.6.5cvs11
13502                 see ChangeLog entry 2001-11-19 (src/utils.c)
13503
13504 2001-11-20 [hiro]
13505
13506         * src/compose.c
13507                 GTK_TEXT -> GTK_STEXT
13508                 fix for wrong comment
13509
13510 2001-11-20 [hiro]       0.6.5claws24
13511
13512         * src/compose.[ch]
13513                 more merges from main branch
13514                 removed fatal warnings (uninitialized variables etc.)
13515                 some coding style fix
13516         * src/gtkutils.h
13517                 fixed typo.
13518         * src/addressbook.c
13519           src/addrindex.c
13520                 V-Card -> vCard
13521
13522 2001-11-19 [hoa]        0.6.5claws23
13523
13524         * src/filtering.c
13525         * src/prefs_scoring.c
13526         * src/matcher.[ch]
13527         * src/scoring.c
13528                 cleaning code
13529
13530         * src/matcher_parser_parse.y
13531         * src/prefs_filtering.c
13532                 bouncing
13533
13534 2001-11-19 [alfons]     0.6.5claws22
13535
13536         more of my old things into claws
13537
13538         * src/Makefile.am
13539         * src/prefs_common.c
13540         * src/procmsg.h
13541         * src/summaryview.[ch]
13542         * src/prefs_summary_column.c
13543         * src/pixmaps/locked.xpm
13544                 add indicators for locking of message in summary view
13545                 (does not work yet, only visual indicator)
13546
13547 2001-11-19 [paul]       0.6.5claws21
13548
13549         * sync with sylpheed 0.6.5cvs10
13550                 see ChangeLog entry 2001-11-19
13551
13552 2001-11-18 [alfons]     0.6.5claws20
13553         
13554         * src/filtering.c
13555                 remove an inadvertent free I forgot in previous clean up 
13556
13557 2001-11-18 [alfons]     0.6.5claws19
13558
13559         * src/filtering.[ch]
13560                 clean up & plug leaks
13561
13562 2001-11-18 [paul]       0.6.5claws18
13563
13564         * sync with sylpheed 0.6.5cvs9
13565                 see ChangeLog entries 2001-11-17 and 2001-11-18
13566
13567 2001-11-16 [paul]       0.6.5claws17
13568
13569         * sync with sylpheed 0.6.5cvs8
13570                 see ChangeLog entry 2001-11-16, src/grouplistdialog.c
13571
13572 2001-11-16 [paul]       0.6.5claws16
13573
13574         * sync with sylpheed 0.6.5cvs7
13575                 see ChangeLog entries 2001-11-15 and 2001-11-16
13576
13577 2001-11-15 [hoa]        0.6.5claws15
13578
13579         * src/compose.c
13580                 fix bounce, mails we received couln't be bounced to ourself.
13581
13582         * src/defs.h
13583         * src/filtering.[ch]
13584         * src/matcher.[ch]
13585         * src/matcher_parser.h
13586         * src/matcher_parser_lex.l
13587         * src/matcher_parser_parse.y
13588         * src/inc.c
13589         * src/main.c
13590         * src/mbox.c
13591         * src/prefs_filtering.[ch]
13592         * src/mainwindow.c
13593         * src/prefs_matcher.c
13594         * src/prefs_scoring.c
13595         * src/scoring.[ch]
13596         * src/summaryview.c
13597                 new matcher/filter/score configuration file parser
13598                 one unique configuration file => ~/.sylpheed/matcherrc
13599                 import in currently automatic, then save are made
13600                 in this new file.
13601                 one filter per folder and one global filter
13602                 (filter of a folder will be used as folder processing)
13603
13604         * src/folder.c
13605                 fix a bug in folder_item_get_identifier
13606                 
13607         * src/messageview.c
13608                 receive receipt return are fixed.
13609
13610 2001-11-14 [alfons]     0.6.5claws14
13611
13612         * src/session.h
13613                 add things from main branch to make claws compile
13614
13615 2001-11-14 [paul]       0.6.5claws13
13616
13617         * merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5
13618                 see ChangeLog entries 2001-11-08 to 2001-11-14
13619
13620 2001-11-14 [hoa] 0.6.5claws12
13621
13622         * src/compose.[ch]
13623         * src/mainwindow.c
13624         * src/summaryview.c
13625                 add "bounce mail" option
13626
13627 2001-11-13 [christoph]  0.6.5claws11
13628
13629         * src/compose.c
13630                 Cleanup a mess i add before commiting
13631
13632 2001-11-13 [hoa]        0.6.5claws10
13633
13634         * src/compose.c
13635                 some fixes when mail are sent or
13636                 for crossposts
13637
13638 2001-11-13 [christoph]  0.6.5claws9
13639
13640         * po/de.po
13641                 Changed two string with the same translation
13642         * src/compose.c
13643         * src/procmsg.[ch]
13644         * src/send.[ch]
13645                 New mailsending process:
13646                   - Always queue message before sending
13647                     (message will be saved if sylpheed crashed or
13648                      freezes while sending)
13649                   - Allow queuing of newspostings
13650                   - No copy in outbox before sending
13651                     (closes bug #469501)
13652                   - No more redundant code for send and send_later
13653         * src/summaryview.c
13654                 Applied wwp <subscript@free.fr>'s patch that fixes
13655                 marks for multiple forwarded messages (+compose.c)
13656
13657 2001-11-12 [alfons]
13658
13659         * README.claws
13660                 remove things that are now in main branch
13661         
13662         * po/nl.po
13663                 update Dutch translation
13664
13665 2001-11-12 [mhadasht]   0.6.5.claws8
13666
13667         * src/prefs_common.c
13668                 re-enabled account autoselection feature for forward
13669                 and reedit lost during the branch point for SYNC-B4-REL
13670         * src/gtkspell.c
13671                 gtkpspell_get_dict(): more readable code (even if function is
13672                 not used yet)
13673         * ChangeLog.claws
13674                 added version number info to 2001-11-12 [hiro] comment.
13675
13676 2001-11-12 [hiro]       0.6.5.claws7
13677
13678         * src/compose.c
13679                 compose_forward(): fixed a bug that forward quote mark
13680                 wasn't used.
13681                 removed unnecessary code.
13682         * src/template_select.[ch]: removed.
13683
13684 2001-11-11 [alfons]
13685
13686         * src/compose.c
13687                 :%s/GTK_TEXT/GTK_STEXT/g
13688         
13689         * src/compose.[ch]
13690         * src/undo.[ch]
13691         * src/Makefile.am
13692                 revert the undo stuff (this is 0.6.6claws stuff)
13693
13694 2001-11-11 [hoa]        0.6.5.claws6
13695
13696         * src/compose.[ch]
13697                 Insert signature at the end of the text.
13698                 Added undo patch but currently disabled
13699
13700         * src/procmsg.c
13701                 Threading by subject improved.
13702
13703         * added src/undo.[ch]
13704                 Undo module for compose dialog box.
13705
13706 2001-11-11 [alfons]     0.6.5.claws5
13707
13708         * src/procmsg.c
13709                 prevent threading by subject on nodes that have already been
13710                 threaded by in-reply-to (as in "circular references in a tree
13711                 result in a dead branch")
13712
13713 2001-11-09 [hoa]        0.6.5.claws4
13714         
13715         * src/folderview.c
13716                 allows creation of mbox folder item from any files.
13717
13718 2001-11-09 [alfons]     0.6.5.claws3
13719         
13720         * src/utils.c
13721         * src/procmsg.c
13722                 do what I mean and correct threading by subject so it really
13723                 ignores attracting lines without "Re: "
13724
13725 2001-11-07 [alfons]     0.6.5.claws2
13726
13727         * src/procmsg.c
13728         * src/utils.[ch]
13729                 only attract by subject if a subject line starts with a "Re: "
13730         * src/syldap.c
13731                 remove warning
13732
13733 2001-11-07 [paul]       0.6.5claws1
13734
13735         * sync with sylpheed 0.6.5. release
13736                 see ChangeLog entry 2001-11-07
13737
13738 2001-11-07 [paul]       0.6.4claws31
13739
13740         * sync with sylpheed 0.6.4cvs18
13741                 see ChangeLog entries 2001-10-30 to 2001-11-07
13742                 prefs_templates.[ch] renamed prefs_template.[ch]
13743
13744 2001-11-06 [alfons]
13745         
13746         * src/utils.h
13747                 add semicolon Hoa forgot ;-)
13748                 
13749
13750 2001-11-06 [hoa]        0.6.4claws30
13751         
13752         * src/procmsg.c
13753         * src/summaryview.c
13754         * src/utils.c
13755         * src/utils.h
13756                 threading by subject - empty subject are ignored
13757
13758 2001-11-06 [christoph]  0.6.4claws29
13759
13760         * src/socket.c
13761                 use SSL_peek for sock_gets
13762         * src/utils.c
13763                 removed unneeded pointer in extracting quoted
13764                 names implementation
13765
13766 2001-11-06 [melvin]     0.6.4claws28
13767
13768         * src/gtkspell.c
13769                 fixed bug #476792 Selection overtyping with spell checker
13770                 fixed bug which could cause a buffer overflow
13771                 fixed a memory leak
13772
13773 2001-11-06 [hoa]        0.6.4claws27
13774         
13775         * src/procmsg.c
13776         * src/summaryview.c
13777                 threading by subject
13778
13779 2001-11-05 [alfons]     0.6.4claws26
13780         
13781         * README.claws
13782                 Claws -> Sylpheed (vice versa)
13783
13784         * src/compose.c
13785                 :%s/gtk_text/gtk_stext/g
13786                 :%s/GTK_TEXT/GTK_STEXT/g
13787                 (thanks to Jonathan Ware for spotting this)
13788
13789 2001-11-04 [christoph]  0.6.4claws25
13790
13791         * src/summaryview.c
13792                 replace Xalloca + strdup with Xstrdup_a
13793         * src/utils.c
13794                 better implementation of extracting quoted names
13795                 from addresses (remove backlashes and ignore
13796                 quotes after them)
13797
13798 2001-11-04 [alfons]     0.6.4claws24
13799
13800         * src/utils.[ch]
13801                 edit to comply more with coding style
13802
13803         * src/textview.c
13804                 fix bug reported by Kim Schulz. introduced by the patch integrated
13805                 in 0.6.4claws15. the code did not check the return value of
13806                 the html parser.
13807
13808         * AUTHORS
13809                 add Jonathan Ware and close "[ #475955 ] Enhanced Mailto Patch"
13810
13811 2001-11-04 [christoph]  0.6.4claws23
13812
13813         * src/main.c
13814         * src/prefs_common.[ch]
13815                 init some pointers that possibly caused a segfault
13816                 reported in the claws-users ML
13817
13818 2001-11-04 [hoa]        0.6.4claws22
13819
13820         * src/grouplistdialog.c
13821                 change the names of the nodes in the tree
13822
13823         * src/compose.c
13824                 enhanced mailto syntax as described in
13825                 http://developer.netscape.com/viewsource/husted_mailto/mailto.html
13826                 (thanks to Jonathan Ware <jonathan_ware@gmx.co.uk>)
13827
13828         * src/utils.c
13829                 encode and decode URI (useful when opening URL into
13830                 netscape).
13831
13832 2001-11-03 [hoa]        0.6.4claws21
13833
13834         * src/grouplistdialog.c
13835                 a new newsgroups list selection dialog box
13836                 with a CTree instead of a CList
13837
13838 2001-11-03 [hoa]        0.6.4claws20
13839
13840         * src/folderview.c
13841                 enable property and scoring options when right
13842                 click on "inbox"
13843
13844         * src/summaryview.c
13845                 fixed bug when nickname were displayed using
13846                 the address book.
13847
13848 2001-11-02 [darko]      0.6.4claws19
13849
13850         * src/compose.c
13851                 new wrap quotation and URL/long words wrapping implementation
13852         * src/compose.c src/gtkstext.[ch]
13853                 move gtkstext_strncmp() to gtkstext.c
13854
13855 2001-11-01 [christoph]  0.6.4claws18
13856
13857         * src/prefs_account.c
13858                 fixed mess in account settings dialog
13859         * src/prefs_folder_item.c
13860                 added label with folder path to dialog
13861
13862 2001-10-31 [match]      0.6.4claws17
13863
13864         * src/vcard.c
13865                 fix memory leak.
13866         * src/addrbook.c
13867                 fix generation of spurious address book file names.
13868                 remove redundant functions.
13869         * po/POTFILES.in
13870                 added missing file names.
13871
13872 2001-10-30 [paul]       0.6.4claws16
13873
13874         * sync with sylpheed 0.6.4cvs6
13875                 see ChangeLog entries 2001-10-26 to 2001-10-30
13876
13877         * tools/filter_conv.pl
13878                 read folderlist.xml to discover whether the top-level
13879                 folder is called 'Mailbox' or 'Mail' 
13880
13881 2001-10-29 [paul]       0.6.4claws15
13882
13883         * src/html.c, src/textview.c
13884                 activate links in html mail and fix clickable parts
13885                 Submitted by Matthieu Dazy <dazy@t-surf.com>
13886
13887 2001-10-29 [paul]
13888
13889         * po/de.po, po/es.po, po/pt_BR/po
13890                 updated translations, submitted by Jens Oberender,
13891                 Ricardo Mones Lastra, and Fabio Junior Beneditto
13892
13893 2001-10-29 [darko]      0.6.4claws14
13894
13895         * src/compose.c
13896                 fix wrapping for good
13897
13898 2001-10-29 [darko]
13899
13900         * src/compose.c
13901                 undo previous change as it broke the smart wrapping
13902
13903 2001-10-29 [darko]      0.6.4claws13
13904
13905         * src/compose.c
13906                 fix infinite loop when long URL is quoted
13907                 (closes bug #475122.
13908
13909 2001-10-28 [match]
13910
13911         * src/mutt.[ch] src/importmutt.[ch] src/mgutils.[ch] src/addressbook.c src/Makefile.am
13912                 import Mutt address book
13913         * src/ldif.[ch] src/importldif.h
13914                 modified import LDIF handle user attributes
13915
13916 2001-10-28 [christoph]  0.6.4claws12
13917
13918         * src/summaryview.c
13919                 fixed that filtering did not work if there
13920                 were no filter rules
13921                 (closes bug #472003 and better implementation
13922                  of patch #474644)
13923
13924 2001-10-27 [christoph]  0.6.4claws11
13925
13926         * src/compose.c
13927                 make the folder's default account to be used when
13928                 replying. (patch by wwp <subscript@free.fr>)
13929         * src/compose.c
13930                 code cleanup, nearly killed all of wwp's patch
13931                 for folder's default account in compose
13932         * src/folderview.c
13933                 error panel when a folder could not be created
13934                 (closes bug #471080 new folder name & already
13935                  existing file)
13936
13937 2001-10-26 [alfons]
13938
13939         * src/utils.h
13940                 change prototype of strstr2() that Christoph forgot about
13941
13942 2001-10-26 [christoph]  0.6.4claws10
13943
13944         * src/account.c
13945                 made search for accounts by email address not case
13946                 sensitive
13947         * src/folder.c
13948                 fixed memory leak in folder_item_get_identifier
13949         * src/gtkspell.c
13950         * src/utils.c
13951                 fixed wrong strstr2 (should work like strstr)
13952
13953 2001-10-26 [darko]      0.6.4claws9
13954
13955         * src/compose.c src/gtkstext.[ch]
13956         * src/gtkstext.c
13957                 move is_url_string() and gtkstext_str_strcmp() to gtkstext.c
13958
13959 2001-10-26 [paul]       0.6.4claws8
13960
13961         * src/html.c
13962                 ignore css and javascript tags in html mail
13963                 case-insensitive, with or without double-quoted
13964                 strings
13965
13966 2001-10-26 [paul]       0.6.4claws7
13967
13968         * sync with sylpheed 0.6.4cvs1
13969                 see ChangeLog entry 2001-10-26
13970
13971         * src/prefs_account.c, src/prefs_common.c,
13972           src/prefs_summary_column.c
13973                 minor improvements to the English
13974
13975 2001-10-25 [alfons]     0.6.4claws6
13976
13977         * src/gtkstext.c
13978         
13979                 make GtkSText follow style of GtkText (closes bug 
13980                 #469211 "text selection while writing message")
13981                 
13982                 do sync with GTK 1.2.10
13983
13984 2001-10-25 [paul]       0.6.4claws5
13985
13986         * src/html.c
13987                 ignore css tags in html mail
13988
13989 2001-10-25 [darko]      0.6.4claws4
13990
13991         * src/compose.c
13992                 don't declare is_url_string as static function since
13993                 we need it in gtkstext.c
13994         * src/gtkstext.c
13995                 remove unused variable
13996                 don't wrap long URLs while composing a message
13997
13998 2001-10-24 [christoph]  0.6.4claws3
13999
14000         * src/socket.c
14001                 fix ssl deadlock, when peer closes connection
14002
14003 2001-10-24 [paul]       0.6.4claws2
14004
14005         * src/prefs_common.c
14006                 gettextize the gpg ascii-armored warning message
14007
14008         * src/compose.c
14009                 insert a DOS/MAC file into the composed message
14010                 (improvements)
14011
14012         * Both submitted by Thierry Godefroy <godefroy@imaginet.fr>
14013
14014 2001-10-22 [paul]       0.6.4claws1
14015
14016         * sync with sylpheed 0.6.4 release
14017                 see ChangeLog entries 2001-10-21
14018
14019         * po/fr.po, po/pt_BR.po
14020                 updated by Melvin Hadasht and Fabio Junior Beneditto
14021
14022 2001-10-21 [paul]       0.6.3claws30
14023
14024         * src/compose.c
14025                 insert a DOS text file from the compose window
14026                 into the composed message text (removes CRs characters)
14027                 Submitted by Thierry Godefroy <godefroy@imaginet.fr>
14028
14029         * tools/filter_conv.pl, tools/README
14030                 automatically use ~/.sylpheed as working directory
14031                 print out confirmation message on completion
14032
14033         * correct Hoa's last ChangeLog.claws entry
14034
14035 2001-10-20 [hoa]        0.6.3claws29
14036
14037         * src/grouplistdialog.c
14038                 bugfix (another ?) to give the right
14039                 newsgroups list for each news server.
14040
14041         * src/news.c
14042         * src/news.h
14043                 improve the newsgroups list cache
14044
14045 2001-10-20 [paul]       0.6.3claws28
14046
14047         * sync with sylpheed 0.6.3cvs9
14048                 see ChangeLog entry 2001-10-19
14049
14050         * correct Alfons' last ChangeLog.claws entry
14051
14052 2001-10-19 [alfons]
14053
14054         * src/pgptext.[ch]
14055                 fix compilation problems (part of bug #472895)
14056
14057 2001-10-18 [hoa]        0.6.3claws27
14058
14059         * src/grouplistdialog.c
14060                 bugfix when we refresh was clicked (bug 472701)
14061
14062 2001-10-19 [christoph]  0.6.3claws26
14063
14064         * src/compose.c
14065                 last header entry should default to "To:" or
14066                 "Newsgroups:" and not copy the last entry line
14067                 in a new compose window
14068                 (closes bug #472686, #470792)
14069
14070 2001-10-19 [paul]       0.6.3claws25
14071
14072         * sync with Sylpheed 0.6.3cvs8
14073                 see ChangeLog entries 2001-10-18 and 2001-10-19
14074
14075 2001-10-18 [christoph]  0.6.3claws24
14076
14077         * src/procmsg.c
14078                 reimplement ignore thread
14079         
14080 2001-10-18 [hoa]        0.6.3claws23
14081
14082         * src/folderview.c
14083         * src/grouplistdialog.[ch]
14084                 enhanced news subscription interface (feature 469113)
14085
14086         * src/news.c
14087         * src/news.h
14088                 enchanced newsgroup listing,
14089                 now, we can get groups informations
14090                 (NNTPGroupInfo)
14091
14092 2001-10-18 [paul]       0.6.3claws22
14093
14094         * src/summaryview.c
14095                 remove comment (sync with main branch)
14096         * src/mainwindow.c
14097                 fix 'Re-edit' bug in 'Message' menu
14098
14099 2001-10-17 [christoph]  0.6.3claws21
14100
14101         * src/compose.c
14102                 ignore empty or whitespace only header lines
14103
14104 2001-10-17 [paul]       0.6.3claws20
14105
14106         * sync with sylpheed 0.6.3cvs7
14107                 see ChangeLog entries 2001-10-14, 2001-10-16, and
14108                 2001-10-17
14109
14110 2001-10-17 [darko]
14111
14112         * src/compose.c
14113                 wrap long lines without spaces
14114                 don't wrap URLs
14115
14116 2001-10-16 [paul]
14117
14118         * po/es.po, po/nl.po, po/pt_BR.po
14119                 updated by Ricardo Mones Lastra, Alfons,
14120                 and Fabio Junior Beneditto
14121
14122         * sylpheed-0.6.3claws released
14123
14124 2001-10-15 [melvin] 0.6.3claws18
14125
14126         * README.claws
14127                 added summary and detailed installation instructions
14128                 for spell checker
14129         * po/fr.po
14130                 Updated, corrected and completed french translation
14131
14132 2001-10-15 [hoa] 0.6.3claws17
14133         * src/grouplistdialog.c
14134                 we can choose the newsgroups to display with wildcards
14135
14136 2001-10-15 [christoph]  0.6.3claws16
14137
14138         * src/account.c
14139         * src/compose.c
14140         * src/prefs_folder_item.[ch]
14141                 applied wwp <subscript@free.fr>'s folder
14142                 default account patch
14143         * po/de.po
14144                 Fixed wrong translation
14145
14146 2001-10-13 [alfons, christoph, melvin]  
14147                         0.6.3claws15
14148
14149         solution #2 to solve MT-safety problems defers all GUI related calls
14150         to the main thread using a gtk_idle_add() callback. discussed on
14151         ircnet #sylpheed, with christoph spotting some issues with the
14152         original code, and melvin allowing us to lobotomize his sylpheed.
14153
14154         * src/syldap.[ch], src/main.c
14155                 fix race problem in ldap search thread by deferring GUI 
14156                 stuff to main thread using gtk_idle_add()
14157
14158 2001-10-13 [paul]       0.6.3claws14
14159
14160         * src/prefs_account.[ch], src/send.c, src/smtp.[ch]
14161                 add Sergey's smtpcred.patch
14162                 adds separate username/password setting for SMTP Auth
14163                 needed by some servers
14164                 (closes feature request #471659)
14165
14166 2001-10-13 [paul]       0.6.3claws13
14167
14168         * src/pgptext.[ch] **NEW FILES**
14169         * src/Makefile.am, src/messageview.c, src/mimeview.c
14170                 decrypt ascii-armored gpg text embedded in
14171                 the message body.
14172                 Submitted by Jens Jahnke <jan0sch@gmx.net>
14173
14174 2001-10-13 [christoph]  0.6.3claws12
14175
14176         * README.claws
14177                 some more details on default to and
14178                 feature requests
14179         * src/main.c
14180                 init glib threading when ldap is used
14181         * src/syldap.c
14182                 threading fixes
14183         * po/de.po
14184                 fixed a typo
14185
14186 2001-10-12 [paul]       0.6.3claws11
14187
14188         * src/prefs_common.[ch], src/rfc2015.c
14189                 enable ascii-armored gpg text to be embedded in the
14190                 message body, selectable through the 'Privacy'
14191                 preferences. Supports encrypting only.
14192                 Submitted by Ravemax <ravemax@dextrose.com>
14193
14194 2001-10-12 [paul]       0.6.3claws10
14195
14196         * sync with sylpheed 0.6.3cvs6
14197                 see ChangeLog entries 2001-10-11 and 2001-11-12
14198
14199         * src/folderview.c
14200                 incorporated mbox folders, scoring, and folder
14201                 properties into the sync
14202
14203 2001-10-12 [darko]      0.6.3claws9
14204
14205         * README.claws
14206                 describe quotation wrapping
14207         * src/compose.c
14208                 don't treat tab as space to calculate line length properly
14209
14210 2001-10-11 [alfons]
14211
14212         * README.claws
14213                 correct description of how to make new filtering system work,
14214                 add some other things
14215                 
14216         * src/syldap.c
14217                 remove sched_yield() (not necessary / unportable)
14218
14219 2001-10-11 [paul]       0.6.3claws8
14220
14221         * sync with sylpheed 0.6.3cvs3
14222                 see ChangeLog entry 2001-10-10
14223
14224 2001-10-10 [christoph]  0.6.3claws7
14225
14226         * .cvsignore
14227                 ignore 2 files created by newer autotools
14228         * src/prefs_folder_item.c
14229                 using table for widget alignment
14230                 fixed memory leak and broken octal display
14231         * src/filesel.c
14232                 fixed segfault caused by lost filename
14233                 workaround (closes bug #469551)
14234
14235 2001-10-10 [paul]       0.6.3claws6
14236
14237         * sync with sylpheed 0.6.3cvs2
14238                 see ChangeLog entries 2001-10-09 and 2001-10-10
14239
14240 2001-10-10 [darko]      0.6.3.claws5
14241
14242         * src/gtkstext.c
14243                 proper calculation of right margin if smart wrapping is enabled
14244         * src/compose.c
14245                 automatically wrap long lines if wrap quotation is enabled
14246
14247 2001-10-09 [alfons]     0.6.3.claws4
14248
14249         * src/summaryview.c
14250                 select correct row when deleting last row in the summary view (and
14251                 close bug "[ #469104 ] select second last in list when deleting")
14252
14253 2001-10-09 [paul]       0.6.3claws3
14254
14255         * sync with sylpheed 0.6.3cvs1
14256                 updated some autotool scripts
14257
14258 2001-10-09 [darko]      0.6.3claws2
14259
14260         * src/gtkstext.[ch]
14261                 new name and mark with Sylpheed comment
14262         * src/compose.c
14263                 smart quotation wrapping a-la VIM
14264
14265 2001-10-08 [paul]       0.6.3claws1
14266
14267         * sync with sylpheed 0.6.3 release
14268                 see ChangeLog entry 2001-10-08
14269
14270 2001-10-08 [paul]       0.6.2claws24
14271
14272         * src/summaryview.c
14273                 more sync with sylpheed 0.6.2cvs12
14274                 Fixed the bug that didn't select the last row correctly
14275
14276
14277 2001-10-07 [paul]       0.6.2claws23
14278
14279         * sync with sylpheed 0.6.2cvs12
14280                 see ChangeLog entry 2001-10-07
14281
14282 2001-10-06 [match]
14283         * src/jpilot.[ch]
14284                 enable jpilot to read unsynch'ed addresses.
14285
14286         * src/editldap_basedn.c
14287                 fix segfault when opening dialog.
14288
14289 2001-10-06 [alfons]     0.6.2.claws22
14290
14291         * src/summaryview.c
14292                 fix bug with summary view selecting last *inserted*
14293                 node instead of last *visible* node. remember we
14294                 work with a tree
14295
14296 2001-10-06 [paul]       0.6.2claws21
14297
14298         * po/pt_BR.po
14299                 updated translation, contains some fixes and new
14300                 translations, submitted by Gustavo Noronha Silva
14301                 <kov@debian.org>
14302
14303         * src/prefs_common.c
14304                 change 'each' to 'every' - fix dubious English
14305
14306         * sync with sylpheed 0.6.2cvs11
14307
14308 2001-10-05 [alfons]     0.6.2claws20
14309
14310         * src/mainwindow.[ch], src/folderview.c
14311                 make composite tool button switch between "Compose News"
14312                 and "Compose Mail" depending on selected folder
14313                 (nifty idea by Kim Schulz <kim@schulz.dk>)
14314
14315 2001-10-05 [paul]       0.6.2claws19
14316
14317         * src/mainwindow.c, src/summaryview.c
14318                 fix 'Message/Reply to all', broken in last commit
14319
14320         * src/compose.c
14321                 fix X_BEENTHERE seg fault, thanks to Alfons
14322
14323 2001-10-04 [paul]       0.6.2claws18
14324
14325         * src/compose.[ch], src/mainwindow.c
14326                 make "Message/Reply" reply to mailing lists; matches
14327                 'X-Mailing-list:' and 'X-BeenThere:' ML headers.
14328                 based on portions of the patch submitted by
14329                 Junichi Uekawa <dancer@netfort.gr.jp>
14330
14331 2001-10-04 [darko]      0.6.2claws17
14332
14333         * src/compose.c
14334                 better smart wrapping
14335         * src/gtkstext.[hc]
14336                 a function to make text buffer contiguous
14337
14338 2001-10-03 [paul]       0.6.2claws16
14339
14340         * sync with sylpheed 0.6.2cvs10
14341
14342 2001-10-02 [alfons]
14343
14344         * configure.in
14345         * po/zh_CN.GB2312.po, po/zh_TW.Big5.po
14346                 close bug "[ #466566 ] compile error on mdk 8.0" by removing
14347                 references to chinese translations (hope someone picks up
14348                 this)
14349
14350 2001-10-02 [christoph]  0.6.2claws15
14351
14352         * src/compose.c
14353                 fixed non translated header bug
14354         * ChangeLog.claws
14355                 fixed wrong date in alfons last entry ;)
14356
14357 2001-10-02 [alfons]     0.6.2claws14
14358
14359         * src/compose.c, src/prefs_common.[ch]
14360                 add block cursor option
14361
14362 2001-10-02 [paul]       0.6.2claws13
14363
14364         * sync with sylpheed 0.6.2cvs9
14365
14366 2001-09-30 [paul]       0.6.2claws12
14367
14368         * po/de.po, po/es.po, po/fr.po, po/nl.po, po/pt_BR.po
14369                 updated translations
14370
14371         * po/POTFILES.in
14372                 add 'src/importldif.c'
14373
14374         * AUTHORS, tools/README, tools/eud2gc.py, tools/Makefile.am
14375                 added eudora-to-vCard conversion tool
14376                 submitted by Jeroen Versteeg <j.m.versteeg@student.utwente.nl>
14377
14378         * sync with sylpheed 0.6.2cvs8
14379
14380 2001-09-30 [paul]
14381
14382         * sylpheed-0.6.2claws released
14383
14384 2001-09-27 [melvin]     0.6.2claws11
14385
14386         * src/gtkspell.c
14387                 fixed crash when using default path (introduced 
14388                 in 0.6.2claws10)
14389                 fixed tiny bug for initial suggestion mode
14390
14391 2001-09-27 [melvin]     0.6.2claws10
14392         
14393         * src/gtkspell.c
14394                 fixed bug where gtkpspell didn't set the path correctly
14395
14396         * README.claws
14397                 added a paragraph about spell checking
14398                 
14399
14400
14401 2001-09-27 [paul]       0.6.2claws9
14402
14403         * src/addrbook.c, src/addrcache.c, src/addritem.c, src/jpilot.c
14404                 replace '// comments' with '/* comments */' to prevent
14405                 some compiler warnings 
14406
14407         * sync with sylpheed 0.6.2cvs6
14408
14409 2001-09-26 [alfons]     0.6.2claws8
14410
14411         * src/messageview.c
14412                 introduce return receipt request notification again,
14413                 which was lost because of other semantics in 
14414                 procheader_parse() (???)
14415
14416 2001-09-26 [christoph]  0.6.2claws7
14417
14418         * src/compose.c
14419                 replace comments for old code with #if 0
14420                 readded auto cc, bcc and reply-to
14421         * src/prefs_matcher.c
14422         * src/prefs_scoring.c
14423                 removed some definition (was moved to
14424                 prefs.h)
14425
14426 2001-09-26 [paul]       0.6.2claws6
14427
14428         * src/mainwindow.c
14429                 make 'Follow-up and reply to' sensitive
14430
14431         * more sync with sylpheed 0.6.2cvs5
14432
14433 2001-09-25 [melvin]
14434
14435         * 0.6.2claws5
14436
14437         * src/gtkspell.c
14438                 fixed bug for "US-ASCII" introduced by the encoding code
14439
14440 2001-09-25 [paul]
14441
14442         * 0.6.2claws4
14443
14444         * src/prefs_common.[ch], src/summaryview.c
14445                 'next unread msg' 'go to next folder?' dialog can be
14446                 given default behaviour, either always show dialog,
14447                 or assume 'yes', or assume 'no'
14448                 Submitted by wwp <subscript@free.fr>
14449
14450 2001-09-25 [melvin]
14451                 
14452         * src/compose.c src/gtkspell.[ch]
14453                 added support for different encodings
14454
14455 2001-09-25 [paul]
14456
14457         * more sync with sylpheed 0.6.2cvs5
14458
14459 2001-09-24 [alfons]
14460         
14461         * src/prefs_folder_item.c
14462                 add check for item->prefs->default_to string is NULL and
14463                 add another check when freeing this string
14464
14465 2001-09-24 [paul]
14466
14467         * configure.in
14468                 change to version 0.6.2claws3
14469
14470         * sync with sylpheed 0.6.2cvs5 
14471
14472 2001-09-24 [match]
14473         * src/ldif.[ch], src/importldif.[ch], addressbook.c
14474                 import LDIF files.
14475         * src/addrcache.[ch], addrindex.[ch]
14476                 small update for future
14477         * src/addrbook.c
14478                 fix test XML file.
14479
14480 2001-09-24 [melvin]
14481         * src/gtkspell.[ch]
14482                 added 'Learn from mistakes' option
14483                 better handling of quotes in checked words
14484                 sorted dict list
14485         * po/fr.po
14486                 small update for spell checking stuff
14487
14488 2001-09-23 [alfons]
14489         
14490         * src/gtkspell.c
14491                 edit a little bit so it complies more with main coding style
14492
14493 2001-09-23 [alfons]
14494
14495         * src/folder.[ch], prefs_folder_item.c, compose.c
14496                 migrate "request return receipt" folder property
14497                 to folderlist.xml
14498
14499 2001-09-22 [alfons]
14500
14501         * README.claws **NEW**
14502                 (add things of interest for users of main branch 
14503                 and claws here)
14504
14505         * src/folder.[ch], src/mainwindow.c, src/summaryview.c
14506                 re-implement threading per folder option, but store 
14507                 the setting in folderlist.xml (where it belongs)
14508
14509 2001-09-21 [melvin]
14510
14511         * src/gtkspell.[ch]
14512                 fixed bug when compose window is under another window
14513         * src/prefs_common.[ch] src/compose.c
14514                 changed 'dictionary_path' to 'dictionary' to be consistent
14515                 dropped PSPELL_PATH macro (hard coded default to /usr/local/share/pspell)
14516         * ac/pspell.m4 src/Makefile.am 
14517                 dropped PSPELL_PATH macro
14518         * po/fr.po
14519                 updated translations
14520
14521 2001-09-21 [christoph]
14522
14523         * src/compose.c
14524                 added border around header fields
14525                 keep header type when new field is added
14526
14527 2001-09-20 [christoph]
14528
14529         * src/utils.[ch]
14530                 more portable debug_print with source filename
14531                 and linenumber
14532         * src/procmsg.c
14533                 more newlines after debug messages
14534
14535 2001-09-20 [paul]
14536
14537         * configure.in
14538                 change to version 0.6.2claws2
14539
14540         * sync with sylpheed 0.6.2cvs3
14541
14542 2001-09-19 [melvin]
14543
14544         * src/gtkspell.c
14545                 fixed the post-right-click focus pb
14546                 fixed crash when 'Spell check all' after dict change 
14547                         and when cursor is at the end of the text
14548                 shift-right-click pops up config menu even on misspelled words.
14549         * po/POTFILES.in
14550                 added gtkspell.c
14551
14552 2001-09-19 [melvin]
14553
14554         * src/about.c
14555                 added pspell to compiled-in features list
14556
14557 2001-09-18 [melvin]
14558
14559         * switched to pspell and dropped ispell
14560         * ac/pspell.m4
14561                 new file. autoconf macro for pspell
14562         * ac/Makefile.am 
14563         * configure.in acconfig.h
14564                 added pspell support
14565         * src/Makefile.am
14566         * src/main.c src/compose.[ch] src/gtkspell.[ch]
14567         * src/prefs_common.[ch] 
14568                 added pspell support
14569
14570 2001-09-18 [christoph]
14571
14572         * src/addr_compl.c
14573         * src/template.[ch]
14574                 replace LOG_MESSAGE with debug_print
14575         * src/compose.[ch]
14576                 gui improvements
14577         * src/menu.c
14578                 added newline after debug message
14579         * src/utils.h
14580                 using __VA_ARGS__ for debug_print macro
14581         * tools/.cvsignore
14582                 ignore Makefile and Makefile.in
14583
14584 2001-09-18 [paul]
14585
14586         * configure.in
14587                 change to version 0.6.2claws1
14588         * sync with sylpheed 0.6.2cvs1
14589
14590         * src/matcher.c 
14591         * src/prefs_matcher.c
14592                 add 'score equal to' option, submitted by
14593                 Paul Evans <nerd@freeuk.com>
14594
14595 2001-09-15 [christoph]
14596
14597         * src/mainwindow.c
14598                 comment out menu entry not existing in claws
14599         * src/menu.c
14600                 add debug output for non existing menu entries
14601         * src/summaryview.c
14602                 fix next/prev unread message for ignored threads
14603         * src/utils.[ch]
14604                 add sourcefile and line number to debug output
14605                 otherwise it is sometimes hard to find the
14606                 source code part if debug messages are translated
14607
14608 2001-09-14 [darko]
14609         
14610         * src/folderview.c
14611                 refresh target folder style after colour is changed
14612
14613 2001-09-13 [paul]
14614
14615         * configure.in
14616                 change to version 0.6.1claws3
14617
14618         * sync with sylpheed 0.6.1cvs6
14619
14620 2001-09-13 [darko]
14621         
14622         * src/folderview.c
14623                 fix target folder colourization to use user selected colour
14624
14625 2001-09-12 [darko]
14626         
14627         * src/summaryview.c
14628                 fix crash when message that is marked for copy/move is unmarked
14629
14630 2001-09-09 [paul]
14631
14632         * configure.in
14633                 change to version 0.6.1claws2
14634
14635         * sync with sylpheed 0.6.1cvs3
14636
14637 2001-09-09 [alfons]
14638         
14639         * src/folderview.c
14640                 fix bug with default font used for trash folder text
14641
14642 2001-09-06 [paul]
14643
14644         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14645                 updated translations
14646
14647         * configure.in
14648                 change to version 0.6.1claws1
14649
14650         * sync with sylpheed 0.6.1cvs2
14651
14652 2001-09-03 [paul]
14653
14654         * po/POTFILES.in
14655                 add Match's new addressbook
14656
14657         * po/de.po
14658                 updated translation submitted by Jens Oberender
14659
14660 2001-09-02 [paul]
14661
14662         * configure.in
14663                 change to 0.6.1claws
14664         * sync with sylpheed 0.6.1 release
14665
14666 2001-09-02 [paul]
14667
14668         * configure.in
14669                 change to 0.6.0claws2
14670
14671         * sync with sylpheed 0.6.0cvs4
14672
14673         * po/pt_BR.po
14674                 updated translation submitted by Fabio Junior Beneditto
14675
14676 2001-09-01 [match]
14677         * pixmaps/
14678                 interface.xpm
14679                 book.xpm
14680                 address.xpm
14681         * src/
14682                 Makefile.am
14683                 a ton of new files
14684
14685 2001-08-31 [paul]
14686
14687         * configure.in
14688                 change to version 0.6.0claws1
14689
14690         * sync with sylpheed 0.6.0cvs1
14691
14692         * po/es.po
14693                 updated translation submitted by Ricardo Mones Lastra
14694
14695         * po/POTFILES.in
14696                 add 'src/prefs_templates.c'
14697
14698         * src/compose.c, src/summaryview.c
14699                 fix segfault on 'Re_edit'               
14700
14701 2001-08-30 [alfons]
14702
14703         * configure.in, Makefile.am
14704         * tools/Makefile.am
14705                 add tools directory to source distribution
14706
14707 2001-08-30 [paul]
14708
14709         * configure.in
14710                 change to version 0.6.0claws
14711
14712         * sync with sylpheed 0.6.0 release
14713
14714 2001-08-30 [christoph]
14715
14716         * configure.in
14717                 removed autoconf version check
14718
14719 2001-08-30 [paul]
14720
14721         * src/account.c, src/compose.c, src/prefs_common.[ch]
14722         * src/procheader.[ch] src/utils.[ch]
14723                 Enhanced automatic account selection on replies
14724                 Submitted by Melvin Hadasht <melvin.hadasht@free.fr>
14725
14726         * configure.in
14727                 add LDAP and JPilot to the configuration results output.
14728
14729 2001-08-29 [christoph]
14730
14731         * src/summeryview.c
14732                 no bold font for ignored threads
14733
14734 2001-08-29 [paul]
14735
14736         * configure.in
14737                 change to version 0.5.3claws6
14738
14739         * sync with sylpheed 0.5.3cvs10
14740                 src/stringtable.[ch]: New Files
14741
14742         * src/compose.c, src/gtkutils.c, src/gtkutils.h, src/mainwindow.c
14743         * src/pixmaps/sylpheed.xpm
14744                 add mini-icons to windows (by Alfons)
14745
14746 2001-08-27 [paul]
14747
14748         * src/mainwindow.c
14749                 new functions: next_labeled_cb(), prev_labeled_cb()
14750
14751         * src/summaryview.c
14752                 new functions: summary_find_next_labeled_msg(), summary_find_prev_labeled_msg(),
14753                 summary_select_next_labeled(), summary_select_prev_labeled()
14754
14755         * src/pixmaps/dir-close.xpm, src/pixmaps/dir-open.xpm, src/pixmaps/trash.xpm
14756                 give claws blue folders and a blue trash can
14757
14758 2001-08-27 [paul]
14759
14760         * configure.in
14761                 change to version 0.5.3claws5
14762
14763         * sync with sylpheed 0.5.3cvs9
14764                 src/labelcolors.[ch] renamed to src/colorlabel.[ch] 
14765
14766 2001-08-24 [christoph]
14767
14768         * src/filesel.c
14769                 keep filename when browsing directories
14770                 (not working for user entered filename, but
14771                  for default name and selected filename from
14772                  file list)
14773         * src/mainwindow.c
14774                 fixed wrong spelling "Folllow-up"
14775         * src/mbox_folder.c
14776         * src/procmsg.c
14777         * src/summaryview.c
14778                 fixed new/unread message count with ignored
14779                 threads (2 commits, first didn't notice no
14780                 longer needed decreasing)
14781         * src/inc.c
14782                 readded scrolling of progress dialog
14783                 (lost in sync)
14784
14785 2001-08-24 [paul]
14786
14787         * configure.in
14788                 change to 0.5.3claws4
14789
14790         * sync with sylpheed 0.5.3cvs7
14791
14792 2001-08-24 [christoph]
14793
14794         * src/compose.c
14795                 set request return receipt when replying
14796                 if it is set is the folder prefs of the
14797                 message
14798         * src/inc.c
14799                 disable final error popup if popups are
14800                 disabled in config (again)
14801
14802 2001-08-23 [paul]
14803
14804         * configure.in
14805                 Change version number to 0.5.3claws3
14806
14807         * sync with sylpheed 0.5.3cvs5
14808
14809         * src/mimeview.c
14810                 double quote '%s' in 'gedit %s' to fix bug when
14811                 opening attachment with spaces in the name
14812
14813 2001-08-22 [alte]
14814         * src/Makefile.am, src/compose.[ch], src/defs.h, src/mainwindow.c,
14815           src/prefs_templates.[ch], src/template.[ch], src/template_select.[ch]
14816                 initial message templates support
14817
14818
14819 2001-08-22 [paul]
14820
14821         * configure.in
14822                 change version number to 0.5.3claws2
14823
14824         * sync with sylpheed 0.5.3cvs4
14825
14826         * src/procmsg.h src/summaryview.c
14827                 re-implement (un)ignore thread
14828
14829 2001-08-21 [paul]
14830
14831         * src/summaryview.c
14832                 remove unnecessary code
14833         * src/compose.c
14834                 enable 'dynamic' signatures (submitted by
14835                 Eric Limpens <eric@hscg-internet.nl>)
14836
14837 2001-08-21 [paul]
14838
14839         clean up after sync with sylpheed 0.5.3 release
14840
14841         * src/folderview.c
14842                 fix re-introduced font mess, see Christoph's
14843                 entry 2001-06-24
14844
14845         * src/summaryview.c
14846                 remove prev_msgnum
14847                 use sylpheed's small font instead of
14848                 gtk default font for summary view
14849
14850
14851 2001-08-17 [paul]
14852
14853         * configure.in
14854                 add pl to ALL_LINGUAS - sync with main branch
14855
14856         * po/de.po, po/es.po, po/nl.po, po/pt_BR.po
14857                 Updated. Translations by Jens Oberender, Ricardo Mones
14858                 Lastra, Alfons, and Fabio Junior Beneditto respectively.
14859
14860         * po/pl.po  ** NEW FILE **
14861                 sync with the main branch
14862
14863         * src/folderview.c
14864                 fix target folder colorizing and refresh problem
14865
14866
14867 2001-08-17 [christoph]
14868
14869         * src/mainwindow.c
14870                 claws uses 4 colors for target folder coloring.
14871                 arrays were not long enough and destroyed the
14872                 stack causing a segfault.
14873                 target folder colorizing does not work anymore
14874                 for me
14875
14876 2001-08-16 [paul]
14877
14878         * configure.in
14879                 change to version 0.5.3claws1
14880
14881         * src/folder.h, src/folderview.[ch], src/gtkutils.[ch],
14882           src/inc.[ch], src/mainwindow.c, src/pop.c, src/prefs_account.c,
14883           src/prefs_common.[ch], src/summaryview.[ch], src/textview.c, src/utils.c
14884
14885                 sync with sylpheed 0.5.3 release, but keep claws method of
14886                 configuring/saving fonts
14887
14888         * src/addressbook.[ch]
14889                 rename addressbook_add_contact_by_menu() to addressbook_add_submenu()
14890                 in line with a similar change in Hiroyuki's branch
14891
14892         * src/mainwindow.[ch]
14893                 disable main_window_set_thread_option()
14894         * src/prefs_folder_item.c
14895                 comment out &tmps_prefs.enable_thread,
14896         * src/mbox_folder.c, src/procmsg.[ch]
14897                 comment out MSG_IS_IGNORE_THREAD
14898         * src/summaryview.c
14899                 comment out summary_ignore_thread() and summary_unignore_thread()
14900                 comment out MSG_IS_IGNORE_THREAD
14901
14902                 use Hiroyuki's threading instead.
14903
14904
14905
14906 2001-08-15 [paul]
14907
14908         * src/account.c
14909                 use Hiroyuki's 0.5.3 column scheme but also
14910                 include the enable/disable button.
14911         * src/pixmaps/mark.xpm
14912                 add Hiroyuki's amended pixmap
14913
14914 2001-08-13 [christoph]
14915
14916         * src/account.c
14917                 receive at get all column showed wrong state for APOP
14918                 button should only work for POP3 and APOP accounts
14919         * src/prefs_account.c
14920                 added missing preprocessor statement for SSL
14921
14922 2001-08-12 [paul]
14923
14924         * src/account.[ch]
14925                 add 'receive at get all' column and enable/disable
14926                 button.
14927
14928 2001-08-06 [christoph]
14929
14930         * src/account.c
14931                 show usage of SSL in protocol column
14932
14933         * src/imap.c
14934         * src/inc.c
14935                 renamed ssl options
14936
14937         * src/prefs_account.[ch]
14938                 moved ssl options to a new page
14939
14940         * src/send.c
14941         * src/smtp.c
14942         * src/ssl.[ch]
14943                 renamed ssl options
14944                 added support for SMTP STARTTLS command
14945
14946 2001-08-05 [christoph]
14947
14948         * configure.in
14949                 debian autoconf needs version check to find
14950                 correct autoconf version. if the file is
14951                 named configure.in 2.13 is used, which does
14952                 not work with this configure.in script.
14953                 other solution would be to rename the script
14954                 to configure.ac as suggested in the autoconf
14955                 manual.
14956
14957         * src/inc.c
14958                 disable final error popup if popups are
14959                 diabled in config
14960
14961         * src/socket.c
14962                 bugfix in ssl_gets
14963                 fixes IMAP over SSL problem
14964
14965 2001-08-03 [paul]
14966
14967         * configure.in
14968                 change to 0.5.2claws1
14969
14970         * sync with sylpheed 0.5.2cvs1
14971
14972 2001-08-02 [alfons]
14973
14974         * configure.in
14975                 quick fix for ispell detection...
14976
14977 2001-08-01 [paul]
14978
14979         * configure.in
14980                 change to 0.5.1claws4
14981
14982         * sync with sylpheed 0.5.1cvs7
14983
14984 2001-07-31 [alfons]
14985
14986         * src/prefs_common.c, src/prefs_common.h, 
14987           src/gtkspell.c, src/gtkspell.h
14988                 add global spelling checker settings (compose tab) +
14989                 selection of dictionary 
14990           
14991         * configure.in  
14992                 guess valid ispell location
14993
14994 2001-07-31 [paul]
14995
14996         * po/POTFILES.in
14997                 removal of 'src/quote_fmt_parse.c'
14998         * po/de.po
14999                 Updated de.po
15000                 (submitted by Jens Oberender <didge@suse.de>)
15001
15002 2001-07-31 [darko]
15003
15004         * src/folder.[ch]
15005         * src/folderview.[ch]
15006         * src/mainwindow.c
15007         * src/mh.c
15008         * src/prefs_common.[ch]
15009         * src/summaryview.c
15010                 target folder colourization
15011
15012 2001-07-30 [paul]
15013
15014         more sync with Sylpheed 0.5.1cvs6 
15015
15016 2001-07-30 [darko]
15017
15018         * src/mh.c
15019         * src/prefs_folder_item.[hc]
15020         * src/summaryview.c
15021                 shared folders support with a GUI
15022
15023 2001-07-29 [paul]
15024
15025         0.5.1claws3
15026
15027         * sync with Sylpheed 0.5.1cvs6
15028
15029 2001-07-29 [paul]
15030
15031         * po/pt_BR.po
15032                 updated
15033                 (submitted by Fabio Junior Beneditto)
15034
15035 2001-07-28 [paul]
15036
15037         * src/procmime.c
15038         * AUTHORS
15039                 patch to correct bad image mime headers
15040                 (submitted by Don Quijote <dq@searchlores.org>)
15041
15042 2001-07-28 [paul]
15043
15044         * tools/gif2xface.pl   **NEW FILE**
15045         * tools/README
15046                 script to convert file.gif to file.xface for
15047                 use in a custom header.
15048                 (submitted by Ricardo Mones Lastra <mones@aic.uniovi.es>)
15049
15050 2001-07-27 [alfons]
15051         
15052         * configure.in
15053                 change macros for detecting JPilot and LDAP
15054
15055 2001-07-27 [christoph]
15056
15057         * src/filtering.c
15058                 code cleanup (MIN / MAX warning, needed casting)
15059
15060 2001-07-27 [alfons]
15061
15062         * procheader.c
15063                 disallow setting flags when detecting certain headers
15064                 (X-Status, Status, Seen, X-Seen). 
15065         
15066         * sync with Hiroyuki's Sylpheed 0.5.1cvs5
15067
15068 2001-07-27 [christoph]
15069
15070         * src/prefs_filter.c
15071         * src/prefs_filtering.c
15072         * src/prefs_matcher.c
15073         * src/prefs_scoring.c
15074                 scroll list when moving rows up or down
15075
15076         * src/imap.c
15077         * src/imap.h
15078         * src/prefs_account.c
15079         * src/prefs_account.h
15080         * src/send.c
15081                 SMTP over SSL (untested, feedback requested)
15082                 IMAP over SSL
15083
15084         * src/ssl.c
15085                 code cleanup
15086
15087 2001-07-26 [alfons]
15088         
15089         * configure.in, acconfig.h
15090                 define CLAWS (need this for main / claws detection)
15091
15092 2001-07-25 [alfons]
15093
15094         * configure.in
15095                 Sylpheed 0.5.1claws2
15096                 
15097         * sync with Sylpheed 0.5.1cvs4
15098
15099 2001-07-25 [christoph]
15100
15101         * src/scoring.c
15102                 fixed segfault
15103                 item->prefs == NULL (don't know why)
15104
15105 2001-07-25 [alfons]
15106
15107         * configure.in
15108                 Sylpheed 0.5.1claws1
15109
15110         * sync with Sylpheed 0.5.1cvs1-3
15111
15112 2001-07-24 [christoph]
15113
15114         * src/folderview.c
15115         * src/prefs_folder_item.[ch]
15116                 added folderitem preferences dialog with
15117                 default To: and auto request return receipt
15118
15119         * src/compose.[ch]
15120         * src/menu.[ch]
15121                 changes to handle new folderitem preferences
15122
15123         * src/mainwindow.c
15124         * src/summaryview.c
15125                 call compose new mail with current folderitem
15126
15127 2001-07-24 [alfons]
15128
15129         Release Sylpheed 0.5.1claws
15130
15131         * configure.in
15132                 change to release version 0.5.1claws
15133
15134 2001-07-24 [christoph]
15135
15136         * src/summaryview.c
15137                 fixed segfault that happend when the selected
15138                 message was removed while retrieving new messages.
15139
15140         * po/es.po
15141                 updated translation
15142                 (submitted by Ricardo Mones Lastra <mones@trasgu.aic.uniovi.es>)
15143
15144 2001-07-22 [alfons]
15145
15146         add English User Manual for Sylpheed by Paul Kater (paul@nlpagan.net).
15147         this is a work in progress, for more information: http://nlpagan.net/sylman 
15148         
15149         * configure.in, src/mainwindow.c, manual/Makefile.am
15150                 add support for English manual
15151
15152         * AUTHORS
15153                 add authors of user manuals
15154
15155         * manual/en/sylpheed*.html
15156                 add English documentation
15157
15158 2001-07-22 [christoph]
15159
15160         * po/POTFILES.in
15161                 added src/ssl.c
15162         * src/ssl.c
15163                 changed a wrong debug message
15164
15165 2001-07-22 [alfons]
15166
15167         * po/nl.po
15168                 update Dutch translation
15169
15170         * src/prefs_filtering.c, 
15171           src/prefs_matcher.c
15172                 add more translatable strings           
15173
15174 2001-07-21 [alfons]
15175
15176         0.5.0claws7
15177
15178         * configure.in
15179                 change version
15180
15181         * src/inc.c, src/summaryview.[ch]
15182                 prevent update of mark file when filtering has done, by
15183                 using a variable; this affects two functions:
15184                         inc.c::inc_finished()
15185                         summaryview.c::summary_show()
15186
15187 2001-07-20 [alfons]
15188
15189         * src/filtering.[ch], src/prefs_filtering.c, 
15190           src/matcher.[ch]
15191                 add filtering action for label coloring 
15192
15193         * po/POTFILES.in
15194                 add labelcolors.c
15195
15196         * added src/labelcolors.c
15197         * added src/labelcolors.h
15198         * src/Makefile.am, src/summaryview.c
15199                 rearrange label coloring code
15200
15201         * src/procmsg.h
15202                 add more parentheses so label colouring works correctly
15203
15204         * src/filtering.c
15205                 don't really delete message, but move it to Trash
15206
15207         * src/prefs_matcher.c
15208                 add quote options to info dialog
15209
15210 2001-07-20 [christoph]
15211
15212         * src/Makefile.am
15213         * src/inc.c
15214         * src/main.[ch]
15215         * src/socket.h
15216         * src/ssl.[ch] (new)
15217                 moved ssl stuff to a seperate file
15218
15219 2001-07-20 [darko]
15220
15221         * src/summaryview.c
15222                 fix show sender using address book with no e-mail
15223                 address in From: field
15224
15225 2001-07-19 [alfons]
15226
15227         * src/matcher.[ch], src/filtering.c, src/prefs_filtering.c
15228                 fix messy handling of escaping... now at least the
15229                 execute command is useful. escape char is '\', we
15230                 accept \n and \r too. 
15231
15232                 Real life example:
15233                 
15234                 subject match "GIMME YOUR FILTERS" execute "mail -s \"%f don\'t hurt me, please!\" %f < ~/.sylpheed/filteringrc
15235                 subject match "GIMME YOUR FILTERS" execute "mail -s \"mommy, mommy, %f is being mean!\" admin < %F
15236
15237 2001-07-18 [alfons]
15238
15239         0.5.0claws6
15240
15241         * src/summaryview.c
15242                 clean up
15243
15244         * src/matcher.c, src/filtering.[ch], src/inc.c, src/mbox.c,
15245           src/procmsg.[ch]
15246                 revise filtering; currently move, copy, marking have
15247                 been tested. if you like bleeding edge stuff, you
15248                 should definitely go for this version :)
15249
15250         * mark old working stuff as VERSION_0_5_0_CLAWS5        
15251
15252 2001-07-17 [christoph]
15253
15254         * src/utils.c
15255                 timestamp log
15256
15257 2001-07-17 [alfons]
15258
15259         0.5.0claws5
15260
15261         * sync with Hiroyuki's 0.5.0cvs5; this version allows us to put more 
15262           bits in the mark file, without affecting either branch. Lots of
15263           files changed, also in claws branch.
15264
15265           UNTESTED: use of mbox folders
15266
15267         * src/summaryview.c
15268                 added mark all read; however this was a quick hack used for
15269                 cleaning up mess after initial merge with Hiroyuki
15270
15271         * configure.in
15272                 change claws version number back to 0.5.0claws5 to clear up 
15273                 confusion & pretension (recent release was technically 
15274                 0.5.0claws4, so we neatly align with Hiroyuki :-)
15275
15276 2001-07-16 [alfons]
15277
15278         sync with Hiroyuki's 0.5.0cvs4
15279
15280 2001-07-16 [alfons]
15281
15282         0.5.1claws3
15283
15284         * src/filtering.[ch]
15285                 remove invalid updating of mark files for 
15286                 filter actions MATCHING_ACTION_MOVE and 
15287                 MATCHING_ACTION_DELETE; this should fix the
15288                 folder update bug
15289                 
15290         * src/procmsg.c
15291                 revert Christoph's stab at fixing the folder 
15292                 update bug
15293
15294         * po/POTFILES.in
15295                 add missing files with translatable strings
15296
15297         * src/summaryview.c
15298                 remove debug print
15299
15300 2001-07-15 [alfons]
15301
15302         * src/addr_compl.[ch], src/prefs_filtering.c
15303                 make "filtering pref dialog's destination entry" an
15304                 "address completable entry", if filter destination is 
15305                 an email address
15306
15307         0.5.1claws2
15308         
15309         sync with Hiroyuki's 0.5.0cvs2-3
15310
15311 2001-07-15 [christoph]
15312
15313         * src/procmsg.c
15314                 fixed folder stats update after incorporation
15315
15316 2001-07-15 [alfons]
15317
15318         * src/summaryview.c
15319                 * finish label colouring stuff (for now)
15320                 * fix incorrect colour bug (off by one) 
15321
15322 2001-07-14 [alfons]
15323
15324         * src/mainwindow.c
15325                 change text labels for news and mail message so there's
15326                 plenty of toolbar estate left
15327
15328         * configure.in
15329                 0.5.1claws1
15330
15331         * src/folderview.c
15332           src/folder.[ch]
15333                 sync with Hiroyuki's 0.5.0cvs1
15334
15335         * src/summaryview.c
15336                 more rewrite label colouring
15337
15338 2001-07-14 [alfons]
15339
15340         * src/summaryview.[ch]
15341                 * start rewrite label colouring 
15342                 * fix proper location "Add Sender To Addressbook" menu item
15343
15344 2001-07-13
15345
15346         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15347         (actually this is 0.5.0claws4)
15348
15349 2001-07-13 [alfons]
15350
15351         * po/pt_BR.po
15352                 * fix duplicate message
15353                 * add updated Portugese / Brazilian translation
15354                   submitted by Fabio Junior Beneditto
15355
15356 2001-07-12 [alfons]
15357
15358         * AUTHORS
15359                 add Jens
15360
15361         * po/nl.po
15362                 add updated Dutch translation
15363
15364         * po/de.po
15365                 add updated German translation submitted by Jens
15366
15367 2001-07-11 [alfons]
15368
15369         Prerelease before 0.5.0claws. Please test.
15370         This version is temporarily tagged as VERSION_0_5_0_TEST
15371
15372         * src/matcher.[ch], src/summaryview.c, src/scoring.[ch]
15373           src/prefs_scoring.c, src/prefs_matcher.c, 
15374           src/prefs_filtering.c, src/mbox.c, 
15375           src/main.c, src/inc.c, src/filtering.[ch]
15376                 revert new Hoa's new matcher (does not work yet)
15377
15378         * src/Makefile.am
15379                 clean up
15380
15381 2001-07-10
15382
15383         Release 0.5.0claws "Paul Will Be Back Soon, Promise!"
15384
15385
15386 2001-07-10 [alfons]
15387
15388         * Makefile.am
15389                 add ChangeLog.claws to EXTRA_DIST
15390         * src/Makefile.am
15391                 add matcher_parser_parse.h to EXTRA_DIST
15392
15393 2001-07-10 [christoph]
15394
15395         * src/inc.c
15396                 add destination folder to table of
15397                 folders that need to be updated after
15398                 incorporation
15399
15400 2001-07-10 [alfons]
15401
15402         * folder.[ch]
15403           folderview.c
15404                 make collapse state of folders and folder items persistent, i.e.
15405                 if you collapse a folder tree, the next time sylpheed-claws starts 
15406                 up the folder tree remains collapsed.  
15407                 
15408 2001-07-10 [christoph]
15409
15410         * acconfig.h
15411         * configure.in
15412                 added --enable-ssl
15413         * src/md5.[ch]
15414                 renamed MD5_CTX to MD5_CTX_syl
15415                 conflicts with a struct in openssl
15416         * src/inc.c
15417         * src/main.[ch]
15418         * src/prefs_account.[ch]
15419         * src/socket.[ch]
15420                 SSL support for POP
15421         * src/mainwindow.c
15422                 fixed compose with current account
15423                 broken by new compose button stuff
15424
15425 2001-07-09 [hoa]
15426
15427         * AUTHORS
15428                 changed my email address
15429
15430         * src/matcher_parser_parse.y
15431                 clean the parser to remove conflicts
15432
15433 2001-07-09 [alfons]
15434
15435         * AUTHORS
15436                 add Match Grun
15437
15438         * configure.in
15439                 fix incorrect description of --enable-ldap parameter
15440
15441         * src/prefs_common.[ch]
15442           src/compose.c
15443                 add experimental option "smart wrapping" which makes the
15444                 compose editor auto wrap.
15445                 
15446                 | TODO: the problem with the buggy cursor handling is caused |
15447                 | by the GtkText. when deleting / backspacing text its       |
15448                 | wrapping algorithm does not take in account the previous   |
15449                 | line. should find a way to hack this in.                   |
15450                 | or should perhaps combine this with the word wrapping      |
15451                 | patch i wrote in january.                                  |
15452
15453         * src/about.c
15454                 show build parameters for LDAP and JPilot
15455
15456         * src/summaryview.c
15457                 revert Christoph's bugfix for selecting next unread message, 
15458                 because folder stats aren't updated correctly
15459
15460 2001-07-08 [hoa]
15461
15462         * src/filtering.c
15463         * src/mainwindow.c
15464         * src/matcher.c
15465         * src/matcher_parser_lex.l
15466         * src/matcher_parser_parse.y
15467         * src/prefs_filtering.c
15468         * src/prefs_scoring.c
15469         * src/scoring.c
15470                 bugfix of the config file parser
15471
15472 2001-07-08 [alfons]
15473
15474         * src/Makefile.am
15475                 added generated matcher sources to BUILT_SOURCES
15476
15477 2001-07-08 [hoa]
15478
15479         * src/Makefile.am
15480         * src/.cvsignore
15481                 added new config file parser
15482
15483         * src/scoring.[ch]
15484         * src/filtering.[ch]
15485         * src/matcher.[ch]
15486         * src/prefs_filtering.c
15487         * src/prefs_matcher.c
15488         * src/prefs_scoring.c
15489         * added src/matcher_parser.h
15490         * added src/matcher_parser_lex.h
15491         * added src/matcher_parser_lex.l
15492         * added src/matcher_parser_parse.y
15493                 lex & yacc config file parser
15494
15495         * src/mbox.c
15496         * src/inc.c
15497         * src/main.c
15498                 changes prefs_filtering into global_filtering           
15499
15500         * src/summaryview.c
15501                 build threads with subjects only if "Re: " is at the
15502                 beginning of the subject
15503
15504 2001-07-07 [paul]
15505
15506         0.5.0claws
15507
15508         sync with sylpheed 0.5.0
15509                 change of version number only
15510
15511 2001-07-06 [paul]
15512
15513         0.5.0claws5
15514
15515         sync with sylpheed 0.5.0pre5
15516
15517 2001-07-05 [paul]
15518
15519         sync with sylpheed 0.5.0pre4 release
15520                 /po and /manual/ja not sync'ed
15521
15522 2001-07-04 [paul]
15523
15524         more sync with sylpheed 0.5.0pre4
15525
15526 2001-07-03 [christoph]
15527
15528         * src/addressbook.c
15529                 fixed address book broken by address book
15530                 for VCard, JPilot, LDAP
15531
15532 2001-07-03 [alfons]
15533
15534         * src/matcher.c
15535         * src/textview.c
15536                 stopped memory leaks
15537
15538 2001-07-03 [paul]
15539
15540         more sync with sylpheed 0.5.0pre4
15541
15542 2001-07-02 [match]
15543
15544         * included address book patch for VCard, JPilot, LDAP
15545         * pref_common.c - fixed Font options on Display tab (cosmetic)
15546         * alertpanel.c - fixed truncated message
15547
15548 2001-07-02 [christoph]
15549
15550         * src/mbox_folder.c
15551         * src/procmsg.[ch]
15552         * src/summaryview.c
15553                 mark threads for ignoring
15554
15555 2001-07-02 [paul]
15556
15557         0.5.0claws4
15558
15559         * sync with sylpheed 0.5.0pre4
15560                 updated gettext to 0.10.38.
15561
15562 2001-07-01 [paul]
15563
15564         * src/ mainwindow.c
15565         * src/procmsg.h
15566         * src/summaryview.[ch]
15567                 new right-click option: Label.
15568                 substitute for 'Mark-->Mark/Unmark', colours the line.
15569                 (submitted by Satoshi Nagayasu <snaga@snaga.org>)
15570
15571 2001-07-01 [christoph]
15572
15573         * src/folderview.c
15574                 fixed font for trash
15575         * src/summaryview.c
15576                 move ctree to unread message
15577
15578 2001-07-01 [paul]
15579
15580         * sync with sylpheed 0.5.0pre3 release
15581
15582 2001-06-30 [alfons]
15583
15584         * src/filesel.[ch]
15585         * src/compose.c
15586                 allow inserting / attaching multiple files in
15587                 the composer window
15588
15589 2001-06-30 [paul]
15590
15591         * src/codeconv.c
15592                 small change to Alfons' previous stuff so that it
15593                 actually makes
15594
15595 2001-06-30 [alfons]
15596
15597         * lots of files changed; first attempt to merge the changes
15598           and bugfixes submitted by Andre Eibel (ae@baltic-online.de).
15599
15600 2001-06-30 [paul]
15601
15602         * po/pt_BR.po
15603                 updated and completed, translations by Fabio
15604                 Junior Beneditto <fjbeneditto@yahoo.com.br>
15605
15606 2001-06-29 [alfons]
15607
15608         * src/compose.c
15609         * src/mimeproc.[ch]
15610                 allow selecting an attached files' mime type from a 
15611                 list of types.
15612
15613 2001-06-29 [paul]
15614
15615         * more sync with sylpheed 0.5.0pre3
15616
15617 2001-06-29 [paul]
15618
15619         * po/pt_BR.po
15620                 merge with sylpheed.pot and pt_BR.po provided by
15621                 Fabio Junior Beneditto.
15622
15623 2001-06-29 [darko]
15624
15625         * src/procmime.c
15626                 make MIME types case insensitive
15627
15628 2001-06-28 [alfons]
15629
15630         * po/nl.po
15631                 merge with sylpheed.pot and old nl.po; translations added.
15632
15633 2001-06-28 [paul]
15634
15635         * more sync with sylpheed 0.5.0pre3
15636
15637 2001-06-27 [alfons]
15638
15639         * src/summaryview.c
15640                 don't crash when removing parent node of messages
15641                 attracted by subject. this was caused by not deleting
15642                 the parent node from the subject line hash table.
15643
15644 2001-06-27 [alfons]
15645
15646         * src/summaryview.c
15647         * src/compose.[ch]
15648         * src/mainwindow.c
15649                 if there are multiple messages selected, allow forwarding
15650                 them as attachments.
15651
15652 2001-06-27 [paul]
15653
15654         * more sync with sylpheed 0.5.0pre3
15655
15656 2001-06-26 [paul]
15657
15658         0.5.0claws3
15659
15660         * sync with sylpheed 0.5.0pre3
15661
15662 2001-06-25 [paul]
15663
15664         * src/mainwindow.c
15665                 fixed 'compose news article' bug
15666                 from icon-and-text toolbar
15667
15668 2001-06-25 [paul]
15669
15670         * sync with sylpheed 0.5.0pre2 release
15671
15672 2001-06-24 [christoph]
15673
15674         * src/prefs_common.c
15675                 bug fix in font selection
15676         * src/folderview.c
15677                 use sylpheed's normal font instead of
15678                 gtk default font for folders without
15679                 new messages
15680
15681 2001-06-24 [alfons]
15682
15683         * src/mainwindow.[ch]
15684                 added composite compose mail / news button (an idea by Leandro
15685                 Pereira <leandro@linuxmag.com.br>)
15686
15687 2001-06-24 [paul]
15688
15689         Added instructions for ldif-to-xml.py
15690
15691         * tools/README
15692
15693 2001-06-23 [alfons]
15694
15695         Some minor things.
15696
15697         * src/pixmaps/stock_news_compose.xpm
15698                 added pixmap by Leandro
15699         * src/prefs_common.c
15700                 tested built-in spelling checker of GCC 3.0 :)
15701         * po/nl.po
15702                 merged dutch translation of sylpheed-main with
15703                 sylpheed.pot
15704
15705 2001-06-23 [paul]
15706
15707         Added tools directory and files.
15708
15709         * tools/filter_conv.pl
15710                 converts old filter system to new filtering system
15711         * tools/ldif-to-xml.py
15712                 converts netscape addressbook to sylpheed addressbook
15713         * tools/README
15714                 descriptions/instructions for above two files
15715
15716 2001-06-23 [christoph]
15717
15718         * src/inc.c
15719         * src/manage_window.[ch]
15720         * src/prefs_common.[ch]
15721                 mail retrieval dialog can be enabled, disabled
15722                 or hidden if non of sylpheed's windows is active
15723
15724 2001-06-22 [paul]
15725
15726         0.5.0claws2
15727
15728         * sync with sylpheed 0.5.0pre2
15729
15730 2001-06-21 [christoph]
15731
15732         * src/summaryview.c
15733                 show recipient on 'from' for all accounts
15734                 
15735         * src/inc.c
15736         * src/prefs_common.[ch]
15737                 disable error popup on mail receive errors
15738
15739 2001-06-21 [alfons]
15740
15741         * src/compose.c
15742                 made the ruler correctly appear and disappear.
15743
15744         * src/Makefile.am
15745                 removed Hoa's work-in-progress-stuff (interesting!) so 
15746                 claws compiles ok.
15747
15748 2001-06-20 [christoph]
15749
15750         * src/inc.c
15751         * src/progressdialog.c
15752                 added scrolled window for list in progressdialog
15753
15754 2001-06-20 [paul]
15755
15756         sync with sylpheed 0.5.0pre1 release
15757
15758 2001-06-20 [christoph]
15759
15760         * src/summeryview.c
15761                 make building threads by subject work when
15762                 thread view is enabled
15763                 
15764         * src/compose.c
15765         * src/prefs_common.[ch]
15766                 automatically select account for mail replys
15767
15768 2001-06-19 [sergey]
15769
15770         * src/compose.c (compose_create): keep Bcc and Reply-To visible if
15771         they are filled in from the account settings.
15772
15773 2001-06-19 [paul]
15774
15775         * more sync with sylpheed 0.5.0pre1
15776
15777 2001-06-18 [alfons]
15778
15779         * src/Makefile.am,
15780           src/procmime.c
15781                 added --sysconfdir to CPPFLAGS for pointing to the correct
15782                 location of mime.types. 
15783
15784                 NOTE: make sure you use --sysconfdir when running ./autogen.sh
15785                 or ./configure!
15786
15787 2001-06-18 [hoa]
15788
15789         * src/summaryview.c
15790                 fixed some bug when building threads
15791
15792 2001-06-18 [pau]l
15793
15794         * src/prefs_account.c
15795                 UI stuff: More changes to the English
15796
15797 2001-06-18 [paul]
15798
15799         * src/pixmaps/stock_news_compose.xpm: new file
15800         * src/Makefile.am
15801         * src/mainwindow.c
15802         * src/summaryview.c
15803                 Added new icon for Hoa's 'compose a news
15804                 message', plus minor improvements to the
15805                 English
15806
15807         * po/ja.po
15808         * ChangeLog
15809         * ChangeLog.jp
15810                 more sync with sylpheed 0.5.0pre1
15811
15812 2001-06-18 [hoa]
15813
15814         * src/compose.[ch]
15815         * src/mainwindow.c
15816                 Follow-up and reply to
15817
15818         * src/summaryview.[ch]
15819                 Build threads also with subjects
15820
15821 2001-06-17 [hoa]
15822
15823         * src/compose.c
15824                 forwarding use the current account.
15825
15826         * src/mainwindow.c
15827                 the "compose message" button has been replaced with
15828                 "new mail" and "new news" buttons
15829
15830         * src/prefs_common.[ch]
15831                 added a configuration option to use the forward button
15832                 as "forward as attachment"
15833                 changed reply and forward format description
15834
15835         * src/quote_fmt_lex.l
15836         * src/quote_fmt_parse.y
15837                 added message with no signature in format for reply
15838                 and forward.
15839
15840 2001-06-17 [paul]
15841
15842         Minor UI stuff
15843
15844         * src/mainwindow.c
15845         * src/summaryview.c
15846                 Improvements to the English
15847
15848         * src/prefs_common.c
15849                 Improvements to the English and some
15850                 clarity/continuity improvements in the
15851                 description of Quote symbols.
15852
15853 2001-06-17 [paul]
15854
15855         0.5.0claws1
15856
15857         * sync with sylpheed 0.5.0pre1
15858
15859 2001-06-17 [hoa]
15860
15861         * src/compose.c
15862                 Better interface for compose, displayed fields
15863                 are updated whenever we change account.
15864                 Newsgroups field is automatically filled.
15865
15866         * src/mainwindow.c
15867                 Newsgroups field is automatically filled.
15868
15869         * src/prefs_account.c
15870                 Some interface stuff when fields appear and
15871                 disappear.
15872
15873 2001-06-16 [paul]
15874
15875         0.4.99claws
15876
15877         * sync with sylpheed 0.4.99
15878
15879 2001-06-16 [sergey]
15880
15881         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
15882         base64_decoder_free, base64_decoder_decode): new object and
15883         functions for decoding base64 streams.
15884         * src/procmime.c (procmime_decode_content): modified to use the
15885         new base64 decoder.
15886
15887 2001-06-15 [paul]
15888
15889         0.4.99claws10
15890
15891         * sync with sylpheed 0.4.99cvs11
15892
15893 2001-06-13 [paul]
15894
15895         0.4.99claws9
15896
15897         * sync with sylpheed 0.4.99cvs9
15898
15899 2001-06-13 [hoa]
15900
15901         * src/compose.c
15902         * src/prefs_account.c
15903
15904                 SMTP server can be defined in the news account
15905                 mime type of attachment are kept.
15906
15907         * src/summaryview.c
15908
15909                 now choose the highest important score between default
15910                 and important score of folder.
15911
15912 2001-06-09 [alfons]
15913         
15914         * src/prefs_common.c: 
15915
15916                 (prefs_quote_description_create): corrected description of 
15917                 quote format characters
15918
15919 2001-06-09 [paul]
15920
15921         0.4.99claws8
15922
15923         * sync with sylpheed 0.4.99cvs8
15924
15925 2001-06-08 [sergey]
15926
15927         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
15928         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
15929
15930 2001-06-08 [paul]
15931
15932         0.4.99claws7
15933
15934         * sync with sylpheed 0.4.99cvs7
15935
15936 2001-06-06 [sergey]
15937
15938         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
15939         clashes with autogenerated header).
15940         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
15941         * src/Makefile.am: added quote_fmt.h.
15942         * src/.cvsignore: added lex/yacc autogenerated files
15943         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
15944
15945 2001-06-06 [paul]
15946
15947         0.4.99claws6
15948
15949         * sync with sylpheed 0.4.99cvs6
15950
15951 2001-06-06 [hoa]
15952
15953         * added src/quote_fmt_parse.h
15954         * src/compose.c
15955                 removed warnings
15956
15957         * src/prefs.[ch]
15958                 don't modify readonly configuration files
15959
15960         * src/prefs_account.c
15961         * src/prefs_common.c
15962         * src/prefs_customheader.c
15963         * src/prefs_display_header.c
15964         * src/prefs_filter.c
15965         * src/prefs_filtering.c
15966         * src/prefs_scoring.c
15967                 don't open dialog box when configuration files
15968                 are readonly
15969
15970 2001-06-05 [sergey]
15971
15972         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
15973
15974         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
15975         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
15976         BUILT_SOURCES to make all files rebuild properly.
15977
15978         * src/compose.c: removed #include "quote_fmt.tab.h".
15979
15980         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
15981         CHARACTER value in yylval.
15982
15983         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
15984         receive CHARACTER value by documented means (yylval).
15985
15986         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
15987
15988 2001-06-05 [hoa]
15989
15990         * src/Makefile.am
15991                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
15992
15993         * src/filtering.c
15994         * src/matcher.c
15995         * src/matcher.h
15996         * src/prefs_filtering.c
15997                 now keep the configuration for execute action
15998
15999         * src/mbox_folder.c
16000                 fixed a warning
16001
16002 2001-06-05 [paul]
16003
16004         * sync with sylpheed 0.4.99cvs5
16005
16006 2001-06-05 [hoa]
16007
16008         * src/Makefile.am
16009                 added quote_fmt.[ch]
16010
16011         * added src/quote_fmt.y
16012         * added src/quote_fmt.l
16013         * added src/quote_fmt.tab.h
16014         * added src/quote_fmt.tab.c
16015         * added src/lex.quote_fmt.c
16016                 parsing configuration for replying
16017                 and forwarding
16018
16019         * src/prefs_common.[ch]
16020                 added configuration UI for replying
16021                 and forwarding
16022
16023         * src/compose.c
16024                 using configuration for replying
16025                 and forwarding
16026
16027 2001-06-04 [hoa]
16028
16029         * src/filtering.c
16030         * src/matcher.c
16031         * src/matcher.h
16032         * src/prefs_filtering.c
16033         * src/prefs_matcher.c
16034         * src/prefs_matcher.h
16035                 action "run a command" for filtering
16036                 and matching with a command.
16037                 fixed the "whole message" matching
16038
16039         * src/mbox_folder.c
16040                 changed temporary filename for security
16041
16042         * src/messageview.c
16043                 queue the notification if it fails to send.
16044
16045         * src/prefs_common.c
16046         * src/prefs_folder_item.c
16047                 changed the default important score             
16048
16049         * src/prefs_scoring.c
16050         * src/scoring.c
16051                 hide kill score input when the folder is not
16052                 a newsgroup
16053
16054 2001-06-03 [alfons]
16055
16056         * src/prefs_common.c:
16057
16058                 (prefs_font_select): pass font name in font entry box to font
16059                 selection dialog.
16060
16061 2001-06-03 [sergey]
16062
16063         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
16064
16065 2001-06-03 [paul]
16066
16067         * sync with sylpheed 0.4.99cvs4
16068
16069 2001-06-03 [alfons]
16070
16071         * src/headerwindow.c:
16072
16073                 (headerwindow_show_cb): use the selected summary view item, not
16074                 the displayed item.
16075
16076 2001-06-02 [alfons]
16077
16078         * src/headerwindow.c:
16079
16080                 (headerwindow_show_cb): always try to show msginfo
16081
16082 2001-06-02 [hoa]
16083
16084         * src/compose.c
16085                 keep attached parts when reediting or forwarding.
16086
16087 2001-06-01 [hoa]
16088
16089         * src/folderview.c
16090         * src/prefs_folder_item.[ch]
16091         * src/prefs_scoring.[ch]
16092         * src/scoring.[ch]
16093         * src/summaryview.[ch]
16094         * src/main.c
16095         * src/mainwindow.c
16096         * src/prefs_common.[ch]
16097                 support for folder scoring
16098                 kill score and important score for messages
16099         
16100         * src/prefs_account.c
16101                 some display bug fixed for local account
16102                 preferences
16103
16104 2001-05-31 [alfons]
16105
16106         * src/summaryview.c:
16107
16108                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
16109                 sender to address book menu item is disabled.
16110
16111 2001-05-30 [hoa]
16112
16113         * src/filtering.[ch]
16114         * src/summaryview.c
16115                 handling summary menu / filter messages
16116
16117         * src/folder.[ch]
16118                 add some stuff
16119
16120         * src/foldersel.c
16121                 imap folders now appears in list
16122
16123         * src/mbox_folder.c
16124                 doesn't crash if destination mail is not writeable
16125
16126 2001-05-29 [hoa]
16127
16128         * src/compose.c
16129                 removed some warnings
16130
16131         * src/filtering.c
16132         * src/folder.[ch]
16133         * src/prefs_filtering.c
16134                 global string to identify any folders           
16135                 removed some debug info
16136                 filtering to mbox folders is now possible
16137
16138         * src/mainwindow.c
16139                 removed some warnings
16140
16141         * src/mbox_folder.c
16142                 permission on files are changed to read/write for user only,
16143                 nothing for other.
16144                 creation of subfolder is handled better.
16145
16146 2001-05-28 [alfons]
16147
16148         Verified the sync for src/prefs_common.[ch] and
16149         src/prefs_account.[ch]. I believe there were some
16150         minor indentation differences.
16151
16152 2001-05-28 [paul]
16153
16154         0.4.99claws3
16155
16156         * sync with 0.4.99cvs3
16157
16158 2001-05-28 [hoa]
16159
16160         * src/compose.c
16161                 handling flags for mbox format
16162
16163         * src/filtering.c
16164                 use of mark file only for MH format
16165                 handling flags for mbox format
16166                 filtering cannot yet move or copy mails to mbox folders.
16167
16168         * src/folder.[ch]
16169                 changed move_msg, copy_msg,
16170                 move_msgs_with_dest, copy_msgs_with_dest functions
16171                 uses only folder->copy_msg() function
16172                 uses folder->finished_copy() to handle the destination
16173                 folder at the end of the copy or move operation.
16174
16175         * src/foldersel.c
16176                 included mbox directories.
16177
16178         * src/folderview.[ch]
16179         * src/mainwindow.c
16180                 handle folders operation for mbox format
16181
16182         * src/mbox.c
16183                 disable conversion of "From " header
16184
16185         * src/mbox_folder.[ch]
16186                 completion of mbox format handling
16187
16188         * src/mh.c
16189                 changed mh_copy_msg() function and
16190                 removed mh_move_msg(), mh_move_msgs_with_dest(),
16191                 mh_copy_msgs_with_dest()
16192
16193         * src/prefs_filtering.c
16194                 removed some warnings
16195
16196         * src/prefs_matcher.c
16197                 default boolean operation is AND
16198
16199         * src/procheader.c
16200                 handling flags for mbox format
16201                 handling of "From " header
16202
16203         * src/procmsg.[ch]
16204                 removed data field
16205                 added MSG_REALLY_DELETED flags to handle deletion of
16206                 messages in mbox format.
16207
16208         * src/summaryview.c
16209                 handling flags for mbox format
16210                 disable the MSG_DELETED flags when messages
16211                 are deleted in mbox format
16212
16213         * src/textview.c
16214                 "From " headers display fixed.
16215
16216 2001-05-27 [alfons]
16217
16218         * src/textview.c:
16219                 
16220                 (get_email_part): skip quoted email addresses, like in e.g.
16221                 "'alfons@proteus.demon.nl'".
16222
16223 2001-05-26 [alfons]
16224
16225         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
16226         and fixing the persistence troubles when using separate windows.
16227
16228         * src/mainwindow.c:
16229         
16230             Added #define SEPARATE_ACTION used in the gtk item factory for 
16231             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
16232                 use gtk_item_factory_get_widget_by_action() to get the items.
16233                 
16234             Removed separate_widget_cb from the gtk item factory data   
16235           
16236             (mainwindow_create): connect separate_widget_cb() to check
16237             menu item "toggled" signal. also passing a MainWindow pointer
16238                 as object data for both check menu items.
16239                 
16240             (separate_widget_cb): definition of separate_widget_cb() to match
16241             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
16242                 window using gtk_object_get_data(). The type of window separation 
16243                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
16244         
16245         * src/prefs_filtering.c,
16246           src/prefs_matcher.c: added horizontal scrollbars
16247
16248 2001-05-25 [darko]
16249
16250         * src/headerview.c
16251                 fix segfault with invalid bold font
16252         * src/summaryview.c
16253                 correctly display summary stats after row is marked
16254
16255 2001-05-23 [sergey]
16256
16257         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
16258         encodings with libjconv.
16259
16260 2001-05-23 [hoa]
16261
16262         * src/Makefile.am
16263                 added mbox_folder.[ch]
16264         * src/defs.h
16265                 mbox temporary folder
16266         * src/folder.[ch]
16267         * added src/mbox_folder.[ch]
16268         * src/folderview.c
16269         * src/procheader.[ch]
16270                 added mbox support
16271         * src/mbox.c
16272                 bugfix for file incorporation filtering
16273         * src/imap.c
16274                 enable creation of MBOX
16275         * src/prefs_display_header.c
16276                 enable use of headers like "From "
16277                 something that should be fixed :
16278                         displaying of such headers add an extra space
16279         * src/prefs_folder_item.c
16280                 don't create folders because it is not necessary
16281         * src/procmsg.h
16282                 added data field to MsgInfo for mbox internal use
16283         * src/summaryview.c
16284                 added some support for mbox
16285         * src/utils.[ch]
16286                 added get_mbox_cache_dir() function
16287
16288 2001-05-23 [hiroyuki]
16289
16290         * src/headerwindow.c
16291           src/inc.c
16292           src/main.c
16293           src/mh.c
16294           src/nntp.c
16295           src/procmsg.h
16296           src/session.h
16297           src/socket.[ch]
16298           src/summaryview.c
16299           src/textview.c
16300           src/automaton.c
16301           src/folderview.c: more sync with 0.4.99cvs2.
16302
16303         * src/headerwindow.c: reverted.
16304
16305 2001-05-22 [paul]
16306
16307         0.4.99claws2
16308
16309         * sync with sylpheed 0.4.99cvs2
16310                 * src/news.[ch]
16311                 * src/nntp.[ch]
16312                 * INSTALL
16313                 * INSTALL.jp
16314
16315 2001-05-22 [alfons]
16316
16317         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
16318
16319 2001-05-21 [alfons]
16320
16321         Minor things:
16322
16323         * configure.in: if gnome-config not found, "no" is displayed
16324         
16325         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
16326
16327         * src/textview.c: now also possible to add mail addresses by right
16328           clicking in the text view
16329
16330         * src/codeconv.c: merged patch which fixes endless loop when encountering
16331           invalid wide characters; from Alte <010@imis.ru>  
16332
16333 2001-05-20 [alfons]
16334
16335         Added installation of gnome specific things:
16336
16337         * Makefile.am: gnome conditional
16338
16339         * configure.in: check for installed gnome
16340
16341         * added sylpheed.png, sylpheed.desktop
16342
16343 2001-05-20 [sergey]
16344
16345         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
16346
16347         * src/mainwindow.h (main_window_toolbar_create): created a button
16348         for "Reply to all".
16349         (main_window_set_toolbar_sensitive): enable/disable the new button
16350         appropriately.
16351         (toolbar_reply_to_author_cb): handle the new button.
16352
16353         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
16354         send_progress_dialog_destroy() on failure (fixes hang on SMTP
16355         failure).
16356
16357 2001-05-19 [sergey]
16358
16359         * src/compose.h (ComposeReplyMode): new modes
16360         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
16361         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
16362
16363         * src/compose.c
16364         (compose_send): move some code into a new function:
16365         (compose_current_mail_account): new function.
16366         (compose_reply): new argument to_author, all callers changed; if
16367         to_author==TRUE and account->protocol==A_NNTP, find and use an
16368         appropriate mail account for replying.
16369         (compose_reply_set_entry): new argument to_author; ignore
16370         compose->replyto if to_author==TRUE.
16371
16372         * src/mainwindow.c: new command "Message/Reply to author".
16373         (main_window_set_menu_sensitive): enable/disable it.
16374         (reply_cb): handle it.
16375
16376         * src/summaryview.c: new command "Reply to author".
16377         (summary_set_menu_sensitive): enable/disable it.
16378         (summary_reply_cb): handle it.
16379
16380         * src/account.c (account_find_mail_from_address): new function.
16381
16382 2001-05-18 [paul]
16383
16384         0.4.99claws1
16385
16386         * sync with sylpheed 0.4.99cvs1
16387
16388 2001-05-18 [hoa]
16389
16390         * src/compose.[ch]
16391         * src/filtering.c
16392         * src/summaryview.c
16393                 new filtering action : forward and forward as attachment
16394
16395         * src/main.c
16396                 no need for $DISPLAY when we run sylpheed --help
16397                 call to parse_cmd_opt() is moved
16398
16399         * src/mainwindow.[ch]
16400                 execute button is hidden when immediate execute
16401                 is chosen
16402
16403         * src/mh.c
16404         * src/news.c
16405         * src/prefs_folder_item.c
16406         * src/procmsg.c
16407                 better handling of missing directories
16408
16409         * src/summaryview.c
16410                 reedit is enabled in outbox
16411                 reedit is enabled in queue
16412
16413 2001-05-17 [hoa]
16414
16415         * src/filtering.c
16416         * src/matcher.[ch]
16417         * src/prefs_filtering.c
16418                 changed attachement into attachment
16419
16420 2001-05-17 [alfons]
16421
16422         0.4.67claws4    
16423
16424         * sync with sylpheed 0.4.67cvs9
16425         * sync with sylpheed 0.4.67cvs7-8
16426
16427 2001-05-17 [hoa]
16428
16429         * src/Makefile.am
16430                 added prefs_filtering.c
16431
16432         * src/filtering.[ch]
16433         * src/matcher.[ch]
16434                 removed action : forward_news and forward_news_as_attachement
16435                 (forward and forward_as_attachement can be used instead)
16436
16437         * src/mainwindow.c
16438                 added menu option to access filtering configuration
16439
16440         * src/prefs_account.c
16441                 changed mail_command default to /usr/sbin/sendmail
16442
16443         * added src/prefs_filtering.[ch]
16444                 dialog box for filtering configuration
16445
16446         * src/prefs_matcher.c
16447                 added function prefs_matcher_get_criteria_from_matching()
16448
16449         * src/prefs_scoring.c
16450                 reset the dialog when register or substitute is clicked
16451
16452 2001-05-15 [hoa]
16453
16454         * src/Makefile.am
16455                 added filtering.[ch]
16456         * src/inc.c
16457                 using filering.[ch] instead of filter.[ch]
16458         * src/main.c
16459                 reading new filtering configuration
16460         * src/matcher.[ch]
16461                 added some filtering actions
16462                 and fixed a bug for headers and mail body matching
16463         * src/mbox.c
16464                 using filering.[ch] instead of filter.[ch]
16465         * src/mh.c
16466                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
16467         * src/summaryview.c
16468                 some fixes for filtering
16469
16470 2001-05-14 [hiroyuki]
16471
16472         * src/send.c: fixed some weird indentations.
16473           send_message_with_command(): call pclose() only if p != NULL.
16474         * src/textview.c: get_email_part(): modified the code for readability.
16475
16476 2001-05-14 [hiroyuki]
16477
16478         * src/md5global.h
16479           src/md5ify.c
16480           src/md5ify.h: removed from the cvs.
16481
16482 2001-05-13 [sergey]
16483
16484         * src/main.c: include rfc2015.h to avoid compiler warnings.
16485         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
16486         the panel is already on screen.
16487         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
16488         closing the alert window by ESC as "No".
16489         * src/prefs_common.c (prefs_interface_create): moved return
16490         receipt check button to the correct place.
16491
16492 2001-03-13 [alfons]
16493
16494         * src/prefs_common.c: 
16495                 moved return receipt check button to the Send tab. (prefs_send_create)
16496                 removed the date format ui related globals. (prefs_display_create)
16497
16498         0.4.67claws3
16499         
16500         * sync with sylpheed 0.4.67cvs5-6
16501
16502 2001-05-13 [paul]
16503
16504         * added Alfons' font selection patch
16505
16506         * src/defs.h
16507         * src/headerwindow.c
16508         * src/prefs_common.c
16509         * src/prefs_common.h
16510
16511 2001-05-13 [hoa]
16512         * src/defs.h
16513                 changed version of cache
16514         * src/matcher.[ch]
16515         * src/prefs_matcher.c
16516                 added additionnal matching criteria
16517         * src/procheader.c
16518         * src/procmsg.[ch]
16519         * src/news.c
16520                 added references in MsgInfo
16521
16522 2001-05-12 [hoa]
16523
16524         * src/defs.h
16525                 prepared some things for new filtering
16526         * src/matcher.[ch]
16527                 added some matching properties
16528                 inreplyto need to be enhanced
16529                 prepared some things for new filtering
16530         * src/messageview.c
16531                 added Return-Receipt-To handling
16532         * src/prefs_folder_item.c
16533                 changed default value to TRUE
16534         * src/prefs_matcher.c
16535                 added some matching properties
16536         * src/prefs_scoring.[ch]
16537                 the scoring dialog is finished
16538         * src/procheader.c
16539                 added Return-Receipt-To handling
16540                 Reference need to be added
16541         * src/procmsg.[ch]
16542                 added Return-Receipt-To handling
16543                 added threadscore to get a better score sorting when
16544                 threads are enabled
16545         * src/summaryview.c
16546                 suppressed a bug when we sort the list
16547                 when no folder is opened.
16548                 better score sorting when threads are enabled
16549
16550 2001-05-12 [alfons]
16551
16552         * reverted previous patch because of potential errors 
16553
16554         0.4.67claws2
16555         
16556         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
16557                 applied "toggle mail-retrieval dialog window" patch submitted 
16558                 by Eric Limpens <eric@qnt.net>
16559
16560         * sync with sylpheed 0.4.67cvs4
16561
16562 2001-05-12 [sergey]
16563
16564         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
16565         some picky compilers.
16566         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
16567         * src/grouplist_dialog.c: include alertpanel.h.
16568         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
16569         fix compile warning.
16570         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
16571         #include "defs.h" before others to prevent the warning of `MIN'
16572         and `MAX' redefinition.
16573
16574 2001-05-11 [hoa]
16575
16576         * src/main.c
16577         * src/messageview.c
16578         * src/prefs_account.c
16579         * src/prefs_display_header.c
16580                 removed warning
16581         * src/Makefile.am
16582                 added prefs_scoring.[ch]
16583         * src/grouplist_dialog.c
16584                 display an error dialog box if the group list
16585                 cannot be fetched.
16586         * src/mainwindow.[ch]
16587                 added main_window_set_thread_option() function
16588                 scoring dialog box enabled
16589         * src/matcher.[ch]
16590                 added flags matching unread /new / marked
16591                 / deleted / replied / forwarded
16592         * src/news.c
16593                 newsgroups are now finally in newscache
16594         * src/prefs_matcher.[ch]
16595                 finished preferences for matching dialog
16596         * added src/prefs_scoring.[ch]
16597                 scoring dialog box completed
16598         * src/scoring.[ch]
16599                 conversion to string : added scoringprop_to_string()
16600                 write config for preferences :
16601                 added prefs_scoring_write_config()
16602         * src/summaryview.c
16603                 threads can be enabled/disabled independently
16604                 for each folder
16605
16606 2001-05-10 [alfons]
16607
16608         0.4.67claws1
16609         
16610         * AUTHORS: 
16611                 thought it would be nice to have a list of all
16612                 contributors (used Changelog as a reference)
16613         
16614         * configure.in: 
16615                 messed up version numbering...
16616
16617         0.4.66claws1
16618
16619         * sync with sylpheed 0.4.67cvs1-3
16620
16621 2001-05-10 [darko]
16622
16623         * src/prefs_common.c:
16624                 better UI for strftime format, double clicking
16625                 on format now inserts the format in text entry
16626                 replaced close button with standard OK/Cancel
16627                 moved date format button to the right of the
16628                 text entry field
16629
16630 2001-05-09 [alfons]
16631
16632         * src/gtkstext.c:
16633                 Ctrl-Home / Ctrl-End have proper cursor navigation
16634
16635 2001-05-09 [hoa]
16636
16637         * src/prefs_matcher.c
16638                 finished UI to define matching properties
16639                 added ok and cancel button
16640         * src/prefs_filter.c
16641                 added ok and cancel button
16642         * src/news.c
16643                 fixed some bug in xhdr parsing
16644
16645 2001-05-08 [alfons]
16646
16647         * src/textview.c: 
16648                 fixed a bug in textview_show_header(), which displayed two colons (':');
16649                 cleaned up some warnings
16650
16651 2001-05-08 [hoa]
16652
16653         * src/Makefile.am
16654                 added prefs_matcher.[ch]
16655                 compilation with -W -Wall
16656         * src/alertpanel.c
16657                 ungrab the mouse events if grabbed - does it
16658                 fix the bug for disposition notification ?
16659         * src/mainwindow.c
16660                 added a menu option to open the matching dialog.
16661         * src/matcher.[ch]
16662                 added matcherprop_to_string() and matcherlist_to_string()
16663                 fixed some bugs, changed the name of some options
16664                 age_sup and age_inf becomes age_greater and age_lower,
16665                 body and messageheaders becomes body_part and headers_part,
16666                 changed the names of constants from SCORING_XXX to MATCHING_XXX
16667         * src/prefs_display_header.c
16668         * src/prefs_headers.c
16669                 fixed a bug that accidentally destroyed dialogs
16670                 when closed them with delete_event
16671                 Added *_deleted() which handle delete_event signal correctly.
16672         * src/prefs_folder_item.[ch]
16673                 added "enable_thread" field for future customization
16674         * added src/prefs_matcher.[ch]
16675                 sample of the UI to define matching properties
16676         * src/procheader.c
16677                 using procheader_headername_equal instead of str*cmp functions
16678                 using procheader_parse_header() function
16679         * src/scoring.c
16680                 using MATCHING_XXX instead of SCORING_XXX
16681         * src/summaryview.c
16682                 display the sender of the news even if this is ourself
16683                 when this is a news message.
16684         * src/textview.c
16685                 using headername_equal() instead of str*cmp functions
16686
16687 2001-05-08 [alfons]
16688
16689         0.4.66claws
16690
16691         * sync with sylpheed 0.4.66
16692         * src/gtkstext.c: trace logs added 
16693
16694 2001-05-08 [sergey]
16695
16696         * src/prefs_common.[ch]: added option to enable/disable GnuPG
16697         signature check popup.
16698         * src/rfc2015.c (check_signature): show signature check popup only
16699         if it is enabled in preferences.
16700
16701 2001-05-07 [alfons]
16702
16703         0.4.66claws4
16704         
16705         * sync with sylpheed 0.4.66cvs6
16706
16707 2001-05-07 [darko]
16708
16709         * src/prefs_common.[ch]: added option to enable/disable
16710           looking up sender name in address book for summary pane
16711         * src/summaryview.c: look up sender in the address book
16712           by using Alfons' address completion code
16713
16714 2001-05-07 [hiroyuki]
16715
16716         * src/inc.h
16717           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
16718           member of Pop3State.
16719         * src/news.c: brought #include "defs.h" before #include <glib.h>
16720           to prevent the warning of `MIN' and `MAX' redefinition.
16721
16722 2001-05-06 [hoa]
16723
16724         * removed src/headers_display.[ch]
16725         * removed src/prefs_display_headers.[ch]
16726         * src/inc.c
16727                 use a temporary file in the user directory for mbox import
16728         * src/news.c
16729                 added XHDR support to get "To" and "Cc" headers
16730                 (in order to match news with to or cc field for
16731                 scoring)
16732                 added function news_parse_xhdr() to get XHDR response
16733         * src/nntp.[ch]
16734                 added function nntp_xhdr()
16735         * src/matcher.c
16736                 fetch the message if necessary
16737
16738 2001-05-06 [alfons]
16739
16740         0.4.66claws3
16741
16742         * sync with sylpheed 0.4.66cvs3-5
16743
16744 2001-05-06 [hoa]
16745
16746         * src/utils.[ch]
16747                 added function itos_buf() to enable use of several buffers
16748         * src/summaryview.c
16749                 use of itos_buf() instead of itos() in summary list
16750                 to fix the broken display of message number.
16751
16752 2001-05-06 [alfons]
16753
16754         * src/gtkstext.c: bug in cursor up navigation fixed,
16755                 fixed another unsigned / signed comparison (we're getting there :-)
16756
16757 2001-05-06 [hoa]
16758
16759         * src/Makefile.am
16760                 added scoring.c scoring.h
16761                 prefs_folder_item.c prefs_folder_item.h
16762                 matcher.c matcher.h
16763         * src/defs.h
16764                 added FOLDERITEM_RC SCORING_RC
16765         * src/folder.[ch]
16766                 added prefs field in FolderItem :
16767                 properties for each folder (PrefsFolderItem),
16768                 sorting type and mode were added as the first properties.
16769         * src/main.c
16770                 read config for scoring
16771         * added src/matcher.[ch]
16772                 gives functions to parse configuration file to do
16773                 matching on mails with a list of conditions.
16774         * src/mainwindow.c
16775                 add option to sort by score
16776         * src/prefs_common.[ch]
16777                 added preference option to show score and for
16778                 the score column size
16779         * added src/prefs_folder_item.[ch]
16780                 properties for each folder (PrefsFolderItem),
16781                 sorting type and mode were added as the first properties.
16782         * src/procheader.[ch]
16783                 added procheader_parse_header()
16784                 added procheader_header_free()
16785                 added procheader_headername_equal()
16786                 and made modification to use them.
16787         * src/procmsg.[ch]
16788                 added score field to MsgInfo structure
16789         * added src/scoring.[ch]
16790                 gives functions to parse configuration file to do
16791                 scoring on mails with a list of conditions.
16792         * src/summaryview.[ch]
16793                 save the sorting type and mode for the folder
16794                 added column to display the score of the mail
16795                 added function summary_score_clicked()
16796                 sorting type and mode are restored to the folder
16797                 when it is reopen
16798         * src/textview.c
16799                 use procheader_parse_header(), procheader_headername_equal()
16800                 removed memory leak in text_scan_header when freeing headers
16801         * src/filter.c
16802                 changed the function to match names of headers
16803                 using procheader_headername_equal()
16804
16805         Scoring functions are implemented, an interface is needed
16806         to configure that.
16807
16808 2001-05-04 [alfons]
16809
16810         * src/gtkstext.c: 
16811                 hopefully fixed the row up navigation bug,
16812                 removed adding back / forward lines to cache
16813
16814 2001-05-04 [sergey]
16815
16816         * src/prefs_display_headers.c: user interface changes:
16817         (prefs_display_headers_create): remove unused "Show" check button;
16818         allow reordering of headers by dragging.
16819         (prefs_display_headers_write_config): remove unused variables.
16820         (prefs_display_headers_set_dialog): do not insert "(New)" at top
16821         of lists (not needed with the new UI).
16822         (prefs_display_headers_set_list): scan lists starting from row 0,
16823         not 1 (do not skip "(New)").
16824         (prefs_display_headers_find_header): new function.
16825         (prefs_display_headers_clist_set_row): do not allow duplicates.
16826         (prefs_display_headers_delete_cb): do not skip row 0; treat
16827         closing the alert window by ESC as "No".
16828         (prefs_display_headers_up): do not protect row 0.
16829         (prefs_display_headers_down): do not protect row 0.
16830
16831 2001-05-04 [sergey]
16832
16833         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
16834         functions.
16835
16836         * src/summaryview.c
16837         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
16838         summary_select_next_marked, summary_select_prev_marked): new
16839         functions.
16840
16841 2001-05-03 [sergey]
16842
16843         * src/news.c: fixed a bug when no article can be fetched after
16844         server timeout if the connection was restored by news_post():
16845         (news_select_group): new function.
16846         (news_fetch_msg): call news_select_group() before fetching
16847         article.
16848         (news_get_uncached_articles): set session->group after successful
16849         GROUP command.
16850
16851 2001-05-03 [hoa]
16852
16853         * src/defs.h
16854         * src/procmsg.[ch]
16855         * src/procheader.c
16856                  changed version of cache, added cc field
16857
16858         * src/prefs_display_headers.c
16859                 the interface was changed
16860
16861         * src/prefs_headers.c
16862                 added cancel button
16863
16864 2001-05-03 [alfons]
16865
16866         * completed sync of sylpheed cvs2
16867         * src/gtkstext.c: updated row up / down cursor navigation
16868         * src/textview.c: re-edited, prepared for fixing the email address
16869                 scanner.
16870
16871 2001-05-03 [darko]
16872
16873         * src/prefs_common.c: use alfons' strftime ui code
16874         entry_datefmt and datefmt_sample widgets have to be
16875         global in this module because of this change
16876
16877 2001-05-03 [hoa]
16878
16879         * src/messageview.c
16880         * src/prefs_common.[ch] added option to activate the return receipt
16881                 feature.
16882
16883 2001-05-02 [alfons]
16884
16885         * src/gtkstext.c: fix for row up/down cursor navigation. 
16886
16887         0.4.66claws2
16888         
16889         * sync with 0.4.66cvs2
16890
16891 2001-05-02 [paul]
16892
16893         added add-sender-to-addressbook patch
16894
16895         * src/addressbook.c
16896         * src/addressbook.h
16897         * src/summaryview.c
16898
16899 2001-05-02 [sergey]
16900
16901         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
16902         G_ALERTDISABLE.
16903
16904         * src/alertpanel.c (alertpanel_create): new argument can_disable,
16905         all existing callers changed to pass FALSE; create a check button
16906         to disable the message.
16907         (alertpanel_message_with_disable): new function.
16908         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
16909         (alertpanel_button_toggled): new function.
16910         (alertpanel_button_clicked, alertpanel_close): set value using
16911         G_ALERT_VALUE_MASK.
16912
16913         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
16914
16915         * src/prefs_common.c (prefs_privacy_create): new check button
16916         checkbtn_gpgme_warning.
16917
16918         * src/main.c (main): moved preferences reading before gpgme
16919         initialization; check prefs_common.gpgme_warning before giving the
16920         GnuPG warning and set it to FALSE if the user wants to disable the
16921         warning.
16922
16923 2001-05-02 [hiroyuki]
16924
16925         * src/prefs_display_headers.c: modified the layout and some labels.
16926
16927 2001-05-02 [sergey]
16928
16929         * src/prefs_account.c (prefs_account_fix_size): new function.
16930         (prefs_account_create): call prefs_account_fix_size(); use
16931         gtk_widget_show instead of gtk_widget_show_all (fixes too large
16932         size when the window is shown for the first time).
16933         (prefs_account_basic_create): changed layout of serv_table; moved
16934         localmbox_entry above smtpserv_entry (logically it replaces
16935         POP3/IMAP server).
16936         (prefs_account_protocol_activated): set sensitivity of
16937         nntpauth_chkbtn according to the protocol (in addition to
16938         hide/show); commented out gtk_table_set_row_spacing() calls.
16939         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
16940         not sensitive (fixes a bug with disabled username/password boxes
16941         when editing POP3 account after NNTP with authentication).
16942
16943 2001-05-02 [hoa]
16944
16945         * src/account.c
16946         * src/inc.c
16947         * src/prefs_account.[ch]
16948         * src/send.c
16949                 removed local account without SMTP server
16950                 added option to use mail command instead of a connexion
16951                 to SMTP server when a local account is used
16952         * src/prefs_headers.c
16953                 fixed a bug
16954         * src/news.c
16955                 fixed a bug when connexion immediately closed
16956
16957 2001-05-01 [alfons]
16958
16959         0.4.66claws1
16960         
16961         * sync with 0.4.65
16962
16963 2001-05-01 [sergey]
16964
16965         * src/prefs_account.c (Basic, prefs_account_basic_create): new
16966         widget nntpauth_chkbtn.
16967         (prefs_account_protocol_activated): handle nntpauth_chkbtn
16968         visibility.
16969         (prefs_account_nntpauth_toggled): new function.
16970
16971         * src/news.c (news_session_new_for_folder): use NNTP
16972         authentication only if ac->use_nntp_auth is set.
16973
16974 2001-05-01 [hoa]
16975
16976         * src/Makefile.am changed headers.[ch] in customheader.[ch]
16977         * src/prefs_display_headers.c changed the UI
16978         * src/prefs_headers.c changed account_name to account_id
16979         * src/compose.c using customheader.h
16980
16981 2001-05-01 [hiroyuki]
16982
16983         * src/esmtp.c
16984           src/news.c
16985           src/nntp.c: changed sock_read() to sock_gets(), they've been left
16986           unsynched.
16987
16988 2001-05-01 [hoa]
16989
16990         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
16991         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
16992                 for displaying of headers
16993         * src/grouplist_dialog.[ch] minor changes to remove warnings
16994         * src/prefs_display_headers.[ch] dialog to choose the
16995         headers to display in the mail viewer.
16996         * src/headers.h correction of #define
16997         * src/headers_display.[ch] configuration for displaying of headers.
16998         * src/main.c read config of displaying of headers
16999         * src/prefs_common.c add a button to access the config dialog
17000                 for displaying of headers
17001         * src/prefs_display_headers.[ch] dialog for configuration for
17002                 displaying of the headers.
17003         * src/prefs_headers.c cleaning of code
17004         * src/procheader.c comments added to code
17005         * src/textview.c changes to reorder the headers depending
17006                 on the config for displaying of headers
17007
17008 2001-04-30 [alfons]
17009
17010         0.4.65claws7
17011
17012         * sync with 0.4.65cvs12
17013
17014         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
17015
17016 2001-04-30 [sergey]
17017
17018         * src/nntp.h (NNTPSockInfo): new field auth_failed.
17019
17020         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
17021         is set to force reconnection after authentication failure.
17022         (nntp_gen_command): set sock->auth_failed on authentication
17023         failure, or if sock->userid and sock->passwd are not set.
17024
17025         * src/news.c (news_session_new_for_folder): set userid=NULL if
17026         password dialog is cancelled.
17027
17028 2001-04-30 [sergey]
17029
17030         * src/nntp.h (NNTPSockInfo): new type.
17031
17032         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
17033         SockInfo.
17034         (nntp_open_auth, nntp_close): new functions.
17035         (nntp_gen_command): new function to handle authentication; all
17036         NNTP command functions updated to use it.
17037         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
17038         (nntp_list): removed old useless code.
17039
17040         * src/news.h (NNTPSession): new field nntp_sock.
17041
17042         * src/news.c: all functions updated to use NNTPSockInfo instead of
17043         SockInfo.
17044         (news_session_new): new arguments (userid, passwd); made static;
17045         use nntp_open_auth() if needed.
17046         (news_session_destroy): use nntp_close() instead of sock_close().
17047         (news_query_password): changed arguments.
17048         (news_session_new_for_folder): new function.
17049         (news_session_get): use news_session_new_for_folder().
17050         (news_authenticate): deleted.
17051         (news_get_uncached_articles): removed old authentication code.
17052
17053 2001-04-30 [sergey]
17054
17055         * src/news.c: reverted my previous changes (need to do NNTP
17056         authentication in a cleaner way).
17057         
17058 2001-04-29 [sergey]
17059
17060         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
17061         news_nntp_post, news_nntp_mode): new functions (wrappers with
17062         authentication support).
17063         (news_get_article_cmd, news_get_article, news_get_header): new
17064         argument "folder"; all callers changed.
17065         (news_get_article_cmd): added authentication support.
17066         (news_session_get): use news_nntp_mode() instead of nntp_mode().
17067         (news_post): use news_nntp_post() instead of nntp_post().
17068         (news_get_uncached_articles): use news_nntp_group() instead of
17069         nntp_group() and news_nntp_xover() instead of nntp_xover();
17070         removed old authentication code.
17071         (news_get_group_list): use news_nntp_list() instead of nntp_list().
17072
17073         * src/nntp.c (nntp_list): return real error code instead of
17074         hardcoded NN_ERROR.
17075
17076 2001-04-29 [sergey]
17077
17078         * configure.in: fixed wint_t typedef detection again
17079
17080 2001-04-28 [hoa]
17081
17082         * src/prefs_account.[ch], added A_LOCAL_CMD
17083                 (send mail with mail command)
17084         * src/send.c added function send_message_with_command()
17085         * src/inc.c made a more secure get_spool() function with
17086                 mktemp() but maybe mkstemp() or something more
17087                 secure can be used.
17088
17089 2001-04-28 [alfons]
17090
17091         * src/textview.c, colorization of email addresses in headers
17092
17093         0.4.65claws6
17094
17095         * bug sync with sylpheed
17096         * prefs_common.c: created date format ui for darko
17097         * sync with 0.4.65cvs11
17098         * configure.in: corrected to have the new gpg checks
17099
17100 2001-04-27 [alfons]
17101
17102         * completed sync with 0.4.65cvs10
17103         * minor debug things added to gtkstext.c
17104
17105 2001-04-27 [darko]
17106
17107         * configure.in: remove check for availability of
17108           strftime() as advised by Hiroyuki
17109         * src/prefs_common.[ch], src/procheader.c:
17110           synch strftime() code with Hiroyki's main branch
17111
17112 2001-04-26 [sergey]
17113
17114         * src/news.c: news_query_password(), news_authenticate(): new
17115           functions.
17116           news_get_uncached_articles(): added NNTP authentication
17117           handling.
17118         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
17119           new functions.
17120         * src/prefs_account.c: prefs_account_protocol_activated():
17121           enable userid and password fields for NNTP.
17122
17123 2001-04-26
17124
17125         * configure.in: check for availability of strftime()
17126           [darko]
17127         * src/prefs_common.[ch], src/procheader.c: use
17128           strftime() for displaying date in summary pane if it
17129           is available
17130
17131 2001-04-25
17132
17133         * more .cvsignore cleanups [alfons]
17134
17135 2001-04-25
17136
17137         * ac/sv-check-type.m4: new autoconf macro.
17138         * configure.in: fixed wint_t typedef detection (did not work
17139           with gcc-2.96).
17140
17141 2001-04-25
17142
17143         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
17144           [hiroyuki]
17145
17146 2001-04-24
17147         * modified gtkstext.c : buggy cursor navigation fixed, 
17148           and font descent also taken in account when drawing
17149           cursor. [alfons]
17150
17151 2001-04-24 [hoa]
17152         * added comments in src/news.c src/nntp.c
17153         * added src/prefs_headers.[ch]
17154         * added src/headers.[ch]
17155         * modified compose.c to activate custom headers
17156                 added function is_in_custom_headers
17157         * modified prefs_account.[ch]
17158                 added function prefs_account_customhdr_edit
17159         * modified src/defs.h :
17160                 added HEADERS_RC : name of the config file
17161                 for the custom headers
17162
17163 2001-04-24
17164
17165     0.4.65claws5
17166
17167         * configure.in
17168           src/gtkstext.[ch]
17169           src/compose.c
17170           src/Makefile.am
17171           
17172           added gtkstext with configure.in patch by Hiroyuki which
17173           should fix the XIM detection [alfons]
17174
17175         * more clean up of cvs [alfons]
17176
17177                  * removed all Makefile.in files to attic.
17178
17179                  * updated all .cvsignores to really ignore things that could
17180                    be unintentionally committed by a recursive commit.
17181
17182 2001-04-23 [hoa]
17183         * added src/grouplist_dialog.[ch]
17184         * changed src/folderview.c to call grouplist_dialog instead
17185                 of inputdialog
17186         * src/news.c :
17187                 added functions news_reset_group_list
17188                 and news_get_group_list
17189         * src/nntp.c :
17190                 added function nntp_list
17191         * src/defs.h :
17192                 added GROUPLIST_FILE : name of the newsgroup list cache file
17193
17194 2001-04-21
17195
17196         * added option to warn about queued messages on exit [sergey]:
17197
17198           * src/compose.c: compose_queue(): call folder_item_scan()
17199             and folderview_update_item() after queueing.
17200           * src/folderview.c: folderview_update_node(): draw the queue
17201             folder in bold font if there are queued messages.
17202           * src/mainwindow.c: queued_messages(): new function.
17203             app_exit_cb(): display warning if there are queued messages
17204             if warn_queued_on_exit is set.
17205           * prefs_common.[ch]: add warn_queued_on_exit option.
17206
17207         * enhanced GnuPG key selection support [sergey]:
17208
17209           * src/select-keys.c: updated to newer version from Win32
17210             branch with support for selecting arbitrary keys.
17211           * src/prefs_account.c: added the Privacy tab to the account
17212             options window.
17213             prefs_account_privacy_create(),
17214             prefs_account_sign_key_set_data_from_radiobtn(),
17215             prefs_account_sign_key_set_radiobtn(): new functions.
17216           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
17217           * src/rfc2015.c: set_signers(): new function.
17218             pgp_sign(): add the account parameter, call set_signers().
17219             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
17220           * src/rfc2015.h: rfc2015_sign(): updated prototype.
17221           * src/compose.c: pass the current account to rfc2015_sign().
17222
17223         * tag name claws added to prevent confusion with main branch [alfons]
17224
17225         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
17226
17227         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
17228
17229         * sync with recent sylpheed cvs. Untested though. [alfons]
17230