2006-02-21 [wwp] 2.0.0cvs68
[claws.git] / ChangeLog
1 2006-02-21 [wwp]        2.0.0cvs68
2
3         * src/gtk/gtkutils.c
4                 fix two compilation issues, thanks to Stephan Sachse.
5
6 2006-02-20 [colin]      2.0.0cvs67
7
8         * src/mainwindow.c
9                 Don't reselect displayed mail on refocus
10                 This fixes actions misbehaving 
11
12 2006-02-20 [wwp]        2.0.0cvs66
13
14         * src/summaryview.c
15         * src/gtk/gtksctree.c
16         * src/gtk/gtkshruler.c
17                 changed more runtime typecast checks.
18
19 2006-02-20 [wwp]        2.0.0cvs65
20
21         * src/summary_search.c
22                 find all - summaryview refresh issue fixed, thanks to Colin.
23
24 2006-02-20 [wwp]        2.0.0cvs64
25
26         * src/gtk/gtkutils.c
27                 better runtime typecast checks.
28
29 2006-02-20 [wwp]        2.0.0cvs63
30
31         * src/summary_search.c
32                 enhancements to the summary search:
33                         - add the ability to stop the running search
34                           (upon ESC-key press, new Stop button or when Clear button is pressed)
35                         - don't search if no criteria (From/To/Subject/Body) is set
36                         - ensure that a busy mouse pointer is always shown when searching,
37                           show it even a bit earlier
38
39 2006-02-19 [colin]      2.0.0cvs62
40
41         * src/compose.c
42         * src/imap.c
43         * src/etpan/imap-thread.c
44         * src/etpan/imap-thread.h
45                 (Future) IMAP speed improvement on sending
46                 Will require a libetpan update
47         * src/summaryview.c
48         * src/gtk/quicksearch.c
49                 Make quicksearch clearable while running.
50
51 2006-02-17 [colin]      2.0.0cvs61
52
53         * src/imap.c
54         * src/etpan/imap-thread.c
55         * src/etpan/imap-thread.h
56                 Check for IMAP certificates
57                 ** Requires libetpan-0.42-cvs4 
58                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
59
60 2006-02-17 [cleroy]     2.0.0cvs60
61
62         * src/messageview.c
63         * src/prefs_common.c
64         * src/prefs_common.h
65         * src/prefs_message.c
66                 Add pref to display HTML-only mails with plugin, 
67                 if possible (defaulting to FALSE of course).
68
69 2006-02-16 [cleroy]     2.0.0cvs59
70
71         * src/main.c
72         * src/common/plugin.c
73         * src/common/plugin.h
74         * src/gtk/pluginwindow.c
75                 Keep track of requested (but unloaded) plugins
76                 in some error cases.
77
78 2006-02-16 [wwp]        2.0.0cvs58
79
80         * src/gtk/gtkaspell.c
81         * src/gtk/gtkaspell.h
82         * src/prefs_spelling.c
83         * src/compose.c
84         * src/prefs_common.c
85         * src/prefs_common.h
86                 implemented new optional spellchecker behaviour: re-check message when
87                 dictionary got changed (from compose-window/context-menu/Change dictionary).
88
89 2006-02-16 [wwp]        2.0.0cvs57
90
91         * src/quote_fmt_parse.y
92                 pclose popen'ed pipe.
93
94 2006-02-15 [colin]      2.0.0cvs56
95
96         * src/mimeview.c
97         * src/mimeview.h
98                 Let MimeViewers know which MimeView they
99                 depend of.
100         * src/summaryview.c
101                 Swap From/To columns in Sent/Queue/Drafts
102                 folders
103         * src/etpan/imap-thread.c
104                 Use mailstream_low_tls_open() for STARTTLS
105                 instead of mailstream_low_ssl_open()
106                 ** REQUIRES libetpan 0.42cvs3 **
107
108 2006-02-15 [wwp]        2.0.0cvs55
109
110         * src/compose.c
111         * src/compose.h
112         * src/message_search.c
113         * src/message_search.h
114         * src/textview.c
115         * src/gtk/gtkutils.c
116         * src/gtk/gtkutils.h
117                 added the ability to Find text in the compose window (and a bit
118                 of code factorization).
119
120 2006-02-15 [wwp]        2.0.0cvs54
121
122         * src/prefs_gtk.c
123                 yet another one file was missing (fix for some widgets' sensitivity).
124                 Thanks Colin!
125
126 2006-02-15 [wwp]        2.0.0cvs53
127
128         * src/prefs_gtk.h
129                 oops forgot that file (fix for some widgets' sensitivity).
130
131 2006-02-15 [wwp]        2.0.0cvs52
132
133         * src/summary_search.c
134                 implemented advanced summary search options (added the ability
135                 to use matcher conditions in an advanced search mode).
136
137 2006-02-15 [wwp]        2.0.0cvs51
138
139         * src/plugins/pgpcore/prefs_gpg.c
140         * src/prefs_account.c
141                 fix some widget sensitivity, mostly around some labels in
142                 account prefs.
143
144 2006-02-15 [paul]       2.0.0cvs50
145
146         * manual/advanced.xml
147                 improve Templates info
148                 written by wwp
149
150 2006-02-14 [colin]      2.0.0cvs49
151
152         * src/pixmaps/address_book.xpm
153         * src/pixmaps/preferences.xpm
154         * src/pixmaps/properties.xpm
155                 Fix pixmap size - patch by Fabien Vantard
156
157 2006-02-13 [colin]      2.0.0cvs48
158
159         * src/procmime.c
160                 Add missing fclose()s on error
161         * src/textview.c
162                 Remove unused code
163         * src/common/utils.c
164                 Fix temp files not being deleted on windows
165         Patches by Thomas Gilgin
166
167 2006-02-13 [cleroy]     2.0.0cvs47
168
169         * src/mainwindow.c
170                 Fix exit crash
171
172 2006-02-13 [wwp]        2.0.0cvs46
173
174         * src/plugins/pgpcore/prefs_gpg.c
175                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
176
177 2006-02-12 [colin]      2.0.0cvs45
178
179         * src/folderview.c
180         * src/main.c
181         * src/mainwindow.c
182                 Fix "stuff" when quitting
183
184 2006-02-12 [wwp]        2.0.0cvs44
185
186         * src/prefs_themes.c
187                 fix typos in debug messages.
188
189 2006-02-11 [colin]      2.0.0cvs43
190
191         * src/summaryview.c
192                 don't allow drag/drop from ourself
193
194 2006-02-10 [wwp]        2.0.0cvs42
195
196         * src/exporthtml.c
197         * src/html.c
198         * src/html.h
199         * src/procmime.c
200         * src/textview.c
201                 renamed html_ prefixed functions and data structures to avoid
202                 namespace clashes w/ other software (gtkhtml2 for instance).
203                 Closes bug #907.
204
205
206 2006-02-09 [colin]      2.0.0cvs41
207
208         * src/summaryview.c
209                 Fix shitty logic messed up. Thanks Ticho for the hint!
210
211 2006-02-09 [wwp]        2.0.0cvs40
212
213         * src/gtk/about.c
214         * src/compose.c
215         * src/prefs_account.c
216         * src/prefs_gtk.h
217         * src/editaddress.c
218                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
219                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
220                 Browse buttons in accounts prefs.
221
222 2006-02-09 [colin]      2.0.0cvs39
223
224         * src/matcher.c
225                 Check for pointer before using its members
226         * src/gtk/gtksourceprintjob.c
227                 Fix a wrong warning
228
229 2006-02-09 [wwp]        2.0.0cvs38
230
231         * src/gtk/filesel.c
232                 fix few compiler warnings (type mismatch).
233
234 2006-02-09 [paul]       2.0.0cvs37
235
236         * po/fr.po
237                 updated by Fabien Vantard
238
239 2006-02-08 [colin]      2.0.0cvs36
240
241         * src/prefs_common.c
242         * src/common/defs.h
243         * src/common/plugin.c
244                 allow windows and linux configurations to coexist
245                 patch by Thomas Gilgin
246
247 2006-02-08 [colin]      2.0.0cvs35
248
249         * src/filtering.c
250         * src/matcher.c
251         * src/matcher.h
252         * src/matcher_parser_parse.y
253         * src/prefs_filtering_action.c
254         * src/prefs_matcher.c
255                 Add the "Ignore thread" filtering
256                 action
257
258 2006-02-08 [colin]      2.0.0cvs34
259
260         * src/compose.c
261         * src/procmime.c
262         * src/procmime.h
263                 Fix bug #905 (damaged attachment)
264                 text files with raw \0's aren't really text files
265         FOR_STABLE
266
267 2006-02-08 [colin]      2.0.0cvs33
268
269         * src/summaryview.c
270                 Fix crasher introduced yesterday
271
272 2006-02-08 [wwp]        2.0.0cvs32
273
274         * src/compose.c
275         * src/compose.h
276                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
277
278 2006-02-08 [wwp]        2.0.0cvs31
279
280         * src/prefs_template.c
281                 templates enhancement: allow address completion for Cc and Bcc fields
282                 (it was currently possible for the To field only)
283
284 2006-02-08 [colin]      2.0.0cvs30
285
286         * src/compose.c
287                 Don't unblock if not blocked
288         FOR_STABLE
289
290 2006-02-07 [colin]      2.0.0cvs29
291
292         * src/action.c
293                 Forgot to refresh summaryview
294
295 2006-02-07 [colin]      2.0.0cvs28
296
297         * src/action.c
298                 Freeze/thaw message list and folder list while
299                 processing %as{} actions 
300         * src/compose.c
301                 Fix auto-wrap disabling after a middle-click
302                 paste - FOR_STABLE
303
304 2006-02-07 [paul]       2.0.0cvs27
305
306         * src/folder.c
307                 fix freeing of uninitialised pointers
308                 Thanks to Colin
309
310 2006-02-06 [colin]      2.0.0cvs26
311
312         * src/folder.c
313                 Use g_slist_prepend in potentially big list
314
315 2006-02-06 [colin]      2.0.0cvs25
316
317         * src/folder.c
318                 Completely skip processing if it doesn't 
319                 exist (faster!)
320
321 2006-02-06 [colin]      2.0.0cvs24
322
323         * src/folder.c
324         * src/summaryview.c
325                 Batch filtering in summaryview (from Tools menu)
326                 and pre/post//-processing too
327
328 2006-02-06 [colin]      2.0.0cvs23
329
330         * src/procmsg.h
331         * src/filtering.c
332                 Use a special field for batch filtering instead
333                 of stepping on deferred execution's toes
334
335 2006-02-06 [colin]      2.0.0cvs22
336
337         * src/action.c
338         * src/filtering.c
339         * src/filtering.h
340         * src/folder.c
341         * src/summaryview.c
342                 Fix filtering via menus and actions
343
344 2006-02-06 [colin]      2.0.0cvs21
345
346         * src/imap.c
347                 Put the added file directly to cache if possible (will work
348                 with next libetpan)
349         * src/filtering.c
350         * src/filtering.h
351         * src/inc.c
352         * src/folder.c
353         * src/mbox.c
354         * src/procmsg.h
355                 Move and copy filtered messages by batches instead of one
356                 by one - faster on IMAP
357         * src/procmsg.c
358                 Add a function that'll possibly be useful later
359
360 2006-02-06 [colin]      2.0.0cvs20
361
362         * src/addressbook.c
363                 Use internal mime-type instead of text/plain for d'n'd
364         * src/compose.c
365                 Allow attaching files from mimeview's icon list via d'n'd
366         * src/folderview.c
367         * src/folderview.h
368                 Use internal mime-type instead of text/plain for d'n'd
369                 Don't try to selected opened folder if none is
370                 Factorize d'n'd from other apps code
371         * src/headerview.c
372         * src/textview.c
373         * src/gtk/gtkutils.c
374         * src/gtk/gtkutils.h
375                 Factorize Face/X-Face stuff
376         * src/mimeview.c
377                 Fix d'n'd to other apps
378         * src/prefs_message.c
379                 Let the XFace pref be usable without libcompface as it also
380                 applies to Face
381         * src/summaryview.c
382                 Fix d'n'd to other apps
383                 Factorize d'n'd from other apps code
384
385 2006-02-06 [wwp]        2.0.0cvs19
386
387         * po/it.po
388                 Italian translation fixes by Andrea Spadaccini (no more confusion
389                 between filtering and processing, and few changes in the About
390                 dialog).
391
392
393 2006-02-06 [mones]      2.0.0cvs18
394
395         * src/gtk/icon_legend.c
396                 Improved descriptions allowing better translations
397
398 2006-02-05 [colin]      2.0.0cvs17
399
400         * src/imap.c
401                 Add the f*cking missing expunge that caused imap_fetch_env
402                 to fail after an add_msgs ! :-///
403         * src/etpan/imap-thread.c
404                 Add a bit of debug
405         FOR_STABLE
406
407 2006-02-05 [colin]      2.0.0cvs16
408
409         * src/common/utils.c
410                 Don't check for return-path (or we can't put
411                 back non-sent mails)
412
413 2006-02-05 [colin]      2.0.0cvs15
414
415         * src/textview.c
416                 Don't try to display Face header in textview
417                 when teh headerview's active
418
419 2006-02-05 [colin]      2.0.0cvs14
420
421         * tools/tbird2syl.py
422         * tools/Makefile.am
423                 Add script to import Thunderbird mails
424
425 2006-02-05 [colin]      2.0.0cvs13
426
427         * src/headerview.c
428         * src/procheader.c
429         * src/procmsg.c
430         * src/procmsg.h
431         * src/textview.c
432                 Show Face headers - patch partially by Klaus Flittner
433
434 2006-02-05 [colin]      2.0.0cvs12
435
436         * src/folderview.c
437         * src/summaryview.c
438         * src/common/utils.c
439         * src/common/utils.h
440                 Let dnd work from mime icons to summaryview
441                 and to folderview too
442                 Add a crude test to avoid trying to add files
443                 drag'n'dropped when they're not mails
444
445 2006-02-04 [colin]      2.0.0cvs11
446
447         * src/summaryview.c
448         * src/mimeview.c
449                 Fix utf8 conversion
450
451 2006-02-04 [colin]      2.0.0cvs10
452
453         * src/compose.c
454         * src/folderview.c
455         * src/mimeview.c
456         * src/summaryview.c
457         * src/summaryview.h
458                 Added various drag and drop capas:
459                 From                    To
460                 summaryview             other apps
461                 mimeview icons          other apps
462                 other apps              summaryview
463                 other apps              folderview
464
465                 This shouldn't have broken the existing:
466                 From                    To
467                 summaryview             folderview
468                 folderview              folderview
469                 summaryview             compose's attachments
470
471         Tests welcomed.
472
473 2006-02-02 [paul]       2.0.0cvs9
474
475         * src/mainwindow.c
476                 move global option 'Set displayed columns...' out
477                 of folder option grouping.
478                 fix sensitivity of 'harvest addresses'
479         FOR_STABLE
480
481 2006-02-01 [colin]      2.0.0cvs8
482
483         * src/mimeview.c
484                 Revert the alertpanel patch, it sucks (intrusive
485                 and gets in the way of "open")
486
487 2006-02-01 [colin]      2.0.0cvs7
488
489         * src/compose.c
490         * src/prefs_account.c
491         * src/prefs_common.c
492         * src/common/defs.h
493         * src/common/utils.c
494         * src/common/utils.h
495                 Add ability to edit the signature file
496                 from the account preferences, and use
497                 a default for the text editor.
498                 Patch by Fabien Vantard
499
500 2006-02-01 [colin]      2.0.0cvs6
501
502         * src/mimeview.c
503                 Try to get mime type by extension if it is
504                 application/octet-stream
505                 Display a window with possible choices when
506                 encountering unknown mime types
507         * src/gtk/filesel.c
508         * src/gtk/filesel.h
509                 Add preview
510                 Allow multiple selection in filtered filesel
511                 (patch by Fabien Vantard)
512         * src/gtk/pluginwindow.c
513                 Use it (patch by Fabien Vantard)
514
515 2006-02-01 [paul]       2.0.0cvs5
516
517         * src/jpilot.c
518                 fix crash on creating jpilot address book
519                 Thanks to Colin - FOR_STABLE
520         * src/prefs_summaries.c
521         * src/prefs_wrapping.c
522         * src/gtk/icon_legend.c
523         * src/gtk/quicksearch.c
524                 string fixes and additions
525
526 2006-02-01 [paul]       2.0.0cvs4
527
528         * src/compose.c
529         * src/mainwindow.c
530         * src/messageview.c
531         * src/prefs_send.c
532                 add Arabic encoding option
533                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
534
535 2006-01-31 [cleroy]     2.0.0cvs3
536
537         * src/plugins/pgpcore/passphrase.c
538                 Convert passphrase to locale encoding
539         * src/compose.c
540                 Fix drafting on IMAP. Crappy bug sneaked in
541                 the release :-/
542         FOR_STABLE
543
544 2006-01-30 [paul]       2.0.0cvs2
545
546         * src/gtk/icon_legend.c
547                 show the new entries
548
549 2006-01-30 [colin]      2.0.0cvs1
550
551         * src/manual.c
552                 Check for the file to be present before 
553                 enabling the menu - FOR_STABLE
554         * src/gtk/icon_legend.c
555                 Add folders icons (not all of them, there
556                 are too much, but the most intriguing ones)
557
558 2006-01-30 [paul]       2.0.0
559
560         version 2.0.0 released
561
562 2006-01-30 [paul]       1.9.100cvs200
563
564         * manual/faq.xml
565         * manual/gpl.xml
566         * manual/intro.xml
567         * manual/starting.xml
568         * manual/sylpheed-claws-manual.xml
569                 fixes, additions
570
571 2006-01-29 [mones]      1.9.100cvs199
572
573         * manual/account.xml
574         * manual/advanced.xml
575         * manual/glossary.xml
576                 Some typos fixed, added LDIF term to glossary
577         * po/es.po
578                 Fixed leading plus symbol
579
580 2006-01-29 [paul]       1.9.100cvs198
581
582         * po/fi.po
583         * po/sk.po
584                 updated by Tommi Pirinen and Andrej Kacian
585
586 2006-01-29 [paul]       1.9.100cvs197
587
588         * src/gtk/authors.h
589                 remove duplicates
590
591 2006-01-29 [paul]       1.9.100cvs196
592
593         * AUTHORS
594         * po/nl.po
595         * src/gtk/authors.h
596         * tools/claws.i18n.status.pl
597                 nl translation updated by Tim Dijkstra
598
599 2006-01-29 [paul]       1.9.100cvs195
600
601         * po/sr.po
602         * po/sv.po
603                 updated by Aleksandar Urosevic and Anders Troback
604
605 2006-01-28 [colin]      1.9.100cvs194
606
607         * src/gtk/gtksourceprintjob.c
608                 Don't fiddle with PangoLayout when we
609                 have an image
610
611 2006-01-28 [paul]       1.9.100cvs193
612
613         * AUTHORS
614         * po/el.po
615         * po/zh_CN.po
616         * src/gtk/authors.h
617         * tools/claws.i18n.status.pl
618                 updated translations submitted by Stavros Giannouris
619                 and Ralgh Young
620
621 2006-01-27 [cleroy]     1.9.100cvs192
622
623         * src/summaryview.c
624         * src/gtk/gtksourceprintjob.c
625                 Add image printing 
626                 (libgnomeprint only, of course)
627
628 2006-01-27 [paul]       1.9.100cvs191
629
630         * po/fr.po
631         * po/it.po
632                 updated by Fabien Vantard and Andrea Spadaccini
633
634 2006-01-26 [colin]      1.9.100cvs190
635
636         * manual/Makefile.am
637         * configure.ac
638                 Make building the manual optional 
639                 (--disable-manual)
640
641 2006-01-26 [paul]       1.9.100cvs189
642
643         * manual/glossary.xml
644         * manual/plugins.xml
645                 edited
646         * po/en_GB.po
647                 updated
648
649 2006-01-26 [paul]       1.9.100cvs188
650
651         * src/prefs_display_header.c
652         * src/prefs_folder_column.c
653         * src/prefs_msg_colors.c
654         * src/prefs_summaries.c
655         * src/prefs_summary_column.c
656                 HIGify
657
658 2006-01-25 [colin]      1.9.100cvs187
659
660         * src/imap.c
661                 Don't allow moving/copying mails between
662                 queue/drafts and non-queue/drafts folders
663                 Fixes bug #897 (message header is resetted 
664                 if one is copied to Drafts)
665
666 2006-01-25 [colin]      1.9.100cvs186
667
668         * src/folder.c
669         * src/mainwindow.c
670                 Fix subscribed folders not found
671         * src/compose.c
672                 Don't try to encode as original mail's charset
673                 if it's ascii 
674
675 2006-01-25 [paul]       1.9.100cvs185
676
677         * AUTHORS
678         * po/Makevars
679                 updated
680         * po/de.po
681         * po/pl.po
682         * po/pt_BR.po
683         * po/sr.po
684                 updates submitted by Stephan Sachse, Emilian Nowak
685                 and Quar, Frederico Goncalves Guimaraes, and
686                 Aleksandar Urosevic
687                 Fix Bug 896, 'PT_BR locale broken'.
688         * src/gtk/authors.h
689                 updated
690
691 2006-01-24 [mones]      1.9.100cvs184
692
693         * manual/glossary.xml
694                 All current terms finished. Reviewers welcome ;-)
695         * manual/keyboard.xml
696                 Fixed column width for pdf output.
697         * po/es.po
698                 Updated
699
700 2006-01-24 [paul]       1.9.100cvs183
701
702         * manual/glossary.xml
703                 fix id name
704         * manual/dist/html/Makefile.am
705         * manual/dist/pdf/Makefile.am
706         * manual/dist/ps/Makefile.am
707         * manual/dist/txt/Makefile.am
708                 fix make deps
709                 Thanks to Colin
710
711 2006-01-24 [mones]      1.9.100cvs182
712
713         * manual/glossary.xml
714                 Nearly finished, some terms missing.
715
716 2006-01-23 [paul]       1.9.100cvs181
717
718         * manual/dist/html/Makefile.am
719         * manual/dist/pdf/Makefile.am
720         * manual/dist/ps/Makefile.am
721         * manual/dist/txt/Makefile.am
722         * src/mainwindow.c
723                 re-enable manual
724                 Thanks to Colin
725
726 2006-01-22 [colin]      1.9.100cvs180
727
728         * src/compose.c
729         * src/gtk/gtkaspell.c
730                 Don't deselect stuff before right-clicking, with aspell.
731                 (This prevented right-click Copy, for example).
732                 Thanks to Clo!
733
734 2006-01-22 [paul]       1.9.100cvs179
735
736         * src/summary_search.c
737                 don't fix the widget size as it causes problems
738                 under localisation.
739                 Thanks to Emilian Nowak
740
741 2006-01-21 [paul]       1.9.100cvs178
742
743         * src/prefs_themes.c
744                 fix broken underlining of label text
745                 with some translations
746
747 2006-01-21 [colin]      1.9.100cvs177
748
749         * po/fr.po
750                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
751
752 2006-01-20 [colin]      1.9.100cvs176
753
754         * configure.ac
755         * Makefile.am
756         * manual/Makefile
757         * manual/dist/html/.cvsignore
758         * manual/dist/html/Makefile.am
759         * manual/dist/pdf/.cvsignore
760         * manual/dist/pdf/Makefile.am
761         * manual/dist/ps/.cvsignore
762         * manual/dist/ps/Makefile.am
763         * manual/dist/txt/.cvsignore
764         * manual/dist/txt/Makefile.am
765                 Autotool-ize manual
766
767 2006-01-20 [paul]       1.9.100cvs175
768
769         * manual/handling.xml
770                 make Filtering and Searching entries easier to find
771         * manual/keyboard.xml
772                 add the remaining default keybinds
773         * src/prefs_summaries.c
774                 update the default keybinds
775
776 2006-01-20 [paul]       1.9.100cvs174
777
778         * src/addressbook.c
779         * src/addrgather.c
780         * src/addrharvest.c
781         * src/editaddress.c
782         * src/editgroup.c
783         * src/exphtmldlg.c
784         * src/expldifdlg.c
785         * src/exporthtml.c
786         * src/exportldif.c
787         * src/ldif.c
788                 replace 'e-mail' with 'email'
789         * src/summary_search.c
790                 add mnemonic to "Find all" button
791
792 2006-01-20 [wwp]        1.9.100cvs173
793
794         * src/export.c
795         * src/import.c
796                 touched mbox import/export buttons for HIG-compliance
797
798 2006-01-19 [paul]       1.9.100cvs172
799
800         * manual/account.xml
801         * manual/addrbook.xml
802         * manual/advanced.xml
803         * manual/faq.xml
804         * manual/handling.xml
805         * manual/intro.xml
806         * manual/plugins.xml
807         * manual/starting.xml
808                 more editing
809
810 2006-01-19 [paul]       1.9.100cvs171
811
812         * src/toolbar.c
813                 allow use of trash button while receiving
814                 Thanks to Colin
815
816 2006-01-19 [wwp]        1.9.100cvs170
817
818         * src/gtk/quicksearch.c
819         * src/compose.c
820                 force text color to black when yellow background is set
821
822 2006-01-19 [colin]      1.9.100cvs169
823
824         * src/plugins/trayicon/trayicon.c
825                 Gray out Get Mail when already getting mail
826
827 2006-01-18 [paul]       1.9.100cvs168
828
829         * src/compose.c
830                 give widget yellow background was To is
831                 set via folder prefs
832         * src/gtk/quicksearch.c
833                 give widget yellow background when quick
834                 search is active.
835                 Thanks to Colin
836
837 2006-01-18 [paul]       1.9.100cvs167
838
839         * doc/man/sylpheed-claws.1
840                 add --subscribe option
841
842 2006-01-18 [paul]       1.9.100cvs166
843
844         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
845         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
846                 use %U instead of %F (%F is broken for user installed
847                 files in kde 3.5)
848
849 2006-01-18 [colin]      1.9.100cvs165
850
851         * src/summaryview.c
852                 Default to Yes in "No more * messages" dialogs
853
854 2006-01-17 [colin]      1.9.100cvs164
855
856         * src/compose.c
857                 Possibly fix an invalid iterator causing
858                 crash
859
860 2006-01-17 [colin]      1.9.100cvs163
861
862         * src/mimeview.c
863                 Fix crash when the image disappears under the
864                 image viewer
865
866 2006-01-16 [colin]      1.9.100cvs162
867
868         * src/compose.c
869                 Fix reenabling autowrap
870
871 2006-01-16 [colin]      1.9.100cvs161
872
873         * src/compose.c
874                 reset quote_len before getting quote_str
875
876 2006-01-16 [colin]      1.9.100cvs160
877
878         * src/account.c
879         * src/account.h
880         * src/folder.c
881         * src/imap_gtk.c
882         * src/mh_gtk.c
883                 Fix bug #883 (default inbox does not track folder move)
884
885 2006-01-16 [colin]      1.9.100cvs159
886
887         * src/compose.c
888         * src/plugins/pgpcore/passphrase.c
889                 More buttons fixes
890
891 2006-01-16 [paul]       1.9.100cvs158
892
893         * src/prefs_actions.c
894         * src/prefs_filtering_action.c
895         * src/prefs_matcher.c
896         * src/quote_fmt.c
897         * src/gtk/description_window.c
898         * src/gtk/description_window.h
899         * src/gtk/quicksearch.c
900                 description window cleanups
901
902 2006-01-15 [colin]      1.9.100cvs157
903
904         * src/addressbook.c
905         * src/prefs_filtering.c
906                 Same here
907
908 2006-01-15 [colin]      1.9.100cvs156
909
910         * src/folderview.c
911         * src/mainwindow.c
912                 Same for "Empty trash"
913
914 2006-01-15 [colin]      1.9.100cvs155
915
916         * src/inc.c
917                 Override offline dialog had Yes by default
918
919 2006-01-15 [colin]      1.9.100cvs154
920
921         * src/summaryview.c
922                 Delete selected messages? previously had Yes the default
923
924 2006-01-15 [colin]      1.9.100cvs153
925
926         * src/folder.c
927         * src/folder.h
928         * src/main.c
929                 Check if a mailbox is loaded after all
930                 plugins are loaded.
931
932 2006-01-15 [colin]      1.9.100cvs152
933
934         * src/folder.c
935                 Don't start wizard when there are unloaded folders (will help
936                 people with only mbox or maildir mailboxes)
937
938 2006-01-14 [colin]      1.9.100cvs151
939
940         * src/addressbook.c
941         * src/expldifdlg.c
942         * src/importldif.c
943         * src/importmutt.c
944         * src/importpine.c
945         * src/mh_gtk.c
946                 More HIG compliance and fixes
947
948 2006-01-14 [colin]      1.9.100cvs150
949
950         * src/prefs_filtering_action.c
951         * src/foldersel.c
952                 Two forgotten button order changes
953
954 2006-01-14 [colin]      1.9.100cvs149
955
956         * src/account.c
957         * src/addressbook.c
958         * src/compose.c
959         * src/folderview.c
960         * src/imap_gtk.c
961         * src/mainwindow.c
962         * src/mh_gtk.c
963         * src/news_gtk.c
964         * src/prefs_actions.c
965         * src/prefs_customheader.c
966         * src/prefs_filtering.c
967         * src/prefs_matcher.c
968         * src/prefs_template.c
969         * src/ssl_manager.c
970         * src/summaryview.c
971         * src/textview.c
972         * src/toolbar.c
973                 All deletion confirmations are now "Cancel, Delete" 
974                 instead of "No, Yes"
975                 Clarified most of the other "No, Yes" to 
976                 "Cancel, Descriptive_action"
977                 Rechanged the "Entry not saved" alerts to have 
978                 "Close, Continue editing"
979
980
981 2006-01-14 [paul]
982
983         * 2.0.0-rc4 released
984
985 2006-01-14 [paul]       1.9.100cvs148
986
987         * src/account.c
988         * src/addressadd.c
989         * src/addressbook.c
990         * src/compose.c
991         * src/editaddress.c
992         * src/editbook.c
993         * src/editgroup.c
994         * src/editjpilot.c
995         * src/editldap.c
996         * src/editvcard.c
997         * src/exphtmldlg.c
998         * src/expldifdlg.c
999         * src/folderview.c
1000         * src/grouplistdialog.c
1001         * src/imap_gtk.c
1002         * src/importmutt.c
1003         * src/importpine.c
1004         * src/inc.c
1005         * src/main.c
1006         * src/mainwindow.c
1007         * src/message_search.c
1008         * src/messageview.c
1009         * src/mh_gtk.c
1010         * src/mimeview.c
1011         * src/news_gtk.c
1012         * src/prefs_actions.c
1013         * src/prefs_customheader.c
1014         * src/prefs_filtering.c
1015         * src/prefs_matcher.c
1016         * src/prefs_template.c
1017         * src/prefs_themes.c
1018         * src/ssl_manager.c
1019         * src/summary_search.c
1020         * src/summaryview.c
1021         * src/textview.c
1022         * src/toolbar.c
1023         * src/gtk/foldersort.c
1024         * src/gtk/gtkaspell.c
1025         * src/gtk/inputdialog.c
1026         * src/gtk/prefswindow.c
1027         * src/plugins/pgpcore/select-keys.c
1028         * src/plugins/trayicon/trayicon.c
1029                 HIG compliant button order
1030
1031 2006-01-14 [mones]      1.9.100cvs147
1032
1033         * po/es.po
1034                 Updated translation
1035
1036 2006-01-13 [paul]       1.9.100cvs146
1037
1038         * AUTHORS
1039         * ChangeLog
1040         * src/gtk/authors.h
1041                 add Joshua M. Kwan to contributors list
1042
1043 2006-01-13 [colin]      1.9.100cvs145
1044
1045         * src/gtk/quicksearch.c
1046                 Don't refocus quick search after executing (Esc or Enter)
1047                 Allows to '/'search something then move up/down in 
1048                 summaryview, and to Esc a search and be back in the 
1049                 summaryview
1050
1051 2006-01-13 [paul]       1.9.100cvs144
1052
1053         * src/plugins/pgpinline/pgpinline.c
1054                 support Content-Type 'application/pgp'
1055                 patch by Joshua M. Kwan <joshuak@users.sf.net>
1056
1057 2006-01-13 [paul]       1.9.100cvs143
1058
1059         * manual/account.xml
1060                 make mention of partial retrieval
1061                 thanks to Colin
1062
1063 2006-01-13 [paul]       1.9.100cvs142
1064
1065         * src/account.c
1066         * src/account.h
1067         * src/action.c
1068         * src/action.h
1069         * src/adbookbase.h
1070         * src/addr_compl.c
1071         * src/addr_compl.h
1072         * src/addrbook.c
1073         * src/addrcache.c
1074         * src/addrcache.h
1075         * src/addrcindex.c
1076         * src/addrcindex.h
1077         * src/addrclip.c
1078         * src/addrclip.h
1079         * src/addrdefs.h
1080         * src/addressadd.c
1081         * src/addressadd.h
1082         * src/addressbook.c
1083         * src/addressbook.h
1084         * src/addrgather.c
1085         * src/addrgather.h
1086         * src/addrharvest.c
1087         * src/addrharvest.h
1088         * src/addrindex.c
1089         * src/addrindex.h
1090         * src/addritem.c
1091         * src/addritem.h
1092         * src/addrquery.c
1093         * src/addrquery.h
1094         * src/addrselect.c
1095         * src/addrselect.h
1096         * src/alertpanel.c
1097         * src/alertpanel.h
1098         * src/browseldap.c
1099         * src/browseldap.h
1100         * src/codeconv.c
1101         * src/codeconv.h
1102         * src/compose.c
1103         * src/compose.h
1104         * src/customheader.c
1105         * src/customheader.h
1106         * src/displayheader.c
1107         * src/displayheader.h
1108         * src/editaddress.c
1109         * src/editaddress.h
1110         * src/editbook.c
1111         * src/editbook.h
1112         * src/editgroup.c
1113         * src/editgroup.h
1114         * src/editjpilot.c
1115         * src/editjpilot.h
1116         * src/editldap.c
1117         * src/editldap.h
1118         * src/editldap_basedn.c
1119         * src/editldap_basedn.h
1120         * src/editvcard.c
1121         * src/editvcard.h
1122         * src/exphtmldlg.c
1123         * src/exphtmldlg.h
1124         * src/expldifdlg.c
1125         * src/expldifdlg.h
1126         * src/export.h
1127         * src/exporthtml.c
1128         * src/exporthtml.h
1129         * src/exportldif.c
1130         * src/exportldif.h
1131         * src/filtering.c
1132         * src/filtering.h
1133         * src/folder.c
1134         * src/folder.h
1135         * src/folder_item_prefs.c
1136         * src/folder_item_prefs.h
1137         * src/foldersel.c
1138         * src/foldersel.h
1139         * src/folderutils.c
1140         * src/folderutils.h
1141         * src/folderview.c
1142         * src/folderview.h
1143         * src/grouplistdialog.c
1144         * src/grouplistdialog.h
1145         * src/headerview.c
1146         * src/html.c
1147         * src/html.h
1148         * src/image_viewer.c
1149         * src/image_viewer.h
1150         * src/imap.c
1151         * src/imap.h
1152         * src/imap_gtk.c
1153         * src/imap_gtk.h
1154         * src/import.h
1155         * src/importldif.c
1156         * src/importldif.h
1157         * src/importmutt.c
1158         * src/importmutt.h
1159         * src/importpine.c
1160         * src/importpine.h
1161         * src/inc.c
1162         * src/inc.h
1163         * src/jpilot.c
1164         * src/jpilot.h
1165         * src/ldapctrl.c
1166         * src/ldapctrl.h
1167         * src/ldaplocate.c
1168         * src/ldaplocate.h
1169         * src/ldapquery.c
1170         * src/ldapquery.h
1171         * src/ldapserver.c
1172         * src/ldapserver.h
1173         * src/ldaputil.c
1174         * src/ldaputil.h
1175         * src/ldif.c
1176         * src/ldif.h
1177         * src/main.c
1178         * src/main.h
1179         * src/mainwindow.c
1180         * src/mainwindow.h
1181         * src/manual.c
1182         * src/manual.h
1183         * src/mbox.c
1184         * src/mbox.h
1185         * src/message_search.c
1186         * src/message_search.h
1187         * src/messageview.c
1188         * src/messageview.h
1189         * src/mh.c
1190         * src/mh.h
1191         * src/mh_gtk.c
1192         * src/mh_gtk.h
1193         * src/mimeview.c
1194         * src/mimeview.h
1195         * src/msgcache.c
1196         * src/msgcache.h
1197         * src/mutt.c
1198         * src/mutt.h
1199         * src/news.c
1200         * src/news.h
1201         * src/news_gtk.c
1202         * src/news_gtk.h
1203         * src/partial_download.c
1204         * src/partial_download.h
1205         * src/pine.c
1206         * src/pine.h
1207         * src/pop.c
1208         * src/pop.h
1209         * src/prefs_account.c
1210         * src/prefs_account.h
1211         * src/prefs_actions.c
1212         * src/prefs_actions.h
1213         * src/prefs_common.c
1214         * src/prefs_common.h
1215         * src/prefs_compose_writing.c
1216         * src/prefs_compose_writing.h
1217         * src/prefs_customheader.c
1218         * src/prefs_customheader.h
1219         * src/prefs_display_header.c
1220         * src/prefs_display_header.h
1221         * src/prefs_filtering.c
1222         * src/prefs_filtering.h
1223         * src/prefs_filtering_action.c
1224         * src/prefs_filtering_action.h
1225         * src/prefs_folder_column.c
1226         * src/prefs_folder_column.h
1227         * src/prefs_folder_item.c
1228         * src/prefs_folder_item.h
1229         * src/prefs_fonts.c
1230         * src/prefs_fonts.h
1231         * src/prefs_gtk.c
1232         * src/prefs_gtk.h
1233         * src/prefs_image_viewer.c
1234         * src/prefs_image_viewer.h
1235         * src/prefs_matcher.c
1236         * src/prefs_matcher.h
1237         * src/prefs_message.c
1238         * src/prefs_msg_colors.c
1239         * src/prefs_msg_colors.h
1240         * src/prefs_other.c
1241         * src/prefs_quote.c
1242         * src/prefs_receive.c
1243         * src/prefs_send.c
1244         * src/prefs_spelling.c
1245         * src/prefs_spelling.h
1246         * src/prefs_summaries.c
1247         * src/prefs_summaries.h
1248         * src/prefs_summary_column.c
1249         * src/prefs_summary_column.h
1250         * src/prefs_template.c
1251         * src/prefs_template.h
1252         * src/prefs_themes.c
1253         * src/prefs_themes.h
1254         * src/prefs_toolbar.c
1255         * src/prefs_toolbar.h
1256         * src/prefs_wrapping.c
1257         * src/prefs_wrapping.h
1258         * src/privacy.c
1259         * src/privacy.h
1260         * src/procheader.c
1261         * src/procheader.h
1262         * src/procmime.c
1263         * src/procmime.h
1264         * src/procmsg.c
1265         * src/procmsg.h
1266         * src/quote_fmt.c
1267         * src/quote_fmt_parse.y
1268         * src/recv.c
1269         * src/recv.h
1270         * src/remotefolder.c
1271         * src/remotefolder.h
1272         * src/send_message.c
1273         * src/send_message.h
1274         * src/setup.c
1275         * src/setup.h
1276         * src/sourcewindow.c
1277         * src/sourcewindow.h
1278         * src/ssl_manager.c
1279         * src/ssl_manager.h
1280         * src/statusbar.c
1281         * src/statusbar.h
1282         * src/stock_pixmap.c
1283         * src/stock_pixmap.h
1284         * src/summary_search.c
1285         * src/summary_search.h
1286         * src/summaryview.c
1287         * src/summaryview.h
1288         * src/syldap.c
1289         * src/syldap.h
1290         * src/textview.c
1291         * src/textview.h
1292         * src/toolbar.c
1293         * src/toolbar.h
1294         * src/undo.c
1295         * src/undo.h
1296         * src/unmime.c
1297         * src/unmime.h
1298         * src/vcard.c
1299         * src/vcard.h
1300         * src/wizard.c
1301         * src/wizard.h
1302         * src/common/base64.c
1303         * src/common/base64.h
1304         * src/common/defs.h
1305         * src/common/hooks.c
1306         * src/common/hooks.h
1307         * src/common/log.c
1308         * src/common/log.h
1309         * src/common/mgutils.c
1310         * src/common/mgutils.h
1311         * src/common/nntp.c
1312         * src/common/nntp.h
1313         * src/common/passcrypt.c
1314         * src/common/passcrypt.h.in
1315         * src/common/plugin.c
1316         * src/common/plugin.h
1317         * src/common/prefs.c
1318         * src/common/prefs.h
1319         * src/common/progressindicator.c
1320         * src/common/progressindicator.h
1321         * src/common/quoted-printable.c
1322         * src/common/quoted-printable.h
1323         * src/common/session.c
1324         * src/common/session.h
1325         * src/common/smtp.c
1326         * src/common/smtp.h
1327         * src/common/socket.c
1328         * src/common/socket.h
1329         * src/common/ssl.c
1330         * src/common/ssl.h
1331         * src/common/ssl_certificate.c
1332         * src/common/ssl_certificate.h
1333         * src/common/stringtable.c
1334         * src/common/stringtable.h
1335         * src/common/sylpheed.c
1336         * src/common/sylpheed.h
1337         * src/common/template.c
1338         * src/common/template.h
1339         * src/common/timing.h
1340         * src/common/utils.c
1341         * src/common/utils.h
1342         * src/common/version.h.in
1343         * src/common/xml.c
1344         * src/common/xml.h
1345         * src/common/xmlprops.c
1346         * src/common/xmlprops.h
1347         * src/gtk/colorlabel.c
1348         * src/gtk/colorsel.c
1349         * src/gtk/colorsel.h
1350         * src/gtk/description_window.c
1351         * src/gtk/description_window.h
1352         * src/gtk/filesel.c
1353         * src/gtk/filesel.h
1354         * src/gtk/foldersort.c
1355         * src/gtk/foldersort.h
1356         * src/gtk/gtkutils.c
1357         * src/gtk/gtkutils.h
1358         * src/gtk/inputdialog.c
1359         * src/gtk/inputdialog.h
1360         * src/gtk/logwindow.c
1361         * src/gtk/logwindow.h
1362         * src/gtk/manage_window.c
1363         * src/gtk/manage_window.h
1364         * src/gtk/menu.c
1365         * src/gtk/menu.h
1366         * src/gtk/pluginwindow.c
1367         * src/gtk/pluginwindow.h
1368         * src/gtk/prefswindow.c
1369         * src/gtk/prefswindow.h
1370         * src/gtk/progressdialog.c
1371         * src/gtk/progressdialog.h
1372         * src/gtk/sslcertwindow.c
1373         * src/gtk/sslcertwindow.h
1374         * src/plugins/clamav/clamav_plugin.c
1375         * src/plugins/clamav/clamav_plugin.h
1376         * src/plugins/clamav/clamav_plugin_gtk.c
1377         * src/plugins/demo/demo.c
1378         * src/plugins/dillo_viewer/dillo_prefs.c
1379         * src/plugins/dillo_viewer/dillo_prefs.h
1380         * src/plugins/dillo_viewer/dillo_viewer.c
1381         * src/plugins/pgpcore/passphrase.c
1382         * src/plugins/pgpcore/passphrase.h
1383         * src/plugins/pgpcore/plugin.c
1384         * src/plugins/pgpcore/select-keys.c
1385         * src/plugins/pgpcore/select-keys.h
1386         * src/plugins/pgpcore/sgpgme.c
1387         * src/plugins/pgpcore/sgpgme.h
1388         * src/plugins/pgpinline/pgpinline.c
1389         * src/plugins/pgpinline/pgpinline.h
1390         * src/plugins/pgpinline/plugin.c
1391         * src/plugins/pgpmime/pgpmime.c
1392         * src/plugins/pgpmime/pgpmime.h
1393         * src/plugins/pgpmime/plugin.c
1394         * src/plugins/spamassassin/spamassassin.c
1395         * src/plugins/spamassassin/spamassassin.h
1396         * src/plugins/spamassassin/spamassassin_gtk.c
1397         * src/plugins/trayicon/trayicon.c
1398                 update copyright header
1399
1400 2006-01-13 [paul]       1.9.100cvs141
1401
1402         * src/account.c
1403         * src/export.c
1404         * src/import.c
1405         * src/mainwindow.c
1406         * src/prefs_account.c
1407         * src/prefs_display_header.c
1408         * src/prefs_receive.c
1409         * src/prefs_send.c
1410         * src/prefs_summaries.c
1411         * src/prefs_themes.c
1412         * src/prefs_toolbar.c
1413         * src/gtk/about.c
1414                 various cleanups
1415
1416 2006-01-12 [colin]      1.9.100cvs140
1417
1418         * src/folder.c
1419         * src/folder.h
1420         * src/main.c
1421                 Add --subscribe option
1422                 Let sylpheed-claws email@domain.com equivalent to --compose
1423                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1424
1425 2006-01-12 [paul]       1.9.100cvs139
1426
1427         * src/mainwindow.c
1428                 append 'Change folder order' label with '...'
1429         * src/prefs_actions.c
1430                 allow reordering of actions list by dnd
1431         * src/gtk/foldersort.c
1432                 make the dialog nicer
1433
1434 2006-01-11 [colin]      1.9.100cvs138
1435
1436         * src/compose.c
1437                 Allow templates without text
1438
1439 2006-01-11 [paul]       1.9.100cvs137
1440
1441         * tools/README
1442         * tools/filter_conv_new.pl
1443                 add info to README
1444                 also check .sylpheed for filter.xml
1445                 be a bit informative to the user
1446
1447 2006-01-11 [colin]      1.9.100cvs136
1448
1449         * src/textview.c
1450                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1451
1452 2006-01-10 [paul]       1.9.100cvs135
1453
1454         * tools/Makefile.am
1455         * tools/filter_conv_new.pl
1456                 add script to convert new style Sylpheed
1457                 filter rules (Sylpheed >= 0.9.99) to
1458                 Claws filtering rules
1459
1460 2006-01-10 [colin]      1.9.100cvs134
1461
1462         * src/compose.c
1463                 Fix broken line joins in certain conditions
1464                 (between two quoted lines: <enter><enter><up>
1465                  <type a wrapped sentence><go in the first line>
1466                  <insert more text><watch as line joining failed>)
1467
1468 2006-01-10 [paul]       1.9.100cvs133
1469
1470         * src/compose.c
1471                 don't report success in error dialog
1472                 thanks to Colin
1473         * src/common/utils.c
1474                 include some trailing punctuations as URI
1475                 thanks to Hiro
1476
1477 2006-01-10 [paul]       1.9.100cvs132
1478
1479         * src/mimeview.c
1480                 fix incompatible pointer type
1481                 warning
1482
1483 2006-01-10 [paul]       1.9.100cvs131
1484
1485         * src/compose.c
1486                 change Subject in window title
1487                 instantaneously
1488
1489 2006-01-09 [colin]      1.9.100cvs130
1490
1491         * src/addressbook.c
1492         * src/headerview.c
1493         * src/mainwindow.c
1494         * src/messageview.c
1495         * src/mimeview.c
1496         * src/noticeview.c
1497         * src/summaryview.c
1498                 Fix possible crashes on exit and in addressbook
1499
1500 2006-01-09 [paul]       1.9.100cvs129
1501
1502         * src/prefs_msg_colors.c
1503                 some cleanups that I forgot last time
1504
1505 2006-01-09 [paul]       1.9.100cvs128
1506
1507         * README
1508         * src/folderview.c
1509         * src/prefs_msg_colors.c
1510                 add previously hidden option, color_new, to
1511                 the gui
1512                 move the page to Display/
1513                 rework the gui
1514
1515 2006-01-09 [wwp]        1.9.100cvs127
1516
1517         * src/prefs_themes.c
1518                 made the prefs/display/themes layouts spacing less condensed
1519                 (and so they match other prefs/pages' look).
1520
1521 2006-01-09 [paul]       1.9.100cvs126
1522
1523         * src/compose.c
1524         * src/prefs_common.c
1525         * src/prefs_common.h
1526         * src/prefs_wrapping.c
1527                 remove 'wrap at send' option
1528
1529 2006-01-06 [colin]      1.9.100cvs125
1530
1531         * src/compose.c
1532                 Just make completely sure we don't insert "manual line breaks" 
1533                 when wrapping... 
1534
1535 2006-01-04 [paul]
1536
1537         * 2.0.0-rc3 released
1538
1539 2006-01-04 [paul]       1.9.100cvs124
1540
1541         * src/folderview.c
1542                 fix bug 882, 'quick scroll in folder list
1543                 displays wrong folder contents'
1544
1545 2006-01-04 [paul]       1.9.100cvs123
1546
1547         * src/plugins/pgpmime/pgpmime.c
1548                 better debug information when signing
1549                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1550
1551 2006-01-03 [colin]      1.9.100cvs122
1552
1553         * configure.ac
1554                 We need to recheck for gpgme 1.0.0 after checking
1555                 for 1.1.1, because if 1.1.1 isn't available, 
1556                 GPGME_LIBS and friends are blanked out by the 
1557                 second check.
1558
1559 2006-01-03 [colin]      1.9.100cvs121
1560
1561         * src/common/prefs.c
1562                 Windows unlink-before rename fix
1563         * src/plugins/pgpcore/sgpgme.c
1564                 Add support for PKA info if available
1565                 Both patches by Werner Koch
1566
1567 2006-01-03 [paul]       1.9.100cvs120
1568
1569         * src/messageview.c
1570                 fix bug 884, 'Send receipt' button visible in queue
1571                 Thanks to Colin
1572
1573 2006-01-02 [colin]      1.9.100cvs119
1574
1575         * src/compose.c
1576         * src/imap.c
1577                 Fix autosave on IMAP and more generally try to
1578                 return the correct ID on a newly added IMAP message
1579
1580 2006-01-02 [paul]       1.9.100cvs118
1581
1582         * manual/keyboard.xml
1583                 edited
1584
1585 2006-01-01 [paul]       1.9.100cvs117
1586
1587         * src/gtk/authors.h
1588                 alphabetical order
1589
1590 2005-12-30 [colin]      1.9.100cvs116
1591
1592         * manual/advanced.xml
1593                 Explain Pre/Post-processing differences.
1594
1595 2005-12-30 [colin]      1.9.100cvs115
1596
1597         * src/mh.c
1598                 Implement copy_msgs for a little optimization
1599         * src/imap.c
1600                 Finish yesterday's fix
1601
1602 2005-12-29 [colin]      1.9.100cvs114
1603
1604         * src/imap.c
1605                 Fix occasional failure in fetching a mail over
1606                 IMAP
1607
1608 2005-12-29 [colin]      1.9.100cvs113
1609
1610         * src/compose.c
1611                 Don't remove a draft when sending it, if it is 
1612                 locked.
1613
1614 2005-12-28 [colin]      1.9.100cvs112
1615
1616         * src/summaryview.c
1617                 Fix leak for real
1618
1619 2005-12-28 [wwp]        1.9.100cvs111
1620
1621         * doc/faq/.cvsignore
1622         * doc/faq/de/.cvsignore
1623         * doc/faq/en/.cvsignore
1624         * doc/faq/es/.cvsignore
1625         * doc/faq/fr/.cvsignore
1626         * doc/faq/it/.cvsignore
1627         * doc/manual/.cvsignore
1628         * doc/manual/de/.cvsignore
1629         * doc/manual/en/.cvsignore
1630         * doc/manual/es/.cvsignore
1631         * doc/manual/fr/.cvsignore
1632         * doc/manual/ja/.cvsignore
1633         * src/plugins/mathml_viewer/.cvsignore
1634                 rollback revival of those files (my bad, sorry for the noise).
1635
1636 2005-12-28 [wwp]        1.9.100cvs110
1637
1638         * src/compose.c
1639                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1640
1641 2005-12-28 [wwp]        1.9.100cvs109
1642
1643         * doc/faq/.cvsignore
1644         * doc/faq/de/.cvsignore
1645         * doc/faq/en/.cvsignore
1646         * doc/faq/es/.cvsignore
1647         * doc/faq/fr/.cvsignore
1648         * doc/faq/it/.cvsignore
1649         * doc/manual/.cvsignore
1650         * doc/manual/de/.cvsignore
1651         * doc/manual/en/.cvsignore
1652         * doc/manual/es/.cvsignore
1653         * doc/manual/fr/.cvsignore
1654         * doc/manual/ja/.cvsignore
1655         * src/plugins/mathml_viewer/.cvsignore
1656         * po/.cvsignore
1657                 more files to ignore.
1658
1659 2005-12-24 [colin]      1.9.100cvs108
1660
1661         * AUTHORS
1662         * src/gtk/authors.h
1663                 Update for Werner
1664
1665 2005-12-24 [colin]      1.9.100cvs107
1666
1667         * src/procmsg.c
1668                 Allow NULL src_msginfo in 
1669                 procmsg_msginfo_new_from_mimeinfo
1670
1671 2005-12-23 [paul]       1.9.100cvs106
1672
1673         * src/plugins/pgpinline/mypgpcore.def
1674                 add this forgotten file
1675
1676 2005-12-23 [colin]      1.9.100cvs105
1677
1678         * src/mainwindow.c
1679                 Fix missing break
1680
1681 2005-12-23 [colin]      1.9.100cvs104
1682
1683         * autogen.sh
1684         * src/folder.c
1685         * src/mh.c
1686         * src/common/plugin.c
1687         * src/common/socket.c
1688         * src/common/socket.h
1689         * src/common/utils.c
1690         * src/common/utils.h
1691         * src/gtk/pluginwindow.c
1692         * src/plugins/pgpcore/plugin.def
1693         * src/plugins/pgpcore/sylpheed.def
1694         * src/plugins/pgpinline/Makefile.am
1695         * src/plugins/pgpinline/plugin.def
1696         * src/plugins/pgpinline/sylpheed.def
1697         * src/plugins/pgpmime/plugin.def
1698         * src/plugins/pgpmime/sylpheed.def
1699                 Various w32 fixes by Werner Koch
1700
1701 2005-12-22 [paul]       1.9.100cvs103
1702
1703         * src/wizard.c
1704                 don't offer IMAP as 'server type' if
1705                 libetpan isn't built in
1706
1707 2005-12-22 [paul]       1.9.100cvs102
1708
1709         * AUTHORS
1710         * src/mainwindow.c
1711         * src/mainwindow.h
1712         * src/toolbar.c
1713         * src/gtk/authors.h
1714                 support GTK_TOOLBAR_BOTH_HORIZ (text
1715                 next to icon) Patch by Marien Zwart
1716                 marienz@users.sf.net
1717                 Also reword the text
1718
1719 2005-12-21 [colin]      1.9.100cvs101
1720
1721         * configure.ac
1722                 Fix DATADIRNAME
1723         * COPYING
1724                 Fix missing section and explicit the exception better
1725         * src/compose.c
1726                 Prevent mail from being lost without notice when an
1727                 SMTP error happens on trying to send an unmodified
1728                 drafted mail.
1729         * src/send_message.c
1730         * src/common/smtp.c
1731                 Fix password remembering when wrong, and add return
1732                 value checks where they should have been
1733         * src/plugins/pgpcore/sylpheed.def
1734         * src/plugins/pgpinline/sylpheed.def
1735         * src/plugins/pgpmime/sylpheed.def
1736                 Add a few symbols needed
1737
1738 2005-12-21 [paul]       1.9.100cvs100
1739
1740         * m4/codeset.m4
1741         * m4/glibc21.m4
1742         * m4/intdiv0.m4
1743         * m4/inttypes-pri.m4
1744         * m4/inttypes.m4
1745         * m4/inttypes_h.m4
1746         * m4/isc-posix.m4
1747         * m4/lcmessage.m4
1748         * m4/stdint_h.m4
1749         * m4/uintmax_t.m4
1750                 gettextization
1751                 thanks to Colin
1752
1753 2005-12-21 [paul]       1.9.100cvs99
1754
1755         * po/sv.po
1756                 fixed by Colin
1757
1758 2005-12-20 [paul]       1.9.100cvs98
1759
1760         * po/sv.po
1761                 updated by Anders Trobäck
1762
1763 2005-12-20 [colin]      1.9.100cvs97
1764
1765         * ABOUT-NLS
1766         * Makefile.am
1767         * autogen.sh
1768         * configure.ac
1769         * config/config.rpath
1770         * config/mkinstalldirs
1771         * m4/Makefile.am
1772         * m4/glibc2.m4
1773         * m4/gnupg.m4
1774         * m4/gpgme.m4
1775         * m4/intmax.m4
1776         * m4/longdouble.m4
1777         * m4/longlong.m4
1778         * m4/printf-posix.m4
1779         * m4/signed.m4
1780         * m4/size_max.m4
1781         * m4/ulonglong.m4
1782         * m4/wchar_t.m4
1783         * m4/wint_t.m4
1784         * m4/xsize.m4
1785         * po/Makefile.in.in
1786         * po/Makevars
1787         * po/bg.po
1788         * po/ca.po
1789         * po/cs.po
1790         * po/de.po
1791         * po/el.po
1792         * po/en_GB.po
1793         * po/es.po
1794         * po/fi.po
1795         * po/fr.po
1796         * po/hr.po
1797         * po/hu.po
1798         * po/it.po
1799         * po/ja.po
1800         * po/ko.po
1801         * po/nb.po
1802         * po/nl.po
1803         * po/pl.po
1804         * po/pt_BR.po
1805         * po/ru.po
1806         * po/sk.po
1807         * po/sr.po
1808         * po/stamp-po
1809         * po/sv.po
1810         * po/zh_CN.po
1811         * po/zh_TW.po
1812         * src/Makefile.am
1813         * src/codeconv.c
1814         * src/compose.c
1815         * src/exporthtml.c
1816         * src/exportldif.c
1817         * src/folder.c
1818         * src/main.c
1819         * src/manual.c
1820         * src/mh.c
1821         * src/mimeview.c
1822         * src/send_message.c
1823         * src/common/Makefile.am
1824         * src/common/fnmatch.c
1825         * src/common/fnmatch.h
1826         * src/common/fnmatch_loop.c
1827         * src/common/nntp.c
1828         * src/common/plugin.c
1829         * src/common/smtp.c
1830         * src/common/socket.c
1831         * src/common/string_match.c
1832         * src/common/sylpheed.c
1833         * src/common/utils.c
1834         * src/common/utils.h
1835         * src/common/w32_dirent.c
1836         * src/common/w32_reg.c
1837         * src/common/w32_signal.c
1838         * src/common/w32_stat.c
1839         * src/common/w32_stdio.c
1840         * src/common/w32_stdlib.c
1841         * src/common/w32_string.c
1842         * src/common/w32_time.c
1843         * src/common/w32_unistd.c
1844         * src/common/w32_wait.c
1845         * src/common/w32lib.h
1846         * src/etpan/Makefile.am
1847         * src/gtk/Makefile.am
1848         * src/plugins/clamav/Makefile.am
1849         * src/plugins/demo/Makefile.am
1850         * src/plugins/dillo_viewer/Makefile.am
1851         * src/plugins/pgpcore/Makefile.am
1852         * src/plugins/pgpcore/passphrase.c
1853         * src/plugins/pgpcore/plugin.def
1854         * src/plugins/pgpcore/sgpgme.c
1855         * src/plugins/pgpcore/sylpheed.def
1856         * src/plugins/pgpcore/version.rc
1857         * src/plugins/pgpinline/Makefile.am
1858         * src/plugins/pgpinline/plugin.def
1859         * src/plugins/pgpinline/sylpheed.def
1860         * src/plugins/pgpinline/version.rc
1861         * src/plugins/pgpmime/Makefile.am
1862         * src/plugins/pgpmime/mypgpcore.def
1863         * src/plugins/pgpmime/plugin.def
1864         * src/plugins/pgpmime/sylpheed.def
1865         * src/plugins/pgpmime/version.rc
1866         * src/plugins/spamassassin/Makefile.am
1867                 Very little ;-) patch from Werner Koch, providing
1868                 infrastructure for cross-compiling to Win32
1869
1870 2005-12-20 [paul]       1.9.100cvs96
1871
1872         * src/account.c
1873         * src/account.h
1874         * src/mainwindow.c
1875         * src/mainwindow.h
1876         * src/toolbar.c
1877         * src/toolbar.h
1878                 add a combo to the Get All button, allowing
1879                 quick retrieval from any account
1880                 Patch by Fabien Vantard, slightly modified
1881                 by Colin
1882         * src/gtk/about.c
1883                 i18n fix. Patch by Fabien Vantard
1884
1885 2005-12-19 [colin]      1.9.100cvs95
1886
1887         * src/compose.c
1888         * src/compose.h
1889                 Don't automatically join lines when they've 
1890                 been separated by the user and not automatically
1891
1892 2005-12-19 [paul]       1.9.100cvs94
1893
1894         * src/gtk/pluginwindow.c
1895                 i18n fix.
1896                 Patch by Fabien Vantard
1897
1898 2005-12-15 [paul]       1.9.100cvs93
1899
1900         * src/common/plugin.c
1901         * src/common/plugin.h
1902         * src/gtk/pluginwindow.c
1903         * src/plugins/clamav/clamav_plugin.c
1904         * src/plugins/demo/demo.c
1905         * src/plugins/dillo_viewer/dillo_viewer.c
1906         * src/plugins/pgpcore/plugin.c
1907         * src/plugins/pgpinline/plugin.c
1908         * src/plugins/pgpmime/plugin.c
1909         * src/plugins/spamassassin/spamassassin.c
1910         * src/plugins/trayicon/trayicon.c
1911                 add plugin_version()
1912
1913 2005-12-15 [colin]      1.9.100cvs92
1914
1915         * src/compose.c
1916                 Further fix bug #875
1917
1918 2005-12-15 [paul]       1.9.100cvs91
1919
1920         * src/gtk/filesel.c
1921                 fix attach_load_dir getting set to
1922                 PLUGINDIR on plugin load
1923
1924 2005-12-14 [mones]      1.9.100cvs90
1925
1926         * manual/ack.xml
1927         * manual/keyboard.xml
1928                 Initial draft and some shortcuts added
1929                 
1930         * po/es.po
1931                 Updated translation
1932
1933 2005-12-14 [colin]      1.9.100cvs89
1934
1935         * src/compose.c
1936         * src/imap.c
1937         * src/summaryview.c
1938         * src/gtk/gtkaspell.c
1939                 More leaks fixed
1940         * src/prefs_folder_item.c
1941                 Fix recursive prefs apply
1942
1943
1944 2005-12-14 [colin]      1.9.100cvs88
1945
1946         * src/compose.c
1947                 Fix bug #875 (Freeze On Inline Forward of 
1948                 Large Message)
1949
1950 2005-12-13 [colin]      1.9.100cvs87
1951
1952         * src/compose.c
1953                 Uniq-ify and sort the mimetypes list
1954                 Patch by Fabien Vantard
1955
1956 2005-12-13 [colin]      1.9.100cvs86
1957
1958         * src/imap.c
1959         * src/etpan/imap-thread.c
1960                 Fix leaks (patch by Hoa)
1961         * src/news.c
1962         * src/common/plugin.c
1963                 Fix leaks
1964
1965 2005-12-12 [colin]
1966
1967         * 2.0.0-rc2 released
1968
1969 2005-12-12 [colin]      1.9.100cvs85
1970
1971         * src/matcher.c
1972                 Fix a leak
1973
1974 2005-12-12 [wwp]        1.9.100cvs84
1975
1976         * src/gtk/icon_legend.c
1977                 fix misbehaviour and crash when closing the legend window
1978         using the Esc key (patch by Fabien Vantard).
1979
1980 2005-12-12 [paul]       1.9.100cvs83
1981
1982         * src/browseldap.c
1983         * src/foldersel.c
1984         * src/prefs_actions.c
1985         * src/prefs_filtering.c
1986         * src/prefs_matcher.c
1987         * src/prefs_spelling.glade      ** REMOVED **
1988         * src/prefs_template.c
1989         * src/gtk/foldersort.glade      ** REMOVED **
1990         * src/gtk/pluginwindow.c
1991         * src/gtk/pluginwindow.glade    ** REMOVED **
1992         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
1993                 cleanups
1994
1995 2005-12-11 [paul]       1.9.100cvs82
1996
1997         * src/gtk/filesel.c
1998                 fix attach_load_dir crasher (double free)
1999
2000 2005-12-09 [paul]       1.9.100cvs81
2001
2002         * po/POTFILES.in
2003         * src/mainwindow.c
2004         * src/gtk/Makefile.am
2005         * src/gtk/icon_legend.c
2006         * src/gtk/icon_legend.h
2007                 add icon legend
2008         * src/manual.c
2009                 cleanup
2010
2011 2005-12-09 [paul]       1.9.100cvs80
2012
2013         * src/plugins/pgpcore/passphrase.c
2014                 wrap the label in the dialog
2015
2016 2005-12-09 [colin]      1.9.100cvs79
2017
2018         * src/plugins/pgpcore/sgpgme.c
2019                 Display (untrusted) on not trusted signatures
2020                 Patch by Michal Ãˆihaø <michal@cihar.com>
2021                 Closes bug #867 (Report also key trust)
2022
2023 2005-12-09 [colin]      1.9.100cvs78
2024
2025         * src/common/plugin.c
2026                 Update licence check, following Eben Moglen's advice
2027
2028 2005-12-08 [colin]      1.9.100cvs77
2029
2030         * src/folder.c
2031                 Fix the occasionnal item->cache != NULL 
2032                 assertion failure. 
2033
2034 2005-12-08 [colin]      1.9.100cvs76
2035
2036         * src/mimeview.c
2037         * src/plugins/pgpcore/sgpgme.c
2038                 Print key id when unable to check it
2039                 Closes bug #866 (Show key id when missing)
2040
2041 2005-12-08 [paul]       1.9.100cvs75
2042
2043         * src/prefs_common.c
2044         * src/prefs_common.h
2045         * src/gtk/filesel.c
2046                 remember load attachment dir
2047
2048 2005-12-07 [colin]      1.9.100cvs74
2049
2050         * src/prefs_toolbar.c
2051                 Gtk fixes, patch by Fabien Vantard
2052
2053 2005-12-07 [colin]      1.9.100cvs73
2054
2055         * src/action.c
2056         * src/compose.c
2057         * src/compose.h
2058                 Fix bug #839 (Quoted text isn't colored after 
2059                 executing an action)
2060         * src/common/plugin.c
2061                 Require plugins to declare their licence in plugin_licence()
2062                 Refuse to load non-GPL plugins as they'd be illegal (as 
2063                 derived works of Sylpheed-Claws, they must be GPL).
2064         * src/plugins/clamav/clamav_plugin.c
2065         * src/plugins/demo/demo.c
2066         * src/plugins/dillo_viewer/dillo_viewer.c
2067         * src/plugins/pgpcore/plugin.c
2068         * src/plugins/pgpinline/plugin.c
2069         * src/plugins/pgpmime/plugin.c
2070         * src/plugins/spamassassin/spamassassin.c
2071         * src/plugins/trayicon/trayicon.c
2072                 Add plugin_licence()
2073
2074 2005-12-07 [paul]       1.9.100cvs72
2075
2076         * configure.ac
2077         * src/mainwindow.c
2078         * src/manual.c
2079         * src/manual.h
2080         * src/common/defs.h
2081                 clean up after local FAQ removal and
2082                 temporary manual removal
2083
2084 2005-12-06 [colin]      1.9.100cvs71
2085
2086         * configure.ac
2087         * doc/Makefile.am
2088         * doc/faq/.cvsignore
2089         * doc/faq/Makefile.am
2090         * doc/faq/de/.cvsignore
2091         * doc/faq/de/Makefile.am
2092         * doc/faq/de/sylpheed-faq-1.html
2093         * doc/faq/de/sylpheed-faq-2.html
2094         * doc/faq/de/sylpheed-faq-3.html
2095         * doc/faq/de/sylpheed-faq.html
2096         * doc/faq/en/.cvsignore
2097         * doc/faq/en/Makefile.am
2098         * doc/faq/en/sylpheed-faq-1.html
2099         * doc/faq/en/sylpheed-faq-2.html
2100         * doc/faq/en/sylpheed-faq-3.html
2101         * doc/faq/en/sylpheed-faq-4.html
2102         * doc/faq/en/sylpheed-faq.html
2103         * doc/faq/es/.cvsignore
2104         * doc/faq/es/Makefile.am
2105         * doc/faq/es/sylpheed-faq-1.html
2106         * doc/faq/es/sylpheed-faq-2.html
2107         * doc/faq/es/sylpheed-faq-3.html
2108         * doc/faq/es/sylpheed-faq-4.html
2109         * doc/faq/es/sylpheed-faq.html
2110         * doc/faq/fr/.cvsignore
2111         * doc/faq/fr/Makefile.am
2112         * doc/faq/fr/sylpheed-faq-1.html
2113         * doc/faq/fr/sylpheed-faq-2.html
2114         * doc/faq/fr/sylpheed-faq-3.html
2115         * doc/faq/fr/sylpheed-faq.html
2116         * doc/faq/it/.cvsignore
2117         * doc/faq/it/Makefile.am
2118         * doc/faq/it/sylpheed-faq-1.html
2119         * doc/faq/it/sylpheed-faq-2.html
2120         * doc/faq/it/sylpheed-faq-3.html
2121         * doc/faq/it/sylpheed-faq.html
2122         * doc/manual/.cvsignore
2123         * doc/manual/Makefile.am
2124         * doc/manual/de/.cvsignore
2125         * doc/manual/de/Makefile.am
2126         * doc/manual/de/sylpheed-1.html
2127         * doc/manual/de/sylpheed-10.html
2128         * doc/manual/de/sylpheed-11.html
2129         * doc/manual/de/sylpheed-12.html
2130         * doc/manual/de/sylpheed-13.html
2131         * doc/manual/de/sylpheed-14.html
2132         * doc/manual/de/sylpheed-15.html
2133         * doc/manual/de/sylpheed-16.html
2134         * doc/manual/de/sylpheed-17.html
2135         * doc/manual/de/sylpheed-18.html
2136         * doc/manual/de/sylpheed-19.html
2137         * doc/manual/de/sylpheed-2.html
2138         * doc/manual/de/sylpheed-20.html
2139         * doc/manual/de/sylpheed-3.html
2140         * doc/manual/de/sylpheed-4.html
2141         * doc/manual/de/sylpheed-5.html
2142         * doc/manual/de/sylpheed-6.html
2143         * doc/manual/de/sylpheed-7.html
2144         * doc/manual/de/sylpheed-8.html
2145         * doc/manual/de/sylpheed-9.html
2146         * doc/manual/de/sylpheed.html
2147         * doc/manual/en/.cvsignore
2148         * doc/manual/en/Makefile.am
2149         * doc/manual/en/sylpheed-1.html
2150         * doc/manual/en/sylpheed-10.html
2151         * doc/manual/en/sylpheed-11.html
2152         * doc/manual/en/sylpheed-12.html
2153         * doc/manual/en/sylpheed-13.html
2154         * doc/manual/en/sylpheed-14.html
2155         * doc/manual/en/sylpheed-15.html
2156         * doc/manual/en/sylpheed-16.html
2157         * doc/manual/en/sylpheed-17.html
2158         * doc/manual/en/sylpheed-18.html
2159         * doc/manual/en/sylpheed-19.html
2160         * doc/manual/en/sylpheed-2.html
2161         * doc/manual/en/sylpheed-20.html
2162         * doc/manual/en/sylpheed-21.html
2163         * doc/manual/en/sylpheed-22.html
2164         * doc/manual/en/sylpheed-3.html
2165         * doc/manual/en/sylpheed-4.html
2166         * doc/manual/en/sylpheed-5.html
2167         * doc/manual/en/sylpheed-6.html
2168         * doc/manual/en/sylpheed-7.html
2169         * doc/manual/en/sylpheed-8.html
2170         * doc/manual/en/sylpheed-9.html
2171         * doc/manual/en/sylpheed.html
2172         * doc/manual/es/.cvsignore
2173         * doc/manual/es/Makefile.am
2174         * doc/manual/es/sylpheed-1.html
2175         * doc/manual/es/sylpheed-10.html
2176         * doc/manual/es/sylpheed-11.html
2177         * doc/manual/es/sylpheed-12.html
2178         * doc/manual/es/sylpheed-13.html
2179         * doc/manual/es/sylpheed-14.html
2180         * doc/manual/es/sylpheed-15.html
2181         * doc/manual/es/sylpheed-16.html
2182         * doc/manual/es/sylpheed-17.html
2183         * doc/manual/es/sylpheed-18.html
2184         * doc/manual/es/sylpheed-19.html
2185         * doc/manual/es/sylpheed-2.html
2186         * doc/manual/es/sylpheed-20.html
2187         * doc/manual/es/sylpheed-3.html
2188         * doc/manual/es/sylpheed-4.html
2189         * doc/manual/es/sylpheed-5.html
2190         * doc/manual/es/sylpheed-6.html
2191         * doc/manual/es/sylpheed-7.html
2192         * doc/manual/es/sylpheed-8.html
2193         * doc/manual/es/sylpheed-9.html
2194         * doc/manual/es/sylpheed.html
2195         * doc/manual/fr/.cvsignore
2196         * doc/manual/fr/Makefile.am
2197         * doc/manual/fr/sylpheed-1.html
2198         * doc/manual/fr/sylpheed-10.html
2199         * doc/manual/fr/sylpheed-11.html
2200         * doc/manual/fr/sylpheed-12.html
2201         * doc/manual/fr/sylpheed-13.html
2202         * doc/manual/fr/sylpheed-14.html
2203         * doc/manual/fr/sylpheed-15.html
2204         * doc/manual/fr/sylpheed-16.html
2205         * doc/manual/fr/sylpheed-17.html
2206         * doc/manual/fr/sylpheed-18.html
2207         * doc/manual/fr/sylpheed-19.html
2208         * doc/manual/fr/sylpheed-2.html
2209         * doc/manual/fr/sylpheed-20.html
2210         * doc/manual/fr/sylpheed-3.html
2211         * doc/manual/fr/sylpheed-4.html
2212         * doc/manual/fr/sylpheed-5.html
2213         * doc/manual/fr/sylpheed-6.html
2214         * doc/manual/fr/sylpheed-7.html
2215         * doc/manual/fr/sylpheed-8.html
2216         * doc/manual/fr/sylpheed-9.html
2217         * doc/manual/fr/sylpheed.html
2218         * doc/manual/ja/.cvsignore
2219         * doc/manual/ja/Makefile.am
2220         * doc/manual/ja/sylpheed-1.html
2221         * doc/manual/ja/sylpheed-10.html
2222         * doc/manual/ja/sylpheed-11.html
2223         * doc/manual/ja/sylpheed-12.html
2224         * doc/manual/ja/sylpheed-13.html
2225         * doc/manual/ja/sylpheed-14.html
2226         * doc/manual/ja/sylpheed-15.html
2227         * doc/manual/ja/sylpheed-16.html
2228         * doc/manual/ja/sylpheed-17.html
2229         * doc/manual/ja/sylpheed-18.html
2230         * doc/manual/ja/sylpheed-19.html
2231         * doc/manual/ja/sylpheed-2.html
2232         * doc/manual/ja/sylpheed-20.html
2233         * doc/manual/ja/sylpheed-3.html
2234         * doc/manual/ja/sylpheed-4.html
2235         * doc/manual/ja/sylpheed-5.html
2236         * doc/manual/ja/sylpheed-6.html
2237         * doc/manual/ja/sylpheed-7.html
2238         * doc/manual/ja/sylpheed-8.html
2239         * doc/manual/ja/sylpheed-9.html
2240         * doc/manual/ja/sylpheed.html
2241         * doc/manual/ja/sylpheed.sgml
2242         * src/mainwindow.c
2243                 Remove outdated manual and faq. Noisy, eh?
2244
2245 2005-12-06 [colin]      1.9.100cvs70
2246
2247         * src/compose.c
2248         * src/quote_fmt_parse.y
2249         * src/undo.c
2250         * src/undo.h
2251                 Allow %X to position cursor at 0 
2252                 (no %X = before signature)
2253                 Fix paste as quotation putting the cursor at 0
2254                 Fix undo offsets when pasting
2255                 Insert the quote_fmt at once instead of line 
2256                 by line
2257                 Fix [Edited] when starting to reply/forward
2258
2259 2005-12-06 [paul]       1.9.100cvs69
2260
2261         * src/plugins/clamav/clamav_plugin_gtk.c
2262                 add another tooltip
2263         * src/plugins/spamassassin/spamassassin_gtk.c
2264                 rework spamassassin_create_widget_func()
2265
2266 2005-12-05 [colin]      1.9.100cvs68
2267
2268         * po/POTFILES.in
2269                 Fix make release ;-)
2270
2271 2005-12-05 [colin]      1.9.100cvs67
2272
2273         * src/compose.c
2274         * src/compose.h
2275                 Fix cursor positioning (not obeying %X)
2276
2277 2005-12-05 [paul]       1.9.100cvs66
2278
2279         * src/plugins/dillo_viewer/dillo_prefs.c
2280                 fix compilation warning
2281
2282 2005-12-05 [paul]       1.9.100cvs65
2283
2284         * src/prefs_spelling.c
2285         * src/plugins/trayicon/trayicon.c
2286                 cleanups - remove unused stuff
2287
2288 2005-12-05 [paul]       1.9.100cvs64
2289
2290         * README
2291         * manual/plugins.xml
2292                 remove info about removed mathml_viewer plugin
2293
2294 2005-12-05 [paul]       1.9.100cvs63
2295
2296         * configure.ac
2297         * src/plugins/Makefile.am
2298         * src/plugins/mathml_viewer/.cvsignore
2299         * src/plugins/mathml_viewer/Makefile.am
2300         * src/plugins/mathml_viewer/mathml_viewer.c
2301                 remove unmaintained mathml_viewer plugin
2302
2303 2005-12-05 [paul]       1.9.100cvs62
2304
2305         * src/summaryview.c
2306                 obey prefs_common.always_show_msg when
2307                 moving a msg
2308                 Thanks to Colin
2309
2310 2005-12-05 [paul]       1.9.100cvs61
2311
2312         * src/compose.c
2313         * src/prefs_account.c
2314         * src/prefs_filtering.c
2315         * src/prefs_quote.c
2316         * src/prefs_spelling.c
2317         * src/prefs_toolbar.c
2318         * src/summaryview.c
2319         * src/gtk/gtkutils.c
2320         * src/gtk/quicksearch.c
2321         * src/plugins/dillo_viewer/dillo_prefs.c
2322                 dialog cleanups
2323
2324 2005-12-04 [paul]       1.9.100cvs60
2325
2326         * src/inc.c
2327         * src/prefs_account.c
2328         * src/prefs_account.h
2329                 allow a Local account to specify a
2330                 default inbox
2331                 (closes bug 843 'Inbox cannot be changed for local
2332                  mailboxes')
2333
2334 2005-12-04 [colin]      1.9.100cvs59
2335
2336         * src/plugins/trayicon/trayicon.c
2337                 Remove Get, rename Get All to Get Mail in order to
2338                 be consistent with the default main toolbar
2339
2340 2005-12-03 [colin]      1.9.100cvs58
2341
2342         * manual/gpl.xml
2343         * manual/sylpheed-claws-manual.xml
2344                 Add GPL appendix
2345
2346 2005-12-03 [paul]       1.9.100cvs57
2347
2348         * AUTHORS
2349         * po/sv.po
2350         * src/gtk/authors.h
2351                 new (partially complete) Swedish translation
2352                 by Anders Troback <sylpheed@troback.com>
2353
2354 2005-12-02 [paul]       1.9.100cvs56
2355
2356         * configure.ac
2357                 libetpan 0.41 required
2358
2359 2005-12-02 [paul]       1.9.100cvs55
2360
2361         * src/plugins/clamav/clamav_plugin.c
2362         * src/plugins/clamav/clamav_plugin.h
2363         * src/plugins/clamav/clamav_plugin_gtk.c
2364         * src/plugins/spamassassin/spamassassin.c
2365         * src/plugins/spamassassin/spamassassin.h
2366         * src/plugins/spamassassin/spamassassin_gtk.c
2367                 unregister prefs pages on unloading, thus
2368                 preventing a crash
2369                 (thanks to Colin for the hint)
2370
2371 2005-12-02 [wwp]        1.9.100cvs54
2372
2373         * src/quote_fmt.h
2374         * src/quote_fmt_parse.y
2375                 fix misuse of gboolean*, use gboolean instead
2376                 (thanks to Paul, Colin, for pointing out that scaring one)
2377
2378 2005-12-02 [paul]       1.9.100cvs53
2379
2380         * src/plugins/clamav/clamav_plugin.c
2381                 int no --> unsigned int no
2382         * src/plugins/clamav/clamav_plugin_gtk.c
2383                 rework config page
2384
2385 2005-12-02 [wwp]        1.9.100cvs52
2386
2387         * src/compose.c
2388         * src/prefs_template.c
2389         * src/quote_fmt.h
2390         * src/quote_fmt_parse.y
2391                 prevent from executing |f and |p templates commands when
2392                 adding or replacing templates in prefs (avoids annoying and
2393                 potentially dangerous behaviours)
2394
2395 2005-12-02 [paul]       1.9.100cvs51
2396
2397         * src/prefs_common.c
2398                 allow translation of some default values
2399                 Patch by Fabien Vantard
2400
2401 2005-12-02 [paul]       1.9.100cvs50
2402
2403         * src/codeconv.c
2404         * src/codeconv.h
2405         * src/prefs_common.c
2406         * src/prefs_common.h
2407         * src/prefs_message.c
2408         * src/textview.c
2409                 remove obsolete 'convert_mb_alnum' option
2410                 and related stuff
2411         * src/gtk/about.c
2412                 remove unused 'about_textview_visibility_notify'
2413
2414 2005-12-02 [paul]       1.9.100cvs49
2415
2416         * src/prefs_account.c
2417         * src/prefs_compose_writing.c
2418         * src/prefs_fonts.c
2419         * src/prefs_gtk.h
2420         * src/prefs_image_viewer.c
2421         * src/prefs_message.c
2422         * src/prefs_other.c
2423         * src/prefs_receive.c
2424         * src/prefs_send.c
2425         * src/prefs_spelling.c
2426         * src/prefs_summaries.c
2427         * src/prefs_wrapping.c
2428         * src/plugins/dillo_viewer/dillo_prefs.c
2429         * src/plugins/pgpcore/prefs_gpg.c
2430                 several cleanups to the prefs dialogs
2431                 (slightly modified) patch by Fabien Vantard
2432
2433 2005-12-02 [paul]       1.9.100cvs48
2434
2435         * src/main.c
2436                 --exit means exit
2437         * src/send_message.c
2438                 fix crash on send when connection fails
2439
2440         Thanks to Colin
2441
2442 2005-12-01 [colin]      1.9.100cvs47
2443
2444         * src/html.c
2445                 Translate &hellip; to "..."
2446
2447 2005-11-30 [colin]      1.9.100cvs46
2448
2449         * src/matcher.c
2450         * src/matcher.h
2451                 Optimize back yesterday's fix.
2452
2453 2005-11-30 [paul]       1.9.100cvs45
2454
2455         * manual/faq.xml
2456                 standardised
2457         * manual/intro.xml
2458                 written by Colin, edited by me
2459
2460 2005-11-29 [colin]      1.9.100cvs44
2461
2462         * src/matcher.c
2463                 Skip headers unconditionnaly in match_body if the
2464                 rule is not message or ~message
2465
2466 2005-11-29 [colin]      1.9.100cvs43
2467
2468         * src/matcher.c
2469                 Fix body_part and such, not skipping headers 
2470                 if the matchcriteria wasn't the first in the rule
2471
2472 2005-11-29 [colin]      1.9.100cvs42
2473
2474         * src/compose.c
2475                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
2476                 option missing from message view window)
2477                 Fix double text D'n'D with gtk-2.8
2478         * src/matcher.c
2479                 Fix ~message, ~headers_part, ~body_part rules
2480         * src/messageview.c
2481                 Add Windows-1252 (Closes bug #863)
2482                 Fix accels
2483         * src/gtk/gtkaspell.c
2484                 Properly destroy accels in all menus
2485
2486 2005-11-29 [mones]      1.9.100cvs41
2487
2488         * po/es.po
2489                 Updated.
2490
2491 2005-11-27 [colin]      1.9.100cvs40
2492
2493         * src/mh_gtk.c
2494                 "/Remove mailbox" -> "/Remove mailbox..."
2495
2496 2005-11-27 [paul]       1.9.100cvs39
2497
2498         * AUTHORS
2499         * po/de.po
2500         * src/gtk/authors.h
2501                 updated by new maintainer, Stephan Sachse
2502
2503 2005-11-27 [paul]       1.9.100cvs38
2504
2505         * manual/faq.xml
2506                 written by Colin, edited by me
2507
2508 2005-11-27 [paul]       1.9.100cvs37
2509
2510         * src/prefs_common.c
2511         * src/prefs_common.h
2512         * src/prefs_receive.c
2513         * src/prefs_summaries.c
2514                 move 'go to inbox after receiving new mail'
2515                 option from display/sumamaries to mail
2516                 handling/receive, and rework prefs_summaries
2517                 dialog a little
2518
2519 2005-11-25 [martin]     1.9.100cvs36
2520
2521         * po/de.po
2522             fixed windows-1252 translation;
2523             translated some new and fuzzy strings
2524
2525 2005-11-25 [paul]       1.9.100cvs35
2526
2527         * src/plugins/clamav/clamav_plugin.c
2528                 complete the update done in cvs34
2529
2530 2005-11-25 [paul]       1.9.100cvs34
2531
2532         * src/plugins/clamav/clamav_plugin.c
2533                 reflect upstream changes
2534
2535 2005-11-25 [paul]       1.9.100cvs33
2536
2537         * manual/ack.xml
2538         * manual/plugins.xml
2539         * manual/sylpheed-claws-manual.xml
2540                 written/updated by Colin, edited by me
2541         * tools/acroread2sylpheed.pl
2542                 update binary name
2543
2544 2005-11-24 [colin]      1.9.100cvs32
2545
2546         * src/compose.c
2547                 Fix bug #856 (reediting messages forgets Request
2548                 Return Receipt)
2549
2550 2005-11-24 [paul]       1.9.100cvs31
2551
2552         * manual/addrbook.xml
2553         * manual/starting.xml
2554                 written by Colin, proofread, edited, adapted by me
2555         * manual/advanced.xml
2556                 add some Actions examples
2557         * src/importldif.c
2558                 use a Save button instead of a Close button
2559         * src/wizard.c
2560                 indicate mandatory fields
2561                 fix page display
2562                 Thanks to Colin
2563
2564 2005-11-23 [colin]      1.9.100cvs30
2565
2566         * src/addressbook.c
2567                 Rename menu item, fix possible crash after
2568                 deletion of books
2569         * src/addrindex.c
2570                 Allow searching for '*' in ldap
2571         * src/browseldap.c
2572                 Fix "Browse Entry" (did anyone use it?)
2573         * src/wizard.c
2574                 Add guards for mandatory information
2575
2576 2005-11-23 [paul]       1.9.100cvs29
2577
2578         * manual/advanced.xml
2579                 corrections to the English
2580
2581 2005-11-23 [colin]      1.9.100cvs28
2582
2583         * src/mimeview.c
2584                 Fix possible crash at exit. After the call to
2585                 gtk_container_remove(), the Viewer's widget has no
2586                 more parent so gtk+ automatically frees it and its
2587                 sons. If destroy_viewer() then try to access it,
2588                 problems ensue.
2589
2590 2005-11-22 [colin]      1.9.100cvs27
2591
2592         * src/compose.c
2593         * src/gtk/gtkaspell.c
2594                 Fix right-clicking on a misspelled word
2595                 Fix More... in suggestions menu
2596
2597 2005-11-22 [wwp]        1.9.100cvs26
2598
2599         * src/prefs_template.c
2600                 templates works: re-sort templates list when adding or replacing,
2601                 prevent from adding or replacing when the template name is empty
2602
2603 2005-11-21 [colin]      1.9.100cvs25
2604
2605         * src/addressbook.c
2606                 Fix some addressbook suckage (dnd, select all)
2607         * src/compose.c
2608         * src/gtk/gtkaspell.c
2609         * src/gtk/gtkaspell.h
2610                 Make the spellchecker menu work with the 
2611                 GtkTextView one instead of overriding it
2612
2613 2005-11-20 [paul]       1.9.100cvs24
2614
2615         * manual/handling.xml
2616                 proofread and corrected
2617
2618 2005-11-20 [paul]       1.9.100cvs23
2619
2620         * manual/Makefile
2621                 generate html as one file
2622         * manual/advanced.xml
2623                 fix output generation
2624                 reformat hidden options list
2625         * manual/manual.xml     ** REMOVED **
2626         * manual/sylpheed-claws-manual.xml      ** ADDED **
2627                 renamed
2628
2629 2005-11-18 [colin]      1.9.100cvs22
2630
2631         * src/prefs_account.c
2632                 Fix layout in news and mbox accounts
2633         * manual/account.xml
2634         * manual/advanced.xml
2635                 New contents for Paul to check :)
2636
2637 2005-11-18 [wwp]        1.9.100cvs21
2638
2639         * src/gtk/quicksearch.c
2640                 don't update extended quicksearch buttons twice
2641
2642 2005-11-18 [paul]       1.9.100cvs20
2643
2644         * src/textview.c
2645                 complete 1.9.100cvs19
2646
2647 2005-11-18 [paul]       1.9.100cvs19
2648
2649         * src/compose.c
2650                 cosmetic improvements
2651         * src/textview.c
2652                 also list text/* attachments
2653
2654 2005-11-18 [colin]      1.9.100cvs18
2655
2656         * src/summaryview.c
2657                 Use column 0 instead of -1 in 
2658                 gtk_ctree_node_moveto, in a naive
2659                 hope it'll fix the gtk-related crashes
2660
2661 2005-11-18 [colin]      1.9.100cvs17
2662
2663         * src/gtk/inputdialog.c
2664                 Fix icon staying the first one
2665
2666 2005-11-17 [wwp]        1.9.100cvs16
2667                 fix possible problem showing some quicksearch buttons, and a bad
2668                 call to g_return_if_fail in a function that returns a value (both
2669                 fixes by Fabien Vantard)
2670
2671 2005-11-15 [wwp]        1.9.100cvs15
2672
2673         * src/gtk/quicksearch.c
2674                 added a tooltip to that obscure ... quicksearch button
2675
2676 2005-11-15 [wwp]        1.9.100cvs14
2677
2678         * src/gtk/quicksearch.c
2679                 add a quicksearch helper to filtering expression users: the ... button
2680                 raises the condition expr window. condition expressions set up w/ this
2681                 window are used by the quicksearch if the user closes it pressing OK.
2682
2683 2005-11-14 [paul]       1.9.100cvs13
2684
2685         * src/plugins/clamav/clamav_plugin.c
2686         * src/plugins/spamassassin/spamassassin.c
2687                 change plugin type following recent merging
2688
2689 2005-11-14 [wwp]        1.9.100cvs12
2690
2691         * src/folder.c
2692                 prevent from crashing when copying/moving message(s) from and
2693                 to the same folder
2694
2695 2005-11-14 [paul]       1.9.100cvs11
2696
2697         * src/plugins/clamav/Makefile.am
2698         * src/plugins/clamav/clamav_plugin.c
2699         * src/plugins/clamav/clamav_plugin.h
2700         * src/plugins/clamav/clamav_plugin_gtk.c
2701                 also merge clamav and clamav_gtk plugins
2702
2703 2005-11-13 [colin]      1.9.100cvs10
2704
2705         * configure.ac
2706         * src/plugins/spamassassin/Makefile.am
2707         * src/plugins/spamassassin/spamassassin.c
2708         * src/plugins/spamassassin/spamassassin.h
2709         * src/plugins/spamassassin/spamassassin_gtk.c
2710                 Merge spamassassin and spamassassin_gtk plugins,
2711                 and build it by default.
2712
2713 2005-11-12 [colin]      1.9.100cvs9
2714
2715         * src/etpan/imap-thread.c
2716                 Fix gcc warning
2717
2718 2005-11-12 [colin]      1.9.100cvs8
2719
2720         * src/procmime.c
2721                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2722
2723 2005-11-10 [colin]      1.9.100cvs7
2724
2725         * src/main.c
2726                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
2727                 minimised state)
2728
2729 2005-11-10 [wwp]        1.9.100cvs6
2730
2731         * src/gtk/description_window.c
2732                 fix a crash when closing description windows using the WM's [X] button
2733
2734 2005-11-09 [colin]      1.9.100cvs5
2735
2736         * src/common/ssl.c
2737                 Update libetpan call to follow upstream
2738                 (yes, this requires libetpan-0.40cvs3)
2739
2740 2005-11-08 [colin]      1.9.100cvs4
2741
2742         * src/compose.c
2743         * src/textview.c
2744         * src/common/utils.c
2745         * src/common/utils.h
2746                 Enhance the email parser
2747
2748 2005-11-08 [colin]      1.9.100cvs3
2749
2750         * src/procmime.c
2751                 Fix what looks like an off-by-one (fixes 
2752                 attachments from the Bat)
2753
2754 2005-11-08 [wwp]        1.9.100cvs2
2755
2756         * src/main.c
2757                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2758
2759 2005-11-08 [wwp]        1.9.100cvs1
2760
2761         * src/main.c
2762                 allow exiting Sylpheed-Claws from command-line
2763
2764 2005-11-08 [paul]       1.9.100
2765
2766         1.9.100 released
2767
2768 2005-11-07 [colin]      1.9.99cvs17
2769
2770         * src/addritem.c
2771         * src/ldif.c
2772                 Fix import of base-64 encoded items
2773
2774 2005-11-07 [colin]      1.9.99cvs16
2775
2776         * src/send_message.c
2777                 Fix bug #314 (Queue does not empty under certain 
2778                 circumstances)
2779
2780 2005-11-07 [paul]       1.9.99cvs15
2781
2782         * src/mutt.c
2783         * src/pine.c
2784                 fix buffer overflows
2785                 Thanks to Colin
2786
2787 2005-11-07 [paul]       1.9.99cvs14
2788
2789         * doc/man/Makefile.am
2790         * doc/man/sylpheed-claws.1      ** ADDED **
2791         * doc/man/sylpheed.1            ** DELETED **
2792                 rename and update the man file
2793
2794 2005-11-06 [colin]      1.9.99cvs13
2795
2796         * src/ldif.c
2797                 Fix ldif_get_line() that returned empty strings
2798                 (Didn't understand why). Also fix a possible
2799                 buffer overflow.
2800
2801 2005-11-06 [wwp]        1.9.99cvs12
2802
2803         * src/textview.c
2804         * src/gtk/about.c
2805         * src/gtk/gtkutils.c
2806         * src/gtk/gtkutils.h
2807                 fix a compilation warning,
2808                 make links sensitive in the about dialog
2809
2810 2005-11-04 [wwp]        1.9.99cvs11
2811
2812         * src/gtk/about.c
2813                 don't wrap or translate URIs, and a bit text format cleanup
2814
2815 2005-11-04 [wwp]        1.9.99cvs10
2816
2817         * src/gtk/about.c
2818                 better textview tagging implementation (no more use of marks for
2819                 postponed tagging)
2820
2821 2005-11-02 [colin]      1.9.99cvs9
2822
2823         * src/common/ssl.c
2824                 Forgot an ifdef
2825
2826 2005-11-02 [colin]      1.9.99cvs8
2827
2828         * configure.ac
2829                 Require libetpan-0.40 due to upstream fix
2830         * src/common/ssl.c
2831                 Tell libetpan not to call SSL_Library_Init,
2832                 as we do it ourselves.
2833
2834 2005-11-02 [colin]      1.9.99cvs7
2835
2836         * po/POTFILES.in
2837                 Add missing files (thanks to Fabien Vantard)
2838
2839 2005-11-02 [colin]      1.9.99cvs6
2840
2841         * src/summaryview.c
2842                 Fix totals when read messages are hidden or quicksearch
2843                 is on
2844         * src/ssl_manager.c
2845         * src/ssl_manager.h
2846         * src/common/ssl_certificate.c
2847         * src/common/ssl_certificate.h
2848         * src/gtk/sslcertwindow.c
2849         * src/gtk/sslcertwindow.h
2850                 Fix copyright on my stuff
2851
2852 2005-11-02 [wwp]        1.9.99cvs5
2853
2854         * src/prefs_themes.c
2855                 fix directory name checking (theme installation/removal),
2856                 made related error a bit more verbose
2857
2858 2005-11-02 [colin]      1.9.99cvs4
2859
2860         * src/summaryview.c
2861                 Fix typo (probably fixes bug #841 (Sort by the From 
2862                 field doesn't work)
2863
2864 2005-11-02 [paul]       1.9.99cvs3
2865
2866         * po/ko.po
2867         * po/nb.po
2868                 updated by SungHyun Nam, Geir Helland
2869         * src/wizard.c
2870                 fix typo in welcome message. spotted by
2871                 Andrea Spadaccini
2872
2873 2005-11-01 [colin]      1.9.99cvs2
2874
2875         * src/compose.c
2876                 Fix replying to ml wen confirming subscription
2877         * src/messageview.c
2878         * src/mimeview.c
2879         * src/mimeview.h
2880         * src/privacy.h
2881         * src/summaryview.c
2882                 Make key check non blocking
2883
2884 2005-10-31 [paul]       1.9.99cvs1
2885
2886         * tools/claws.i18n.status.pl
2887                 updated for ChangeLog
2888
2889 2005-10-31 [paul]       1.9.99
2890
2891         1.9.99 released
2892
2893 2005-10-31 [paul]       1.9.15cvs131
2894
2895         * .cvsignore
2896         * ChangeLog
2897         * ChangeLog.claws       ** REMOVED **
2898         * ChangeLog-gtk2.claws  ** REMOVED **
2899         * ChangeLog.gtk1        ** ADDED **
2900         * INSTALL
2901         * Makefile.am
2902         * NEWS
2903         * README
2904         * README.claws          ** REMOVED **
2905         * README.jp             ** REMOVED **
2906         * RELEASE_NOTES         ** ADDED **
2907         * RELEASE_NOTES.claws   ** REMOVED **
2908         * commitHelper
2909         * configure.ac
2910         * sylpheed.spec.in      ** REMOVED **
2911                 tidy up and update the default docs:
2912                 ChangeLog.claws is renamed ChangeLog.gtk1
2913                 ChangeLog-gtk2.claws is renamed ChangeLog
2914                 README.claws is renamed README
2915                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
2916
2917 2005-10-31 [paul]       1.9.15cvs130
2918
2919         * po/it.po
2920                 fix errors
2921
2922 2005-10-31 [paul]       1.9.15cvs129
2923
2924         * po/ca.po
2925         * po/de.po
2926         * po/en_GB.po
2927         * po/fr.po
2928         * po/it.po
2929         * po/pt_BR.po
2930         * po/sk.po
2931         * po/sr.po
2932         * po/zh_CN.po
2933                 updated by Miquel Oliete, Stephan Sachse and
2934                 Thomas Gilgin, me, Fabien Vantard, Andrea
2935                 Spadaccini, Frederico Goncalves Guimaraes,
2936                 Andrej Kacian, Aleksandar Urosevic, and
2937                 Ralgh Young.
2938
2939 2005-10-31 [mones]      1.9.15cvs128
2940
2941         * manual/faq.xml
2942                 More questions.
2943         
2944         * po/es.po
2945                 Updated for release.
2946
2947 2005-10-30 [colin]      1.9.15cvs127
2948
2949         * src/compose.c
2950                 Place cursor before rewrapping (fixes cursor
2951                 pos if quotation gets rewrapped)
2952
2953 2005-10-29 [paul]       1.9.15cvs126
2954
2955         * src/crash.c
2956         * src/foldersel.c
2957         * src/main.c
2958         * src/messageview.c
2959         * src/toolbar.c
2960         * src/gtk/authors.h
2961                 corrections to text items
2962
2963 2005-10-28 [colin]      1.9.15cvs125
2964
2965         * src/messageview.c
2966                 Make "hit 'C' to check sig" work from extern 
2967                 messageviews
2968
2969 2005-10-27 [colin]      1.9.15cvs124
2970
2971         * src/summaryview.c
2972                 Add a hack to avoid segfaulting when hammering 
2973                 on gtk's events
2974
2975 2005-10-27 [wwp]        1.9.15cvs123
2976
2977         * src/prefs_themes.c
2978                 sort list of themes names in themes prefs
2979
2980 2005-10-27 [paul]       1.9.15cvs122
2981
2982         * src/folder.c
2983         * src/prefs_account.c
2984                 fix building on Solaris
2985                 Patch by Alex Moore
2986
2987 2005-10-27 [wwp]        1.9.15cvs121
2988
2989         * src/summaryview.c
2990         * src/gtk/gtksctree.c
2991                 speed up unselecting messages in summary view (thanks to Colin)
2992
2993 2005-10-27 [paul]       1.9.15cvs120
2994
2995         * src/mainwindow.c
2996                 fix a compilation warning
2997         * src/summaryview.c
2998                 fix updating of 'n items selected' count
2999                 when deselecting
3000
3001 2005-10-27 [martin]     1.9.15cvs119
3002
3003         * src/action.c
3004                 ignore actions with a leading '/' in the action menu name
3005                 fixes a crash on menu creation
3006         * src/prefs_actions.c
3007                 do not allow a leading '/' in the action menu name
3008
3009 2005-10-27 [paul]       1.9.15cvs118
3010
3011         * src/main.c
3012                 fix compilation warning
3013
3014 2005-10-27 [paul]       1.9.15cvs117
3015
3016         * src/procmime.c
3017                 add #if HAVE_LOCALE_H
3018
3019 2005-10-27 [paul]       1.9.15cvs116
3020
3021         * src/plugins/clamav/clamav_plugin.c
3022         * src/plugins/dillo_viewer/dillo_viewer.c
3023         * src/plugins/mathml_viewer/mathml_viewer.c
3024         * src/plugins/pgpcore/plugin.c
3025         * src/plugins/pgpinline/plugin.c
3026         * src/plugins/pgpmime/plugin.c
3027         * src/plugins/spamassassin/spamassassin.c
3028         * src/plugins/trayicon/trayicon.c
3029                 plugin_init() : make error messages more
3030                 informative
3031
3032 2005-10-26 [wwp]        1.9.15cvs115
3033
3034         * src/prefs_matcher.c
3035                 enlarge boolean op widget width a bit (wasn't always showing text contents)
3036
3037 2005-10-26 [wwp]        1.9.15cvs114
3038
3039         * src/procmime.c
3040         * src/gtk/gtksctree.c
3041         * src/plugins/spamassassin/libspamc.c
3042         * src/plugins/spamassassin/spamassassin.c
3043                 fix some compilation warnings more
3044
3045 2005-10-26 [mones]      1.9.15cvs113
3046
3047         * po/es.po
3048                 Updated translation
3049
3050 2005-10-26 [paul]       1.9.15cvs112
3051
3052         * src/prefs_message.c
3053                 give all display_xface stuff the
3054                 #if HAVE_LIBCOMPFACE treatment, thus
3055                 preventing a crash
3056                 (Thanks to Wolfgang Enderlein)
3057
3058 2005-10-26 [colin]      1.9.15cvs111
3059
3060         * src/gedit-print.c
3061                 Fix date format
3062         * src/imap_gtk.c
3063         * src/news_gtk.c
3064                 Remove context menu items that should not be there
3065         * src/jpilot.c
3066                 Fix encoding
3067         * src/main.c
3068         * src/mainwindow.c
3069                 Don't show the mainwindow too soon
3070
3071 2005-10-26 [wwp]        1.9.15cvs110
3072
3073         * src/folder.c
3074         * src/manual.c
3075         * src/summaryview.c
3076                 fix uninitialized pointers in the folder updating hook
3077                 (thanks to Colin)
3078
3079 2005-10-25 [mones]      1.9.15cvs109
3080
3081         * manual/faq.xml
3082                 General information subsection completed. 
3083                 Removed archaic references.
3084                 
3085         * manual/Makefile
3086         * manual/dtd/manual.dsl
3087                 Added customization stylesheet for getting paragraphs
3088                 fully justified in PDF output (as suggested by Colin).
3089
3090 2005-10-25 [colin]      1.9.15cvs108
3091
3092         * src/compose.c
3093                 Fix a second leak
3094
3095 2005-10-25 [colin]      1.9.15cvs107
3096
3097         * src/addrbook.c
3098         * src/addrindex.c
3099                 Fix leak (xml_get_element() allocates memory)
3100         * src/compose.c
3101                 Fix leak + dead code (shame!)
3102         * src/procmime.c
3103                 Fix leak
3104
3105 2005-10-25 [colin]      1.9.15cvs106
3106
3107         * src/mimeview.c
3108                 Fix encoding issue in Save all and in 
3109                 overwrite-confirmation alertpanel
3110
3111 2005-10-25 [colin]      1.9.15cvs105
3112
3113         * src/common/socket.c
3114                 Fix a leak - Thanks to Christopher Aillon
3115                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3116
3117 2005-10-25 [paul]       1.9.15cvs104
3118
3119         * src/wizard.c
3120                 Always guess servers from the right-hand
3121                 email part and guess username from the
3122                 left-hand part. (Thanks to Colin)
3123                 add an X-Face to the welcome message
3124
3125 2005-10-25 [paul]       1.9.15cvs103
3126
3127         * manual/handling.xml
3128                 written by Colin, edited by me
3129
3130 2005-10-25 [wwp]        1.9.15cvs102
3131
3132         * src/folderview.c
3133         * src/grouplistdialog.c
3134         * src/imap.c
3135         * src/noticeview.c
3136                 fix some compilation warnings
3137
3138 2005-10-24 [paul]
3139
3140         1.9.99-rc3 released
3141
3142 2005-10-24 [paul]       1.9.15cvs101
3143
3144         * src/gtk/about.c
3145                 fix window sizing
3146
3147 2005-10-24 [paul]       1.9.15cvs100
3148
3149         * src/pixmaps/offline.xpm
3150         * src/pixmaps/online.xpm
3151                 replace with last default versions
3152
3153 2005-10-24 [colin]      1.9.15cvs99
3154
3155         * src/imap.c
3156                 Fix bug when moving a folder
3157         * src/imap_gtk.c
3158         * src/mh_gtk.c
3159                 "Delete folder" pops up a window, so it 
3160                 should be suffixed with "..."
3161         * src/plugins/pgpcore/sgpgme.c
3162                 Include locale.h
3163
3164 2005-10-24 [mones]      1.9.15cvs98
3165
3166         * manual/Makefile
3167         * manual/account.xml
3168         * manual/ack.xml
3169         * manual/addrbook.xml
3170         * manual/advanced.xml
3171         * manual/faq.xml
3172         * manual/glossary.xml
3173         * manual/gpl.xml
3174         * manual/handling.xml
3175         * manual/intro.xml
3176         * manual/keyboard.xml
3177         * manual/manual.xml
3178         * manual/plugins.xml
3179         * manual/starting.xml
3180         * manual/dtd/sdocbook.dtd
3181                 Initial manual structure and some content.
3182
3183 2005-10-23 [wwp]        1.9.15cvs97
3184
3185         * src/gtk/about.c
3186                 fix a typo
3187
3188 2005-10-23 [wwp]        1.9.15cvs96
3189
3190         * src/gtk/about.c
3191         * src/gtk/authors.h
3192                 rework of the about window (main work by Paul), also featuring a few
3193                 fixes for typos and duplicate names
3194
3195 2005-10-23 [wwp]        1.9.15cvs95
3196
3197         * src/.cvsignore
3198                 Ignore the right binary name (sylpheed-claws now)
3199
3200 2005-10-23 [paul]       1.9.15cvs94
3201
3202         * src/compose.c
3203                 when using Folder Pref 'Default To for
3204                 replies' make the entry in the Compose
3205                 window bold
3206                 Patch by Fabien Vantard
3207
3208 2005-10-22 [colin]      1.9.15cvs93
3209
3210         * src/codeconv.c
3211                 Fix leak
3212
3213 2005-10-22 [colin]      1.9.15cvs92
3214
3215         * src/codeconv.c
3216                 try to convert using locale (apart utf8) if necessary
3217
3218 2005-10-22 [colin]      1.9.15cvs91
3219
3220         * src/pixmaps/new.xpm
3221         * src/pixmaps/unread.xpm
3222                 Make the unread envelope blue again and
3223                 saturate the new one a bit more.
3224
3225 2005-10-22 [colin]      1.9.15cvs90
3226
3227         * src/compose.c
3228                 When replying to a mail sent by one of our accounts,
3229                 use the original list of recipients. Let 'Reply All'
3230                 and 'Reply to sender' work like previously.
3231
3232 2005-10-21 [colin]      1.9.15cvs89
3233
3234         * src/prefs_filtering.c
3235                 Clear fields after add and replace
3236         * src/textview.c
3237                 Display xface differently (better)
3238         * src/plugins/pgpinline/pgpinline.c
3239                 Fix crappy encodings/recodings
3240
3241 2005-10-21 [paul]       1.9.15cvs88
3242
3243         * src/compose.c
3244         * src/prefs_folder_item.c
3245         * src/toolbar.c
3246                 fix news folder Folder Properties
3247                 (thanks to Colin)
3248         * src/folderview.c
3249                 update folderview after Themes change
3250                 keep selected folder selected
3251                 (thanks to Colin)
3252
3253 2005-10-21 [paul]       1.9.15cvs87
3254
3255         * tools/Makefile.am
3256         * tools/OOo2sylpheed.pl
3257         * tools/README
3258         * tools/README.sylprint
3259         * tools/asus_mailled.sh         ** REMOVED **
3260         * tools/filter_conv.pl
3261         * tools/freshmeat_search.pl
3262         * tools/google_search.pl
3263         * tools/gpg-sign-syl            ** REMOVED **
3264         * tools/kmail2sylpheed.pl
3265         * tools/kmail2sylpheed_v2.pl
3266         * tools/multiwebsearch.pl
3267         * tools/nautilus2sylpheed.sh
3268         * tools/newscache_clean.pl
3269         * tools/outlook2sylpheed.pl
3270         * tools/sylpheed-switcher       ** REMOVED **
3271         * tools/sylprint.pl
3272         * tools/sylprint.rc
3273         * tools/tb2sylpheed
3274         * tools/vcard2xml.py
3275         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3276                 update default config dir
3277                 update binary name (thanks to Fabien Vantard)
3278                 remove obsolete scripts
3279
3280 2005-10-21 [colin]      1.9.15cvs86
3281
3282         * src/inc.c
3283                 Fix possible leak and units. Based on a patch by
3284                 Fabien Vantard.
3285
3286 2005-10-20 [colin]      1.9.15cvs85
3287
3288         * src/textview.c
3289                 Clear xface when clearing textview
3290
3291 2005-10-20 [colin]      1.9.15cvs84
3292
3293         * configure.ac
3294         * src/folderview.c
3295         * src/headerview.c
3296         * src/main.c
3297         * src/prefs_common.c
3298         * src/prefs_common.h
3299         * src/prefs_message.c
3300         * src/textview.c
3301         * src/textview.h
3302         * src/common/defs.h
3303         * src/common/utils.c
3304         * src/common/utils.h
3305         * src/gtk/gtkutils.c
3306         * src/gtk/gtkutils.h
3307                 Migrate config to .sylpheed-claws (Automatically)
3308                 Add a way to get the Xface in the TextView
3309
3310 2005-10-20 [colin]      1.9.15cvs83
3311
3312         * src/gtk/Makefile.am
3313         * src/gtk/about.c
3314         * src/gtk/authors.h
3315                 Make the about dialog *grooovy*
3316
3317 2005-10-20 [colin]      1.9.15cvs82
3318
3319         * src/mimeview.c
3320                 Use "Open with" on double click if no command
3321                 was found
3322
3323 2005-10-20 [colin]      1.9.15cvs81
3324
3325         * src/imap.c
3326         * src/etpan/imap-thread.c
3327                 Fix possible crash.
3328
3329 2005-10-20 [paul]       1.9.15cvs80
3330
3331         * src/folder.c
3332                 don't show clipkey icon if the only
3333                 attachment is the signature
3334                 Patch by Colin
3335
3336 2005-10-20 [paul]       1.9.15cvs79
3337
3338         * AUTHORS
3339         * src/plugins/pgpmime/pgpmime.c
3340                 name the PGP/MIME signature 'signature.asc'
3341                 Patch by Andrew Nelson <freeandy@gmail.com>
3342
3343 2005-10-19 [colin]      1.9.15cvs78
3344
3345         * src/plugins/pgpmime/pgpmime.c
3346                 Oops, no need to double-check though
3347
3348 2005-10-19 [colin]      1.9.15cvs77
3349
3350         * src/plugins/pgpinline/pgpinline.c
3351         * src/plugins/pgpmime/pgpmime.c
3352                 Check that my_tmpfile() doesn't 
3353                 return NULL
3354
3355 2005-10-19 [colin]      1.9.15cvs76
3356
3357         * src/common/utils.c
3358                 Use shorter mime boundaries to avoid having
3359                 MTAs rewrapping our headers, breaking the
3360                 PGP signature in the process 
3361         * src/compose.c
3362         * src/plugins/pgpmime/pgpmime.c
3363                 Check for boundary uniqueness to be sure
3364                 it won't happen, instead of hoping for the
3365                 best
3366
3367 2005-10-19 [colin]      1.9.15cvs75
3368
3369         * sylpheed-claws.desktop
3370         * src/Makefile.am
3371         * src/main.c
3372                 Ship a sylpheed-claws binary instead
3373                 of a sylpheed one. Change the socket
3374                 name, too
3375         * src/folderview.c
3376                 Update folder only if it changed
3377         * src/wizard.c
3378                 Fix i18n in welcome mail, patch by
3379                 Fabien Vantard
3380
3381 2005-10-19 [paul]
3382
3383         1.9.99-rc2 released
3384
3385 2005-10-19 [paul]       1.9.15cvs74
3386
3387         * src/folder.c
3388         * src/folderview.c
3389                 fix summaryview update
3390                 Patch by Colin
3391
3392 2005-10-18 [colin]      1.9.15cvs73
3393
3394         * src/plugins/pgpcore/passphrase.c
3395                 Don't XGrabServer, and try a bit more to 
3396                 sync everything before grabbing mouse/keyboard
3397
3398 2005-10-18 [colin]      1.9.15cvs72
3399
3400         * src/Makefile.am
3401         * src/addressadd.c
3402         * src/addressbook.c
3403         * src/folderview.c
3404         * src/grouplistdialog.c
3405         * src/mimeview.c
3406         * src/stock_pixmap.c
3407         * src/stock_pixmap.h
3408         * src/summaryview.c
3409         * src/gtk/gtksctree.c
3410         * src/gtk/gtksctree.h
3411         * src/pixmaps/empty.xpm
3412                 Implement a wrapper call for gtk_ctree_set_node_info
3413                 and gtk_ctree_insert_node, that uses a 1x1 transparent
3414                 pixmap instead of a NULL one. This works around some
3415                 memory problems deep inside gtk, revealed by valgrind,
3416                 and fixes bug #834 (Pressing CTRl-D on a message marked 
3417                 as locked crashes sylpheed.), as well as, probably, 
3418                 wwp's 4th dimension problems that happen in gtk_ctree_*.
3419
3420 2005-10-17 [colin]      1.9.15cvs71
3421
3422         * src/mimeview.c
3423                 Provide visual feedback when checking
3424                 signature
3425
3426 2005-10-17 [colin]      1.9.15cvs70
3427
3428         * src/main.c
3429                 Keep the folder list frozen while checking caches...
3430
3431 2005-10-17 [colin]      1.9.15cvs69
3432
3433         * src/addr_compl.c
3434                 Fi bug #833 (Autocompleting from addressbook 
3435                 fails with extended chars)
3436         * src/imap.c
3437                 Fix 'adding messages' staying in statusbar
3438                 after an error
3439
3440 2005-10-17 [wwp]        1.9.15cvs68
3441
3442         * src/ssl_manager.c
3443                 Fix buttons' layout resizing when window size changes
3444
3445 2005-10-17 [wwp]        1.9.15cvs67
3446
3447         * src/account.c
3448         * src/prefs_account.c
3449         * src/prefs_common.c
3450         * src/prefs_common.h
3451         * src/prefs_folder_item.c
3452         * src/prefs_gtk.c
3453         * src/gtk/logwindow.c
3454         * src/gtk/pluginwindow.c
3455         * src/gtk/prefswindow.c
3456         * src/gtk/prefswindow.h
3457                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3458
3459 2005-10-17 [paul]       1.9.15cvs66
3460
3461         * configure.ac
3462                 fix missing libetpan message
3463         * po/en_GB.po
3464                 updated
3465         * src/crash.c
3466         * src/manual.c
3467         * src/prefs_themes.c
3468         * src/common/defs.h
3469                 add some new URI defines, change some
3470                 others
3471         * src/wizard.c
3472                 make welcome message translatable
3473                 small improvements to english
3474                 other tweaks
3475         * src/gtk/menu.c
3476                 fix warnings
3477
3478 2005-10-17 [paul]       1.9.15cvs65
3479
3480         * src/summaryview.c
3481                 fix column titles
3482
3483 2005-10-16 [mones]      1.9.15cvs64
3484
3485         * po/es.po
3486                 Updated translation
3487
3488 2005-10-16 [colin]
3489
3490         1.9.99-rc1 released
3491
3492 2005-10-16 [colin]      1.9.15cvs63
3493
3494         * src/wizard.c
3495                 Fix whitespace
3496
3497 2005-10-16 [colin]      1.9.15cvs62
3498
3499         * src/toolbar.c
3500                 s/Get All/Get Mail/
3501         * src/wizard.c
3502                 Real welcome mail text, thanks Paul
3503
3504 2005-10-16 [colin]      1.9.15cvs61
3505
3506         * src/editldap.c
3507         * src/exporthtml.c
3508         * src/main.c
3509         * src/mainwindow.c
3510         * src/prefs_themes.c
3511         * src/prefs_toolbar.c
3512         * src/plugins/demo/demo.c
3513         * src/plugins/trayicon/trayicon.c
3514                 s/Sylpheed/Sylpheed-Claws/
3515
3516 2005-10-16 [colin]      1.9.15cvs60
3517
3518         * src/wizard.c
3519                 Add a welcome email in the first empty mailbox
3520         * src/prefs_common.c
3521                 Change one more default
3522
3523 2005-10-16 [colin]      1.9.15cvs59
3524
3525         * src/wizard.c
3526                 Remove printf
3527
3528 2005-10-16 [colin]      1.9.15cvs58
3529
3530         * src/toolbar.c
3531         * src/prefs_common.c
3532                 Change some defaults
3533
3534 2005-10-16 [colin]      1.9.15cvs57
3535
3536         * src/toolbar.c
3537         * src/prefs_common.c
3538                 Change some defaults
3539
3540 2005-10-16 [colin]      1.9.15cvs56
3541
3542         * src/wizard.c
3543                 By default, initialize fonts to have
3544                 the same size as normal GtkWidgets
3545
3546 2005-10-16 [colin]      1.9.15cvs55
3547
3548         * src/mimeview.c
3549                 Fix message a bit more
3550
3551 2005-10-16 [colin]      1.9.15cvs54
3552
3553         * src/addressbook.c
3554                 Second attempt at flicker fixing
3555
3556 2005-10-16 [colin]      1.9.15cvs53
3557
3558         * src/addressbook.c
3559                 Fix flicker
3560
3561 2005-10-16 [wwp]        1.9.15cvs52
3562
3563         * src/addressbook.c
3564         * src/editaddress.c
3565         * src/prefs_common.c
3566         * src/prefs_common.h
3567                 Remember window sizes (address book)
3568
3569 2005-10-16 [wwp]        1.9.15cvs51
3570
3571         * src/plugins/clamav/clamav_plugin_gtk.c
3572         * src/plugins/spamassassin/spamassassin_gtk.c
3573                 Fix compilation warnings (missing #include).
3574
3575 2005-10-16 [colin]      1.9.15cvs50
3576
3577         * src/mimeview.c
3578         * src/summaryview.c
3579         * src/textview.c
3580                 Make 'c' check signature, and forward
3581                 c, l, y, t from summaryview to mimeview
3582
3583 2005-10-16 [colin]      1.9.15cvs49
3584
3585         * src/addressbook.c
3586                 Put border around buttons
3587         * src/mainwindow.c
3588         * src/summaryview.c
3589                 Rework menus (Patch based on a patch
3590                 by Paul)
3591
3592 2005-10-15 [wwp]        1.9.15cvs48
3593
3594         * src/editjpilot.c
3595         * src/editldap.c
3596         * src/editvcard.c
3597         * src/exphtmldlg.c
3598         * src/expldifdlg.c
3599         * src/export.c
3600         * src/import.c
3601         * src/importldif.c
3602         * src/importmutt.c
3603         * src/importpine.c
3604         * src/prefs_account.c
3605         * src/prefs_spelling.c
3606         * src/gtk/gtkutils.c
3607         * src/gtk/gtkutils.h
3608         * src/plugins/clamav/clamav_plugin_gtk.c
3609         * src/plugins/spamassassin/spamassassin_gtk.c
3610                 use nicer browse-for-file/dir buttons than the "..." ones,
3611                 code factorizing more.
3612
3613 2005-10-14 [colin]      1.9.15cvs47
3614
3615         * src/mainwindow.c
3616                 set relief on the account switcher so that people see it
3617                 grey out Create processing rules when no message is selected
3618         * src/prefs_filtering.c
3619                 ask before closing if the rule has not been modified, even if
3620                 it's not valid
3621         * src/prefs_matcher.c
3622                 fix sensitivity when entering the dialog
3623         * src/gtk/inputdialog.c
3624                 display a better icon on password ask
3625         * src/plugins/pgpcore/passphrase.c
3626                 make the dialog look better
3627
3628 2005-10-14 [paul]       1.9.15cvs46
3629
3630         * src/folderview.c
3631                 indicate presense of marked msgs in
3632                 unexpanded subfolders
3633
3634 2005-10-14 [paul]       1.9.15cvs45
3635
3636         * src/prefs_actions.c
3637         * src/prefs_common.c
3638         * src/prefs_common.h
3639         * src/prefs_filtering_action.c
3640         * src/prefs_matcher.c
3641         * src/prefs_template.c
3642                 remember window sizes
3643                 fix Info button size
3644
3645         Patches by wwp
3646
3647 2005-10-13 [colin]      1.9.15cvs44
3648
3649         * src/mimeview.c
3650         * src/noticeview.c
3651         * src/noticeview.h
3652                 Add a tooltip on the icon (optional) 
3653                 Get rid of the signature buttons and only
3654                 use the icon+tooltip
3655
3656 2005-10-13 [colin]      1.9.15cvs43
3657
3658         * src/noticeview.c
3659         * src/noticeview.h
3660                 Add hand cursor for hovering over icon
3661
3662 2005-10-13 [colin]      1.9.15cvs42
3663
3664         * src/summaryview.c
3665                 Fix crash when quicksearch's hidden 
3666                 at startup
3667
3668 2005-10-13 [colin]      1.9.15cvs41
3669
3670         * src/compose.c
3671                 Set subject when forwarding multiple mails
3672                 Check that other recipient than the default Cc or Bcc
3673                 have been set before sending.
3674
3675 2005-10-13 [colin]      1.9.15cvs40
3676
3677         * src/imap.c
3678                 Batch per-folder
3679                 Introduce locking, but don't use it yet
3680
3681 2005-10-13 [colin]      1.9.15cvs39
3682
3683         * src/gtk/quicksearch.c
3684                 Reset quicksearch when hiding it
3685                 Make sticky a real pref
3686
3687 2005-10-13 [colin]      1.9.15cvs38
3688
3689         * src/summaryview.c
3690                 Faster prefs apply
3691
3692 2005-10-13 [colin]      1.9.15cvs37
3693
3694         * src/mimeview.c
3695         * src/noticeview.c
3696         * src/noticeview.h
3697         * src/plugins/pgpcore/sgpgme.c
3698                 Make privacy icon clickable
3699                 Move Trust field in Full info
3700                 When trust is less than full, don't display
3701                 a warning icon
3702
3703 2005-10-13 [colin]      1.9.15cvs36
3704
3705         * src/folder.c
3706                 Batch on flags sync
3707         * src/folderview.c
3708                 Revert speed hack which is dangerous in fact
3709                 Apply prefs faster
3710
3711 2005-10-13 [colin]      1.9.15cvs35
3712
3713         * src/folder_item_prefs.c
3714                 Fix pref corruption on folder move. Patch
3715                 by wwp
3716
3717 2005-10-13 [paul]       1.9.15cvs34
3718
3719         * src/export.c
3720         * src/import.c
3721                 fix typos in g_warnings
3722         * src/prefs_account.c
3723                 add a file selector for Signature file
3724
3725         Patches by wwp
3726
3727 2005-10-12 [colin]      1.9.15cvs33
3728
3729         * src/mimeview.c
3730                 Provide a quick way to go back from a
3731                 signature's full info to the email part
3732
3733 2005-10-12 [colin]      1.9.15cvs32
3734
3735         * src/compose.c
3736                 Remove old hack of encoding signed mails with base64.
3737                 QP works equally well.
3738
3739 2005-10-12 [colin]      1.9.15cvs31
3740
3741         * src/crash.c
3742                 Replace deprecated GtkText with GtkTextView
3743         * src/imap.c
3744                 Fix a logic bug about counts in imap_select
3745                 (previously un-triggered)
3746         * src/mainwindow.c
3747         * src/summaryview.c
3748         * src/news.c
3749                 Allow local deletion of news posts
3750         * src/mimeview.c
3751                 Show GPG noticeview on the message/rfc822 part
3752                 in addition to the text/plain one
3753         * src/prefs_image_viewer.c
3754           src/plugins/pgpcore/prefs_gpg.c
3755                 Polish (set the label as part of the checkbox)
3756         * src/wizard.c
3757                 Don't sit there doing nothing after destroying
3758                 the window - return err
3759
3760 2005-10-11 [colin]      1.9.15cvs30
3761
3762         * src/folderview.c
3763                 Apply processing rules before showing folders.
3764                 Early folder show (before flags sync) will only
3765                 be done when there are no processing rules (nor
3766                 pre- or post- ones)
3767         * src/imap.c
3768                 Fix stuff related to mail subdir, creation and 
3769                 deletion of folders 
3770         * src/imap_gtk.c
3771                 Don't allow creation of folders in NoInferior
3772                 folders, as it won't work
3773
3774 2005-10-10 [colin]      1.9.15cvs29
3775
3776         * src/compose.c
3777                 Reselect "None" Privacy system when selecting an
3778                 account with no privacy system defined
3779
3780 2005-10-10 [colin]      1.9.15cvs28
3781
3782         * src/mainwindow.c
3783                 Add Windows-1252 encoding
3784         * src/prefs_common.c
3785                 Rework some defaults:
3786                 - autosave to draft by default
3787                 - don't show header pane (it's already in the textview)
3788                 - Select first new or unread mail on entry
3789                 - Assume 'Yes' to change folder when there's no more
3790                   unread message
3791         * src/prefs_matcher.c
3792                 Fix a gtk assertion failure
3793         * src/gtk/colorlabel.c
3794                 Workaround bad repainting on selection
3795         * src/main.c
3796                 Freeze/thaw (a bit faster on ssh -X)
3797         * src/msgcache.c
3798                 Get rid of StrdupConverter that just adds an
3799                 extra strdup/free 
3800         * src/etpan/imap_thread.c
3801                 memset buf to 0
3802
3803 2005-10-10 [colin]      1.9.15cvs27
3804
3805         * src/export.c
3806         * src/import.c
3807                 Fix compile on gtk 2.4. Patch by wwp
3808
3809 2005-10-09 [colin]      1.9.15cvs26
3810
3811         * src/mainwindow.c
3812         * src/messageview.c
3813         * src/summaryview.c
3814                 Clarify forward menus. Patch by wwp
3815
3816 2005-10-09 [colin]      1.9.15cvs25
3817
3818         * src/compose.c
3819         * src/compose.h
3820                 Fix bug #829 (Non-working "Encrypt message by 
3821                 default when replying to an encrypted message")
3822
3823 2005-10-08 [colin]      1.9.15cvs24
3824
3825         * src/wizard.c
3826                 Fix bug #827 ("Welcome" setup wizard after a 
3827                 permission error gives up & forgets itself.)
3828
3829 2005-10-08 [colin]      1.9.15cvs23
3830
3831         * src/procmime.c
3832                 Fix bug #828 (Ignoring headers with spaces around = sign)
3833
3834 2005-10-08 [colin]      1.9.15cvs22
3835
3836         * src/export.c
3837                 Warning fix by wwp
3838
3839 2005-10-08 [colin]      1.9.15cvs21
3840
3841         * src/folder.c
3842         * src/folder.h
3843                 Add a processing_pending indicator, set on 
3844                 folder_item_open and cleared after 
3845                 folder_item_process_open
3846         * src/folderview.c
3847         * src/summaryview.c
3848                 wrap procmsg_msginfo_*_flags, and in the
3849                 wrapper check that there's no folder processing 
3850                 pending. If there is, defer the flags change until 
3851                 processing is done to avoid stepping over each
3852                 other's toes.
3853                 Freeze during processing, but not during scanning.
3854
3855 2005-10-07 [colin]      1.9.15cvs20
3856
3857         * src/plugins/pgpcore/passphrase.c
3858                 Fix bug #826 (X-Server hangs when 
3859