2006-03-01 [wwp] 2.0.0cvs88
[claws.git] / ChangeLog
1 2006-03-01 [wwp]        2.0.0cvs88
2
3         * src/plugins/spamassassin/spamassassin.c
4         * src/plugins/spamassassin/spamassassin.h
5         * src/plugins/spamassassin/spamassassin_gtk.c
6                 made processing of emails w/ sa-plugin an option (default is TRUE),
7                 fixed Engrish some tooltips, capitalization of some debug messages
8                 and warnings. The spamassassin plugin now provides two separate
9                 services: process emails upon incorporation and spamd training.
10                 Both services (un)register independently but use some common
11                 plugin settings (transport settings, spam storage location).
12
13 2006-02-28 [wwp]        2.0.0cvs87
14
15         * src/plugins/spamassassin/spamassassin.c
16                 fix async flag to spamc cmdline execution (batch exec should
17                 be asynchronous).
18
19 2006-02-27 [wwp]        2.0.0cvs86
20
21         * src/plugins/spamassassin/spamassassin.c
22         * src/plugins/spamassassin/spamassassin.h
23         * src/plugins/spamassassin/spamassassin_gtk.c
24                 - added the ability to learn a remote spamassassin server (spamd),
25                 using spamc.
26                 - added the spamassassin option 'username', that applies to all
27                 spamassassin operations (filtering, learning, local or remote).
28                 The default username is the current unix user (if left blank
29                 from gtk prefs or config file).
30                 - commented out some unused code (notebook widget), removed unused
31                 layout (hbox1).
32                 - make more widgets sensitive to the transport type.
33
34 2006-02-27 [colin]      2.0.0cvs85
35
36         * src/plugins/spamassassin/spamassassin.c
37                 Fix sa-learn call when offline
38
39 2006-02-27 [colin]      2.0.0cvs84
40
41         * configure.ac
42         * src/Makefile.am
43         * src/mainwindow.c
44         * src/mainwindow.h
45         * src/messageview.c
46         * src/messageview.h
47         * src/prefs_toolbar.c
48         * src/procmsg.c
49         * src/stock_pixmap.c
50         * src/stock_pixmap.h
51         * src/summaryview.c
52         * src/toolbar.c
53         * src/toolbar.h
54         * src/pixmaps/ham_btn.xpm
55         * src/pixmaps/spam.xpm
56         * src/pixmaps/spam_btn.xpm
57         * src/plugins/spamassassin/spamassassin.c
58                 Add button in toolbar for spam learning
59                 Fix a few bugs from the last related commit
60                 Revert 1.9.6cvs23 which messed up shift-selection
61
62 2006-02-24 [colin]      2.0.0cvs83
63
64         * src/procmsg.c
65         * src/summaryview.c
66         * src/summaryview.h
67         * src/plugins/spamassassin/spamassassin.c
68         * src/plugins/spamassassin/spamassassin.h
69         * src/plugins/spamassassin/spamassassin_gtk.c
70                 Unregister learner when spamassassin is either
71                 disabled or over tcp
72
73 2006-02-24 [colin]      2.0.0cvs82
74
75         * src/Makefile.am
76         * src/mainwindow.c
77         * src/mainwindow.h
78         * src/procmsg.c
79         * src/procmsg.h
80         * src/stock_pixmap.c
81         * src/stock_pixmap.h
82         * src/summaryview.c
83         * src/summaryview.h
84         * src/gtk/icon_legend.c
85         * src/pixmaps/spam.xpm  ** NEW FILE **
86         * src/plugins/spamassassin/spamassassin.c
87         * src/plugins/spamassassin/spamassassin_gtk.c
88                 Add spam learning interface (Mark/Mark as 
89                 (spam|ham) menus)
90
91 2006-02-24 [wwp]        2.0.0cvs81
92
93         * src/compose.c
94         * src/compose.h
95         * src/filtering.c
96                 hide compose window when sending message in batch mode
97                 (filtering: forward and redirect). Also fixed a wrong
98                 value returned when sending failed, neutral anyway.
99                 (Colin, me) 
100
101 2006-02-24 [wwp]        2.0.0cvs80
102
103         * src/mainwindow.c
104                 use GTK+'s stock quit button. Patch by Fabien Vantard.
105
106 2006-02-24 [paul]       2.0.0cvs79
107
108         * src/news.c
109         * src/news.h
110         * src/news_gtk.c
111                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
112                 Thanks to Colin
113
114 2006-02-23 [colin]      2.0.0cvs78
115
116         * src/alertpanel.c
117                 Change OK to Close in alertpanel with View log
118                 button; add accel to View log. Patch by Fabien
119                 Vantard
120
121 2006-02-23 [wwp]        2.0.0cvs77
122
123         * src/compose.c
124                 silly me, there were much more tests to perform, since toolbars can
125                 really have down to 1 element only.
126
127 2006-02-23 [wwp]        2.0.0cvs76
128
129         * commitHelper
130                 fixed indentation from my previous commit. Fallback to VISUAL if
131                 EDITOR is not set (and to vi, at last resort).
132
133 2006-02-23 [wwp]        2.0.0cvs75
134
135         * commitHelper
136                 improved error detection (Colin, me).
137
138 2006-02-23 [wwp]        2.0.0cvs74
139
140         * src/prefs_toolbar.c
141                 simplify and fix prefs/toolbars layouting. Combos' contents can
142                 now be really displayed.
143
144 2006-02-23 [wwp]        2.0.0cvs73
145         simplifies and fix prefs/toolbars layouting. Combos' contents can now
146         be really displayed.
147
148 2006-02-22 [wwp]        2.0.0cvs72
149
150         * src/compose.c
151                 fix a typo in my previous commit (sorry!).
152
153 2006-02-22 [wwp]        2.0.0cvs71
154
155         * src/prefs_toolbar.c
156                 fix a crash when adding separators to toolbars,
157                 also fix some separator item information.
158
159 2006-02-22 [wwp]        2.0.0cvs70
160
161         * src/compose.c
162                 fix a crash when redirecting (for instance) when compose window's
163                 toolbar contents has been customized (when some buttons have been
164                 removed in fact).
165
166 2006-02-21 [wwp]        2.0.0cvs69
167
168         * src/summaryview.c
169         * src/gtk/pluginwindow.c
170         * src/plugins/pgpcore/prefs_gpg.c
171                 fix some compilation warnings (feat. remains of removed code).
172
173 2006-02-21 [wwp]        2.0.0cvs68
174
175         * src/gtk/gtkutils.c
176                 fix two compilation issues, thanks to Stephan Sachse.
177
178 2006-02-20 [colin]      2.0.0cvs67
179
180         * src/mainwindow.c
181                 Don't reselect displayed mail on refocus
182                 This fixes actions misbehaving 
183
184 2006-02-20 [wwp]        2.0.0cvs66
185
186         * src/summaryview.c
187         * src/gtk/gtksctree.c
188         * src/gtk/gtkshruler.c
189                 changed more runtime typecast checks.
190
191 2006-02-20 [wwp]        2.0.0cvs65
192
193         * src/summary_search.c
194                 find all - summaryview refresh issue fixed, thanks to Colin.
195
196 2006-02-20 [wwp]        2.0.0cvs64
197
198         * src/gtk/gtkutils.c
199                 better runtime typecast checks.
200
201 2006-02-20 [wwp]        2.0.0cvs63
202
203         * src/summary_search.c
204                 enhancements to the summary search:
205                         - add the ability to stop the running search
206                           (upon ESC-key press, new Stop button or when Clear button is pressed)
207                         - don't search if no criteria (From/To/Subject/Body) is set
208                         - ensure that a busy mouse pointer is always shown when searching,
209                           show it even a bit earlier
210
211 2006-02-19 [colin]      2.0.0cvs62
212
213         * src/compose.c
214         * src/imap.c
215         * src/etpan/imap-thread.c
216         * src/etpan/imap-thread.h
217                 (Future) IMAP speed improvement on sending
218                 Will require a libetpan update
219         * src/summaryview.c
220         * src/gtk/quicksearch.c
221                 Make quicksearch clearable while running.
222
223 2006-02-17 [colin]      2.0.0cvs61
224
225         * src/imap.c
226         * src/etpan/imap-thread.c
227         * src/etpan/imap-thread.h
228                 Check for IMAP certificates
229                 ** Requires libetpan-0.42-cvs4 
230                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
231
232 2006-02-17 [colin]      2.0.0cvs60
233
234         * src/messageview.c
235         * src/prefs_common.c
236         * src/prefs_common.h
237         * src/prefs_message.c
238                 Add pref to display HTML-only mails with plugin, 
239                 if possible (defaulting to FALSE of course).
240
241 2006-02-16 [colin]      2.0.0cvs59
242
243         * src/main.c
244         * src/common/plugin.c
245         * src/common/plugin.h
246         * src/gtk/pluginwindow.c
247                 Keep track of requested (but unloaded) plugins
248                 in some error cases.
249
250 2006-02-16 [wwp]        2.0.0cvs58
251
252         * src/gtk/gtkaspell.c
253         * src/gtk/gtkaspell.h
254         * src/prefs_spelling.c
255         * src/compose.c
256         * src/prefs_common.c
257         * src/prefs_common.h
258                 implemented new optional spellchecker behaviour: re-check message when
259                 dictionary got changed (from compose-window/context-menu/Change dictionary).
260
261 2006-02-16 [wwp]        2.0.0cvs57
262
263         * src/quote_fmt_parse.y
264                 pclose popen'ed pipe.
265
266 2006-02-15 [colin]      2.0.0cvs56
267
268         * src/mimeview.c
269         * src/mimeview.h
270                 Let MimeViewers know which MimeView they
271                 depend of.
272         * src/summaryview.c
273                 Swap From/To columns in Sent/Queue/Drafts
274                 folders
275         * src/etpan/imap-thread.c
276                 Use mailstream_low_tls_open() for STARTTLS
277                 instead of mailstream_low_ssl_open()
278                 ** REQUIRES libetpan 0.42cvs3 **
279
280 2006-02-15 [wwp]        2.0.0cvs55
281
282         * src/compose.c
283         * src/compose.h
284         * src/message_search.c
285         * src/message_search.h
286         * src/textview.c
287         * src/gtk/gtkutils.c
288         * src/gtk/gtkutils.h
289                 added the ability to Find text in the compose window (and a bit
290                 of code factorization).
291
292 2006-02-15 [wwp]        2.0.0cvs54
293
294         * src/prefs_gtk.c
295                 yet another one file was missing (fix for some widgets' sensitivity).
296                 Thanks Colin!
297
298 2006-02-15 [wwp]        2.0.0cvs53
299
300         * src/prefs_gtk.h
301                 oops forgot that file (fix for some widgets' sensitivity).
302
303 2006-02-15 [wwp]        2.0.0cvs52
304
305         * src/summary_search.c
306                 implemented advanced summary search options (added the ability
307                 to use matcher conditions in an advanced search mode).
308
309 2006-02-15 [wwp]        2.0.0cvs51
310
311         * src/plugins/pgpcore/prefs_gpg.c
312         * src/prefs_account.c
313                 fix some widget sensitivity, mostly around some labels in
314                 account prefs.
315
316 2006-02-15 [paul]       2.0.0cvs50
317
318         * manual/advanced.xml
319                 improve Templates info
320                 written by wwp
321
322 2006-02-14 [colin]      2.0.0cvs49
323
324         * src/pixmaps/address_book.xpm
325         * src/pixmaps/preferences.xpm
326         * src/pixmaps/properties.xpm
327                 Fix pixmap size - patch by Fabien Vantard
328
329 2006-02-13 [colin]      2.0.0cvs48
330
331         * src/procmime.c
332                 Add missing fclose()s on error
333         * src/textview.c
334                 Remove unused code
335         * src/common/utils.c
336                 Fix temp files not being deleted on windows
337         Patches by Thomas Gilgin
338
339 2006-02-13 [colin]      2.0.0cvs47
340
341         * src/mainwindow.c
342                 Fix exit crash
343
344 2006-02-13 [wwp]        2.0.0cvs46
345
346         * src/plugins/pgpcore/prefs_gpg.c
347                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
348
349 2006-02-12 [colin]      2.0.0cvs45
350
351         * src/folderview.c
352         * src/main.c
353         * src/mainwindow.c
354                 Fix "stuff" when quitting
355
356 2006-02-12 [wwp]        2.0.0cvs44
357
358         * src/prefs_themes.c
359                 fix typos in debug messages.
360
361 2006-02-11 [colin]      2.0.0cvs43
362
363         * src/summaryview.c
364                 don't allow drag/drop from ourself
365
366 2006-02-10 [wwp]        2.0.0cvs42
367
368         * src/exporthtml.c
369         * src/html.c
370         * src/html.h
371         * src/procmime.c
372         * src/textview.c
373                 renamed html_ prefixed functions and data structures to avoid
374                 namespace clashes w/ other software (gtkhtml2 for instance).
375                 Closes bug #907.
376
377
378 2006-02-09 [colin]      2.0.0cvs41
379
380         * src/summaryview.c
381                 Fix shitty logic messed up. Thanks Ticho for the hint!
382
383 2006-02-09 [wwp]        2.0.0cvs40
384
385         * src/gtk/about.c
386         * src/compose.c
387         * src/prefs_account.c
388         * src/prefs_gtk.h
389         * src/editaddress.c
390                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
391                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
392                 Browse buttons in accounts prefs.
393
394 2006-02-09 [colin]      2.0.0cvs39
395
396         * src/matcher.c
397                 Check for pointer before using its members
398         * src/gtk/gtksourceprintjob.c
399                 Fix a wrong warning
400
401 2006-02-09 [wwp]        2.0.0cvs38
402
403         * src/gtk/filesel.c
404                 fix few compiler warnings (type mismatch).
405
406 2006-02-09 [paul]       2.0.0cvs37
407
408         * po/fr.po
409                 updated by Fabien Vantard
410
411 2006-02-08 [colin]      2.0.0cvs36
412
413         * src/prefs_common.c
414         * src/common/defs.h
415         * src/common/plugin.c
416                 allow windows and linux configurations to coexist
417                 patch by Thomas Gilgin
418
419 2006-02-08 [colin]      2.0.0cvs35
420
421         * src/filtering.c
422         * src/matcher.c
423         * src/matcher.h
424         * src/matcher_parser_parse.y
425         * src/prefs_filtering_action.c
426         * src/prefs_matcher.c
427                 Add the "Ignore thread" filtering
428                 action
429
430 2006-02-08 [colin]      2.0.0cvs34
431
432         * src/compose.c
433         * src/procmime.c
434         * src/procmime.h
435                 Fix bug #905 (damaged attachment)
436                 text files with raw \0's aren't really text files
437         FOR_STABLE
438
439 2006-02-08 [colin]      2.0.0cvs33
440
441         * src/summaryview.c
442                 Fix crasher introduced yesterday
443
444 2006-02-08 [wwp]        2.0.0cvs32
445
446         * src/compose.c
447         * src/compose.h
448                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
449
450 2006-02-08 [wwp]        2.0.0cvs31
451
452         * src/prefs_template.c
453                 templates enhancement: allow address completion for Cc and Bcc fields
454                 (it was currently possible for the To field only)
455
456 2006-02-08 [colin]      2.0.0cvs30
457
458         * src/compose.c
459                 Don't unblock if not blocked
460         FOR_STABLE
461
462 2006-02-07 [colin]      2.0.0cvs29
463
464         * src/action.c
465                 Forgot to refresh summaryview
466
467 2006-02-07 [colin]      2.0.0cvs28
468
469         * src/action.c
470                 Freeze/thaw message list and folder list while
471                 processing %as{} actions 
472         * src/compose.c
473                 Fix auto-wrap disabling after a middle-click
474                 paste - FOR_STABLE
475
476 2006-02-07 [paul]       2.0.0cvs27
477
478         * src/folder.c
479                 fix freeing of uninitialised pointers
480                 Thanks to Colin
481
482 2006-02-06 [colin]      2.0.0cvs26
483
484         * src/folder.c
485                 Use g_slist_prepend in potentially big list
486
487 2006-02-06 [colin]      2.0.0cvs25
488
489         * src/folder.c
490                 Completely skip processing if it doesn't 
491                 exist (faster!)
492
493 2006-02-06 [colin]      2.0.0cvs24
494
495         * src/folder.c
496         * src/summaryview.c
497                 Batch filtering in summaryview (from Tools menu)
498                 and pre/post//-processing too
499
500 2006-02-06 [colin]      2.0.0cvs23
501
502         * src/procmsg.h
503         * src/filtering.c
504                 Use a special field for batch filtering instead
505                 of stepping on deferred execution's toes
506
507 2006-02-06 [colin]      2.0.0cvs22
508
509         * src/action.c
510         * src/filtering.c
511         * src/filtering.h
512         * src/folder.c
513         * src/summaryview.c
514                 Fix filtering via menus and actions
515
516 2006-02-06 [colin]      2.0.0cvs21
517
518         * src/imap.c
519                 Put the added file directly to cache if possible (will work
520                 with next libetpan)
521         * src/filtering.c
522         * src/filtering.h
523         * src/inc.c
524         * src/folder.c
525         * src/mbox.c
526         * src/procmsg.h
527                 Move and copy filtered messages by batches instead of one
528                 by one - faster on IMAP
529         * src/procmsg.c
530                 Add a function that'll possibly be useful later
531
532 2006-02-06 [colin]      2.0.0cvs20
533
534         * src/addressbook.c
535                 Use internal mime-type instead of text/plain for d'n'd
536         * src/compose.c
537                 Allow attaching files from mimeview's icon list via d'n'd
538         * src/folderview.c
539         * src/folderview.h
540                 Use internal mime-type instead of text/plain for d'n'd
541                 Don't try to selected opened folder if none is
542                 Factorize d'n'd from other apps code
543         * src/headerview.c
544         * src/textview.c
545         * src/gtk/gtkutils.c
546         * src/gtk/gtkutils.h
547                 Factorize Face/X-Face stuff
548         * src/mimeview.c
549                 Fix d'n'd to other apps
550         * src/prefs_message.c
551                 Let the XFace pref be usable without libcompface as it also
552                 applies to Face
553         * src/summaryview.c
554                 Fix d'n'd to other apps
555                 Factorize d'n'd from other apps code
556
557 2006-02-06 [wwp]        2.0.0cvs19
558
559         * po/it.po
560                 Italian translation fixes by Andrea Spadaccini (no more confusion
561                 between filtering and processing, and few changes in the About
562                 dialog).
563
564
565 2006-02-06 [mones]      2.0.0cvs18
566
567         * src/gtk/icon_legend.c
568                 Improved descriptions allowing better translations
569
570 2006-02-05 [colin]      2.0.0cvs17
571
572         * src/imap.c
573                 Add the f*cking missing expunge that caused imap_fetch_env
574                 to fail after an add_msgs ! :-///
575         * src/etpan/imap-thread.c
576                 Add a bit of debug
577         FOR_STABLE
578
579 2006-02-05 [colin]      2.0.0cvs16
580
581         * src/common/utils.c
582                 Don't check for return-path (or we can't put
583                 back non-sent mails)
584
585 2006-02-05 [colin]      2.0.0cvs15
586
587         * src/textview.c
588                 Don't try to display Face header in textview
589                 when teh headerview's active
590
591 2006-02-05 [colin]      2.0.0cvs14
592
593         * tools/tbird2syl.py
594         * tools/Makefile.am
595                 Add script to import Thunderbird mails
596
597 2006-02-05 [colin]      2.0.0cvs13
598
599         * src/headerview.c
600         * src/procheader.c
601         * src/procmsg.c
602         * src/procmsg.h
603         * src/textview.c
604                 Show Face headers - patch partially by Klaus Flittner
605
606 2006-02-05 [colin]      2.0.0cvs12
607
608         * src/folderview.c
609         * src/summaryview.c
610         * src/common/utils.c
611         * src/common/utils.h
612                 Let dnd work from mime icons to summaryview
613                 and to folderview too
614                 Add a crude test to avoid trying to add files
615                 drag'n'dropped when they're not mails
616
617 2006-02-04 [colin]      2.0.0cvs11
618
619         * src/summaryview.c
620         * src/mimeview.c
621                 Fix utf8 conversion
622
623 2006-02-04 [colin]      2.0.0cvs10
624
625         * src/compose.c
626         * src/folderview.c
627         * src/mimeview.c
628         * src/summaryview.c
629         * src/summaryview.h
630                 Added various drag and drop capas:
631                 From                    To
632                 summaryview             other apps
633                 mimeview icons          other apps
634                 other apps              summaryview
635                 other apps              folderview
636
637                 This shouldn't have broken the existing:
638                 From                    To
639                 summaryview             folderview
640                 folderview              folderview
641                 summaryview             compose's attachments
642
643         Tests welcomed.
644
645 2006-02-02 [paul]       2.0.0cvs9
646
647         * src/mainwindow.c
648                 move global option 'Set displayed columns...' out
649                 of folder option grouping.
650                 fix sensitivity of 'harvest addresses'
651         FOR_STABLE
652
653 2006-02-01 [colin]      2.0.0cvs8
654
655         * src/mimeview.c
656                 Revert the alertpanel patch, it sucks (intrusive
657                 and gets in the way of "open")
658
659 2006-02-01 [colin]      2.0.0cvs7
660
661         * src/compose.c
662         * src/prefs_account.c
663         * src/prefs_common.c
664         * src/common/defs.h
665         * src/common/utils.c
666         * src/common/utils.h
667                 Add ability to edit the signature file
668                 from the account preferences, and use
669                 a default for the text editor.
670                 Patch by Fabien Vantard
671
672 2006-02-01 [colin]      2.0.0cvs6
673
674         * src/mimeview.c
675                 Try to get mime type by extension if it is
676                 application/octet-stream
677                 Display a window with possible choices when
678                 encountering unknown mime types
679         * src/gtk/filesel.c
680         * src/gtk/filesel.h
681                 Add preview
682                 Allow multiple selection in filtered filesel
683                 (patch by Fabien Vantard)
684         * src/gtk/pluginwindow.c
685                 Use it (patch by Fabien Vantard)
686
687 2006-02-01 [paul]       2.0.0cvs5
688
689         * src/jpilot.c
690                 fix crash on creating jpilot address book
691                 Thanks to Colin - FOR_STABLE
692         * src/prefs_summaries.c
693         * src/prefs_wrapping.c
694         * src/gtk/icon_legend.c
695         * src/gtk/quicksearch.c
696                 string fixes and additions
697
698 2006-02-01 [paul]       2.0.0cvs4
699
700         * src/compose.c
701         * src/mainwindow.c
702         * src/messageview.c
703         * src/prefs_send.c
704                 add Arabic encoding option
705                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
706
707 2006-01-31 [colin]      2.0.0cvs3
708
709         * src/plugins/pgpcore/passphrase.c
710                 Convert passphrase to locale encoding
711         * src/compose.c
712                 Fix drafting on IMAP. Crappy bug sneaked in
713                 the release :-/
714         FOR_STABLE
715
716 2006-01-30 [paul]       2.0.0cvs2
717
718         * src/gtk/icon_legend.c
719                 show the new entries
720
721 2006-01-30 [colin]      2.0.0cvs1
722
723         * src/manual.c
724                 Check for the file to be present before 
725                 enabling the menu - FOR_STABLE
726         * src/gtk/icon_legend.c
727                 Add folders icons (not all of them, there
728                 are too much, but the most intriguing ones)
729
730 2006-01-30 [paul]       2.0.0
731
732         version 2.0.0 released
733
734 2006-01-30 [paul]       1.9.100cvs200
735
736         * manual/faq.xml
737         * manual/gpl.xml
738         * manual/intro.xml
739         * manual/starting.xml
740         * manual/sylpheed-claws-manual.xml
741                 fixes, additions
742
743 2006-01-29 [mones]      1.9.100cvs199
744
745         * manual/account.xml
746         * manual/advanced.xml
747         * manual/glossary.xml
748                 Some typos fixed, added LDIF term to glossary
749         * po/es.po
750                 Fixed leading plus symbol
751
752 2006-01-29 [paul]       1.9.100cvs198
753
754         * po/fi.po
755         * po/sk.po
756                 updated by Tommi Pirinen and Andrej Kacian
757
758 2006-01-29 [paul]       1.9.100cvs197
759
760         * src/gtk/authors.h
761                 remove duplicates
762
763 2006-01-29 [paul]       1.9.100cvs196
764
765         * AUTHORS
766         * po/nl.po
767         * src/gtk/authors.h
768         * tools/claws.i18n.status.pl
769                 nl translation updated by Tim Dijkstra
770
771 2006-01-29 [paul]       1.9.100cvs195
772
773         * po/sr.po
774         * po/sv.po
775                 updated by Aleksandar Urosevic and Anders Troback
776
777 2006-01-28 [colin]      1.9.100cvs194
778
779         * src/gtk/gtksourceprintjob.c
780                 Don't fiddle with PangoLayout when we
781                 have an image
782
783 2006-01-28 [paul]       1.9.100cvs193
784
785         * AUTHORS
786         * po/el.po
787         * po/zh_CN.po
788         * src/gtk/authors.h
789         * tools/claws.i18n.status.pl
790                 updated translations submitted by Stavros Giannouris
791                 and Ralgh Young
792
793 2006-01-27 [colin]      1.9.100cvs192
794
795         * src/summaryview.c
796         * src/gtk/gtksourceprintjob.c
797                 Add image printing 
798                 (libgnomeprint only, of course)
799
800 2006-01-27 [paul]       1.9.100cvs191
801
802         * po/fr.po
803         * po/it.po
804                 updated by Fabien Vantard and Andrea Spadaccini
805
806 2006-01-26 [colin]      1.9.100cvs190
807
808         * manual/Makefile.am
809         * configure.ac
810                 Make building the manual optional 
811                 (--disable-manual)
812
813 2006-01-26 [paul]       1.9.100cvs189
814
815         * manual/glossary.xml
816         * manual/plugins.xml
817                 edited
818         * po/en_GB.po
819                 updated
820
821 2006-01-26 [paul]       1.9.100cvs188
822
823         * src/prefs_display_header.c
824         * src/prefs_folder_column.c
825         * src/prefs_msg_colors.c
826         * src/prefs_summaries.c
827         * src/prefs_summary_column.c
828                 HIGify
829
830 2006-01-25 [colin]      1.9.100cvs187
831
832         * src/imap.c
833                 Don't allow moving/copying mails between
834                 queue/drafts and non-queue/drafts folders
835                 Fixes bug #897 (message header is resetted 
836                 if one is copied to Drafts)
837
838 2006-01-25 [colin]      1.9.100cvs186
839
840         * src/folder.c
841         * src/mainwindow.c
842                 Fix subscribed folders not found
843         * src/compose.c
844                 Don't try to encode as original mail's charset
845                 if it's ascii 
846
847 2006-01-25 [paul]       1.9.100cvs185
848
849         * AUTHORS
850         * po/Makevars
851                 updated
852         * po/de.po
853         * po/pl.po
854         * po/pt_BR.po
855         * po/sr.po
856                 updates submitted by Stephan Sachse, Emilian Nowak
857                 and Quar, Frederico Goncalves Guimaraes, and
858                 Aleksandar Urosevic
859                 Fix Bug 896, 'PT_BR locale broken'.
860         * src/gtk/authors.h
861                 updated
862
863 2006-01-24 [mones]      1.9.100cvs184
864
865         * manual/glossary.xml
866                 All current terms finished. Reviewers welcome ;-)
867         * manual/keyboard.xml
868                 Fixed column width for pdf output.
869         * po/es.po
870                 Updated
871
872 2006-01-24 [paul]       1.9.100cvs183
873
874         * manual/glossary.xml
875                 fix id name
876         * manual/dist/html/Makefile.am
877         * manual/dist/pdf/Makefile.am
878         * manual/dist/ps/Makefile.am
879         * manual/dist/txt/Makefile.am
880                 fix make deps
881                 Thanks to Colin
882
883 2006-01-24 [mones]      1.9.100cvs182
884
885         * manual/glossary.xml
886                 Nearly finished, some terms missing.
887
888 2006-01-23 [paul]       1.9.100cvs181
889
890         * manual/dist/html/Makefile.am
891         * manual/dist/pdf/Makefile.am
892         * manual/dist/ps/Makefile.am
893         * manual/dist/txt/Makefile.am
894         * src/mainwindow.c
895                 re-enable manual
896                 Thanks to Colin
897
898 2006-01-22 [colin]      1.9.100cvs180
899
900         * src/compose.c
901         * src/gtk/gtkaspell.c
902                 Don't deselect stuff before right-clicking, with aspell.
903                 (This prevented right-click Copy, for example).
904                 Thanks to Clo!
905
906 2006-01-22 [paul]       1.9.100cvs179
907
908         * src/summary_search.c
909                 don't fix the widget size as it causes problems
910                 under localisation.
911                 Thanks to Emilian Nowak
912
913 2006-01-21 [paul]       1.9.100cvs178
914
915         * src/prefs_themes.c
916                 fix broken underlining of label text
917                 with some translations
918
919 2006-01-21 [colin]      1.9.100cvs177
920
921         * po/fr.po
922                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
923
924 2006-01-20 [colin]      1.9.100cvs176
925
926         * configure.ac
927         * Makefile.am
928         * manual/Makefile
929         * manual/dist/html/.cvsignore
930         * manual/dist/html/Makefile.am
931         * manual/dist/pdf/.cvsignore
932         * manual/dist/pdf/Makefile.am
933         * manual/dist/ps/.cvsignore
934         * manual/dist/ps/Makefile.am
935         * manual/dist/txt/.cvsignore
936         * manual/dist/txt/Makefile.am
937                 Autotool-ize manual
938
939 2006-01-20 [paul]       1.9.100cvs175
940
941         * manual/handling.xml
942                 make Filtering and Searching entries easier to find
943         * manual/keyboard.xml
944                 add the remaining default keybinds
945         * src/prefs_summaries.c
946                 update the default keybinds
947
948 2006-01-20 [paul]       1.9.100cvs174
949
950         * src/addressbook.c
951         * src/addrgather.c
952         * src/addrharvest.c
953         * src/editaddress.c
954         * src/editgroup.c
955         * src/exphtmldlg.c
956         * src/expldifdlg.c
957         * src/exporthtml.c
958         * src/exportldif.c
959         * src/ldif.c
960                 replace 'e-mail' with 'email'
961         * src/summary_search.c
962                 add mnemonic to "Find all" button
963
964 2006-01-20 [wwp]        1.9.100cvs173
965
966         * src/export.c
967         * src/import.c
968                 touched mbox import/export buttons for HIG-compliance
969
970 2006-01-19 [paul]       1.9.100cvs172
971
972         * manual/account.xml
973         * manual/addrbook.xml
974         * manual/advanced.xml
975         * manual/faq.xml
976         * manual/handling.xml
977         * manual/intro.xml
978         * manual/plugins.xml
979         * manual/starting.xml
980                 more editing
981
982 2006-01-19 [paul]       1.9.100cvs171
983
984         * src/toolbar.c
985                 allow use of trash button while receiving
986                 Thanks to Colin
987
988 2006-01-19 [wwp]        1.9.100cvs170
989
990         * src/gtk/quicksearch.c
991         * src/compose.c
992                 force text color to black when yellow background is set
993
994 2006-01-19 [colin]      1.9.100cvs169
995
996         * src/plugins/trayicon/trayicon.c
997                 Gray out Get Mail when already getting mail
998
999 2006-01-18 [paul]       1.9.100cvs168
1000
1001         * src/compose.c
1002                 give widget yellow background was To is
1003                 set via folder prefs
1004         * src/gtk/quicksearch.c
1005                 give widget yellow background when quick
1006                 search is active.
1007                 Thanks to Colin
1008
1009 2006-01-18 [paul]       1.9.100cvs167
1010
1011         * doc/man/sylpheed-claws.1
1012                 add --subscribe option
1013
1014 2006-01-18 [paul]       1.9.100cvs166
1015
1016         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1017         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1018                 use %U instead of %F (%F is broken for user installed
1019                 files in kde 3.5)
1020
1021 2006-01-18 [colin]      1.9.100cvs165
1022
1023         * src/summaryview.c
1024                 Default to Yes in "No more * messages" dialogs
1025
1026 2006-01-17 [colin]      1.9.100cvs164
1027
1028         * src/compose.c
1029                 Possibly fix an invalid iterator causing
1030                 crash
1031
1032 2006-01-17 [colin]      1.9.100cvs163
1033
1034         * src/mimeview.c
1035                 Fix crash when the image disappears under the
1036                 image viewer
1037
1038 2006-01-16 [colin]      1.9.100cvs162
1039
1040         * src/compose.c
1041                 Fix reenabling autowrap
1042
1043 2006-01-16 [colin]      1.9.100cvs161
1044
1045         * src/compose.c
1046                 reset quote_len before getting quote_str
1047
1048 2006-01-16 [colin]      1.9.100cvs160
1049
1050         * src/account.c
1051         * src/account.h
1052         * src/folder.c
1053         * src/imap_gtk.c
1054         * src/mh_gtk.c
1055                 Fix bug #883 (default inbox does not track folder move)
1056
1057 2006-01-16 [colin]      1.9.100cvs159
1058
1059         * src/compose.c
1060         * src/plugins/pgpcore/passphrase.c
1061                 More buttons fixes
1062
1063 2006-01-16 [paul]       1.9.100cvs158
1064
1065         * src/prefs_actions.c
1066         * src/prefs_filtering_action.c
1067         * src/prefs_matcher.c
1068         * src/quote_fmt.c
1069         * src/gtk/description_window.c
1070         * src/gtk/description_window.h
1071         * src/gtk/quicksearch.c
1072                 description window cleanups
1073
1074 2006-01-15 [colin]      1.9.100cvs157
1075
1076         * src/addressbook.c
1077         * src/prefs_filtering.c
1078                 Same here
1079
1080 2006-01-15 [colin]      1.9.100cvs156
1081
1082         * src/folderview.c
1083         * src/mainwindow.c
1084                 Same for "Empty trash"
1085
1086 2006-01-15 [colin]      1.9.100cvs155
1087
1088         * src/inc.c
1089                 Override offline dialog had Yes by default
1090
1091 2006-01-15 [colin]      1.9.100cvs154
1092
1093         * src/summaryview.c
1094                 Delete selected messages? previously had Yes the default
1095
1096 2006-01-15 [colin]      1.9.100cvs153
1097
1098         * src/folder.c
1099         * src/folder.h
1100         * src/main.c
1101                 Check if a mailbox is loaded after all
1102                 plugins are loaded.
1103
1104 2006-01-15 [colin]      1.9.100cvs152
1105
1106         * src/folder.c
1107                 Don't start wizard when there are unloaded folders (will help
1108                 people with only mbox or maildir mailboxes)
1109
1110 2006-01-14 [colin]      1.9.100cvs151
1111
1112         * src/addressbook.c
1113         * src/expldifdlg.c
1114         * src/importldif.c
1115         * src/importmutt.c
1116         * src/importpine.c
1117         * src/mh_gtk.c
1118                 More HIG compliance and fixes
1119
1120 2006-01-14 [colin]      1.9.100cvs150
1121
1122         * src/prefs_filtering_action.c
1123         * src/foldersel.c
1124                 Two forgotten button order changes
1125
1126 2006-01-14 [colin]      1.9.100cvs149
1127
1128         * src/account.c
1129         * src/addressbook.c
1130         * src/compose.c
1131         * src/folderview.c
1132         * src/imap_gtk.c
1133         * src/mainwindow.c
1134         * src/mh_gtk.c
1135         * src/news_gtk.c
1136         * src/prefs_actions.c
1137         * src/prefs_customheader.c
1138         * src/prefs_filtering.c
1139         * src/prefs_matcher.c
1140         * src/prefs_template.c
1141         * src/ssl_manager.c
1142         * src/summaryview.c
1143         * src/textview.c
1144         * src/toolbar.c
1145                 All deletion confirmations are now "Cancel, Delete" 
1146                 instead of "No, Yes"
1147                 Clarified most of the other "No, Yes" to 
1148                 "Cancel, Descriptive_action"
1149                 Rechanged the "Entry not saved" alerts to have 
1150                 "Close, Continue editing"
1151
1152
1153 2006-01-14 [paul]
1154
1155         * 2.0.0-rc4 released
1156
1157 2006-01-14 [paul]       1.9.100cvs148
1158
1159         * src/account.c
1160         * src/addressadd.c
1161         * src/addressbook.c
1162         * src/compose.c
1163         * src/editaddress.c
1164         * src/editbook.c
1165         * src/editgroup.c
1166         * src/editjpilot.c
1167         * src/editldap.c
1168         * src/editvcard.c
1169         * src/exphtmldlg.c
1170         * src/expldifdlg.c
1171         * src/folderview.c
1172         * src/grouplistdialog.c
1173         * src/imap_gtk.c
1174         * src/importmutt.c
1175         * src/importpine.c
1176         * src/inc.c
1177         * src/main.c
1178         * src/mainwindow.c
1179         * src/message_search.c
1180         * src/messageview.c
1181         * src/mh_gtk.c
1182         * src/mimeview.c
1183         * src/news_gtk.c
1184         * src/prefs_actions.c
1185         * src/prefs_customheader.c
1186         * src/prefs_filtering.c
1187         * src/prefs_matcher.c
1188         * src/prefs_template.c
1189         * src/prefs_themes.c
1190         * src/ssl_manager.c
1191         * src/summary_search.c
1192         * src/summaryview.c
1193         * src/textview.c
1194         * src/toolbar.c
1195         * src/gtk/foldersort.c
1196         * src/gtk/gtkaspell.c
1197         * src/gtk/inputdialog.c
1198         * src/gtk/prefswindow.c
1199         * src/plugins/pgpcore/select-keys.c
1200         * src/plugins/trayicon/trayicon.c
1201                 HIG compliant button order
1202
1203 2006-01-14 [mones]      1.9.100cvs147
1204
1205         * po/es.po
1206                 Updated translation
1207
1208 2006-01-13 [paul]       1.9.100cvs146
1209
1210         * AUTHORS
1211         * ChangeLog
1212         * src/gtk/authors.h
1213                 add Joshua M. Kwan to contributors list
1214
1215 2006-01-13 [colin]      1.9.100cvs145
1216
1217         * src/gtk/quicksearch.c
1218                 Don't refocus quick search after executing (Esc or Enter)
1219                 Allows to '/'search something then move up/down in 
1220                 summaryview, and to Esc a search and be back in the 
1221                 summaryview
1222
1223 2006-01-13 [paul]       1.9.100cvs144
1224
1225         * src/plugins/pgpinline/pgpinline.c
1226                 support Content-Type 'application/pgp'
1227                 patch by Joshua M. Kwan <joshuak@users.sf.net>
1228
1229 2006-01-13 [paul]       1.9.100cvs143
1230
1231         * manual/account.xml
1232                 make mention of partial retrieval
1233                 thanks to Colin
1234
1235 2006-01-13 [paul]       1.9.100cvs142
1236
1237         * src/account.c
1238         * src/account.h
1239         * src/action.c
1240         * src/action.h
1241         * src/adbookbase.h
1242         * src/addr_compl.c
1243         * src/addr_compl.h
1244         * src/addrbook.c
1245         * src/addrcache.c
1246         * src/addrcache.h
1247         * src/addrcindex.c
1248         * src/addrcindex.h
1249         * src/addrclip.c
1250         * src/addrclip.h
1251         * src/addrdefs.h
1252         * src/addressadd.c
1253         * src/addressadd.h
1254         * src/addressbook.c
1255         * src/addressbook.h
1256         * src/addrgather.c
1257         * src/addrgather.h
1258         * src/addrharvest.c
1259         * src/addrharvest.h
1260         * src/addrindex.c
1261         * src/addrindex.h
1262         * src/addritem.c
1263         * src/addritem.h
1264         * src/addrquery.c
1265         * src/addrquery.h
1266         * src/addrselect.c
1267         * src/addrselect.h
1268         * src/alertpanel.c
1269         * src/alertpanel.h
1270         * src/browseldap.c
1271         * src/browseldap.h
1272         * src/codeconv.c
1273         * src/codeconv.h
1274         * src/compose.c
1275         * src/compose.h
1276         * src/customheader.c
1277         * src/customheader.h
1278         * src/displayheader.c
1279         * src/displayheader.h
1280         * src/editaddress.c
1281         * src/editaddress.h
1282         * src/editbook.c
1283         * src/editbook.h
1284         * src/editgroup.c
1285         * src/editgroup.h
1286         * src/editjpilot.c
1287         * src/editjpilot.h
1288         * src/editldap.c
1289         * src/editldap.h
1290         * src/editldap_basedn.c
1291         * src/editldap_basedn.h
1292         * src/editvcard.c
1293         * src/editvcard.h
1294         * src/exphtmldlg.c
1295         * src/exphtmldlg.h
1296         * src/expldifdlg.c
1297         * src/expldifdlg.h
1298         * src/export.h
1299         * src/exporthtml.c
1300         * src/exporthtml.h
1301         * src/exportldif.c
1302         * src/exportldif.h
1303         * src/filtering.c
1304         * src/filtering.h
1305         * src/folder.c
1306         * src/folder.h
1307         * src/folder_item_prefs.c
1308         * src/folder_item_prefs.h
1309         * src/foldersel.c
1310         * src/foldersel.h
1311         * src/folderutils.c
1312         * src/folderutils.h
1313         * src/folderview.c
1314         * src/folderview.h
1315         * src/grouplistdialog.c
1316         * src/grouplistdialog.h
1317         * src/headerview.c
1318         * src/html.c
1319         * src/html.h
1320         * src/image_viewer.c
1321         * src/image_viewer.h
1322         * src/imap.c
1323         * src/imap.h
1324         * src/imap_gtk.c
1325         * src/imap_gtk.h
1326         * src/import.h
1327         * src/importldif.c
1328         * src/importldif.h
1329         * src/importmutt.c
1330         * src/importmutt.h
1331         * src/importpine.c
1332         * src/importpine.h
1333         * src/inc.c
1334         * src/inc.h
1335         * src/jpilot.c
1336         * src/jpilot.h
1337         * src/ldapctrl.c
1338         * src/ldapctrl.h
1339         * src/ldaplocate.c
1340         * src/ldaplocate.h
1341         * src/ldapquery.c
1342         * src/ldapquery.h
1343         * src/ldapserver.c
1344         * src/ldapserver.h
1345         * src/ldaputil.c
1346         * src/ldaputil.h
1347         * src/ldif.c
1348         * src/ldif.h
1349         * src/main.c
1350         * src/main.h
1351         * src/mainwindow.c
1352         * src/mainwindow.h
1353         * src/manual.c
1354         * src/manual.h
1355         * src/mbox.c
1356         * src/mbox.h
1357         * src/message_search.c
1358         * src/message_search.h
1359         * src/messageview.c
1360         * src/messageview.h
1361         * src/mh.c
1362         * src/mh.h
1363         * src/mh_gtk.c
1364         * src/mh_gtk.h
1365         * src/mimeview.c
1366         * src/mimeview.h
1367         * src/msgcache.c
1368         * src/msgcache.h
1369         * src/mutt.c
1370         * src/mutt.h
1371         * src/news.c
1372         * src/news.h
1373         * src/news_gtk.c
1374         * src/news_gtk.h
1375         * src/partial_download.c
1376         * src/partial_download.h
1377         * src/pine.c
1378         * src/pine.h
1379         * src/pop.c
1380         * src/pop.h
1381         * src/prefs_account.c
1382         * src/prefs_account.h
1383         * src/prefs_actions.c
1384         * src/prefs_actions.h
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/prefs_compose_writing.c
1388         * src/prefs_compose_writing.h
1389         * src/prefs_customheader.c
1390         * src/prefs_customheader.h
1391         * src/prefs_display_header.c
1392         * src/prefs_display_header.h
1393         * src/prefs_filtering.c
1394         * src/prefs_filtering.h
1395         * src/prefs_filtering_action.c
1396         * src/prefs_filtering_action.h
1397         * src/prefs_folder_column.c
1398         * src/prefs_folder_column.h
1399         * src/prefs_folder_item.c
1400         * src/prefs_folder_item.h
1401         * src/prefs_fonts.c
1402         * src/prefs_fonts.h
1403         * src/prefs_gtk.c
1404         * src/prefs_gtk.h
1405         * src/prefs_image_viewer.c
1406         * src/prefs_image_viewer.h
1407         * src/prefs_matcher.c
1408         * src/prefs_matcher.h
1409         * src/prefs_message.c
1410         * src/prefs_msg_colors.c
1411         * src/prefs_msg_colors.h
1412         * src/prefs_other.c
1413         * src/prefs_quote.c
1414         * src/prefs_receive.c
1415         * src/prefs_send.c
1416         * src/prefs_spelling.c
1417         * src/prefs_spelling.h
1418         * src/prefs_summaries.c
1419         * src/prefs_summaries.h
1420         * src/prefs_summary_column.c
1421         * src/prefs_summary_column.h
1422         * src/prefs_template.c
1423         * src/prefs_template.h
1424         * src/prefs_themes.c
1425         * src/prefs_themes.h
1426         * src/prefs_toolbar.c
1427         * src/prefs_toolbar.h
1428         * src/prefs_wrapping.c
1429         * src/prefs_wrapping.h
1430         * src/privacy.c
1431         * src/privacy.h
1432         * src/procheader.c
1433         * src/procheader.h
1434         * src/procmime.c
1435         * src/procmime.h
1436         * src/procmsg.c
1437         * src/procmsg.h
1438         * src/quote_fmt.c
1439         * src/quote_fmt_parse.y
1440         * src/recv.c
1441         * src/recv.h
1442         * src/remotefolder.c
1443         * src/remotefolder.h
1444         * src/send_message.c
1445         * src/send_message.h
1446         * src/setup.c
1447         * src/setup.h
1448         * src/sourcewindow.c
1449         * src/sourcewindow.h
1450         * src/ssl_manager.c
1451         * src/ssl_manager.h
1452         * src/statusbar.c
1453         * src/statusbar.h
1454         * src/stock_pixmap.c
1455         * src/stock_pixmap.h
1456         * src/summary_search.c
1457         * src/summary_search.h
1458         * src/summaryview.c
1459         * src/summaryview.h
1460         * src/syldap.c
1461         * src/syldap.h
1462         * src/textview.c
1463         * src/textview.h
1464         * src/toolbar.c
1465         * src/toolbar.h
1466         * src/undo.c
1467         * src/undo.h
1468         * src/unmime.c
1469         * src/unmime.h
1470         * src/vcard.c
1471         * src/vcard.h
1472         * src/wizard.c
1473         * src/wizard.h
1474         * src/common/base64.c
1475         * src/common/base64.h
1476         * src/common/defs.h
1477         * src/common/hooks.c
1478         * src/common/hooks.h
1479         * src/common/log.c
1480         * src/common/log.h
1481         * src/common/mgutils.c
1482         * src/common/mgutils.h
1483         * src/common/nntp.c
1484         * src/common/nntp.h
1485         * src/common/passcrypt.c
1486         * src/common/passcrypt.h.in
1487         * src/common/plugin.c
1488         * src/common/plugin.h
1489         * src/common/prefs.c
1490         * src/common/prefs.h
1491         * src/common/progressindicator.c
1492         * src/common/progressindicator.h
1493         * src/common/quoted-printable.c
1494         * src/common/quoted-printable.h
1495         * src/common/session.c
1496         * src/common/session.h
1497         * src/common/smtp.c
1498         * src/common/smtp.h
1499         * src/common/socket.c
1500         * src/common/socket.h
1501         * src/common/ssl.c
1502         * src/common/ssl.h
1503         * src/common/ssl_certificate.c
1504         * src/common/ssl_certificate.h
1505         * src/common/stringtable.c
1506         * src/common/stringtable.h
1507         * src/common/sylpheed.c
1508         * src/common/sylpheed.h
1509         * src/common/template.c
1510         * src/common/template.h
1511         * src/common/timing.h
1512         * src/common/utils.c
1513         * src/common/utils.h
1514         * src/common/version.h.in
1515         * src/common/xml.c
1516         * src/common/xml.h
1517         * src/common/xmlprops.c
1518         * src/common/xmlprops.h
1519         * src/gtk/colorlabel.c
1520         * src/gtk/colorsel.c
1521         * src/gtk/colorsel.h
1522         * src/gtk/description_window.c
1523         * src/gtk/description_window.h
1524         * src/gtk/filesel.c
1525         * src/gtk/filesel.h
1526         * src/gtk/foldersort.c
1527         * src/gtk/foldersort.h
1528         * src/gtk/gtkutils.c
1529         * src/gtk/gtkutils.h
1530         * src/gtk/inputdialog.c
1531         * src/gtk/inputdialog.h
1532         * src/gtk/logwindow.c
1533         * src/gtk/logwindow.h
1534         * src/gtk/manage_window.c
1535         * src/gtk/manage_window.h
1536         * src/gtk/menu.c
1537         * src/gtk/menu.h
1538         * src/gtk/pluginwindow.c
1539         * src/gtk/pluginwindow.h
1540         * src/gtk/prefswindow.c
1541         * src/gtk/prefswindow.h
1542         * src/gtk/progressdialog.c
1543         * src/gtk/progressdialog.h
1544         * src/gtk/sslcertwindow.c
1545         * src/gtk/sslcertwindow.h
1546         * src/plugins/clamav/clamav_plugin.c
1547         * src/plugins/clamav/clamav_plugin.h
1548         * src/plugins/clamav/clamav_plugin_gtk.c
1549         * src/plugins/demo/demo.c
1550         * src/plugins/dillo_viewer/dillo_prefs.c
1551         * src/plugins/dillo_viewer/dillo_prefs.h
1552         * src/plugins/dillo_viewer/dillo_viewer.c
1553         * src/plugins/pgpcore/passphrase.c
1554         * src/plugins/pgpcore/passphrase.h
1555         * src/plugins/pgpcore/plugin.c
1556         * src/plugins/pgpcore/select-keys.c
1557         * src/plugins/pgpcore/select-keys.h
1558         * src/plugins/pgpcore/sgpgme.c
1559         * src/plugins/pgpcore/sgpgme.h
1560         * src/plugins/pgpinline/pgpinline.c
1561         * src/plugins/pgpinline/pgpinline.h
1562         * src/plugins/pgpinline/plugin.c
1563         * src/plugins/pgpmime/pgpmime.c
1564         * src/plugins/pgpmime/pgpmime.h
1565         * src/plugins/pgpmime/plugin.c
1566         * src/plugins/spamassassin/spamassassin.c
1567         * src/plugins/spamassassin/spamassassin.h
1568         * src/plugins/spamassassin/spamassassin_gtk.c
1569         * src/plugins/trayicon/trayicon.c
1570                 update copyright header
1571
1572 2006-01-13 [paul]       1.9.100cvs141
1573
1574         * src/account.c
1575         * src/export.c
1576         * src/import.c
1577         * src/mainwindow.c
1578         * src/prefs_account.c
1579         * src/prefs_display_header.c
1580         * src/prefs_receive.c
1581         * src/prefs_send.c
1582         * src/prefs_summaries.c
1583         * src/prefs_themes.c
1584         * src/prefs_toolbar.c
1585         * src/gtk/about.c
1586                 various cleanups
1587
1588 2006-01-12 [colin]      1.9.100cvs140
1589
1590         * src/folder.c
1591         * src/folder.h
1592         * src/main.c
1593                 Add --subscribe option
1594                 Let sylpheed-claws email@domain.com equivalent to --compose
1595                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1596
1597 2006-01-12 [paul]       1.9.100cvs139
1598
1599         * src/mainwindow.c
1600                 append 'Change folder order' label with '...'
1601         * src/prefs_actions.c
1602                 allow reordering of actions list by dnd
1603         * src/gtk/foldersort.c
1604                 make the dialog nicer
1605
1606 2006-01-11 [colin]      1.9.100cvs138
1607
1608         * src/compose.c
1609                 Allow templates without text
1610
1611 2006-01-11 [paul]       1.9.100cvs137
1612
1613         * tools/README
1614         * tools/filter_conv_new.pl
1615                 add info to README
1616                 also check .sylpheed for filter.xml
1617                 be a bit informative to the user
1618
1619 2006-01-11 [colin]      1.9.100cvs136
1620
1621         * src/textview.c
1622                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1623
1624 2006-01-10 [paul]       1.9.100cvs135
1625
1626         * tools/Makefile.am
1627         * tools/filter_conv_new.pl
1628                 add script to convert new style Sylpheed
1629                 filter rules (Sylpheed >= 0.9.99) to
1630                 Claws filtering rules
1631
1632 2006-01-10 [colin]      1.9.100cvs134
1633
1634         * src/compose.c
1635                 Fix broken line joins in certain conditions
1636                 (between two quoted lines: <enter><enter><up>
1637                  <type a wrapped sentence><go in the first line>
1638                  <insert more text><watch as line joining failed>)
1639
1640 2006-01-10 [paul]       1.9.100cvs133
1641
1642         * src/compose.c
1643                 don't report success in error dialog
1644                 thanks to Colin
1645         * src/common/utils.c
1646                 include some trailing punctuations as URI
1647                 thanks to Hiro
1648
1649 2006-01-10 [paul]       1.9.100cvs132
1650
1651         * src/mimeview.c
1652                 fix incompatible pointer type
1653                 warning
1654
1655 2006-01-10 [paul]       1.9.100cvs131
1656
1657         * src/compose.c
1658                 change Subject in window title
1659                 instantaneously
1660
1661 2006-01-09 [colin]      1.9.100cvs130
1662
1663         * src/addressbook.c
1664         * src/headerview.c
1665         * src/mainwindow.c
1666         * src/messageview.c
1667         * src/mimeview.c
1668         * src/noticeview.c
1669         * src/summaryview.c
1670                 Fix possible crashes on exit and in addressbook
1671
1672 2006-01-09 [paul]       1.9.100cvs129
1673
1674         * src/prefs_msg_colors.c
1675                 some cleanups that I forgot last time
1676
1677 2006-01-09 [paul]       1.9.100cvs128
1678
1679         * README
1680         * src/folderview.c
1681         * src/prefs_msg_colors.c
1682                 add previously hidden option, color_new, to
1683                 the gui
1684                 move the page to Display/
1685                 rework the gui
1686
1687 2006-01-09 [wwp]        1.9.100cvs127
1688
1689         * src/prefs_themes.c
1690                 made the prefs/display/themes layouts spacing less condensed
1691                 (and so they match other prefs/pages' look).
1692
1693 2006-01-09 [paul]       1.9.100cvs126
1694
1695         * src/compose.c
1696         * src/prefs_common.c
1697         * src/prefs_common.h
1698         * src/prefs_wrapping.c
1699                 remove 'wrap at send' option
1700
1701 2006-01-06 [colin]      1.9.100cvs125
1702
1703         * src/compose.c
1704                 Just make completely sure we don't insert "manual line breaks" 
1705                 when wrapping... 
1706
1707 2006-01-04 [paul]
1708
1709         * 2.0.0-rc3 released
1710
1711 2006-01-04 [paul]       1.9.100cvs124
1712
1713         * src/folderview.c
1714                 fix bug 882, 'quick scroll in folder list
1715                 displays wrong folder contents'
1716
1717 2006-01-04 [paul]       1.9.100cvs123
1718
1719         * src/plugins/pgpmime/pgpmime.c
1720                 better debug information when signing
1721                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1722
1723 2006-01-03 [colin]      1.9.100cvs122
1724
1725         * configure.ac
1726                 We need to recheck for gpgme 1.0.0 after checking
1727                 for 1.1.1, because if 1.1.1 isn't available, 
1728                 GPGME_LIBS and friends are blanked out by the 
1729                 second check.
1730
1731 2006-01-03 [colin]      1.9.100cvs121
1732
1733         * src/common/prefs.c
1734                 Windows unlink-before rename fix
1735         * src/plugins/pgpcore/sgpgme.c
1736                 Add support for PKA info if available
1737                 Both patches by Werner Koch
1738
1739 2006-01-03 [paul]       1.9.100cvs120
1740
1741         * src/messageview.c
1742                 fix bug 884, 'Send receipt' button visible in queue
1743                 Thanks to Colin
1744
1745 2006-01-02 [colin]      1.9.100cvs119
1746
1747         * src/compose.c
1748         * src/imap.c
1749                 Fix autosave on IMAP and more generally try to
1750                 return the correct ID on a newly added IMAP message
1751
1752 2006-01-02 [paul]       1.9.100cvs118
1753
1754         * manual/keyboard.xml
1755                 edited
1756
1757 2006-01-01 [paul]       1.9.100cvs117
1758
1759         * src/gtk/authors.h
1760                 alphabetical order
1761
1762 2005-12-30 [colin]      1.9.100cvs116
1763
1764         * manual/advanced.xml
1765                 Explain Pre/Post-processing differences.
1766
1767 2005-12-30 [colin]      1.9.100cvs115
1768
1769         * src/mh.c
1770                 Implement copy_msgs for a little optimization
1771         * src/imap.c
1772                 Finish yesterday's fix
1773
1774 2005-12-29 [colin]      1.9.100cvs114
1775
1776         * src/imap.c
1777                 Fix occasional failure in fetching a mail over
1778                 IMAP
1779
1780 2005-12-29 [colin]      1.9.100cvs113
1781
1782         * src/compose.c
1783                 Don't remove a draft when sending it, if it is 
1784                 locked.
1785
1786 2005-12-28 [colin]      1.9.100cvs112
1787
1788         * src/summaryview.c
1789                 Fix leak for real
1790
1791 2005-12-28 [wwp]        1.9.100cvs111
1792
1793         * doc/faq/.cvsignore
1794         * doc/faq/de/.cvsignore
1795         * doc/faq/en/.cvsignore
1796         * doc/faq/es/.cvsignore
1797         * doc/faq/fr/.cvsignore
1798         * doc/faq/it/.cvsignore
1799         * doc/manual/.cvsignore
1800         * doc/manual/de/.cvsignore
1801         * doc/manual/en/.cvsignore
1802         * doc/manual/es/.cvsignore
1803         * doc/manual/fr/.cvsignore
1804         * doc/manual/ja/.cvsignore
1805         * src/plugins/mathml_viewer/.cvsignore
1806                 rollback revival of those files (my bad, sorry for the noise).
1807
1808 2005-12-28 [wwp]        1.9.100cvs110
1809
1810         * src/compose.c
1811                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1812
1813 2005-12-28 [wwp]        1.9.100cvs109
1814
1815         * doc/faq/.cvsignore
1816         * doc/faq/de/.cvsignore
1817         * doc/faq/en/.cvsignore
1818         * doc/faq/es/.cvsignore
1819         * doc/faq/fr/.cvsignore
1820         * doc/faq/it/.cvsignore
1821         * doc/manual/.cvsignore
1822         * doc/manual/de/.cvsignore
1823         * doc/manual/en/.cvsignore
1824         * doc/manual/es/.cvsignore
1825         * doc/manual/fr/.cvsignore
1826         * doc/manual/ja/.cvsignore
1827         * src/plugins/mathml_viewer/.cvsignore
1828         * po/.cvsignore
1829                 more files to ignore.
1830
1831 2005-12-24 [colin]      1.9.100cvs108
1832
1833         * AUTHORS
1834         * src/gtk/authors.h
1835                 Update for Werner
1836
1837 2005-12-24 [colin]      1.9.100cvs107
1838
1839         * src/procmsg.c
1840                 Allow NULL src_msginfo in 
1841                 procmsg_msginfo_new_from_mimeinfo
1842
1843 2005-12-23 [paul]       1.9.100cvs106
1844
1845         * src/plugins/pgpinline/mypgpcore.def
1846                 add this forgotten file
1847
1848 2005-12-23 [colin]      1.9.100cvs105
1849
1850         * src/mainwindow.c
1851                 Fix missing break
1852
1853 2005-12-23 [colin]      1.9.100cvs104
1854
1855         * autogen.sh
1856         * src/folder.c
1857         * src/mh.c
1858         * src/common/plugin.c
1859         * src/common/socket.c
1860         * src/common/socket.h
1861         * src/common/utils.c
1862         * src/common/utils.h
1863         * src/gtk/pluginwindow.c
1864         * src/plugins/pgpcore/plugin.def
1865         * src/plugins/pgpcore/sylpheed.def
1866         * src/plugins/pgpinline/Makefile.am
1867         * src/plugins/pgpinline/plugin.def
1868         * src/plugins/pgpinline/sylpheed.def
1869         * src/plugins/pgpmime/plugin.def
1870         * src/plugins/pgpmime/sylpheed.def
1871                 Various w32 fixes by Werner Koch
1872
1873 2005-12-22 [paul]       1.9.100cvs103
1874
1875         * src/wizard.c
1876                 don't offer IMAP as 'server type' if
1877                 libetpan isn't built in
1878
1879 2005-12-22 [paul]       1.9.100cvs102
1880
1881         * AUTHORS
1882         * src/mainwindow.c
1883         * src/mainwindow.h
1884         * src/toolbar.c
1885         * src/gtk/authors.h
1886                 support GTK_TOOLBAR_BOTH_HORIZ (text
1887                 next to icon) Patch by Marien Zwart
1888                 marienz@users.sf.net
1889                 Also reword the text
1890
1891 2005-12-21 [colin]      1.9.100cvs101
1892
1893         * configure.ac
1894                 Fix DATADIRNAME
1895         * COPYING
1896                 Fix missing section and explicit the exception better
1897         * src/compose.c
1898                 Prevent mail from being lost without notice when an
1899                 SMTP error happens on trying to send an unmodified
1900                 drafted mail.
1901         * src/send_message.c
1902         * src/common/smtp.c
1903                 Fix password remembering when wrong, and add return
1904                 value checks where they should have been
1905         * src/plugins/pgpcore/sylpheed.def
1906         * src/plugins/pgpinline/sylpheed.def
1907         * src/plugins/pgpmime/sylpheed.def
1908                 Add a few symbols needed
1909
1910 2005-12-21 [paul]       1.9.100cvs100
1911
1912         * m4/codeset.m4
1913         * m4/glibc21.m4
1914         * m4/intdiv0.m4
1915         * m4/inttypes-pri.m4
1916         * m4/inttypes.m4
1917         * m4/inttypes_h.m4
1918         * m4/isc-posix.m4
1919         * m4/lcmessage.m4
1920         * m4/stdint_h.m4
1921         * m4/uintmax_t.m4
1922                 gettextization
1923                 thanks to Colin
1924
1925 2005-12-21 [paul]       1.9.100cvs99
1926
1927         * po/sv.po
1928                 fixed by Colin
1929
1930 2005-12-20 [paul]       1.9.100cvs98
1931
1932         * po/sv.po
1933                 updated by Anders Trobäck
1934
1935 2005-12-20 [colin]      1.9.100cvs97
1936
1937         * ABOUT-NLS
1938         * Makefile.am
1939         * autogen.sh
1940         * configure.ac
1941         * config/config.rpath
1942         * config/mkinstalldirs
1943         * m4/Makefile.am
1944         * m4/glibc2.m4
1945         * m4/gnupg.m4
1946         * m4/gpgme.m4
1947         * m4/intmax.m4
1948         * m4/longdouble.m4
1949         * m4/longlong.m4
1950         * m4/printf-posix.m4
1951         * m4/signed.m4
1952         * m4/size_max.m4
1953         * m4/ulonglong.m4
1954         * m4/wchar_t.m4
1955         * m4/wint_t.m4
1956         * m4/xsize.m4
1957         * po/Makefile.in.in
1958         * po/Makevars
1959         * po/bg.po
1960         * po/ca.po
1961         * po/cs.po
1962         * po/de.po
1963         * po/el.po
1964         * po/en_GB.po
1965         * po/es.po
1966         * po/fi.po
1967         * po/fr.po
1968         * po/hr.po
1969         * po/hu.po
1970         * po/it.po
1971         * po/ja.po
1972         * po/ko.po
1973         * po/nb.po
1974         * po/nl.po
1975         * po/pl.po
1976         * po/pt_BR.po
1977         * po/ru.po
1978         * po/sk.po
1979         * po/sr.po
1980         * po/stamp-po
1981         * po/sv.po
1982         * po/zh_CN.po
1983         * po/zh_TW.po
1984         * src/Makefile.am
1985         * src/codeconv.c
1986         * src/compose.c
1987         * src/exporthtml.c
1988         * src/exportldif.c
1989         * src/folder.c
1990         * src/main.c
1991         * src/manual.c
1992         * src/mh.c
1993         * src/mimeview.c
1994         * src/send_message.c
1995         * src/common/Makefile.am
1996         * src/common/fnmatch.c
1997         * src/common/fnmatch.h
1998         * src/common/fnmatch_loop.c
1999         * src/common/nntp.c
2000         * src/common/plugin.c
2001         * src/common/smtp.c
2002         * src/common/socket.c
2003         * src/common/string_match.c
2004         * src/common/sylpheed.c
2005         * src/common/utils.c
2006         * src/common/utils.h
2007         * src/common/w32_dirent.c
2008         * src/common/w32_reg.c
2009         * src/common/w32_signal.c
2010         * src/common/w32_stat.c
2011         * src/common/w32_stdio.c
2012         * src/common/w32_stdlib.c
2013         * src/common/w32_string.c
2014         * src/common/w32_time.c
2015         * src/common/w32_unistd.c
2016         * src/common/w32_wait.c
2017         * src/common/w32lib.h
2018         * src/etpan/Makefile.am
2019         * src/gtk/Makefile.am
2020         * src/plugins/clamav/Makefile.am
2021         * src/plugins/demo/Makefile.am
2022         * src/plugins/dillo_viewer/Makefile.am
2023         * src/plugins/pgpcore/Makefile.am
2024         * src/plugins/pgpcore/passphrase.c
2025         * src/plugins/pgpcore/plugin.def
2026         * src/plugins/pgpcore/sgpgme.c
2027         * src/plugins/pgpcore/sylpheed.def
2028         * src/plugins/pgpcore/version.rc
2029         * src/plugins/pgpinline/Makefile.am
2030         * src/plugins/pgpinline/plugin.def
2031         * src/plugins/pgpinline/sylpheed.def
2032         * src/plugins/pgpinline/version.rc
2033         * src/plugins/pgpmime/Makefile.am
2034         * src/plugins/pgpmime/mypgpcore.def
2035         * src/plugins/pgpmime/plugin.def
2036         * src/plugins/pgpmime/sylpheed.def
2037         * src/plugins/pgpmime/version.rc
2038         * src/plugins/spamassassin/Makefile.am
2039                 Very little ;-) patch from Werner Koch, providing
2040                 infrastructure for cross-compiling to Win32
2041
2042 2005-12-20 [paul]       1.9.100cvs96
2043
2044         * src/account.c
2045         * src/account.h
2046         * src/mainwindow.c
2047         * src/mainwindow.h
2048         * src/toolbar.c
2049         * src/toolbar.h
2050                 add a combo to the Get All button, allowing
2051                 quick retrieval from any account
2052                 Patch by Fabien Vantard, slightly modified
2053                 by Colin
2054         * src/gtk/about.c
2055                 i18n fix. Patch by Fabien Vantard
2056
2057 2005-12-19 [colin]      1.9.100cvs95
2058
2059         * src/compose.c
2060         * src/compose.h
2061                 Don't automatically join lines when they've 
2062                 been separated by the user and not automatically
2063
2064 2005-12-19 [paul]       1.9.100cvs94
2065
2066         * src/gtk/pluginwindow.c
2067                 i18n fix.
2068                 Patch by Fabien Vantard
2069
2070 2005-12-15 [paul]       1.9.100cvs93
2071
2072         * src/common/plugin.c
2073         * src/common/plugin.h
2074         * src/gtk/pluginwindow.c
2075         * src/plugins/clamav/clamav_plugin.c
2076         * src/plugins/demo/demo.c
2077         * src/plugins/dillo_viewer/dillo_viewer.c
2078         * src/plugins/pgpcore/plugin.c
2079         * src/plugins/pgpinline/plugin.c
2080         * src/plugins/pgpmime/plugin.c
2081         * src/plugins/spamassassin/spamassassin.c
2082         * src/plugins/trayicon/trayicon.c
2083                 add plugin_version()
2084
2085 2005-12-15 [colin]      1.9.100cvs92
2086
2087         * src/compose.c
2088                 Further fix bug #875
2089
2090 2005-12-15 [paul]       1.9.100cvs91
2091
2092         * src/gtk/filesel.c
2093                 fix attach_load_dir getting set to
2094                 PLUGINDIR on plugin load
2095
2096 2005-12-14 [mones]      1.9.100cvs90
2097
2098         * manual/ack.xml
2099         * manual/keyboard.xml
2100                 Initial draft and some shortcuts added
2101                 
2102         * po/es.po
2103                 Updated translation
2104
2105 2005-12-14 [colin]      1.9.100cvs89
2106
2107         * src/compose.c
2108         * src/imap.c
2109         * src/summaryview.c
2110         * src/gtk/gtkaspell.c
2111                 More leaks fixed
2112         * src/prefs_folder_item.c
2113                 Fix recursive prefs apply
2114
2115
2116 2005-12-14 [colin]      1.9.100cvs88
2117
2118         * src/compose.c
2119                 Fix bug #875 (Freeze On Inline Forward of 
2120                 Large Message)
2121
2122 2005-12-13 [colin]      1.9.100cvs87
2123
2124         * src/compose.c
2125                 Uniq-ify and sort the mimetypes list
2126                 Patch by Fabien Vantard
2127
2128 2005-12-13 [colin]      1.9.100cvs86
2129
2130         * src/imap.c
2131         * src/etpan/imap-thread.c
2132                 Fix leaks (patch by Hoa)
2133         * src/news.c
2134         * src/common/plugin.c
2135                 Fix leaks
2136
2137 2005-12-12 [colin]
2138
2139         * 2.0.0-rc2 released
2140
2141 2005-12-12 [colin]      1.9.100cvs85
2142
2143         * src/matcher.c
2144                 Fix a leak
2145
2146 2005-12-12 [wwp]        1.9.100cvs84
2147
2148         * src/gtk/icon_legend.c
2149                 fix misbehaviour and crash when closing the legend window
2150         using the Esc key (patch by Fabien Vantard).
2151
2152 2005-12-12 [paul]       1.9.100cvs83
2153
2154         * src/browseldap.c
2155         * src/foldersel.c
2156         * src/prefs_actions.c
2157         * src/prefs_filtering.c
2158         * src/prefs_matcher.c
2159         * src/prefs_spelling.glade      ** REMOVED **
2160         * src/prefs_template.c
2161         * src/gtk/foldersort.glade      ** REMOVED **
2162         * src/gtk/pluginwindow.c
2163         * src/gtk/pluginwindow.glade    ** REMOVED **
2164         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
2165                 cleanups
2166
2167 2005-12-11 [paul]       1.9.100cvs82
2168
2169         * src/gtk/filesel.c
2170                 fix attach_load_dir crasher (double free)
2171
2172 2005-12-09 [paul]       1.9.100cvs81
2173
2174         * po/POTFILES.in
2175         * src/mainwindow.c
2176         * src/gtk/Makefile.am
2177         * src/gtk/icon_legend.c
2178         * src/gtk/icon_legend.h
2179                 add icon legend
2180         * src/manual.c
2181                 cleanup
2182
2183 2005-12-09 [paul]       1.9.100cvs80
2184
2185         * src/plugins/pgpcore/passphrase.c
2186                 wrap the label in the dialog
2187
2188 2005-12-09 [colin]      1.9.100cvs79
2189
2190         * src/plugins/pgpcore/sgpgme.c
2191                 Display (untrusted) on not trusted signatures
2192                 Patch by Michal Èihaø <michal@cihar.com>
2193                 Closes bug #867 (Report also key trust)
2194
2195 2005-12-09 [colin]      1.9.100cvs78
2196
2197         * src/common/plugin.c
2198                 Update licence check, following Eben Moglen's advice
2199
2200 2005-12-08 [colin]      1.9.100cvs77
2201
2202         * src/folder.c
2203                 Fix the occasionnal item->cache != NULL 
2204                 assertion failure. 
2205
2206 2005-12-08 [colin]      1.9.100cvs76
2207
2208         * src/mimeview.c
2209         * src/plugins/pgpcore/sgpgme.c
2210                 Print key id when unable to check it
2211                 Closes bug #866 (Show key id when missing)
2212
2213 2005-12-08 [paul]       1.9.100cvs75
2214
2215         * src/prefs_common.c
2216         * src/prefs_common.h
2217         * src/gtk/filesel.c
2218                 remember load attachment dir
2219
2220 2005-12-07 [colin]      1.9.100cvs74
2221
2222         * src/prefs_toolbar.c
2223                 Gtk fixes, patch by Fabien Vantard
2224
2225 2005-12-07 [colin]      1.9.100cvs73
2226
2227         * src/action.c
2228         * src/compose.c
2229         * src/compose.h
2230                 Fix bug #839 (Quoted text isn't colored after 
2231                 executing an action)
2232         * src/common/plugin.c
2233                 Require plugins to declare their licence in plugin_licence()
2234                 Refuse to load non-GPL plugins as they'd be illegal (as 
2235                 derived works of Sylpheed-Claws, they must be GPL).
2236         * src/plugins/clamav/clamav_plugin.c
2237         * src/plugins/demo/demo.c
2238         * src/plugins/dillo_viewer/dillo_viewer.c
2239         * src/plugins/pgpcore/plugin.c
2240         * src/plugins/pgpinline/plugin.c
2241         * src/plugins/pgpmime/plugin.c
2242         * src/plugins/spamassassin/spamassassin.c
2243         * src/plugins/trayicon/trayicon.c
2244                 Add plugin_licence()
2245
2246 2005-12-07 [paul]       1.9.100cvs72
2247
2248         * configure.ac
2249         * src/mainwindow.c
2250         * src/manual.c
2251         * src/manual.h
2252         * src/common/defs.h
2253                 clean up after local FAQ removal and
2254                 temporary manual removal
2255
2256 2005-12-06 [colin]      1.9.100cvs71
2257
2258         * configure.ac
2259         * doc/Makefile.am
2260         * doc/faq/.cvsignore
2261         * doc/faq/Makefile.am
2262         * doc/faq/de/.cvsignore
2263         * doc/faq/de/Makefile.am
2264         * doc/faq/de/sylpheed-faq-1.html
2265         * doc/faq/de/sylpheed-faq-2.html
2266         * doc/faq/de/sylpheed-faq-3.html
2267         * doc/faq/de/sylpheed-faq.html
2268         * doc/faq/en/.cvsignore
2269         * doc/faq/en/Makefile.am
2270         * doc/faq/en/sylpheed-faq-1.html
2271         * doc/faq/en/sylpheed-faq-2.html
2272         * doc/faq/en/sylpheed-faq-3.html
2273         * doc/faq/en/sylpheed-faq-4.html
2274         * doc/faq/en/sylpheed-faq.html
2275         * doc/faq/es/.cvsignore
2276         * doc/faq/es/Makefile.am
2277         * doc/faq/es/sylpheed-faq-1.html
2278         * doc/faq/es/sylpheed-faq-2.html
2279         * doc/faq/es/sylpheed-faq-3.html
2280         * doc/faq/es/sylpheed-faq-4.html
2281         * doc/faq/es/sylpheed-faq.html
2282         * doc/faq/fr/.cvsignore
2283         * doc/faq/fr/Makefile.am
2284         * doc/faq/fr/sylpheed-faq-1.html
2285         * doc/faq/fr/sylpheed-faq-2.html
2286         * doc/faq/fr/sylpheed-faq-3.html
2287         * doc/faq/fr/sylpheed-faq.html
2288         * doc/faq/it/.cvsignore
2289         * doc/faq/it/Makefile.am
2290         * doc/faq/it/sylpheed-faq-1.html
2291         * doc/faq/it/sylpheed-faq-2.html
2292         * doc/faq/it/sylpheed-faq-3.html
2293         * doc/faq/it/sylpheed-faq.html
2294         * doc/manual/.cvsignore
2295         * doc/manual/Makefile.am
2296         * doc/manual/de/.cvsignore
2297         * doc/manual/de/Makefile.am
2298         * doc/manual/de/sylpheed-1.html
2299         * doc/manual/de/sylpheed-10.html
2300         * doc/manual/de/sylpheed-11.html
2301         * doc/manual/de/sylpheed-12.html
2302         * doc/manual/de/sylpheed-13.html
2303         * doc/manual/de/sylpheed-14.html
2304         * doc/manual/de/sylpheed-15.html
2305         * doc/manual/de/sylpheed-16.html
2306         * doc/manual/de/sylpheed-17.html
2307         * doc/manual/de/sylpheed-18.html
2308         * doc/manual/de/sylpheed-19.html
2309         * doc/manual/de/sylpheed-2.html
2310         * doc/manual/de/sylpheed-20.html
2311         * doc/manual/de/sylpheed-3.html
2312         * doc/manual/de/sylpheed-4.html
2313         * doc/manual/de/sylpheed-5.html
2314         * doc/manual/de/sylpheed-6.html
2315         * doc/manual/de/sylpheed-7.html
2316         * doc/manual/de/sylpheed-8.html
2317         * doc/manual/de/sylpheed-9.html
2318         * doc/manual/de/sylpheed.html
2319         * doc/manual/en/.cvsignore
2320         * doc/manual/en/Makefile.am
2321         * doc/manual/en/sylpheed-1.html
2322         * doc/manual/en/sylpheed-10.html
2323         * doc/manual/en/sylpheed-11.html
2324         * doc/manual/en/sylpheed-12.html
2325         * doc/manual/en/sylpheed-13.html
2326         * doc/manual/en/sylpheed-14.html
2327         * doc/manual/en/sylpheed-15.html
2328         * doc/manual/en/sylpheed-16.html
2329         * doc/manual/en/sylpheed-17.html
2330         * doc/manual/en/sylpheed-18.html
2331         * doc/manual/en/sylpheed-19.html
2332         * doc/manual/en/sylpheed-2.html
2333         * doc/manual/en/sylpheed-20.html
2334         * doc/manual/en/sylpheed-21.html
2335         * doc/manual/en/sylpheed-22.html
2336         * doc/manual/en/sylpheed-3.html
2337         * doc/manual/en/sylpheed-4.html
2338         * doc/manual/en/sylpheed-5.html
2339         * doc/manual/en/sylpheed-6.html
2340         * doc/manual/en/sylpheed-7.html
2341         * doc/manual/en/sylpheed-8.html
2342         * doc/manual/en/sylpheed-9.html
2343         * doc/manual/en/sylpheed.html
2344         * doc/manual/es/.cvsignore
2345         * doc/manual/es/Makefile.am
2346         * doc/manual/es/sylpheed-1.html
2347         * doc/manual/es/sylpheed-10.html
2348         * doc/manual/es/sylpheed-11.html
2349         * doc/manual/es/sylpheed-12.html
2350         * doc/manual/es/sylpheed-13.html
2351         * doc/manual/es/sylpheed-14.html
2352         * doc/manual/es/sylpheed-15.html
2353         * doc/manual/es/sylpheed-16.html
2354         * doc/manual/es/sylpheed-17.html
2355         * doc/manual/es/sylpheed-18.html
2356         * doc/manual/es/sylpheed-19.html
2357         * doc/manual/es/sylpheed-2.html
2358         * doc/manual/es/sylpheed-20.html
2359         * doc/manual/es/sylpheed-3.html
2360         * doc/manual/es/sylpheed-4.html
2361         * doc/manual/es/sylpheed-5.html
2362         * doc/manual/es/sylpheed-6.html
2363         * doc/manual/es/sylpheed-7.html
2364         * doc/manual/es/sylpheed-8.html
2365         * doc/manual/es/sylpheed-9.html
2366         * doc/manual/es/sylpheed.html
2367         * doc/manual/fr/.cvsignore
2368         * doc/manual/fr/Makefile.am
2369         * doc/manual/fr/sylpheed-1.html
2370         * doc/manual/fr/sylpheed-10.html
2371         * doc/manual/fr/sylpheed-11.html
2372         * doc/manual/fr/sylpheed-12.html
2373         * doc/manual/fr/sylpheed-13.html
2374         * doc/manual/fr/sylpheed-14.html
2375         * doc/manual/fr/sylpheed-15.html
2376         * doc/manual/fr/sylpheed-16.html
2377         * doc/manual/fr/sylpheed-17.html
2378         * doc/manual/fr/sylpheed-18.html
2379         * doc/manual/fr/sylpheed-19.html
2380         * doc/manual/fr/sylpheed-2.html
2381         * doc/manual/fr/sylpheed-20.html
2382         * doc/manual/fr/sylpheed-3.html
2383         * doc/manual/fr/sylpheed-4.html
2384         * doc/manual/fr/sylpheed-5.html
2385         * doc/manual/fr/sylpheed-6.html
2386         * doc/manual/fr/sylpheed-7.html
2387         * doc/manual/fr/sylpheed-8.html
2388         * doc/manual/fr/sylpheed-9.html
2389         * doc/manual/fr/sylpheed.html
2390         * doc/manual/ja/.cvsignore
2391         * doc/manual/ja/Makefile.am
2392         * doc/manual/ja/sylpheed-1.html
2393         * doc/manual/ja/sylpheed-10.html
2394         * doc/manual/ja/sylpheed-11.html
2395         * doc/manual/ja/sylpheed-12.html
2396         * doc/manual/ja/sylpheed-13.html
2397         * doc/manual/ja/sylpheed-14.html
2398         * doc/manual/ja/sylpheed-15.html
2399         * doc/manual/ja/sylpheed-16.html
2400         * doc/manual/ja/sylpheed-17.html
2401         * doc/manual/ja/sylpheed-18.html
2402         * doc/manual/ja/sylpheed-19.html
2403         * doc/manual/ja/sylpheed-2.html
2404         * doc/manual/ja/sylpheed-20.html
2405         * doc/manual/ja/sylpheed-3.html
2406         * doc/manual/ja/sylpheed-4.html
2407         * doc/manual/ja/sylpheed-5.html
2408         * doc/manual/ja/sylpheed-6.html
2409         * doc/manual/ja/sylpheed-7.html
2410         * doc/manual/ja/sylpheed-8.html
2411         * doc/manual/ja/sylpheed-9.html
2412         * doc/manual/ja/sylpheed.html
2413         * doc/manual/ja/sylpheed.sgml
2414         * src/mainwindow.c
2415                 Remove outdated manual and faq. Noisy, eh?
2416
2417 2005-12-06 [colin]      1.9.100cvs70
2418
2419         * src/compose.c
2420         * src/quote_fmt_parse.y
2421         * src/undo.c
2422         * src/undo.h
2423                 Allow %X to position cursor at 0 
2424                 (no %X = before signature)
2425                 Fix paste as quotation putting the cursor at 0
2426                 Fix undo offsets when pasting
2427                 Insert the quote_fmt at once instead of line 
2428                 by line
2429                 Fix [Edited] when starting to reply/forward
2430
2431 2005-12-06 [paul]       1.9.100cvs69
2432
2433         * src/plugins/clamav/clamav_plugin_gtk.c
2434                 add another tooltip
2435         * src/plugins/spamassassin/spamassassin_gtk.c
2436                 rework spamassassin_create_widget_func()
2437
2438 2005-12-05 [colin]      1.9.100cvs68
2439
2440         * po/POTFILES.in
2441                 Fix make release ;-)
2442
2443 2005-12-05 [colin]      1.9.100cvs67
2444
2445         * src/compose.c
2446         * src/compose.h
2447                 Fix cursor positioning (not obeying %X)
2448
2449 2005-12-05 [paul]       1.9.100cvs66
2450
2451         * src/plugins/dillo_viewer/dillo_prefs.c
2452                 fix compilation warning
2453
2454 2005-12-05 [paul]       1.9.100cvs65
2455
2456         * src/prefs_spelling.c
2457         * src/plugins/trayicon/trayicon.c
2458                 cleanups - remove unused stuff
2459
2460 2005-12-05 [paul]       1.9.100cvs64
2461
2462         * README
2463         * manual/plugins.xml
2464                 remove info about removed mathml_viewer plugin
2465
2466 2005-12-05 [paul]       1.9.100cvs63
2467
2468         * configure.ac
2469         * src/plugins/Makefile.am
2470         * src/plugins/mathml_viewer/.cvsignore
2471         * src/plugins/mathml_viewer/Makefile.am
2472         * src/plugins/mathml_viewer/mathml_viewer.c
2473                 remove unmaintained mathml_viewer plugin
2474
2475 2005-12-05 [paul]       1.9.100cvs62
2476
2477         * src/summaryview.c
2478                 obey prefs_common.always_show_msg when
2479                 moving a msg
2480                 Thanks to Colin
2481
2482 2005-12-05 [paul]       1.9.100cvs61
2483
2484         * src/compose.c
2485         * src/prefs_account.c
2486         * src/prefs_filtering.c
2487         * src/prefs_quote.c
2488         * src/prefs_spelling.c
2489         * src/prefs_toolbar.c
2490         * src/summaryview.c
2491         * src/gtk/gtkutils.c
2492         * src/gtk/quicksearch.c
2493         * src/plugins/dillo_viewer/dillo_prefs.c
2494                 dialog cleanups
2495
2496 2005-12-04 [paul]       1.9.100cvs60
2497
2498         * src/inc.c
2499         * src/prefs_account.c
2500         * src/prefs_account.h
2501                 allow a Local account to specify a
2502                 default inbox
2503                 (closes bug 843 'Inbox cannot be changed for local
2504                  mailboxes')
2505
2506 2005-12-04 [colin]      1.9.100cvs59
2507
2508         * src/plugins/trayicon/trayicon.c
2509                 Remove Get, rename Get All to Get Mail in order to
2510                 be consistent with the default main toolbar
2511
2512 2005-12-03 [colin]      1.9.100cvs58
2513
2514         * manual/gpl.xml
2515         * manual/sylpheed-claws-manual.xml
2516                 Add GPL appendix
2517
2518 2005-12-03 [paul]       1.9.100cvs57
2519
2520         * AUTHORS
2521         * po/sv.po
2522         * src/gtk/authors.h
2523                 new (partially complete) Swedish translation
2524                 by Anders Troback <sylpheed@troback.com>
2525
2526 2005-12-02 [paul]       1.9.100cvs56
2527
2528         * configure.ac
2529                 libetpan 0.41 required
2530
2531 2005-12-02 [paul]       1.9.100cvs55
2532
2533         * src/plugins/clamav/clamav_plugin.c
2534         * src/plugins/clamav/clamav_plugin.h
2535         * src/plugins/clamav/clamav_plugin_gtk.c
2536         * src/plugins/spamassassin/spamassassin.c
2537         * src/plugins/spamassassin/spamassassin.h
2538         * src/plugins/spamassassin/spamassassin_gtk.c
2539                 unregister prefs pages on unloading, thus
2540                 preventing a crash
2541                 (thanks to Colin for the hint)
2542
2543 2005-12-02 [wwp]        1.9.100cvs54
2544
2545         * src/quote_fmt.h
2546         * src/quote_fmt_parse.y
2547                 fix misuse of gboolean*, use gboolean instead
2548                 (thanks to Paul, Colin, for pointing out that scaring one)
2549
2550 2005-12-02 [paul]       1.9.100cvs53
2551
2552         * src/plugins/clamav/clamav_plugin.c
2553                 int no --> unsigned int no
2554         * src/plugins/clamav/clamav_plugin_gtk.c
2555                 rework config page
2556
2557 2005-12-02 [wwp]        1.9.100cvs52
2558
2559         * src/compose.c
2560         * src/prefs_template.c
2561         * src/quote_fmt.h
2562         * src/quote_fmt_parse.y
2563                 prevent from executing |f and |p templates commands when
2564                 adding or replacing templates in prefs (avoids annoying and
2565                 potentially dangerous behaviours)
2566
2567 2005-12-02 [paul]       1.9.100cvs51
2568
2569         * src/prefs_common.c
2570                 allow translation of some default values
2571                 Patch by Fabien Vantard
2572
2573 2005-12-02 [paul]       1.9.100cvs50
2574
2575         * src/codeconv.c
2576         * src/codeconv.h
2577         * src/prefs_common.c
2578         * src/prefs_common.h
2579         * src/prefs_message.c
2580         * src/textview.c
2581                 remove obsolete 'convert_mb_alnum' option
2582                 and related stuff
2583         * src/gtk/about.c
2584                 remove unused 'about_textview_visibility_notify'
2585
2586 2005-12-02 [paul]       1.9.100cvs49
2587
2588         * src/prefs_account.c
2589         * src/prefs_compose_writing.c
2590         * src/prefs_fonts.c
2591         * src/prefs_gtk.h
2592         * src/prefs_image_viewer.c
2593         * src/prefs_message.c
2594         * src/prefs_other.c
2595         * src/prefs_receive.c
2596         * src/prefs_send.c
2597         * src/prefs_spelling.c
2598         * src/prefs_summaries.c
2599         * src/prefs_wrapping.c
2600         * src/plugins/dillo_viewer/dillo_prefs.c
2601         * src/plugins/pgpcore/prefs_gpg.c
2602                 several cleanups to the prefs dialogs
2603                 (slightly modified) patch by Fabien Vantard
2604
2605 2005-12-02 [paul]       1.9.100cvs48
2606
2607         * src/main.c
2608                 --exit means exit
2609         * src/send_message.c
2610                 fix crash on send when connection fails
2611
2612         Thanks to Colin
2613
2614 2005-12-01 [colin]      1.9.100cvs47
2615
2616         * src/html.c
2617                 Translate &hellip; to "..."
2618
2619 2005-11-30 [colin]      1.9.100cvs46
2620
2621         * src/matcher.c
2622         * src/matcher.h
2623                 Optimize back yesterday's fix.
2624
2625 2005-11-30 [paul]       1.9.100cvs45
2626
2627         * manual/faq.xml
2628                 standardised
2629         * manual/intro.xml
2630                 written by Colin, edited by me
2631
2632 2005-11-29 [colin]      1.9.100cvs44
2633
2634         * src/matcher.c
2635                 Skip headers unconditionnaly in match_body if the
2636                 rule is not message or ~message
2637
2638 2005-11-29 [colin]      1.9.100cvs43
2639
2640         * src/matcher.c
2641                 Fix body_part and such, not skipping headers 
2642                 if the matchcriteria wasn't the first in the rule
2643
2644 2005-11-29 [colin]      1.9.100cvs42
2645
2646         * src/compose.c
2647                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
2648                 option missing from message view window)
2649                 Fix double text D'n'D with gtk-2.8
2650         * src/matcher.c
2651                 Fix ~message, ~headers_part, ~body_part rules
2652         * src/messageview.c
2653                 Add Windows-1252 (Closes bug #863)
2654                 Fix accels
2655         * src/gtk/gtkaspell.c
2656                 Properly destroy accels in all menus
2657
2658 2005-11-29 [mones]      1.9.100cvs41
2659
2660         * po/es.po
2661                 Updated.
2662
2663 2005-11-27 [colin]      1.9.100cvs40
2664
2665         * src/mh_gtk.c
2666                 "/Remove mailbox" -> "/Remove mailbox..."
2667
2668 2005-11-27 [paul]       1.9.100cvs39
2669
2670         * AUTHORS
2671         * po/de.po
2672         * src/gtk/authors.h
2673                 updated by new maintainer, Stephan Sachse
2674
2675 2005-11-27 [paul]       1.9.100cvs38
2676
2677         * manual/faq.xml
2678                 written by Colin, edited by me
2679
2680 2005-11-27 [paul]       1.9.100cvs37
2681
2682         * src/prefs_common.c
2683         * src/prefs_common.h
2684         * src/prefs_receive.c
2685         * src/prefs_summaries.c
2686                 move 'go to inbox after receiving new mail'
2687                 option from display/sumamaries to mail
2688                 handling/receive, and rework prefs_summaries
2689                 dialog a little
2690
2691 2005-11-25 [martin]     1.9.100cvs36
2692
2693         * po/de.po
2694             fixed windows-1252 translation;
2695             translated some new and fuzzy strings
2696
2697 2005-11-25 [paul]       1.9.100cvs35
2698
2699         * src/plugins/clamav/clamav_plugin.c
2700                 complete the update done in cvs34
2701
2702 2005-11-25 [paul]       1.9.100cvs34
2703
2704         * src/plugins/clamav/clamav_plugin.c
2705                 reflect upstream changes
2706
2707 2005-11-25 [paul]       1.9.100cvs33
2708
2709         * manual/ack.xml
2710         * manual/plugins.xml
2711         * manual/sylpheed-claws-manual.xml
2712                 written/updated by Colin, edited by me
2713         * tools/acroread2sylpheed.pl
2714                 update binary name
2715
2716 2005-11-24 [colin]      1.9.100cvs32
2717
2718         * src/compose.c
2719                 Fix bug #856 (reediting messages forgets Request
2720                 Return Receipt)
2721
2722 2005-11-24 [paul]       1.9.100cvs31
2723
2724         * manual/addrbook.xml
2725         * manual/starting.xml
2726                 written by Colin, proofread, edited, adapted by me
2727         * manual/advanced.xml
2728                 add some Actions examples
2729         * src/importldif.c
2730                 use a Save button instead of a Close button
2731         * src/wizard.c
2732                 indicate mandatory fields
2733                 fix page display
2734                 Thanks to Colin
2735
2736 2005-11-23 [colin]      1.9.100cvs30
2737
2738         * src/addressbook.c
2739                 Rename menu item, fix possible crash after
2740                 deletion of books
2741         * src/addrindex.c
2742                 Allow searching for '*' in ldap
2743         * src/browseldap.c
2744                 Fix "Browse Entry" (did anyone use it?)
2745         * src/wizard.c
2746                 Add guards for mandatory information
2747
2748 2005-11-23 [paul]       1.9.100cvs29
2749
2750         * manual/advanced.xml
2751                 corrections to the English
2752
2753 2005-11-23 [colin]      1.9.100cvs28
2754
2755         * src/mimeview.c
2756                 Fix possible crash at exit. After the call to
2757                 gtk_container_remove(), the Viewer's widget has no
2758                 more parent so gtk+ automatically frees it and its
2759                 sons. If destroy_viewer() then try to access it,
2760                 problems ensue.
2761
2762 2005-11-22 [colin]      1.9.100cvs27
2763
2764         * src/compose.c
2765         * src/gtk/gtkaspell.c
2766                 Fix right-clicking on a misspelled word
2767                 Fix More... in suggestions menu
2768
2769 2005-11-22 [wwp]        1.9.100cvs26
2770
2771         * src/prefs_template.c
2772                 templates works: re-sort templates list when adding or replacing,
2773                 prevent from adding or replacing when the template name is empty
2774
2775 2005-11-21 [colin]      1.9.100cvs25
2776
2777         * src/addressbook.c
2778                 Fix some addressbook suckage (dnd, select all)
2779         * src/compose.c
2780         * src/gtk/gtkaspell.c
2781         * src/gtk/gtkaspell.h
2782                 Make the spellchecker menu work with the 
2783                 GtkTextView one instead of overriding it
2784
2785 2005-11-20 [paul]       1.9.100cvs24
2786
2787         * manual/handling.xml
2788                 proofread and corrected
2789
2790 2005-11-20 [paul]       1.9.100cvs23
2791
2792         * manual/Makefile
2793                 generate html as one file
2794         * manual/advanced.xml
2795                 fix output generation
2796                 reformat hidden options list
2797         * manual/manual.xml     ** REMOVED **
2798         * manual/sylpheed-claws-manual.xml      ** ADDED **
2799                 renamed
2800
2801 2005-11-18 [colin]      1.9.100cvs22
2802
2803         * src/prefs_account.c
2804                 Fix layout in news and mbox accounts
2805         * manual/account.xml
2806         * manual/advanced.xml
2807                 New contents for Paul to check :)
2808
2809 2005-11-18 [wwp]        1.9.100cvs21
2810
2811         * src/gtk/quicksearch.c
2812                 don't update extended quicksearch buttons twice
2813
2814 2005-11-18 [paul]       1.9.100cvs20
2815
2816         * src/textview.c
2817                 complete 1.9.100cvs19
2818
2819 2005-11-18 [paul]       1.9.100cvs19
2820
2821         * src/compose.c
2822                 cosmetic improvements
2823         * src/textview.c
2824                 also list text/* attachments
2825
2826 2005-11-18 [colin]      1.9.100cvs18
2827
2828         * src/summaryview.c
2829                 Use column 0 instead of -1 in 
2830                 gtk_ctree_node_moveto, in a naive
2831                 hope it'll fix the gtk-related crashes
2832
2833 2005-11-18 [colin]      1.9.100cvs17
2834
2835         * src/gtk/inputdialog.c
2836                 Fix icon staying the first one
2837
2838 2005-11-17 [wwp]        1.9.100cvs16
2839                 fix possible problem showing some quicksearch buttons, and a bad
2840                 call to g_return_if_fail in a function that returns a value (both
2841                 fixes by Fabien Vantard)
2842
2843 2005-11-15 [wwp]        1.9.100cvs15
2844
2845         * src/gtk/quicksearch.c
2846                 added a tooltip to that obscure ... quicksearch button
2847
2848 2005-11-15 [wwp]        1.9.100cvs14
2849
2850         * src/gtk/quicksearch.c
2851                 add a quicksearch helper to filtering expression users: the ... button
2852                 raises the condition expr window. condition expressions set up w/ this
2853                 window are used by the quicksearch if the user closes it pressing OK.
2854
2855 2005-11-14 [paul]       1.9.100cvs13
2856
2857         * src/plugins/clamav/clamav_plugin.c
2858         * src/plugins/spamassassin/spamassassin.c
2859                 change plugin type following recent merging
2860
2861 2005-11-14 [wwp]        1.9.100cvs12
2862
2863         * src/folder.c
2864                 prevent from crashing when copying/moving message(s) from and
2865                 to the same folder
2866
2867 2005-11-14 [paul]       1.9.100cvs11
2868
2869         * src/plugins/clamav/Makefile.am
2870         * src/plugins/clamav/clamav_plugin.c
2871         * src/plugins/clamav/clamav_plugin.h
2872         * src/plugins/clamav/clamav_plugin_gtk.c
2873                 also merge clamav and clamav_gtk plugins
2874
2875 2005-11-13 [colin]      1.9.100cvs10
2876
2877         * configure.ac
2878         * src/plugins/spamassassin/Makefile.am
2879         * src/plugins/spamassassin/spamassassin.c
2880         * src/plugins/spamassassin/spamassassin.h
2881         * src/plugins/spamassassin/spamassassin_gtk.c
2882                 Merge spamassassin and spamassassin_gtk plugins,
2883                 and build it by default.
2884
2885 2005-11-12 [colin]      1.9.100cvs9
2886
2887         * src/etpan/imap-thread.c
2888                 Fix gcc warning
2889
2890 2005-11-12 [colin]      1.9.100cvs8
2891
2892         * src/procmime.c
2893                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2894
2895 2005-11-10 [colin]      1.9.100cvs7
2896
2897         * src/main.c
2898                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
2899                 minimised state)
2900
2901 2005-11-10 [wwp]        1.9.100cvs6
2902
2903         * src/gtk/description_window.c
2904                 fix a crash when closing description windows using the WM's [X] button
2905
2906 2005-11-09 [colin]      1.9.100cvs5
2907
2908         * src/common/ssl.c
2909                 Update libetpan call to follow upstream
2910                 (yes, this requires libetpan-0.40cvs3)
2911
2912 2005-11-08 [colin]      1.9.100cvs4
2913
2914         * src/compose.c
2915         * src/textview.c
2916         * src/common/utils.c
2917         * src/common/utils.h
2918                 Enhance the email parser
2919
2920 2005-11-08 [colin]      1.9.100cvs3
2921
2922         * src/procmime.c
2923                 Fix what looks like an off-by-one (fixes 
2924                 attachments from the Bat)
2925
2926 2005-11-08 [wwp]        1.9.100cvs2
2927
2928         * src/main.c
2929                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2930
2931 2005-11-08 [wwp]        1.9.100cvs1
2932
2933         * src/main.c
2934                 allow exiting Sylpheed-Claws from command-line
2935
2936 2005-11-08 [paul]       1.9.100
2937
2938         1.9.100 released
2939
2940 2005-11-07 [colin]      1.9.99cvs17
2941
2942         * src/addritem.c
2943         * src/ldif.c
2944                 Fix import of base-64 encoded items
2945
2946 2005-11-07 [colin]      1.9.99cvs16
2947
2948         * src/send_message.c
2949                 Fix bug #314 (Queue does not empty under certain 
2950                 circumstances)
2951
2952 2005-11-07 [paul]       1.9.99cvs15
2953
2954         * src/mutt.c
2955         * src/pine.c
2956                 fix buffer overflows
2957                 Thanks to Colin
2958
2959 2005-11-07 [paul]       1.9.99cvs14
2960
2961         * doc/man/Makefile.am
2962         * doc/man/sylpheed-claws.1      ** ADDED **
2963         * doc/man/sylpheed.1            ** DELETED **
2964                 rename and update the man file
2965
2966 2005-11-06 [colin]      1.9.99cvs13
2967
2968         * src/ldif.c
2969                 Fix ldif_get_line() that returned empty strings
2970                 (Didn't understand why). Also fix a possible
2971                 buffer overflow.
2972
2973 2005-11-06 [wwp]        1.9.99cvs12
2974
2975         * src/textview.c
2976         * src/gtk/about.c
2977         * src/gtk/gtkutils.c
2978         * src/gtk/gtkutils.h
2979                 fix a compilation warning,
2980                 make links sensitive in the about dialog
2981
2982 2005-11-04 [wwp]        1.9.99cvs11
2983
2984         * src/gtk/about.c
2985                 don't wrap or translate URIs, and a bit text format cleanup
2986
2987 2005-11-04 [wwp]        1.9.99cvs10
2988
2989         * src/gtk/about.c
2990                 better textview tagging implementation (no more use of marks for
2991                 postponed tagging)
2992
2993 2005-11-02 [colin]      1.9.99cvs9
2994
2995         * src/common/ssl.c
2996                 Forgot an ifdef
2997
2998 2005-11-02 [colin]      1.9.99cvs8
2999
3000         * configure.ac
3001                 Require libetpan-0.40 due to upstream fix
3002         * src/common/ssl.c
3003                 Tell libetpan not to call SSL_Library_Init,
3004                 as we do it ourselves.
3005
3006 2005-11-02 [colin]      1.9.99cvs7
3007
3008         * po/POTFILES.in
3009                 Add missing files (thanks to Fabien Vantard)
3010
3011 2005-11-02 [colin]      1.9.99cvs6
3012
3013         * src/summaryview.c
3014                 Fix totals when read messages are hidden or quicksearch
3015                 is on
3016         * src/ssl_manager.c
3017         * src/ssl_manager.h
3018         * src/common/ssl_certificate.c
3019         * src/common/ssl_certificate.h
3020         * src/gtk/sslcertwindow.c
3021         * src/gtk/sslcertwindow.h
3022                 Fix copyright on my stuff
3023
3024 2005-11-02 [wwp]        1.9.99cvs5
3025
3026         * src/prefs_themes.c
3027                 fix directory name checking (theme installation/removal),
3028                 made related error a bit more verbose
3029
3030 2005-11-02 [colin]      1.9.99cvs4
3031
3032         * src/summaryview.c
3033                 Fix typo (probably fixes bug #841 (Sort by the From 
3034                 field doesn't work)
3035
3036 2005-11-02 [paul]       1.9.99cvs3
3037
3038         * po/ko.po
3039         * po/nb.po
3040                 updated by SungHyun Nam, Geir Helland
3041         * src/wizard.c
3042                 fix typo in welcome message. spotted by
3043                 Andrea Spadaccini
3044
3045 2005-11-01 [colin]      1.9.99cvs2
3046
3047         * src/compose.c
3048                 Fix replying to ml wen confirming subscription
3049         * src/messageview.c
3050         * src/mimeview.c
3051         * src/mimeview.h
3052         * src/privacy.h
3053         * src/summaryview.c
3054                 Make key check non blocking
3055
3056 2005-10-31 [paul]       1.9.99cvs1
3057
3058         * tools/claws.i18n.status.pl
3059                 updated for ChangeLog
3060
3061 2005-10-31 [paul]       1.9.99
3062
3063         1.9.99 released
3064
3065 2005-10-31 [paul]       1.9.15cvs131
3066
3067         * .cvsignore
3068         * ChangeLog
3069         * ChangeLog.claws       ** REMOVED **
3070         * ChangeLog-gtk2.claws  ** REMOVED **
3071         * ChangeLog.gtk1        ** ADDED **
3072         * INSTALL
3073         * Makefile.am
3074         * NEWS
3075         * README
3076         * README.claws          ** REMOVED **
3077         * README.jp             ** REMOVED **
3078         * RELEASE_NOTES         ** ADDED **
3079         * RELEASE_NOTES.claws   ** REMOVED **
3080         * commitHelper
3081         * configure.ac
3082         * sylpheed.spec.in      ** REMOVED **
3083                 tidy up and update the default docs:
3084                 ChangeLog.claws is renamed ChangeLog.gtk1
3085                 ChangeLog-gtk2.claws is renamed ChangeLog
3086                 README.claws is renamed README
3087                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
3088
3089 2005-10-31 [paul]       1.9.15cvs130
3090
3091         * po/it.po
3092                 fix errors
3093
3094 2005-10-31 [paul]       1.9.15cvs129
3095
3096         * po/ca.po
3097         * po/de.po
3098         * po/en_GB.po
3099         * po/fr.po
3100         * po/it.po
3101         * po/pt_BR.po
3102         * po/sk.po
3103         * po/sr.po
3104         * po/zh_CN.po
3105                 updated by Miquel Oliete, Stephan Sachse and
3106                 Thomas Gilgin, me, Fabien Vantard, Andrea
3107                 Spadaccini, Frederico Goncalves Guimaraes,
3108                 Andrej Kacian, Aleksandar Urosevic, and
3109                 Ralgh Young.
3110
3111 2005-10-31 [mones]      1.9.15cvs128
3112
3113         * manual/faq.xml
3114                 More questions.
3115         
3116         * po/es.po
3117                 Updated for release.
3118
3119 2005-10-30 [colin]      1.9.15cvs127
3120
3121         * src/compose.c
3122                 Place cursor before rewrapping (fixes cursor
3123                 pos if quotation gets rewrapped)
3124
3125 2005-10-29 [paul]       1.9.15cvs126
3126
3127         * src/crash.c
3128         * src/foldersel.c
3129         * src/main.c
3130         * src/messageview.c
3131         * src/toolbar.c
3132         * src/gtk/authors.h
3133                 corrections to text items
3134
3135 2005-10-28 [colin]      1.9.15cvs125
3136
3137         * src/messageview.c
3138                 Make "hit 'C' to check sig" work from extern 
3139                 messageviews
3140
3141 2005-10-27 [colin]      1.9.15cvs124
3142
3143         * src/summaryview.c
3144                 Add a hack to avoid segfaulting when hammering 
3145                 on gtk's events
3146
3147 2005-10-27 [wwp]        1.9.15cvs123
3148
3149         * src/prefs_themes.c
3150                 sort list of themes names in themes prefs
3151
3152 2005-10-27 [paul]       1.9.15cvs122
3153
3154         * src/folder.c
3155         * src/prefs_account.c
3156                 fix building on Solaris
3157                 Patch by Alex Moore
3158
3159 2005-10-27 [wwp]        1.9.15cvs121
3160
3161         * src/summaryview.c
3162         * src/gtk/gtksctree.c
3163                 speed up unselecting messages in summary view (thanks to Colin)
3164
3165 2005-10-27 [paul]       1.9.15cvs120
3166
3167         * src/mainwindow.c
3168                 fix a compilation warning
3169         * src/summaryview.c
3170                 fix updating of 'n items selected' count
3171                 when deselecting
3172
3173 2005-10-27 [martin]     1.9.15cvs119
3174
3175         * src/action.c
3176                 ignore actions with a leading '/' in the action menu name
3177                 fixes a crash on menu creation
3178         * src/prefs_actions.c
3179                 do not allow a leading '/' in the action menu name
3180
3181 2005-10-27 [paul]       1.9.15cvs118
3182
3183         * src/main.c
3184                 fix compilation warning
3185
3186 2005-10-27 [paul]       1.9.15cvs117
3187
3188         * src/procmime.c
3189                 add #if HAVE_LOCALE_H
3190
3191 2005-10-27 [paul]       1.9.15cvs116
3192
3193         * src/plugins/clamav/clamav_plugin.c
3194         * src/plugins/dillo_viewer/dillo_viewer.c
3195         * src/plugins/mathml_viewer/mathml_viewer.c
3196         * src/plugins/pgpcore/plugin.c
3197         * src/plugins/pgpinline/plugin.c
3198         * src/plugins/pgpmime/plugin.c
3199         * src/plugins/spamassassin/spamassassin.c
3200         * src/plugins/trayicon/trayicon.c
3201                 plugin_init() : make error messages more
3202                 informative
3203
3204 2005-10-26 [wwp]        1.9.15cvs115
3205
3206         * src/prefs_matcher.c
3207                 enlarge boolean op widget width a bit (wasn't always showing text contents)
3208
3209 2005-10-26 [wwp]        1.9.15cvs114
3210
3211         * src/procmime.c
3212         * src/gtk/gtksctree.c
3213         * src/plugins/spamassassin/libspamc.c
3214         * src/plugins/spamassassin/spamassassin.c
3215                 fix some compilation warnings more
3216
3217 2005-10-26 [mones]      1.9.15cvs113
3218
3219         * po/es.po
3220                 Updated translation
3221
3222 2005-10-26 [paul]       1.9.15cvs112
3223
3224         * src/prefs_message.c
3225                 give all display_xface stuff the
3226                 #if HAVE_LIBCOMPFACE treatment, thus
3227                 preventing a crash
3228                 (Thanks to Wolfgang Enderlein)
3229
3230 2005-10-26 [colin]      1.9.15cvs111
3231
3232         * src/gedit-print.c
3233                 Fix date format
3234         * src/imap_gtk.c
3235         * src/news_gtk.c
3236                 Remove context menu items that should not be there
3237         * src/jpilot.c
3238                 Fix encoding
3239         * src/main.c
3240         * src/mainwindow.c
3241                 Don't show the mainwindow too soon
3242
3243 2005-10-26 [wwp]        1.9.15cvs110
3244
3245         * src/folder.c
3246         * src/manual.c
3247         * src/summaryview.c
3248                 fix uninitialized pointers in the folder updating hook
3249                 (thanks to Colin)
3250
3251 2005-10-25 [mones]      1.9.15cvs109
3252
3253         * manual/faq.xml
3254                 General information subsection completed. 
3255                 Removed archaic references.
3256                 
3257         * manual/Makefile
3258         * manual/dtd/manual.dsl
3259                 Added customization stylesheet for getting paragraphs
3260                 fully justified in PDF output (as suggested by Colin).
3261
3262 2005-10-25 [colin]      1.9.15cvs108
3263
3264         * src/compose.c
3265                 Fix a second leak
3266
3267 2005-10-25 [colin]      1.9.15cvs107
3268
3269         * src/addrbook.c
3270         * src/addrindex.c
3271                 Fix leak (xml_get_element() allocates memory)
3272         * src/compose.c
3273                 Fix leak + dead code (shame!)
3274         * src/procmime.c
3275                 Fix leak
3276
3277 2005-10-25 [colin]      1.9.15cvs106
3278
3279         * src/mimeview.c
3280                 Fix encoding issue in Save all and in 
3281                 overwrite-confirmation alertpanel
3282
3283 2005-10-25 [colin]      1.9.15cvs105
3284
3285         * src/common/socket.c
3286                 Fix a leak - Thanks to Christopher Aillon
3287                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
3288
3289 2005-10-25 [paul]       1.9.15cvs104
3290
3291         * src/wizard.c
3292                 Always guess servers from the right-hand
3293                 email part and guess username from the
3294                 left-hand part. (Thanks to Colin)
3295                 add an X-Face to the welcome message
3296
3297 2005-10-25 [paul]       1.9.15cvs103
3298
3299         * manual/handling.xml
3300                 written by Colin, edited by me
3301
3302 2005-10-25 [wwp]        1.9.15cvs102
3303
3304         * src/folderview.c
3305         * src/grouplistdialog.c
3306         * src/imap.c
3307         * src/noticeview.c
3308                 fix some compilation warnings
3309
3310 2005-10-24 [paul]
3311
3312         1.9.99-rc3 released
3313
3314 2005-10-24 [paul]       1.9.15cvs101
3315
3316         * src/gtk/about.c
3317                 fix window sizing
3318
3319 2005-10-24 [paul]       1.9.15cvs100
3320
3321         * src/pixmaps/offline.xpm
3322         * src/pixmaps/online.xpm
3323                 replace with last default versions
3324
3325 2005-10-24 [colin]      1.9.15cvs99
3326
3327         * src/imap.c
3328                 Fix bug when moving a folder
3329         * src/imap_gtk.c
3330         * src/mh_gtk.c
3331                 "Delete folder" pops up a window, so it 
3332                 should be suffixed with "..."
3333         * src/plugins/pgpcore/sgpgme.c
3334                 Include locale.h
3335
3336 2005-10-24 [mones]      1.9.15cvs98
3337
3338         * manual/Makefile
3339         * manual/account.xml
3340         * manual/ack.xml
3341         * manual/addrbook.xml
3342         * manual/advanced.xml
3343         * manual/faq.xml
3344         * manual/glossary.xml
3345         * manual/gpl.xml
3346         * manual/handling.xml
3347         * manual/intro.xml
3348         * manual/keyboard.xml
3349         * manual/manual.xml
3350         * manual/plugins.xml
3351         * manual/starting.xml
3352         * manual/dtd/sdocbook.dtd
3353                 Initial manual structure and some content.
3354
3355 2005-10-23 [wwp]        1.9.15cvs97
3356
3357         * src/gtk/about.c
3358                 fix a typo
3359
3360 2005-10-23 [wwp]        1.9.15cvs96
3361
3362         * src/gtk/about.c
3363         * src/gtk/authors.h
3364                 rework of the about window (main work by Paul), also featuring a few
3365                 fixes for typos and duplicate names
3366
3367 2005-10-23 [wwp]        1.9.15cvs95
3368
3369         * src/.cvsignore
3370                 Ignore the right binary name (sylpheed-claws now)
3371
3372 2005-10-23 [paul]       1.9.15cvs94
3373
3374         * src/compose.c
3375                 when using Folder Pref 'Default To for
3376                 replies' make the entry in the Compose
3377                 window bold
3378                 Patch by Fabien Vantard
3379
3380 2005-10-22 [colin]      1.9.15cvs93
3381
3382         * src/codeconv.c
3383                 Fix leak
3384
3385 2005-10-22 [colin]      1.9.15cvs92
3386
3387         * src/codeconv.c
3388                 try to convert using locale (apart utf8) if necessary
3389
3390 2005-10-22 [colin]      1.9.15cvs91
3391
3392         * src/pixmaps/new.xpm
3393         * src/pixmaps/unread.xpm
3394                 Make the unread envelope blue again and
3395                 saturate the new one a bit more.
3396
3397 2005-10-22 [colin]      1.9.15cvs90
3398
3399         * src/compose.c
3400                 When replying to a mail sent by one of our accounts,
3401                 use the original list of recipients. Let 'Reply All'
3402                 and 'Reply to sender' work like previously.
3403
3404 2005-10-21 [colin]      1.9.15cvs89
3405
3406         * src/prefs_filtering.c
3407                 Clear fields after add and replace
3408         * src/textview.c
3409                 Display xface differently (better)
3410         * src/plugins/pgpinline/pgpinline.c
3411                 Fix crappy encodings/recodings
3412
3413 2005-10-21 [paul]       1.9.15cvs88
3414
3415         * src/compose.c
3416         * src/prefs_folder_item.c
3417         * src/toolbar.c
3418                 fix news folder Folder Properties
3419                 (thanks to Colin)
3420         * src/folderview.c
3421                 update folderview after Themes change
3422                 keep selected folder selected
3423                 (thanks to Colin)
3424
3425 2005-10-21 [paul]       1.9.15cvs87
3426
3427         * tools/Makefile.am
3428         * tools/OOo2sylpheed.pl
3429         * tools/README
3430         * tools/README.sylprint
3431         * tools/asus_mailled.sh         ** REMOVED **
3432         * tools/filter_conv.pl
3433         * tools/freshmeat_search.pl
3434         * tools/google_search.pl
3435         * tools/gpg-sign-syl            ** REMOVED **
3436         * tools/kmail2sylpheed.pl
3437         * tools/kmail2sylpheed_v2.pl
3438         * tools/multiwebsearch.pl
3439         * tools/nautilus2sylpheed.sh
3440         * tools/newscache_clean.pl
3441         * tools/outlook2sylpheed.pl
3442         * tools/sylpheed-switcher       ** REMOVED **
3443         * tools/sylprint.pl
3444         * tools/sylprint.rc
3445         * tools/tb2sylpheed
3446         * tools/vcard2xml.py
3447         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3448                 update default config dir
3449                 update binary name (thanks to Fabien Vantard)
3450                 remove obsolete scripts
3451
3452 2005-10-21 [colin]      1.9.15cvs86
3453
3454         * src/inc.c
3455                 Fix possible leak and units. Based on a patch by
3456                 Fabien Vantard.
3457
3458 2005-10-20 [colin]      1.9.15cvs85
3459
3460         * src/textview.c
3461                 Clear xface when clearing textview
3462
3463 2005-10-20 [colin]      1.9.15cvs84
3464
3465         * configure.ac
3466         * src/folderview.c
3467         * src/headerview.c
3468         * src/main.c
3469         * src/prefs_common.c
3470         * src/prefs_common.h
3471         * src/prefs_message.c
3472         * src/textview.c
3473         * src/textview.h
3474         * src/common/defs.h
3475         * src/common/utils.c
3476         * src/common/utils.h
3477         * src/gtk/gtkutils.c
3478         * src/gtk/gtkutils.h
3479                 Migrate config to .sylpheed-claws (Automatically)
3480                 Add a way to get the Xface in the TextView
3481
3482 2005-10-20 [colin]      1.9.15cvs83
3483
3484         * src/gtk/Makefile.am
3485         * src/gtk/about.c
3486         * src/gtk/authors.h
3487                 Make the about dialog *grooovy*
3488
3489 2005-10-20 [colin]      1.9.15cvs82
3490
3491         * src/mimeview.c
3492                 Use "Open with" on double click if no command
3493                 was found
3494
3495 2005-10-20 [colin]      1.9.15cvs81
3496
3497         * src/imap.c
3498         * src/etpan/imap-thread.c
3499                 Fix possible crash.
3500
3501 2005-10-20 [paul]       1.9.15cvs80
3502
3503         * src/folder.c
3504                 don't show clipkey icon if the only
3505                 attachment is the signature
3506                 Patch by Colin
3507
3508 2005-10-20 [paul]       1.9.15cvs79
3509
3510         * AUTHORS
3511         * src/plugins/pgpmime/pgpmime.c
3512                 name the PGP/MIME signature 'signature.asc'
3513                 Patch by Andrew Nelson <freeandy@gmail.com>
3514
3515 2005-10-19 [colin]      1.9.15cvs78
3516
3517         * src/plugins/pgpmime/pgpmime.c
3518                 Oops, no need to double-check though
3519
3520 2005-10-19 [colin]      1.9.15cvs77
3521
3522         * src/plugins/pgpinline/pgpinline.c
3523         * src/plugins/pgpmime/pgpmime.c
3524                 Check that my_tmpfile() doesn't 
3525                 return NULL
3526
3527 2005-10-19 [colin]      1.9.15cvs76
3528
3529         * src/common/utils.c
3530                 Use shorter mime boundaries to avoid having
3531                 MTAs rewrapping our headers, breaking the
3532                 PGP signature in the process 
3533         * src/compose.c
3534         * src/plugins/pgpmime/pgpmime.c
3535                 Check for boundary uniqueness to be sure
3536                 it won't happen, instead of hoping for the
3537                 best
3538
3539 2005-10-19 [colin]      1.9.15cvs75
3540
3541         * sylpheed-claws.desktop
3542         * src/Makefile.am
3543         * src/main.c
3544                 Ship a sylpheed-claws binary instead
3545                 of a sylpheed one. Change the socket
3546                 name, too
3547         * src/folderview.c
3548                 Update folder only if it changed
3549         * src/wizard.c
3550                 Fix i18n in welcome mail, patch by
3551                 Fabien Vantard
3552
3553 2005-10-19 [paul]
3554
3555         1.9.99-rc2 released
3556
3557 2005-10-19 [paul]       1.9.15cvs74
3558
3559         * src/folder.c
3560         * src/folderview.c
3561                 fix summaryview update
3562                 Patch by Colin
3563
3564 2005-10-18 [colin]      1.9.15cvs73
3565
3566         * src/plugins/pgpcore/passphrase.c
3567                 Don't XGrabServer, and try a bit more to 
3568                 sync everything before grabbing mouse/keyboard
3569
3570 2005-10-18 [colin]      1.9.15cvs72
3571
3572         * src/Makefile.am
3573         * src/addressadd.c
3574         * src/addressbook.c
3575         * src/folderview.c
3576         * src/grouplistdialog.c
3577         * src/mimeview.c
3578         * src/stock_pixmap.c
3579         * src/stock_pixmap.h
3580         * src/summaryview.c
3581         * src/gtk/gtksctree.c
3582         * src/gtk/gtksctree.h
3583         * src/pixmaps/empty.xpm
3584                 Implement a wrapper call for gtk_ctree_set_node_info
3585                 and gtk_ctree_insert_node, that uses a 1x1 transparent
3586                 pixmap instead of a NULL one. This works around some
3587                 memory problems deep inside gtk, revealed by valgrind,
3588                 and fixes bug #834 (Pressing CTRl-D on a message marked 
3589                 as locked crashes sylpheed.), as well as, probably, 
3590                 wwp's 4th dimension problems that happen in gtk_ctree_*.
3591
3592 2005-10-17 [colin]      1.9.15cvs71
3593
3594         * src/mimeview.c
3595                 Provide visual feedback when checking
3596                 signature
3597
3598 2005-10-17 [colin]      1.9.15cvs70
3599
3600         * src/main.c
3601                 Keep the folder list frozen while checking caches...
3602
3603 2005-10-17 [colin]      1.9.15cvs69
3604
3605         * src/addr_compl.c
3606                 Fi bug #833 (Autocompleting from addressbook 
3607                 fails with extended chars)
3608         * src/imap.c
3609                 Fix 'adding messages' staying in statusbar
3610                 after an error
3611
3612 2005-10-17 [wwp]        1.9.15cvs68
3613
3614         * src/ssl_manager.c
3615                 Fix buttons' layout resizing when window size changes
3616
3617 2005-10-17 [wwp]        1.9.15cvs67
3618
3619         * src/account.c
3620         * src/prefs_account.c
3621         * src/prefs_common.c
3622         * src/prefs_common.h
3623         * src/prefs_folder_item.c
3624         * src/prefs_gtk.c
3625         * src/gtk/logwindow.c
3626         * src/gtk/pluginwindow.c
3627         * src/gtk/prefswindow.c
3628         * src/gtk/prefswindow.h
3629                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3630
3631 2005-10-17 [paul]       1.9.15cvs66
3632
3633         * configure.ac
3634                 fix missing libetpan message
3635         * po/en_GB.po
3636                 updated
3637         * src/crash.c
3638         * src/manual.c
3639         * src/prefs_themes.c
3640         * src/common/defs.h
3641                 add some new URI defines, change some
3642                 others
3643         * src/wizard.c
3644                 make welcome message translatable
3645                 small improvements to english
3646                 other tweaks
3647         * src/gtk/menu.c
3648                 fix warnings
3649
3650 2005-10-17 [paul]       1.9.15cvs65
3651
3652         * src/summaryview.c
3653                 fix column titles
3654
3655 2005-10-16 [mones]      1.9.15cvs64
3656
3657         * po/es.po
3658                 Updated translation
3659
3660 2005-10-16 [colin]
3661
3662         1.9.99-rc1 released
3663
3664 2005-10-16 [colin]      1.9.15cvs63
3665
3666         * src/wizard.c
3667                 Fix whitespace
3668
3669 2005-10-16 [colin]      1.9.15cvs62
3670
3671         * src/toolbar.c
3672                 s/Get All/Get Mail/
3673         * src/wizard.c
3674                 Real welcome mail text, thanks Paul
3675
3676 2005-10-16 [colin]      1.9.15cvs61
3677
3678         * src/editldap.c
3679         * src/exporthtml.c
3680         * src/main.c
3681         * src/mainwindow.c
3682         * src/prefs_themes.c
3683         * src/prefs_toolbar.c
3684         * src/plugins/demo/demo.c
3685         * src/plugins/trayicon/trayicon.c
3686                 s/Sylpheed/Sylpheed-Claws/
3687
3688 2005-10-16 [colin]      1.9.15cvs60
3689
3690         * src/wizard.c
3691                 Add a welcome email in the first empty mailbox
3692         * src/prefs_common.c
3693                 Change one more default
3694
3695 2005-10-16 [colin]      1.9.15cvs59
3696
3697         * src/wizard.c
3698                 Remove printf
3699
3700 2005-10-16 [colin]      1.9.15cvs58
3701
3702         * src/toolbar.c
3703         * src/prefs_common.c
3704                 Change some defaults
3705
3706 2005-10-16 [colin]      1.9.15cvs57
3707
3708         * src/toolbar.c
3709         * src/prefs_common.c
3710                 Change some defaults
3711
3712 2005-10-16 [colin]      1.9.15cvs56
3713
3714         * src/wizard.c
3715                 By default, initialize fonts to have
3716                 the same size as normal GtkWidgets
3717
3718 2005-10-16 [colin]      1.9.15cvs55
3719
3720         * src/mimeview.c
3721                 Fix message a bit more
3722
3723 2005-10-16 [colin]      1.9.15cvs54
3724
3725         * src/addressbook.c
3726                 Second attempt at flicker fixing
3727
3728 2005-10-16 [colin]      1.9.15cvs53
3729
3730         * src/addressbook.c
3731                 Fix flicker
3732
3733 2005-10-16 [wwp]        1.9.15cvs52
3734
3735         * src/addressbook.c
3736         * src/editaddress.c
3737         * src/prefs_common.c
3738         * src/prefs_common.h
3739                 Remember window sizes (address book)
3740
3741 2005-10-16 [wwp]        1.9.15cvs51
3742
3743         * src/plugins/clamav/clamav_plugin_gtk.c
3744         * src/plugins/spamassassin/spamassassin_gtk.c
3745                 Fix compilation warnings (missing #include).
3746
3747 2005-10-16 [colin]      1.9.15cvs50
3748
3749         * src/mimeview.c
3750         * src/summaryview.c
3751         * src/textview.c
3752                 Make 'c' check signature, and forward
3753                 c, l, y, t from summaryview to mimeview
3754
3755 2005-10-16 [colin]      1.9.15cvs49
3756
3757         * src/addressbook.c
3758                 Put border around buttons
3759         * src/mainwindow.c
3760         * src/summaryview.c
3761                 Rework menus (Patch based on a patch
3762                 by Paul)
3763
3764 2005-10-15 [wwp]        1.9.15cvs48
3765
3766         * src/editjpilot.c
3767         * src/editldap.c
3768         * src/editvcard.c
3769         * src/exphtmldlg.c
3770         * src/expldifdlg.c
3771         * src/export.c
3772         * src/import.c
3773         * src/importldif.c
3774         * src/importmutt.c
3775         * src/importpine.c
3776         * src/prefs_account.c
3777         * src/prefs_spelling.c
3778         * src/gtk/gtkutils.c
3779         * src/gtk/gtkutils.h
3780         * src/plugins/clamav/clamav_plugin_gtk.c
3781         * src/plugins/spamassassin/spamassassin_gtk.c
3782                 use nicer browse-for-file/dir buttons than the "..." ones,
3783                 code factorizing more.
3784
3785 2005-10-14 [colin]      1.9.15cvs47
3786
3787         * src/mainwindow.c
3788                 set relief on the account switcher so that people see it
3789                 grey out Create processing rules when no message is selected
3790         * src/prefs_filtering.c
3791                 ask before closing if the rule has not been modified, even if
3792                 it's not valid
3793         * src/prefs_matcher.c
3794                 fix sensitivity when entering the dialog
3795         * src/gtk/inputdialog.c
3796                 display a better icon on password ask
3797         * src/plugins/pgpcore/passphrase.c
3798                 make the dialog look better
3799
3800 2005-10-14 [paul]       1.9.15cvs46
3801
3802         * src/folderview.c
3803                 indicate presense of marked msgs in
3804                 unexpanded subfolders
3805
3806 2005-10-14 [paul]       1.9.15cvs45
3807
3808         * src/prefs_actions.c
3809         * src/prefs_common.c
3810         * src/prefs_common.h
3811         * src/prefs_filtering_action.c
3812         * src/prefs_matcher.c
3813         * src/prefs_template.c
3814                 remember window sizes
3815                 fix Info button size
3816
3817         Patches by wwp
3818
3819 2005-10-13 [colin]      1.9.15cvs44
3820
3821         * src/mimeview.c
3822         * src/noticeview.c
3823         * src/noticeview.h
3824                 Add a tooltip on the icon (optional) 
3825                 Get rid of the signature buttons and only
3826                 use the icon+tooltip
3827
3828 2005-10-13 [colin]      1.9.15cvs43
3829
3830         * src/noticeview.c
3831         * src/noticeview.h
3832                 Add hand cursor for hovering over icon
3833
3834 2005-10-13 [colin]      1.9.15cvs42
3835
3836         * src/summaryview.c
3837                 Fix crash when quicksearch's hidden 
3838                 at startup
3839
3840 2005-10-13 [colin]      1.9.15cvs41
3841
3842         * src/compose.c
3843                 Set subject when forwarding multiple mails
3844                 Check that other recipient than the default Cc or Bcc
3845                 have been set before sending.
3846
3847 2005-10-13 [colin]      1.9.15cvs40
3848
3849         * src/imap.c
3850                 Batch per-folder
3851                 Introduce locking, but don't use it yet
3852
3853 2005-10-13 [colin]      1.9.15cvs39
3854
3855         * src/gtk/quicksearch.c
3856                 Reset quicksearch when hiding it
3857                 Make sticky a real pref
3858
3859 2005-10-13 [colin]      1.9.15cvs38
3860
3861         * src/summaryview.c
3862                 Faster prefs apply
3863
3864 2005-10-13 [colin]      1.9.15cvs37
3865
3866         * src/mimeview.c
3867         * src/noticeview.c
3868         * src/noticeview.h
3869         * src/plugins/pgpcore/sgpgme.c
3870                 Make privacy icon clickable
3871                 Move Trust field in Full info
3872                 When trust is less than full, don't display
3873                 a warning icon
3874
3875 2005-10-13 [colin]      1.9.15cvs36
3876
3877         * src/folder.c
3878                 Batch on flags sync
3879         * src/folderview.c
3880                 Revert speed hack which is dangerous in fact
3881                 Apply prefs faster
3882
3883 2005-10-13 [colin]      1.9.15cvs35
3884
3885         * src/folder_item_prefs.c
3886                 Fix pref corruption on folder move. Patch
3887                 by wwp
3888
3889 2005-10-13 [paul]       1.9.15cvs34
3890
3891         * src/export.c
3892         * src/import.c
3893                 fix typos in g_warnings
3894         * src/prefs_account.c
3895                 add a file selector for Signature file
3896
3897         Patches by wwp
3898
3899 2005-10-12 [colin]      1.9.15cvs33
3900
3901         * src/mimeview.c
3902                 Provide a quick way to go back from a
3903                 signature's full info to the email part
3904
3905 2005-10-12 [colin]      1.9.15cvs32
3906
3907         * src/compose.c
3908                 Remove old hack of encoding signed mails with base64.
3909                 QP works equally well.
3910
3911 2005-10-12 [colin]      1.9.15cvs31
3912
3913         * src/crash.c
3914                 Replace deprecated GtkText with GtkTextView
3915         * src/imap.c
3916                 Fix a logic bug about counts in imap_select
3917                 (previously un-triggered)
3918         * src/mainwindow.c
3919         * src/summaryview.c
3920         * src/news.c
3921                 Allow local deletion of news posts
3922         * src/mimeview.c
3923                 Show GPG noticeview on the message/rfc822 part
3924                 in addition to the text/plain one
3925         * src/prefs_image_viewer.c
3926           src/plugins/pgpcore/prefs_gpg.c
3927                 Polish (set the label as part of the checkbox)
3928         * src/wizard.c
3929                 Don't sit there doing nothing after destroying
3930                 the window - return err
3931
3932 2005-10-11 [colin]      1.9.15cvs30
3933
3934         * src/folderview.c
3935                 Apply processing rules before showing folders.
3936                 Early folder show (before flags sync) will only
3937                 be done when there are no processing rules (nor
3938                 pre- or post- ones)
3939         * src/imap.c
3940                 Fix stuff related to mail subdir, creation and 
3941                 deletion of folders 
3942         * src/imap_gtk.c
3943                 Don't allow creation of folders in NoInferior
3944                 folders, as it won't work
3945
3946 2005-10-10 [colin]      1.9.15cvs29
3947
3948         * src/compose.c
3949                 Reselect "None" Privacy system when selecting an
3950                 account with no privacy system defined
3951
3952 2005-10-10 [colin]      1.9.15cvs28
3953
3954         * src/mainwindow.c
3955                 Add Windows-1252 encoding
3956         * src/prefs_common.c
3957                 Rework some defaults:
3958                 - autosave to draft by default
3959                 - don't show header pane (it's already in the textview)
3960                 - Select first new or unread mail on entry
3961                 - Assume 'Yes' to change folder when there's no more
3962                   unread message
3963         * src/prefs_matcher.c
3964                 Fix a gtk assertion failure
3965         * src/gtk/colorlabel.c
3966                 Workaround bad repainting on selection
3967         * src/main.c
3968                 Freeze/thaw (a bit faster on ssh -X)
3969         * src/msgcache.c
3970                 Get rid of StrdupConverter that just adds an
3971                 extra strdup/free 
3972         * src/etpan/imap_thread.c
3973                 memset buf to 0
3974
3975 2005-10-10 [colin]      1.9.15cvs27
3976
3977         * src/export.c
3978         * src/import.c
3979                 Fix compile on gtk 2.4. Patch by wwp
3980
3981 2005-10-09 [colin]      1.9.15cvs26
3982
3983         * src/mainwindow.c
3984         * src/messageview.c
3985         * src/summaryview.c
3986                 Clarify forward menus. Patch by wwp
3987
3988 2005-10-09 [colin]      1.9.15cvs25
3989
3990         * src/compose.c
3991         * src/compose.h
3992                 Fix bug #829 (Non-working "Encrypt message by 
3993                 default when replying to an encrypted message")
3994
3995 2005-10-08 [colin]      1.9.15cvs24
3996
3997         * src/wizard.c
3998                 Fix bug #827 ("Welcome" setup wizard after a 
3999                 permission error gives up & forgets itself.)
4000
4001 2005-10-08 [colin]      1.9.15cvs23
4002
4003         * src/procmime.c
4004                 Fix bug #828 (Ignoring headers with spaces around = sign)
4005
4006 2005-10-08 [colin]      1.9.15cvs22
4007
4008         * src/export.c
4009                 Warning fix by wwp
4010
4011 2005-10-08 [colin]      1.9.15cvs21
4012
4013         * src/folder.c
4014         * src/folder.h
4015                 Add a processing_pending indicator, set on 
4016                 folder_item_open and cleared after 
4017                 folder_item_process_open
4018         * src/folderview.c
4019         * src/summaryview.c
4020                 wrap procmsg_msginfo_*_flags, and in the
4021                 wrapper check that there's no folder processing 
4022                 pending. If there is, defer the flags change until 
4023                 processing is done to avoid stepping over each
4024                 other's toes.
4025                 Freeze during processing, but not during scanning.
4026
4027 2005-10-07 [colin]      1.9.15cvs20
4028
4029         * src/plugins/pgpcore/passphrase.c
4030                 Fix bug #826 (X-Server hangs when 
4031                 right-clicking a PGP encrypted message)
4032
4033 2005-10-07 [paul]       1.9.15cvs19
4034
4035         * src/compose.c
4036                 fix compose_entries[]
4037                 patch by Fabien Vantard
4038
4039 2005-10-06 [colin]      1.9.15cvs18
4040
4041         * src/pixmaps/address.xpm
4042         * src/pixmaps/address_book.xpm
4043         * src/pixmaps/book.xpm
4044         * src/pixmaps/check_spelling.xpm
4045         * src/pixmaps/checkbox_off.xpm
4046         * src/pixmaps/checkbox_on.xpm
4047         * src/pixmaps/close.xpm
4048         * src/pixmaps/complete.xpm
4049         * src/pixmaps/continue.xpm
4050         * src/pixmaps/deleted.xpm
4051         * src/pixmaps/down_arrow.xpm
4052         * src/pixmaps/exec.xpm
4053         * src/pixmaps/forwarded.xpm
4054         * src/pixmaps/group.xpm
4055         * src/pixmaps/ignorethread.xpm
4056         * src/pixmaps/interface.xpm
4057         * src/pixmaps/jpilot.xpm
4058         * src/pixmaps/ldap.xpm
4059         * src/pixmaps/linewrap.xpm
4060         * src/pixmaps/linewrapcurrent.xpm
4061         * src/pixmaps/mail.xpm
4062         * src/pixmaps/mail_attach.xpm
4063         * src/pixmaps/mail_compose.xpm
4064         * src/pixmaps/mail_forward.xpm
4065         * src/pixmaps/mail_receive.xpm
4066         * src/pixmaps/mail_receive_all.xpm
4067         * src/pixmaps/mail_reply.xpm
4068         * src/pixmaps/mail_reply_to_all.xpm
4069         * src/pixmaps/mail_reply_to_author.xpm
4070         * src/pixmaps/mail_send.xpm
4071         * src/pixmaps/mail_send_queue.xpm
4072         * src/pixmaps/mime_application.xpm
4073         * src/pixmaps/mime_audio.xpm
4074         * src/pixmaps/mime_image.xpm
4075         * src/pixmaps/mime_message.xpm
4076         * src/pixmaps/mime_text_enriched.xpm
4077         * src/pixmaps/mime_text_html.xpm
4078         * src/pixmaps/mime_text_plain.xpm
4079         * src/pixmaps/mime_unknown.xpm
4080         * src/pixmaps/new.xpm
4081         * src/pixmaps/news_compose.xpm
4082         * src/pixmaps/offline.xpm
4083         * src/pixmaps/online.xpm
4084         * src/pixmaps/paste.xpm
4085         * src/pixmaps/preferences.xpm
4086         * src/pixmaps/privacy_emblem_encrypted.xpm
4087         * src/pixmaps/privacy_expired.xpm
4088         * src/pixmaps/privacy_failed.xpm
4089         * src/pixmaps/privacy_passed.xpm
4090         * src/pixmaps/privacy_signed.xpm
4091         * src/pixmaps/privacy_unknown.xpm
4092         * src/pixmaps/privacy_warn.xpm
4093         * src/pixmaps/properties.xpm
4094         * src/pixmaps/replied.xpm
4095         * src/pixmaps/search.xpm
4096         * src/pixmaps/unread.xpm
4097         * src/pixmaps/up_arrow.xpm
4098         * src/pixmaps/vcard.xpm
4099                 Modernize internal theme, with icons from the 
4100                 Gnomaws theme. Keep some of the old ones where
4101                 they were better.
4102
4103 2005-10-06 [colin]      1.9.15cvs17
4104
4105         * src/summaryview.c
4106                 Little optimisations + bugfix
4107         * src/toolbar.c
4108                 Remove default useless items - useless being defined
4109                 by the default relevant prefs
4110         * src/wizard.c
4111                 include config.h to make gettext work
4112         * src/prefs_themes.c
4113                 Fix selection of current theme in prefs
4114
4115 2005-10-06 [colin]      1.9.15cvs16
4116
4117         * src/prefs_common.c
4118         * src/prefs_common.h
4119         * src/prefs_summaries.c
4120         * src/folderview.c
4121                 Add a warning dialog on Mark all read 
4122                 (with pref to get rid of it)
4123
4124 2005-10-06 [paul]       1.9.15cvs15
4125
4126         * po/nb.po
4127         * po/pt_BR.po
4128                 updated by Geir Helland and Frederico
4129                 Goncalves Guimaraes
4130
4131 2005-10-05 [colin]      1.9.15cvs14
4132
4133         * src/folder.c
4134         * src/folder.h
4135         * src/folderview.c
4136         * src/folderview.h
4137         * src/imap_gtk.c
4138         * src/mh_gtk.c
4139         * src/mainwindow.c
4140         * src/setup.c
4141                 add a way to rescan without rebuilding
4142                 make moving a bit faster (less folders changes)
4143                 don't lock the tree on Get 
4144         * src/imap.c
4145                 Don't re-delete deleted messages before expunging
4146         * src/summaryview.c
4147                 Set batch mode when deleting mails
4148
4149 2005-10-05 [paul]       1.9.15cvs13
4150
4151         * src/mainwindow.c
4152         * src/mainwindow.h
4153                 fix disabled Execute menu item
4154         * src/toolbar.c
4155                 match the change in 1.9.15cvs10: use Compose
4156                 instead of News by default
4157
4158 2005-10-04 [colin]      1.9.15cvs12
4159
4160         * src/compose.c
4161                 When replying to an ML post with Reply-To set
4162                 to the poster's email, honor it (as before),
4163                 but also honor our user's request to reply to
4164                 the mailing list: set the ML address in the To
4165                 field and the Reply-To address in the Cc: 
4166                 field.
4167
4168 2005-10-04 [colin]      1.9.15cvs11
4169
4170         * src/plugins/trayicon/trayicon.c
4171                 Finish cosmetic change - thanks to wwp
4172
4173 2005-10-04 [colin]      1.9.15cvs10
4174
4175         * src/toolbar.c
4176                 Use Compose instead of Email by default.
4177                 Spotted by wwp.
4178
4179 2005-10-04 [colin]      1.9.15cvs9
4180
4181         * src/folder.c
4182         * src/folder.h
4183         * src/folderview.c
4184         * src/imap.c
4185         * src/etpan/imap-thread.c
4186         * src/etpan/imap-thread.h
4187                 Try to make IMAP faster, by simplifying SEARCH
4188                 commands, avoiding sending two STATUS in a row,
4189                 and deferring flags sync and processing just
4190                 after displaying the folder. 
4191                 This will update the SummaryView in certain
4192                 cases (new mails not already fetched, flags
4193                 changed from another client) but in a non-
4194                 blocking manner.
4195
4196 2005-10-04 [colin]      1.9.15cvs8
4197
4198         * src/plugins/trayicon/trayicon.c
4199                 Relabel "Offline" to "Work offline"
4200
4201 2005-10-04 [colin]      1.9.15cvs7
4202
4203         * src/export.c
4204         * src/import.c
4205         * src/mbox.c
4206                 Fix mbox import/export buglets
4207                 Patch by wwp
4208         * src/plugins/trayicon/trayicon.c
4209                 Add offline swithc
4210                 Patch by wwp
4211
4212 2005-10-04 [colin]      1.9.15cvs6
4213
4214         * src/folder.c
4215         * src/folderview.c
4216         * src/summaryview.c
4217                 Better fix (don't break mark all read) for cvs2
4218
4219 2005-10-03 [colin]      1.9.15cvs5
4220
4221         * src/folder.c
4222                 Use a sane sort by default
4223
4224 2005-10-03 [colin]      1.9.15cvs4
4225
4226         * src/inc.c
4227                 Add a 'Only once' button for overriding offline mode
4228         * src/prefs_account.c
4229         * src/wizard.c
4230                 Add Local mbox to the wizard
4231                 Add IMAP subdir to the wizard (or the wizard is useless
4232                 for such accounts, or even worse than useless)
4233                 Move IMAP subdir from Advanced to Receive tab, as it's
4234                 not that uncommon
4235
4236 2005-10-03 [colin]      1.9.15cvs3
4237
4238         * src/send_message.c
4239                 Forgot this one in cvs1
4240
4241 2005-10-03 [colin]      1.9.15cvs2
4242
4243         * src/folder.c
4244                 Faster close when leaving a folder with lots
4245                 of new mails. Idea by David Relson.
4246
4247 2005-10-03 [colin]      1.9.15cvs1
4248
4249         * src/compose.c
4250         * src/imap.c
4251         * src/inc.c
4252         * src/main.c
4253         * src/messageview.c
4254         * src/news.c
4255         * src/summaryview.c
4256         * src/gtk/sslcertwindow.c
4257         * src/plugins/trayicon/trayicon.c
4258                 Add accels to every AlertPanel. Patch by Fabien 
4259                 Vantard
4260
4261 2005-10-03 [paul]       1.9.15
4262
4263         1.9.15 released
4264
4265 2005-10-03 [paul]       1.9.14cvs68
4266
4267         * po/ca.po
4268         * po/de.po
4269         * po/es.po
4270         * po/fi.po
4271         * po/fr.po
4272         * po/sk.po
4273         * po/sr.po
4274         * po/zh_CN.po
4275                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
4276                 Mones Lastra, Tommi Pirinen, Fabien vantard,
4277                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
4278
4279 2005-10-03 [paul]       1.9.14cvs67
4280
4281         * src/send_message.c
4282                 prevent hang on Cancel
4283                 patch by Colin
4284
4285 2005-10-03 [paul]       1.9.14cvs66
4286
4287         * src/main.c
4288                 fix crash in IMAP caused by discrepancy
4289                 between check_at_startup and offline mode
4290                 Patch by Colin
4291
4292 2005-10-01 [paul]       1.9.14cvs65
4293
4294         * src/inc.c
4295                 fix engrish
4296
4297 2005-10-01 [paul]       1.9.14cvs64
4298         * src/export.c
4299         * src/import.c
4300                 synchronise import_mbox() and export_mbox()
4301         * src/mbox.c
4302                 proc_mbox(): add alert if file cannot be opened
4303                 export_list_to_mbox(): test if dest file exists,
4304                 prompt user to overwrite if it does. add alert
4305                 if file cannot be created
4306                                                                 
4307         Patch by wwp
4308                                                                                                                 
4309
4310 2005-09-30 [paul]       1.9.14cvs63
4311
4312         * src/addressbook.c
4313                 Fix sensitivity of a menu
4314         * src/codeconv.c
4315                 Respect hidden pref for mails with no encoding
4316         * src/common/xml.c
4317                 Fix memory corruption
4318         * src/plugins/pgpcore/sgpgme.c
4319                 Fix segfault on incomplete sigs, and display
4320                 of S/Mime UIDs
4321
4322         Patches by Colin
4323
4324 2005-09-30 [colin]      1.9.14cvs62
4325
4326         * src/partial_download.c
4327                 Little logic fix in almost-dead code
4328         * src/pop.c
4329                 Fix partial download when there's no new mail
4330
4331 2005-09-29 [paul]       1.9.14cvs61
4332
4333         * src/plugins/pgpinline/pgpinline.c
4334                 fix bug 819, 'crash accessing sign message'
4335                 Patch by Colin
4336
4337 2005-09-28 [martin]     1.9.14cvs60
4338
4339         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4340                 fix bug #790 (Crash when restarting window manager (fluxbox))
4341
4342 2005-09-28 [paul]       1.9.14cvs59
4343
4344         * src/gtk/gtkaspell.c
4345                 fix off-by-one typo
4346
4347 2005-09-27 [colin]      1.9.14cvs58
4348
4349         * src/plugins/pgpcore/sgpgme.c
4350                 Report error when there's one, instead of
4351                 "Signature unchecked" 
4352
4353 2005-09-27 [colin]      1.9.14cvs57
4354
4355         * src/prefs_quote.c
4356                 Fix bug #816 (Weird quotation with spaces)
4357
4358 2005-09-27 [colin]      1.9.14cvs56
4359
4360         * src/codeconv.c
4361         * src/compose.c
4362         * src/compose.h
4363                 Put subject in compose's title
4364                 Fix Automatic encoding so that it's really automatic:
4365                 first try default locale's charset, then charset of the replied mail, 
4366                 then utf-8
4367                 Fix encoding of headers (must be in strict mode too)
4368
4369 2005-09-26 [colin]      1.9.14cvs55
4370
4371         * src/gtk/gtkaspell.c
4372                 Fix previous patch - don't color the space,
4373                 just uncolor it :)
4374
4375 2005-09-26 [colin]      1.9.14cvs54
4376
4377         * src/gtk/gtkaspell.c
4378                 Unmark space if possible
4379
4380 2005-09-26 [colin]      1.9.14cvs53
4381
4382         * src/imap.c
4383                 log_error instead of alertpanel according to the pref
4384         * src/etpan/imap-thread.c
4385                 Print connect status, copy only necessary size to 
4386                 logger
4387         * src/plugins/pgpmime/pgpmime.c
4388                 Handle S/Mime signatures (verification only). Patch based
4389                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
4390
4391 2005-09-26 [paul]       1.9.14cvs52
4392
4393         * src/common/passcrypt.c
4394                 this 'workaround' not necessary on NetBSD.
4395                 Thanks to Daniel Gustafson
4396
4397 2005-09-26 [paul]
4398
4399         1.9.15-rc4 released
4400
4401 2005-09-26 [paul]       1.9.14cvs51
4402
4403         * src/summaryview.c
4404                 Skip currently selected message when
4405                 looking for next new or unread message
4406                 in current folder. Patch by Colin
4407         * src/common/passcrypt.c
4408                 eliminate warnings on *BSD. Patch by
4409                 Daniel Gustafson
4410
4411 2005-09-26 [colin]      1.9.14cvs50
4412
4413         * src/procmsg.c
4414                 Call postfiltering hook anyway
4415
4416 2005-09-22 [colin]      1.9.14cvs49
4417
4418         * src/codeconv.c
4419         * src/codeconv.h
4420                 Add a strict mode that doesn't replace with _
4421         * src/compose.c
4422         * src/compose.h
4423                 Use strict conversion while sending
4424                 Fix race when drafting while sending (happens
4425                 on IMAP)
4426                 Fix d'n'd of messages from summaryview
4427         * src/prefs_common.c
4428         * src/prefs_common.h
4429                 add hidden utf8_instead_of_locale_for_broken_mail 
4430                 pref for people that preferred the default charset 
4431                 to be utf8 for broken mails
4432         * src/quote_fmt_parse.y
4433                 fix bug #815 (No quote insert if "From:" fied 
4434                 contained Russian letters)
4435         * src/summaryview.c
4436                 Fix d'n'd of messages to compose
4437
4438 2005-09-22 [paul]       1.9.14cvs48
4439
4440         * src/compose.c
4441                 fix bug where attachments Name entry
4442                 would display Path instead
4443
4444 2005-09-21 [paul]       1.9.14cvs47
4445
4446         * README
4447         * README.jp
4448         * configure.ac
4449         * config/config.rpath
4450         * doc/manual/en/sylpheed-20.html
4451         * doc/manual/es/sylpheed-20.html
4452         * po/bg.po
4453         * po/ca.po
4454         * po/de.po
4455         * po/es.po
4456         * po/fr.po
4457         * po/it.po
4458         * po/pt_BR.po
4459         * po/sk.po
4460         * po/zh_TW.po
4461         * src/account.c
4462         * src/account.h
4463         * src/action.c
4464         * src/action.h
4465         * src/adbookbase.h
4466         * src/addr_compl.c
4467         * src/addr_compl.h
4468         * src/addrbook.c
4469         * src/addrbook.h
4470         * src/addrcache.c
4471         * src/addrcache.h
4472         * src/addrcindex.c
4473         * src/addrcindex.h
4474         * src/addrclip.c
4475         * src/addrclip.h
4476         * src/addrdefs.h
4477         * src/addressadd.c
4478         * src/addressadd.h
4479         * src/addressbook.c
4480         * src/addressbook.h
4481         * src/addressitem.h
4482         * src/addrgather.c
4483         * src/addrgather.h
4484         * src/addrharvest.c
4485         * src/addrharvest.h
4486         * src/addrindex.c
4487         * src/addrindex.h
4488         * src/addritem.c
4489         * src/addritem.h
4490         * src/addrquery.c
4491         * src/addrquery.h
4492         * src/addrselect.c
4493         * src/addrselect.h
4494         * src/alertpanel.c
4495         * src/alertpanel.h
4496         * src/browseldap.c
4497         * src/browseldap.h
4498         * src/codeconv.c
4499         * src/codeconv.h
4500         * src/compose.c
4501         * src/compose.h
4502         * src/crash.c
4503         * src/crash.h
4504         * src/customheader.c
4505         * src/customheader.h
4506         * src/displayheader.c
4507         * src/displayheader.h
4508         * src/editaddress.c
4509         * src/editaddress.h
4510         * src/editbook.c
4511         * src/editbook.h
4512         * src/editgroup.c
4513         * src/editgroup.h
4514         * src/editjpilot.c
4515         * src/editjpilot.h
4516         * src/editldap.c
4517         * src/editldap.h
4518         * src/editldap_basedn.c
4519         * src/editldap_basedn.h
4520         * src/editvcard.c
4521         * src/editvcard.h
4522         * src/enriched.c
4523         * src/enriched.h
4524         * src/exphtmldlg.c
4525         * src/exphtmldlg.h
4526         * src/expldifdlg.c
4527         * src/expldifdlg.h
4528         * src/export.c
4529         * src/export.h
4530         * src/exporthtml.c
4531         * src/exporthtml.h
4532         * src/exportldif.c
4533         * src/exportldif.h
4534         * src/filtering.c
4535         * src/filtering.h
4536         * src/folder.c
4537         * src/folder.h
4538         * src/folder_item_prefs.c
4539         * src/folder_item_prefs.h
4540         * src/foldersel.c
4541         * src/foldersel.h
4542         * src/folderutils.c
4543         * src/folderutils.h
4544         * src/folderview.c
4545         * src/folderview.h
4546         * src/grouplistdialog.c
4547         * src/grouplistdialog.h
4548         * src/headerview.c
4549         * src/headerview.h
4550         * src/html.c
4551         * src/html.h
4552         * src/image_viewer.c
4553         * src/image_viewer.h
4554         * src/imap.c
4555         * src/imap.h
4556         * src/imap_gtk.c
4557         * src/imap_gtk.h
4558         * src/import.c
4559         * src/import.h
4560         * src/importldif.c
4561         * src/importldif.h
4562         * src/importmutt.c
4563         * src/importmutt.h
4564         * src/importpine.c
4565         * src/importpine.h
4566         * src/inc.c
4567         * src/inc.h
4568         * src/jpilot.c
4569         * src/jpilot.h
4570         * src/ldapctrl.c
4571         * src/ldapctrl.h
4572         * src/ldaplocate.c
4573         * src/ldaplocate.h
4574         * src/ldapquery.c
4575         * src/ldapquery.h
4576         * src/ldapserver.c
4577         * src/ldapserver.h
4578         * src/ldaputil.c
4579         * src/ldaputil.h
4580         * src/ldif.c
4581         * src/ldif.h
4582         * src/localfolder.c
4583         * src/localfolder.h
4584         * src/main.c
4585         * src/main.h
4586         * src/mainwindow.c
4587         * src/mainwindow.h
4588         * src/manual.c
4589         * src/manual.h
4590         * src/matcher.c
4591         * src/matcher.h
4592         * src/matcher_parser.h
4593         * src/matcher_parser_lex.l
4594         * src/matcher_parser_parse.y
4595         * src/mbox.c
4596         * src/mbox.h
4597         * src/message_search.c
4598         * src/message_search.h
4599         * src/messageview.c
4600         * src/messageview.h
4601         * src/mh.c
4602         * src/mh.h
4603         * src/mh_gtk.c
4604         * src/mh_gtk.h
4605         * src/mimeview.c
4606         * src/mimeview.h
4607         * src/msgcache.c
4608         * src/msgcache.h
4609         * src/mutt.c
4610         * src/mutt.h
4611         * src/news.c
4612         * src/news.h
4613         * src/news_gtk.c
4614         * src/news_gtk.h
4615         * src/noticeview.c
4616         * src/noticeview.h
4617         * src/partial_download.c
4618         * src/partial_download.h
4619         * src/pine.c
4620         * src/pine.h
4621         * src/pop.c
4622         * src/pop.h
4623         * src/prefs_account.c
4624         * src/prefs_account.h
4625         * src/prefs_actions.c
4626         * src/prefs_actions.h
4627         * src/prefs_common.c
4628         * src/prefs_common.h
4629         * src/prefs_compose_writing.c
4630         * src/prefs_compose_writing.h
4631         * src/prefs_customheader.c
4632         * src/prefs_customheader.h
4633         * src/prefs_display_header.c
4634         * src/prefs_display_header.h
4635         * src/prefs_ext_prog.c
4636         * src/prefs_ext_prog.h
4637         * src/prefs_filtering.c
4638         * src/prefs_filtering.h
4639         * src/prefs_filtering_action.c
4640         * src/prefs_filtering_action.h
4641         * src/prefs_folder_column.c
4642         * src/prefs_folder_column.h
4643         * src/prefs_folder_item.c
4644         * src/prefs_folder_item.h
4645         * src/prefs_fonts.c
4646         * src/prefs_fonts.h
4647         * src/prefs_gtk.c
4648         * src/prefs_gtk.h
4649         * src/prefs_image_viewer.c
4650         * src/prefs_image_viewer.h
4651         * src/prefs_matcher.c
4652         * src/prefs_matcher.h
4653         * src/prefs_message.c
4654         * src/prefs_message.h
4655         * src/prefs_msg_colors.c
4656         * src/prefs_msg_colors.h
4657         * src/prefs_other.c
4658         * src/prefs_other.h
4659         * src/prefs_quote.c
4660         * src/prefs_quote.h
4661         * src/prefs_receive.c
4662         * src/prefs_receive.h
4663         * src/prefs_send.c
4664         * src/prefs_send.h
4665         * src/prefs_spelling.c
4666         * src/prefs_spelling.h
4667         * src/prefs_summaries.c
4668         * src/prefs_summaries.h
4669         * src/prefs_summary_column.c
4670         * src/prefs_summary_column.h
4671         * src/prefs_template.c
4672         * src/prefs_template.h
4673         * src/prefs_themes.c
4674         * src/prefs_themes.h
4675         * src/prefs_toolbar.c
4676         * src/prefs_toolbar.h
4677         * src/prefs_wrapping.c
4678         * src/prefs_wrapping.h
4679         * src/privacy.c
4680         * src/privacy.h
4681         * src/procheader.c
4682         * src/procheader.h
4683         * src/procmime.c
4684         * src/procmime.h
4685         * src/procmsg.c
4686         * src/procmsg.h
4687         * src/quote_fmt.c
4688         * src/quote_fmt_parse.y
4689         * src/recv.c
4690         * src/recv.h
4691         * src/remotefolder.c
4692         * src/remotefolder.h
4693         * src/send_message.c
4694         * src/send_message.h
4695         * src/setup.c
4696         * src/setup.h
4697         * src/simple-gettext.c
4698         * src/sourcewindow.c
4699         * src/sourcewindow.h
4700         * src/ssl_manager.c
4701         * src/ssl_manager.h
4702         * src/statusbar.c
4703         * src/statusbar.h
4704         * src/stock_pixmap.c
4705         * src/stock_pixmap.h
4706         * src/summary_search.c
4707         * src/summary_search.h
4708         * src/summaryview.c
4709         * src/summaryview.h
4710         * src/syldap.c
4711         * src/syldap.h
4712         * src/textview.c
4713         * src/textview.h
4714         * src/toolbar.c
4715         * src/toolbar.h
4716         * src/undo.c
4717         * src/undo.h
4718         * src/unmime.c
4719         * src/unmime.h
4720         * src/vcard.c
4721         * src/vcard.h
4722         * src/wizard.c
4723         * src/wizard.h
4724         * src/common/base64.c
4725         * src/common/base64.h
4726         * src/common/defs.h
4727         * src/common/hooks.c
4728         * src/common/hooks.h
4729         * src/common/log.c
4730         * src/common/log.h
4731         * src/common/md5.c
4732         * src/common/md5.h
4733         * src/common/mgutils.c
4734         * src/common/mgutils.h
4735         * src/common/nntp.c
4736         * src/common/nntp.h
4737         * src/common/passcrypt.c
4738         * src/common/passcrypt.h.in
4739         * src/common/plugin.c
4740         * src/common/plugin.h
4741         * src/common/prefs.c
4742         * src/common/prefs.h
4743         * src/common/progressindicator.c
4744         * src/common/progressindicator.h
4745         * src/common/quoted-printable.c
4746         * src/common/quoted-printable.h
4747         * src/common/session.c
4748         * src/common/session.h
4749         * src/common/smtp.c
4750         * src/common/smtp.h
4751         * src/common/socket.c
4752         * src/common/socket.h
4753         * src/common/ssl.c
4754         * src/common/ssl.h
4755         * src/common/ssl_certificate.c
4756         * src/common/ssl_certificate.h
4757         * src/common/string_match.c
4758         * src/common/string_match.h
4759         * src/common/stringtable.c
4760         * src/common/sylpheed.c
4761         * src/common/sylpheed.h
4762         * src/common/template.c
4763         * src/common/template.h
4764         * src/common/timing.h
4765         * src/common/utils.c
4766         * src/common/utils.h
4767         * src/common/uuencode.c
4768         * src/common/uuencode.h
4769         * src/common/version.h.in
4770         * src/common/xml.c
4771         * src/common/xml.h
4772         * src/common/xmlprops.c
4773         * src/common/xmlprops.h
4774         * src/gtk/about.c
4775         * src/gtk/about.h
4776         * src/gtk/colorlabel.c
4777         * src/gtk/colorlabel.h
4778         * src/gtk/colorsel.c
4779         * src/gtk/colorsel.h
4780         * src/gtk/description_window.c
4781         * src/gtk/description_window.h
4782         * src/gtk/filesel.c
4783         * src/gtk/filesel.h
4784         * src/gtk/foldersort.c
4785         * src/gtk/foldersort.h
4786         * src/gtk/gtkutils.c
4787         * src/gtk/gtkutils.h
4788         * src/gtk/inputdialog.c
4789         * src/gtk/inputdialog.h
4790         * src/gtk/logwindow.c
4791         * src/gtk/logwindow.h
4792         * src/gtk/manage_window.c
4793         * src/gtk/manage_window.h
4794         * src/gtk/menu.c
4795         * src/gtk/menu.h
4796         * src/gtk/pluginwindow.c
4797         * src/gtk/pluginwindow.h
4798         * src/gtk/prefswindow.c
4799         * src/gtk/prefswindow.h
4800         * src/gtk/progressdialog.c
4801         * src/gtk/progressdialog.h
4802         * src/gtk/quicksearch.c
4803         * src/gtk/quicksearch.h
4804         * src/gtk/sslcertwindow.c
4805         * src/gtk/sslcertwindow.h
4806         * src/plugins/clamav/clamav_plugin.c
4807         * src/plugins/clamav/clamav_plugin.h
4808         * src/plugins/clamav/clamav_plugin_gtk.c
4809         * src/plugins/demo/demo.c
4810         * src/plugins/dillo_viewer/dillo_prefs.c
4811         * src/plugins/dillo_viewer/dillo_prefs.h
4812         * src/plugins/dillo_viewer/dillo_viewer.c
4813         * src/plugins/mathml_viewer/mathml_viewer.c
4814         * src/plugins/pgpcore/passphrase.c
4815         * src/plugins/pgpcore/passphrase.h
4816         * src/plugins/pgpcore/plugin.c
4817         * src/plugins/pgpcore/prefs_gpg.c
4818         * src/plugins/pgpcore/prefs_gpg.h
4819         * src/plugins/pgpcore/select-keys.c
4820         * src/plugins/pgpcore/select-keys.h
4821         * src/plugins/pgpcore/sgpgme.c
4822         * src/plugins/pgpcore/sgpgme.h
4823         * src/plugins/pgpinline/pgpinline.c
4824         * src/plugins/pgpinline/pgpinline.h
4825         * src/plugins/pgpinline/plugin.c
4826         * src/plugins/pgpmime/pgpmime.c
4827         * src/plugins/pgpmime/pgpmime.h
4828         * src/plugins/pgpmime/plugin.c
4829         * src/plugins/spamassassin/spamassassin.c
4830         * src/plugins/spamassassin/spamassassin.h
4831         * src/plugins/spamassassin/spamassassin_gtk.c
4832         * src/plugins/trayicon/trayicon.c
4833         * tools/OOo2sylpheed.pl
4834         * tools/acroread2sylpheed.pl
4835         * tools/asus_mailled.sh
4836         * tools/filter_conv.pl
4837         * tools/freshmeat_search.pl
4838         * tools/google_search.pl
4839         * tools/kmail2sylpheed.pl
4840         * tools/kmail2sylpheed_v2.pl
4841         * tools/maildir2sylpheed.pl
4842         * tools/multiwebsearch.pl
4843         * tools/newscache_clean.pl
4844         * tools/outlook2sylpheed.pl
4845         * tools/sylpheed-switcher
4846         * tools/update-po
4847         * tools/vcard2xml.py
4848         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4849                 update FSF address
4850
4851 2005-09-21 [colin]      1.9.14cvs46
4852
4853         * src/gedit-print.c
4854         * src/procmsg.c
4855         * src/procmsg.h
4856         * src/textview.c
4857         * src/summaryview.c
4858                 Remove some printing hacks (deselection/reselection),
4859                 which by the way fix printing the currently 
4860                 displayed mime part (still only text)
4861                 Plus a little optimisation of summary_show
4862
4863
4864 2005-09-20 [colin]      1.9.14cvs45
4865
4866         * src/mainwindow.c
4867         * src/messageview.c
4868                 GUI fixups: add accels, set message
4869                 view title to displayed mail's subject
4870         * src/prefs_spelling.c
4871         * src/gtk/gtkaspell.c
4872                 GUI fixups: allow underlining misspelled
4873                 words instead of coloring them (a11y!)
4874
4875 2005-09-19 [colin]
4876
4877         1.9.15rc3 released
4878
4879 2005-09-19 [colin]      1.9.14cvs44
4880
4881         * src/compose.c
4882                 Fix draft message
4883         * src/gtk/gtkaspell.c
4884                 Fix wrong test ;-)
4885
4886 2005-09-19 [colin]      1.9.14cvs43
4887
4888         * src/addressbook.c
4889                 Fix sensitivity of Delete button
4890         * src/compose.c
4891                 Warn if the requested Privacy system
4892                 is not available
4893         * src/exphtmldlg.c
4894         * src/expldifdlg.c
4895         * src/importldif.c
4896         * src/importmutt.c
4897         * src/importpine.c
4898                 Fix crappy UI
4899         * src/
4900         * src/ssl.h
4901         * src/prefs_account.h
4902         * src/prefs_account.c
4903                 Save SSL prefs even in builds that have
4904                 SSL support disable
4905         * src/imap.c
4906         * src/inc.c
4907         * src/news.c
4908         * src/send_message.c
4909                 Warn if connection should be secure, but
4910                 SSL support isn't compiled in
4911         * src/gtkaspell.c
4912                 Fix word separation on UTF-8 systems
4913                 Fixes bug #812 (Strange inline spellchecking)
4914         * src/compose.c
4915                 Warn if the requested Privacy system
4916                 is not available
4917                 Factorize offline warning
4918         * src/imap.c
4919         * src/imap_gtk.c
4920         * src/imap_gtk.h
4921         * src/inc.h
4922         * src/news_gtk.c
4923         * src/news_gtk.h
4924         * src/messageview.c
4925                 Factorize offline warning
4926
4927 2005-09-19 [paul]
4928
4929         1.9.15-rc2 released
4930
4931 2005-09-18 [colin]      1.9.14cvs42
4932
4933         * src/codeconv.c
4934         * src/codeconv.h
4935         * src/procmime.c
4936                 Add a way to get locale's charset ignoring utf-8,
4937                 and use that as default encoding for broken mails
4938
4939 2005-09-18 [colin]      1.9.14cvs41
4940
4941         * src/gtk/logwindow.c
4942                 Translate string. Patch by Fabien Vantard
4943
4944 2005-09-18 [colin]      1.9.14cvs40
4945
4946         * configure.ac
4947                 Fix bug #803 (IMAP/SSL support breaks with 
4948                 GnuTLS libetpan 0.38)
4949
4950 2005-09-18 [colin]      1.9.14cvs39
4951
4952         * src/codeconv.c
4953         * src/compose.c
4954         * src/procmime.c
4955                 More charsets fixes. Fixes bug #806 (non
4956                 ascii characters in subject line)
4957
4958 2005-09-17 [paul]       1.9.14cvs38
4959
4960         * src/folderview.c
4961         * src/mainwindow.c
4962                 fix gcc-2.95 issues
4963                 Patch by Pawel Pekala
4964
4965 2005-09-17 [colin]      1.9.14cvs37
4966
4967         * src/addrindex.c
4968                 bugfix for NO-USE LDAP compilation, patch 
4969                 by Fabien Vantard
4970
4971 2005-09-17 [colin]      1.9.14cvs36
4972
4973         * src/prefs_actions.c
4974         * src/prefs_customheader.c
4975         * src/prefs_display_header.c
4976         * src/prefs_filtering_action.c
4977         * src/prefs_matcher.c
4978         * src/prefs_toolbar.c
4979                 Fix strange casts (less elegant but
4980                 works better)
4981
4982 2005-09-16 [colin]      1.9.14cvs35
4983
4984         * src/jpilot.c
4985                 Missed that one
4986
4987 2005-09-16 [colin]      1.9.14cvs34
4988
4989         * configure.ac
4990         * src/Makefile.am
4991         * src/addr_compl.c
4992         * src/addrindex.c
4993         * src/browseldap.c
4994         * src/editldap.c
4995         * src/ldaplocate.c
4996         * src/ldapquery.c
4997         * src/ldapquery.h
4998         * src/ldapserver.c
4999         * src/ldapserver.h
5000         * src/main.c
5001         * src/matcher_parser_parse.y
5002         * src/prefs_themes.c
5003         * src/etpan/Makefile.am
5004         * src/gtk/description_window.c
5005         * src/plugins/clamav/Makefile.am
5006         * src/plugins/clamav/clamav_plugin.c
5007         * src/plugins/dillo_viewer/Makefile.am
5008         * src/plugins/pgpcore/Makefile.am
5009         * src/plugins/pgpinline/Makefile.am
5010         * src/plugins/pgpmime/Makefile.am
5011         * src/plugins/trayicon/Makefile.am
5012                 Fix 100% cpu usage in address completion list
5013                 Fix little bugs (return with no values etc)
5014                 Fix all warnings (with common CFLAGS)
5015
5016 2005-09-15 [colin]      1.9.14cvs33
5017
5018         * src/addressbook.c
5019                 Fix bug where sometimes a group's email list is empty,
5020                 force its refresh (probably fixes "Re: how to create a 
5021                 distribution list")
5022         * src/ldapquery.c
5023                 Don't return to the callback in the main thread from the
5024                 fetch thread (or face segs!)
5025
5026 2005-09-15 [paul]       1.9.14cvs32
5027
5028         * src/prefs_matcher.c
5029                 forgotten in last commit
5030
5031 2005-09-15 [paul]       1.9.14cvs31
5032
5033         * src/prefs_actions.c
5034         * src/prefs_filtering_action.c
5035         * src/prefs_quote.c
5036         * src/quote_fmt.c
5037         * src/summaryview.c
5038         * src/gtk/description_window.c
5039         * src/gtk/description_window.h
5040         * src/gtk/quicksearch.c
5041                 allow interaction with the called
5042                 description window
5043                 Patch by Anders Hammar
5044
5045 2005-09-14 [paul]       1.9.14cvs30
5046
5047         * src/compose.c
5048                 fix a little annoyance when pasting with 3rd button 
5049                 with wrap_pastes=0 and wrap_input=1
5050                 Patch by Colin
5051
5052 2005-09-14 [paul]       1.9.14cvs29
5053
5054         * src/prefs_account.c
5055                 disable 'Filter messages on receiving' for
5056                 SMTP-only accounts
5057                 Patch  by Anders Hammar
5058
5059 2005-09-14 [paul]       1.9.14cvs28
5060
5061         * po/sk.po
5062                 fix crash
5063                 updated by Andrej Kacian
5064
5065 2005-09-14 [paul]
5066
5067         1.9.15-rc1 released
5068
5069 2005-09-14 [paul]       1.9.14cvs27
5070
5071         * po/es.po
5072                 updated by Ricardo Mones Lastra
5073         * src/compose.c
5074         * src/compose.h
5075                 associate no_wrap_tags to Compose windows
5076                 instead of using a static one
5077                 Patch by Colin
5078         * src/mbox.c
5079                 fix proc_mbox()
5080                 Patch by wwp
5081         * src/textview.c
5082                 remove unneeded printf()
5083
5084 2005-09-14 [paul]       1.9.14cvs26
5085
5086         * src/addrcache.c
5087         * src/codeconv.h
5088         * src/folder.h
5089         * src/mainwindow.h
5090         * src/mh.c
5091         * src/mimeview.h
5092         * src/partial_download.c
5093         * src/pop.c
5094         * src/prefs_account.c
5095         * src/prefs_account.h
5096         * src/prefs_actions.c
5097         * src/prefs_customheader.c
5098         * src/prefs_display_header.c
5099         * src/prefs_filtering_action.c
5100         * src/prefs_matcher.c
5101         * src/prefs_toolbar.c
5102         * src/privacy.h
5103         * src/procmime.c
5104         * src/procmime.h
5105         * src/procmsg.h
5106         * src/textview.c
5107         * src/undo.h
5108         * src/common/plugin.c
5109         * src/common/session.h
5110         * src/common/socket.c
5111         * src/common/socket.h
5112         * src/common/template.c
5113         * src/gtk/gtkaspell.c
5114         * src/gtk/quicksearch.h
5115         * src/plugins/pgpcore/passphrase.c
5116         * src/plugins/pgpcore/prefs_gpg.h
5117         * src/plugins/pgpcore/select-keys.c
5118         * src/plugins/pgpcore/select-keys.h
5119         * src/plugins/pgpcore/sgpgme.c
5120         * src/plugins/pgpinline/pgpinline.c
5121         * src/plugins/pgpmime/pgpmime.c
5122         * src/plugins/trayicon/trayicon.c
5123                 fix compilation warnings
5124                 Patch by Daniel Gustafson
5125
5126 2005-09-14 [paul]       1.9.14cvs25
5127
5128         * src/addressbook.c
5129                 add missing column header, and other small
5130                 bug fixes
5131                 Patch by Anders Hammar
5132
5133 2005-09-13 [colin]      1.9.14cvs24
5134
5135         * src/gtk/gtkaspell.c
5136                 Fix non-utf8 in menu
5137                 Fix little leaks
5138                 Nullify struct members after free()s
5139
5140 2005-09-13 [colin]      1.9.14cvs23
5141
5142         * src/compose.c
5143                 Test utf8 compliance before inserting to 
5144                 buffer, and try to convert if necessary
5145         * src/procmime.c
5146                 If no charset is present, use the locale 
5147                 one instead of us-ascii
5148         * src/procmsg.c
5149                 Add Sender, List-Post and To in the checked 
5150                 headers for automatic rules creation 
5151                 (thanks to wwp)
5152         * src/prefs_themes.c
5153         * src/gtk/gtkaspell.c
5154                 Remove deprecated functions. 
5155                 patch by Daniel Gustafson
5156
5157 2005-09-12 [colin]      1.9.14cvs22
5158
5159         * src/compose.c
5160                 Fix bug #448 (Scrolling/Redraw issue with 
5161                 address-fields in Header)
5162         * src/mainwindow.c
5163         * src/summaryview.c
5164         * src/summaryview.h
5165                 Fix loss of MSG_MARKED on move/copy
5166                 Fix bug #804 (Quicksearch togglebutton doesn't 
5167                 get depressed after '/' key is pressed)
5168
5169 2005-09-12 [paul]       1.9.14cvs21
5170
5171         * AUTHORS
5172         * src/gtk/logwindow.c
5173                 add 'Clear Log' to popup menu
5174                 Patch by Anders Hammar <anders.hammar@telia.com>
5175
5176 2005-09-12 [paul]       1.9.14cvs20
5177
5178         * src/compose.c
5179                 set correct sensitivity on attachments
5180                 popup menu
5181         * src/folder.c
5182                 fix typo
5183         * src/prefs_spelling.c
5184                 fix crash when no LANG env is set
5185         * src/common/xml.c
5186                 fix crash in wizard
5187                 don't use memeory after free
5188
5189         All patches by Daniel Gustafson
5190
5191 2005-09-12 [paul]       1.9.14cvs19
5192
5193         * src/prefs_themes.c
5194                 make theme info selectable
5195         * src/gtk/description_window.c
5196                 make window non-modal
5197         * tools/README
5198                 add details of asus_mailed.sh
5199         * tools/claws.i18n.status.pl
5200                 update for new zh_TW translator
5201                 widen the output
5202                 create alternate coloured lines
5203                 improve readability
5204
5205 2005-09-10 [colin]      1.9.14cvs18
5206
5207         * src/plugins/pgpcore/select-keys.c
5208                 Better order for the buttons
5209
5210 2005-09-10 [colin]      1.9.14cvs17
5211
5212         * src/compose.c
5213         * src/plugins/pgpcore/select-keys.c
5214         * src/plugins/pgpcore/select-keys.h
5215         * src/plugins/pgpcore/sgpgme.c
5216                 Add a "Don't encrypt" button to the key
5217                 selection dialog. Fixes bug #177 (There should be a 
5218                 'Don't encrypt button in the Select Keys dialog)
5219
5220 2005-09-10 [colin]      1.9.14cvs16
5221
5222         * src/compose.c
5223                 Fix bug #572 (%X option does not work with templates)
5224
5225 2005-09-10 [colin]      1.9.14cvs15
5226
5227         * src/toolbar.c 
5228                 Remove g_print
5229
5230 2005-09-10 [colin]      1.9.14cvs14
5231
5232         * src/imap.c
5233                 Fix a possible crash
5234
5235 2005-09-09 [colin]      1.9.14cvs13
5236
5237         * src/imap.c
5238         * src/etpan/imap-thread.c
5239         * src/etpan/imap-thread.h
5240                 Fix moving from queue or drafts to normal folders
5241                 Fix bug #794 (No way to delete without expunging)
5242                 Take flags unset by other mailers into account
5243                 Take deleted flag set by other mailers into account
5244                 Fix unsetting REPLIED flag
5245                 Fix crash when capabilities can't be retrieved
5246         * src/mainwindow.c
5247         * src/mainwindow.h
5248                 Add M_DELAYED_FLAGS condition, and let the user use
5249                 Execute in order to be able to expunge deleted mails,
5250                 even if he's not in delayed execute mode
5251         * src/prefs_spelling.c
5252                 Use 'en' dictionary by default if LANG is POSIX or C
5253         * src/gtk/prefswindow.c
5254                 Fix bug #767 (Preferences windows expanding) by making
5255                 the window a bit larger when the resolution is greater
5256                 than 640x480, and by putting the prefs in a
5257                 GtkScrolledWindow.
5258
5259 2005-09-09 [paul]       1.9.14cvs12
5260
5261         * AUTHORS
5262         * configure.ac
5263         * po/zh_TW.Big5.po      ** REMOVED **
5264         * po/zh_TW.po           ** ADDED **
5265                 updated by Wei-Lun Chao
5266
5267 2005-09-09 [paul]       1.9.14cvs11
5268
5269         * src/mainwindow.c
5270                 fix asserts
5271         * src/common/xml.c
5272                 delay memory allocation until file is
5273                 opened successfully
5274                 Patch by Daniel Gustafson
5275
5276 2005-09-09 [colin]      1.9.14cvs10
5277
5278         * src/imap.c
5279                 Add guards
5280
5281 2005-09-08 [colin]      1.9.14cvs9
5282
5283         * src/compose.c
5284                 Alert when we can't save draft
5285                 Fix various wrap/color issues
5286                 Add mid-click pasting respecting wrap_paste option
5287         * src/folder.c
5288         * src/folder.h
5289         * src/folder_item_prefs.c
5290         * src/folder_item_prefs.h
5291         * src/imap.c
5292         * src/imap_gtk.c
5293         * src/imap_gtk.h
5294         * src/main.c
5295         * src/mainwindow.c
5296         * src/mainwindow.h
5297         * src/news.c
5298         * src/news_gtk.c
5299         * src/news_gtk.h
5300         * src/prefs_folder_item.c
5301                 Fix the impossibility to synchronise folders for
5302                 offline use (IMAP and NNTP are concerned)
5303
5304 2005-09-08 [colin]      1.9.14cvs8
5305
5306         * configure.ac
5307                 Build LDAP and JPilot by default if available
5308         * src/textview.c
5309                 Fix use after free
5310
5311 2005-09-08 [paul]       1.9.14cvs7
5312
5313         * doc/manual/en/sylpheed-1.html
5314         * doc/manual/en/sylpheed-18.html
5315         * doc/manual/en/sylpheed-19.html
5316         * doc/manual/en/sylpheed-4.html
5317         * doc/manual/en/sylpheed-6.html
5318         * doc/manual/en/sylpheed.html
5319                 a few minor updates, plus include some
5320                 details about plugins and their requirements
5321         * src/mainwindow.c
5322                 minor changes to English in /View/Sort
5323
5324 2005-09-07 [colin]      1.9.14cvs6
5325
5326         * doc/manual/en/sylpheed-1.html
5327         * doc/manual/en/sylpheed-10.html
5328         * doc/manual/en/sylpheed-11.html
5329         * doc/manual/en/sylpheed-12.html
5330         * doc/manual/en/sylpheed-13.html
5331         * doc/manual/en/sylpheed-14.html
5332         * doc/manual/en/sylpheed-15.html
5333         * doc/manual/en/sylpheed-16.html
5334         * doc/manual/en/sylpheed-17.html
5335         * doc/manual/en/sylpheed-18.html
5336         * doc/manual/en/sylpheed-19.html
5337         * doc/manual/en/sylpheed-2.html
5338         * doc/manual/en/sylpheed-20.html
5339         * doc/manual/en/sylpheed-21.html
5340         * doc/manual/en/sylpheed-22.html
5341         * doc/manual/en/sylpheed-3.html
5342         * doc/manual/en/sylpheed-4.html
5343         * doc/manual/en/sylpheed-5.html
5344         * doc/manual/en/sylpheed-6.html
5345         * doc/manual/en/sylpheed-7.html
5346         * doc/manual/en/sylpheed-8.html
5347         * doc/manual/en/sylpheed-9.html
5348         * doc/manual/en/sylpheed.html
5349                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
5350
5351 2005-09-07 [colin]      1.9.14cvs5
5352
5353         * src/mainwindow.c
5354                 Make labels more to-the-point
5355
5356 2005-09-07 [colin]      1.9.14cvs4
5357
5358         * doc/manual/en/sylpheed-1.html
5359         * doc/manual/en/sylpheed-12.html
5360         * doc/manual/en/sylpheed-13.html
5361         * doc/manual/en/sylpheed-14.html
5362         * doc/manual/en/sylpheed-15.html
5363         * doc/manual/en/sylpheed-16.html
5364         * doc/manual/en/sylpheed-17.html
5365         * doc/manual/en/sylpheed-18.html
5366         * doc/manual/en/sylpheed-19.html
5367         * doc/manual/en/sylpheed-2.html
5368         * doc/manual/en/sylpheed-20.html
5369         * doc/manual/en/sylpheed-21.html
5370         * doc/manual/en/sylpheed-22.html
5371         * doc/manual/en/sylpheed-4.html
5372         * doc/manual/en/sylpheed-5.html
5373         * doc/manual/en/sylpheed-6.html
5374         * doc/manual/en/sylpheed-7.html
5375         * doc/manual/en/sylpheed-8.html
5376         * doc/manual/en/sylpheed-9.html
5377         * doc/manual/en/sylpheed.html
5378                 Update manual
5379
5380 2005-09-07 [colin]      1.9.14cvs3
5381
5382         * doc/faq/en/sylpheed-faq-1.html
5383         * doc/faq/en/sylpheed-faq-2.html
5384         * doc/faq/en/sylpheed-faq-3.html
5385         * doc/faq/en/sylpheed-faq.html
5386                 Update FAQ
5387
5388 2005-09-07 [colin]      1.9.14cvs2
5389
5390         * src/folderview.c
5391         * src/procmsg.c
5392         * src/summaryview.c
5393         * src/toolbar.c
5394                 Fix special subfolders:
5395                 - Inherit parent's icon
5396                 - sent contents of queues subfolders
5397                 - empty subfolders of trashes
5398         * src/mainwindow.c
5399                 Remove outdated manual and faq entries
5400         * src/common/utils.c
5401                 Add quotes around %s coming from mailcap
5402
5403 2005-09-07 [colin]      1.9.14cvs1
5404
5405         * src/compose.c
5406                 After saving draft, set modified to FALSE
5407         * src/mimeview.c
5408         * src/common/utils.c
5409         * src/common/utils.h
5410                 Try to open mime parts using what is 
5411                 indicated in ~/.mailcap or /etc/mailcap,
5412                 if possible.
5413
5414 2005-09-05 [paul]       1.9.14
5415
5416         1.9.14 released
5417
5418         * po/sk.po
5419                 updated by Andrej Kacian
5420
5421 2005-09-05 [paul]       1.9.13cvs83
5422
5423         * po/de.po
5424         * po/es.po
5425         * po/fi.po
5426         * po/fr.po
5427         * po/nb.po
5428         * po/pt_BR.po
5429         * po/sr.po
5430                 updated translations by Thomas Gilgin, Ricardo Mones
5431                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
5432                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
5433
5434 2005-09-04 [paul]       1.9.13cvs82
5435
5436         * src/compose.c
5437                 only warn about exceeded line length limit
5438                 on send
5439
5440 2005-09-04 [paul]       1.9.13cvs81
5441
5442         * src/compose.c
5443                 fix crash in 'line length exceeded' dialogue
5444
5445 2005-09-02 [paul]       1.9.13cvs80
5446
5447         * src/imap.c
5448                 fix bug 795, 'Connection lost IMAP'
5449                 and add statusbar prints
5450                 Patch by Colin
5451
5452 2005-09-02 [paul]       1.9.13cvs79
5453
5454         * src/compose.c
5455                 compose_wrap_paragraph() becomes
5456                 compose_beautify_paragraph()
5457                 Patch by Colin
5458
5459 2005-09-02 [colin]      1.9.13cvs78
5460
5461         * src/folderview.c
5462                 Micro-fix
5463
5464 2005-09-01 [colin]      1.9.13cvs77
5465
5466         * src/imap.c
5467                 Maybe fix bug #795 (Connection lost IMAP)
5468                 Don't try to send logout when we're disconnected.
5469         * src/summaryview.c
5470                 Include locked and marked emails in HRM
5471                 view. Fixes bug #800 (Locked messages no longer 
5472                 show up when hide read messages is used)
5473
5474 2005-09-01 [paul]       1.9.13cvs76
5475
5476         * src/prefs_common.c
5477                 fix bad cutting
5478
5479 2005-08-31 [colin]      1.9.13cvs75
5480
5481         * src/folderview.c
5482         * src/folderview.h
5483         * src/prefs_summaries.c
5484         * src/summaryview.c
5485                 Fix "go to next new", fix preference
5486                 (Open unread/next swapped)
5487
5488 2005-08-31 [paul]       1.9.13cvs74
5489
5490         * src/compose.c
5491         * src/folderview.c
5492         * src/headerview.c
5493         * src/headerview.h
5494         * src/mainwindow.c
5495         * src/prefs_common.c
5496         * src/prefs_common.h
5497         * src/prefs_fonts.c
5498         * src/summaryview.c
5499         * src/textview.c
5500         * src/common/defs.h
5501                 remove obsolete BOLD_FONT setting
5502                 fix font update in headerview and textview
5503                 headers after prefs change
5504                 Patch By Colin
5505
5506 2005-08-31 [paul]
5507
5508         1.9.14-rc4 released
5509
5510 2005-08-30 [colin]      1.9.13cvs73
5511
5512         * src/summaryview.c
5513                 When Hide read messages is selected and we
5514                 refresh the summaryview, don't remove the 
5515                 currently displayed message. Fixes bug #797
5516                 (Summary view reloads when new mail is 
5517                 downloaded in 1.9.14 rc)
5518
5519 2005-08-30 [colin]      1.9.13cvs72
5520
5521         * src/folderview.c
5522                 Fix flickering
5523         * src/mainwindow.c
5524                 Remove useless callback
5525         * src/mimeview.c
5526         * src/gtk/filesel.c
5527         * src/gtk/filesel.h
5528                 Add a filesel_select_file_save_folder() - used by Save All
5529
5530 2005-08-29 [paul]       1.9.13cvs71
5531
5532         * AUTHORS
5533         * src/matcher_parser_parse.y
5534         * src/etpan/imap-thread.c
5535                 fix building on FreeBSD
5536                 Patch by Daniel Gustafson <daniel@hobbit.se>
5537
5538 2005-08-29 [paul]       1.9.13cvs70
5539
5540         * src/plugins/pgpinline/pgpinline.c
5541                 only initialise sig result if it's been handled
5542                 Patch by Colin
5543
5544 2005-08-29 [paul]       1.9.13cvs69
5545         
5546         Patches by Colin:
5547
5548         * src/imap.c
5549         * src/common.utils.c
5550         * src/common/utils.h
5551                 optimisation
5552         * src/stock_pixmap.h
5553                 fix wrong icon reference
5554         * src/pixmaps/trash_btn.xpm
5555                 replace with nicer image
5556
5557 2005-08-28 [colin]      1.9.13cvs68
5558
5559         * src/Makefile.am
5560         * src/stock_pixmap.c
5561         * src/stock_pixmap.h
5562         * src/toolbar.c
5563         * src/pixmaps/trash_btn.xpm
5564                 Add a specific trash xpm for the button
5565
5566 2005-08-28 [colin]      1.9.13cvs67
5567
5568         * src/imap.c
5569                 Fix leak
5570
5571 2005-08-27 [colin]      1.9.13cvs66
5572
5573         * src/imap.c
5574         * src/procmime.c
5575                 Correctly fix "Problem with replies", fixes
5576                 pgpmime encryption too. 
5577
5578 2005-08-27 [colin]      1.9.13cvs65
5579
5580         * src/folder.c
5581         * src/procmsg.c
5582         * src/procmsg.h
5583         * src/summaryview.c
5584                 Fix bug #517 (messages removed from summaryview 
5585                 when moving fails)
5586
5587 2005-08-27 [colin]      1.9.13cvs64
5588
5589         * tools/Makefile.am
5590         * tools/asus_mailled.sh
5591                 Add a script to blink ASUS laptops' mail LED where there
5592                 is unread mail.
5593
5594 2005-08-27 [colin]      1.9.13cvs63
5595
5596         * src/imap.c
5597         * src/etpan/imap-thread.c
5598         * src/etpan/imap-thread.h
5599                 Implement automatic choosing of login method
5600                 Fixes bug #791
5601         * src/gtk/.cvsignore
5602                 Add sylpheed-marshal.[ch]
5603
5604 2005-08-27 [colin]      1.9.13cvs62
5605
5606         * src/common/utils.c
5607                 Fix confusing perror
5608
5609 2005-08-27 [colin]      1.9.13cvs61
5610
5611         * src/toolbar.c
5612         * src/toolbar.h
5613                 Remove A_DELETE, replace it with 
5614                 A_TRASH and A_DELETE_REAL. Automatically
5615                 rewrite config files to replace A_DELETE
5616                 with A_TRASH (no functionality change).
5617                 Fixes half of #794
5618
5619 2005-08-26 [colin]      1.9.13cvs60
5620
5621         * src/procmime.c
5622                 Previous "Problem with replies" fix brought other
5623                 problems, fixing them
5624
5625 2005-08-26 [colin]      1.9.13cvs59
5626
5627         * src/procmime.c
5628                 Fix "Problem with replies". This happened only
5629                 on IMAP...
5630         * src/procmsg.c
5631                 Factorize code a bit
5632         * src/compose.c
5633                 Speed improvement on very long messages (wrapping)
5634                 Fix signature color on Reedit and Redirect
5635                 On Reedit, don't attach pgp-signatures parts, but
5636                 set signing to On.
5637
5638 2005-08-24 [paul]       1.9.13cvs58
5639
5640         * src/compose.c
5641                 don't claim success when clicking
5642                 Cancel on the passphrase box.
5643                 Patch by Colin
5644
5645 2005-08-24 [paul]       1.9.13cvs57
5646
5647         * src/main.c
5648                 fix misplaced sylpheed.log
5649         * src/common/defs.h
5650                 define UIDL_DIR
5651
5652 2005-08-24 [paul]       1.9.13cvs56
5653
5654         * src/imap.c
5655         * src/etpan/imap-thread.c
5656         * src/etpan/imap-thread.h
5657                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
5658                 Patch by Colin
5659         * src/gtk/sylpheed-marshal.c    ** REMOVED **
5660         * src/gtk/sylpheed-marshal.h    ** REMOVED **
5661                 remove autogenerated files
5662         * tools/kdeservicemenu/README
5663         * tools/kdeservicemenu/install.sh
5664         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5665         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5666                 use Claws icon, use 'Sylpheed-Claws' in menu,
5667                 use kdialog, and other cleanups
5668
5669 2005-08-23 [paul]       1.9.13cvs55
5670
5671         * src/compose.c
5672                 fix paste/wrap crash
5673                 Patch by Colin
5674
5675 2005-08-23 [paul]       1.9.13cvs54
5676
5677         * src/main.c
5678                 fix crash recovery
5679                 Patch by Colin
5680
5681 2005-08-23 [paul]       1.9.13cvs53
5682
5683         * src/addressbook.c
5684         * src/editaddress.c
5685                 view all data of LDAP contacts
5686                 Patch by Colin
5687
5688 2005-08-23 [paul]       1.9.13cvs52
5689
5690         * src/addressbook.c
5691                 fix issues with the Search field
5692                 Patch by Colin
5693
5694 2005-08-22 [paul]       1.9.13cvs51
5695
5696         * src/folderview.c
5697                 put name of folder in processing dialog
5698                 title
5699         * src/prefs_folder_item.c
5700                 improve english usage
5701
5702 2005-08-22 [paul]       1.9.13cvs50
5703
5704         * src/filtering.c
5705         * src/filtering.h
5706         * src/matcher.c
5707         * src/matcher_parser_lex.l
5708         * src/matcher_parser_parse.y
5709         * src/prefs_filtering.c
5710                 add Filtering/Processing rule names feature.
5711                 (the incompatible old matcherrc is saved as
5712                 matcherrc.pre_names).
5713                 Patch by Colin
5714
5715 2005-08-22 [paul]       1.9.13cvs49
5716
5717         * src/procmsg.c
5718                 fix colour labelling
5719                 Patch by Colin
5720
5721 2005-08-22 [paul]       1.9.13cvs48
5722
5723         * src/textview.c
5724                 fix open_image_cb()
5725
5726 2005-08-22 [paul]       1.9.13cvs47
5727
5728         * src/imap.c
5729                 fix bug 789, 'SC crashes with imap (CVS ver)'
5730                 Patch by Colin
5731
5732 2005-08-22 [paul]       1.9.13cvs46
5733
5734         * src/mimeview.c
5735         * src/prefs_common.c
5736         * src/common/defs.h
5737                 define reused defaults in defs.h
5738         * src/textview.c
5739                 add 'Open image' to image popup menu
5740
5741 2005-08-21 [colin]      1.9.13cvs45
5742
5743         * src/summaryview.c
5744                 Fix bug #788 (Bogus "From" address displayed)
5745
5746 2005-08-20 [colin]      1.9.13cvs44
5747
5748         * src/folder.c
5749                 Fix buf #787 (multilevel delete causes SIGSEGV)
5750
5751 2005-08-19 [colin]      1.9.13cvs43
5752
5753         * src/inc.c
5754         * src/prefs_common.c
5755         * src/prefs_common.h
5756                 Add an hidden pref to allow modifying the
5757                 update stepping in incorporation.
5758                 Patch by wwp.
5759
5760 2005-08-19 [colin]      1.9.13cvs42
5761
5762         * src/compose.c
5763         * src/procmime.c
5764                 Workaround for broken MUAs: encode 
5765                 Content-type: name: as ASCII and 
5766                 Content-Disposition: filename: as
5767                 per rfc2231
5768         * src/prefs_account.c
5769                 Fix invisible-ness of SMTP SSL prefs
5770                 in NNTP accounts
5771
5772 2005-08-19 [paul]       1.9.13cvs41
5773
5774         * src/compose.c
5775         * src/prefs_common.c
5776         * src/prefs_common.h
5777         * src/prefs_wrapping.c
5778                 paste with or without wrapping.
5779                 patch by Colin
5780
5781 2005-08-19 [paul]       1.9.13cvs40
5782
5783         * src/prefs_common.c
5784         * src/prefs_common.h
5785         * src/summaryview.c
5786                 reintroduce enable_swap_from as a
5787                 hidden pref. patch by Colin
5788         * src/quote_fmt_parse.y
5789         * src/plugins/clamav/clamav_plugin.c
5790         * src/plugins/dillo_viewer/dillo_viewer.c
5791         * src/plugins/mathml_viewer/mathml_viewer.c
5792         * src/plugins/pgpcore/sgpgme.c
5793         * src/plugins/pgpinline/pgpinline.c
5794         * src/plugins/pgpmime/pgpmime.c
5795                 tidy up. patch by Colin
5796
5797 2005-08-19 [paul]       1.9.13cvs39
5798
5799         * configure.ac
5800                 complete cvs38's sync
5801         * src/editaddress.c
5802         * src/gedit-print.c
5803         * src/mutt.c
5804         * src/etpan/etpan-log.c
5805         * src/etpan/imap-thread.c
5806         * src/gtk/gtksourceprintjob.c
5807                 fix compilation warnings
5808                 (patch by Colin)
5809
5810 2005-08-19 [paul]       1.9.13cvs38
5811
5812         sync with main:
5813
5814         * src/account.c
5815         * src/action.c
5816         * src/addrbook.c
5817         * src/addrcache.c
5818         * src/addrharvest.c
5819         * src/addrindex.c
5820         * src/codeconv.c
5821         * src/compose.c
5822         * src/crash.c
5823         * src/exporthtml.c
5824         * src/exportldif.c
5825         * src/folder.c
5826         * src/image_viewer.c
5827         * src/inc.c
5828         * src/inc.h
5829         * src/jpilot.c
5830         * src/ldif.c
5831         * src/main.c
5832         * src/matcher.c
5833         * src/mbox.c
5834         * src/messageview.c
5835         * src/mh.c
5836         * src/mimeview.c
5837         * src/msgcache.c
5838         * src/mutt.c
5839         * src/news.c
5840         * src/partial_download.c
5841         * src/pine.c
5842         * src/pop.c
5843         * src/prefs_actions.c
5844         * src/prefs_common.c
5845         * src/prefs_customheader.c
5846         * src/prefs_display_header.c
5847         * src/prefs_gtk.c
5848         * src/prefs_themes.c
5849         * src/procheader.c
5850         * src/procmime.c
5851         * src/procmsg.c
5852         * src/recv.c
5853         * src/send_message.c
5854         * src/simple-gettext.c
5855         * src/sourcewindow.c
5856         * src/textview.c
5857         * src/vcard.c
5858         * src/common/defs.h
5859         * src/common/log.c
5860         * src/common/plugin.c
5861         * src/common/prefs.c
5862         * src/common/session.c
5863         * src/common/session.h
5864         * src/common/socket.c
5865         * src/common/socket.h
5866         * src/common/ssl_certificate.c
5867         * src/common/template.c
5868         * src/common/utils.c
5869         * src/common/utils.h
5870         * src/common/xml.c
5871         * src/gtk/about.c
5872         added wrappers for C library function that
5873                 take pathname arguments.
5874                 enabled compilation with MinGW.
5875                 use GDir instead of directly using opendir().
5876                 added rename_force().
5877
5878 2005-08-19 [paul]       1.9.13cvs37
5879         
5880         patches by Colin:
5881         * src/compose.c
5882                 fix privacy settings on re-editing
5883                 a sent message
5884         * src/jpilot.c
5885                 fix encoding bug
5886         * src/folder.c
5887         * src/procmsg.c
5888         * src/procmsg.h
5889         * src/summaryview.c
5890                 flag changing optimisation
5891
5892 2005-08-18 [martin]     1.9.13cvs36
5893
5894         * commitHelper
5895             added my login
5896         * src/addrcache.c
5897         * src/addrharvest.c
5898         * src/addrindex.c
5899         * src/compose.c
5900         * src/grouplistdialog.c
5901         * src/main.c
5902         * src/mainwindow.c
5903         * src/msgcache.c
5904         * src/mutt.c
5905         * src/pine.c
5906         * src/prefs_account.c
5907         * src/prefs_themes.c
5908         * src/stock_pixmap.c
5909         * src/summaryview.c
5910         * src/gtk/about.c
5911         * src/gtk/logwindow.c
5912             removed deprecated glib and gdk stuff
5913         * src/plugins/pgpcore/select-keys.c
5914             convert attributes from locale to utf8
5915
5916 2005-08-17 [paul]       1.9.13cvs35
5917
5918         * src/account.c
5919         * src/addressbook.c
5920                 use new GTK_STOCK_ icons if available
5921         * src/summaryview.c
5922         * src/gtk/gtksctree.c
5923         * src/gtk/gtksctree.h
5924                 faster range select. patch by Colin
5925
5926 2005-08-17 [paul]       1.9.13cvs34
5927
5928         patches by colin:
5929         * src/addressbook.c
5930         * src/addressitem.h
5931                 Add an edit button for contacts, fix selections
5932                 of gtksctree items
5933         * src/editaddress.c
5934                 Change labels, let Save be always possible in the
5935                 email and user atributes tabs
5936         * src/folderview.c
5937                 fix sort issues
5938         * src/summaryview.c
5939                 select next item instead of the displayed one
5940                 after deletion
5941
5942         * src/gtk/progressdialog.c
5943                 use prefs_common.enable_rules_hint
5944
5945 2005-08-13 [hoa]        1.9.13cvs33
5946
5947         * src/etpan/imap-thread.c
5948                 fixed build on Solaris.
5949
5950 2005-08-10 [colin]      1.9.13cvs32
5951
5952         * src/procmsg.c
5953                 Fix cvs31 (missing fclose before reading
5954                 the file)
5955
5956 2005-08-10 [colin]      1.9.13cvs31
5957
5958         * src/procmsg.c
5959                 Fix procmsg_msginfo_new_from_mimeinfo() when
5960                 the MimeInfo isn't stored in memory. This fixes
5961                 replying to an attached message.
5962
5963 2005-08-10 [colin]      1.9.13cvs30
5964
5965         * src/mainwindow.c
5966                 Fix slowness in account changing
5967
5968 2005-08-10 [colin]      1.9.13cvs29
5969
5970         * src/folder.c
5971         * src/folderutils.c
5972         * src/folderview.c
5973         * src/imap_gtk.c
5974         * src/mainwindow.c
5975         * src/mh_gtk.c
5976         * src/procmsg.c
5977         * src/summaryview.c
5978                 Optimize folder_has_parent_of_type
5979                 Prevent moving special sub-folders from contextual menus
5980                 Rework message a bit ("Empty all messages" -> "Delete all
5981                 messages")
5982                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
5983                 and "Deleted Items" folders)
5984
5985 2005-08-08 [colin]      1.9.13cvs28
5986
5987         * src/summaryview.c
5988         * src/prefs_summaries.c
5989                 Make "Select first unread|new" more flexible
5990                 (just prioritize new or unread)
5991
5992 2005-08-08 [colin]      1.9.13cvs27
5993
5994         * src/summaryview.c
5995                 If "select first new" is selected and there only
5996                 are unread messages, fallback to "select first
5997                 unread".
5998
5999 2005-08-08 [colin]      1.9.13cvs26
6000
6001         * src/folder.c
6002                 Fix shameful bugs (and bug #779)
6003
6004 2005-08-08 [colin]      1.9.13cvs25
6005
6006         * src/folder.c
6007         * src/folder.h
6008                 Cache parents' type to make folder_has_parent_of_type
6009                 faster
6010         * src/folderview.c
6011                 Forbid DnD of special sub-folders
6012         * src/procmsg.c
6013         * src/procmsg.h
6014                 Add MAIL_POSTFILTERING_HOOK
6015         * src/summaryview.c
6016                 Revert over-zealous deletion of the use_addr_book 
6017                 code
6018
6019 2005-08-07 [colin]      1.9.13cvs24
6020
6021         * src/folder.c
6022                 Fix big mistake (passing MsgInfo instead 
6023                 of FolderItem)
6024
6025 2005-08-07 [colin]      1.9.13cvs23
6026
6027         * src/compose.c
6028         * src/folder.c
6029         * src/folder.h
6030         * src/foldersel.c
6031         * src/folderutils.c
6032         * src/folderview.c
6033         * src/imap.c
6034         * src/mainwindow.c
6035         * src/messageview.c
6036         * src/mh.c
6037         * src/msgcache.c
6038         * src/procmime.c
6039         * src/summaryview.c
6040                 Make subfolders of Drafts, Queue, Outbox, Trash
6041                 work like their parents. 
6042                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
6043
6044 2005-08-07 [colin]      1.9.13cvs22
6045
6046         * src/addressbook.c
6047                 Fix bug #771 (Dragged contacts not saved)
6048
6049 2005-08-07 [paul]       1.9.13cvs21
6050
6051         * src/summaryview.c
6052                 fix bug 32 'Search Doesn't display results
6053                 if "Hide Read Messages" is chosen'
6054                 be more literal in interpreting 'Hide read
6055                 messages'
6056
6057 2005-08-07 [colin]      1.9.13cvs20
6058
6059         * src/folderview.c
6060                 Add debug
6061         * src/summaryview.c
6062                 Faster 'unthread_for_execution'
6063
6064 2005-08-06 [paul]       1.9.13cvs19
6065
6066         * src/mainwindow.c
6067                 add mnemonics to Set displayed columns
6068                 fix bug where msgview_visible option was
6069                 overwritten as TRUE on startup
6070
6071 2005-08-06 [paul]       1.9.13cvs18
6072
6073         * src/mainwindow.c
6074                 refer to 'displayed columns in folder/message
6075                 list' not 'displayed items in summary/message view'
6076         * src/prefs_display_header.c
6077                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
6078                 be consistent with similar dialogues
6079         * src/prefs_folder_column.c
6080         * src/prefs_summary_column.c
6081                 'columns' not 'items', and folder and message lists,
6082                 instead of folder and summary views;
6083                 Use 'Hidden columns' as list heading not 'Available
6084                 items';
6085                 move the 'Remove' button to the right hand side;
6086                 top-align the buttons;
6087                 remove unneeded vbox
6088         * src/prefs_summaries.c
6089                 put the 2 column prefs buttons in a frame to reduce
6090                 overall width; refer to columns not items &c.
6091
6092 2005-08-05 [colin]      1.9.13cvs17
6093
6094         * src/prefs_common.c
6095         * src/prefs_common.h
6096         * src/mainwindow.c
6097         * src/compose.c
6098         * src/messageview.c
6099                 Add an hidden toolbar_detachable pref, so
6100                 that I can get rid of these painful handles
6101                 in the toolbars. Defaults to TRUE to avoid
6102                 changing the GUI on unsuspecting people...
6103
6104 2005-08-05 [colin]      1.9.13cvs16
6105
6106         * src/Makefile.am
6107         * src/prefs_folder_column.c
6108         * src/prefs_folder_column.h
6109                 Add prefs for folder columns
6110         * src/folderview.c
6111         * src/folderview.h
6112         * src/mainwindow.c
6113         * src/mainwindow.h
6114         * src/prefs_common.c
6115         * src/prefs_common.h
6116         * src/prefs_summaries.c
6117                 Use them
6118         * src/prefs_summary_column.c
6119         * src/summaryview.c
6120         * src/summaryview.h
6121                 Add a To column
6122         * src/textview.c
6123         * src/common/utils.c
6124         * src/common/utils.h
6125                 Move uri colourisation functions
6126                 to utils
6127         * src/compose.c
6128                 Colourise URIs
6129         * src/imap.c
6130                 Fix bug with LIST where we'd try
6131                 to get Folder//////[...]/// 
6132
6133 2005-08-05 [paul]       1.9.13cvs15
6134
6135         * src/prefs_summaries.c
6136                 improve the English usage
6137         * src/summaryview.c
6138                 set font on column change
6139                 thanks to Colin
6140
6141 2005-08-05 [paul]       1.9.13cvs14
6142
6143         * src/prefs_common.c
6144         * src/prefs_common.h
6145         * src/prefs_summaries.c
6146         * src/summaryview.c
6147                 replace 'open_unread_on_enter' option with
6148                 'select_on_entry' option. opening/not opening
6149                 is now exclusively controlled by 'always_show_msg'
6150
6151 2005-08-04 [colin]      1.9.13cvs13
6152
6153         * src/compose.c
6154                 Remove dead code
6155                 Add colourisation of quotes and signatures
6156         * src/folderview.c
6157                 Fix possible crashes
6158         * src/messageview.c
6159                 Change an assert that is no problem
6160         * src/news.c
6161         * src/news_gtk.c
6162         * src/news_gtk.h
6163                 Fix offline mode
6164         * src/gtk/quicksearch.c
6165                 Fix a possible crash
6166
6167 2005-08-03 [colin]      1.9.13cvs12
6168
6169         * src/prefs_account.c
6170                 Fix bug #777 (Sylpheed crash in account configuration)
6171
6172 2005-08-03 [colin]      1.9.13cvs11
6173
6174         * src/addressbook.c
6175         * src/editaddress.c
6176         * src/editgroup.c
6177                 Fixing addressbook, round 2
6178         * src/textview.c
6179                 Fix emphasis color on rechecking 'Colorize messages'
6180
6181 2005-08-03 [paul]       1.9.13cvs10
6182
6183         sync with main
6184
6185         * src/addr_compl.c
6186         * src/compose.c
6187         * src/main.c
6188         * src/pop.c
6189         * src/prefs_account.c
6190         * src/procmime.c
6191         * src/procmsg.c
6192         * src/quote_fmt_parse.y
6193         * src/textview.c
6194         * src/common/quoted-printable.c
6195         * src/common/utils.c
6196         * src/common/utils.h
6197         * src/common/xml.c
6198                 replaced incorrect locale-independent
6199                 ctype functions with GLib's. Corrected
6200                 signedness mismatch.
6201         * src/headerview.c
6202                 headerview_create(): added spacing for vbox.
6203         * src/gtk/about.c
6204                 set focus to the OK button.
6205
6206 2005-08-03 [colin]      1.9.13cvs9
6207
6208         * src/folderview.c
6209                 Fix possible crash
6210
6211 2005-08-02 [colin]      1.9.13cvs8
6212
6213         * src/mainwindow.c
6214                 Fix cast
6215         * src/addressbook.c
6216         * src/addressitem.h
6217                 Fix a cast and more generally, try to make the
6218                 GUI more intuitive and consistent (round 1)
6219
6220 2005-08-02 [paul]       1.9.13cvs7
6221
6222         * src/folder.h
6223                 missing in 1.9.13cvs6
6224
6225 2005-08-02 [colin]      1.9.13cvs6
6226
6227         * src/folder.c
6228                 Fix one more leak
6229
6230 2005-08-02 [colin]      1.9.13cvs5
6231
6232         * src/folder.c
6233         * src/folderview.c
6234         * src/imap.c
6235         * src/main.c
6236         * src/mbox.c
6237         * src/procmsg.c
6238         * src/summaryview.c
6239                 Fix a number of folder_item_get_msg_list()-related
6240                 leaks (missing procmsg_msginfo_free()s)
6241
6242 2005-08-01 [colin]      1.9.13cvs4
6243
6244         * src/folderview.c
6245         * src/folderview.h
6246         * src/mainwindow.c
6247         * src/prefs_fonts.c
6248         * src/prefs_summaries.c
6249         * src/prefs_themes.c
6250         * src/summaryview.c
6251         * src/summaryview.h
6252         * src/textview.c
6253         * src/textview.h
6254                 Fix instant-apply of summary and folderview-related prefs
6255                 Fix erroneous g_free and alertpanels in prefs_theme
6256                 Add instant-apply for fonts
6257                 Defer applying of prefs a little bit so it's done only
6258                 once even if requested by multiples prefs pages
6259
6260 2005-08-01 [paul]       1.9.13cvs3
6261
6262         * src/main.c
6263                 fix bug 776 'S.C. crashes on close'
6264                 thanks to Colin
6265         * src/etpan/etpan-thread-manager-types.h
6266                 add missing include
6267                 thanks to Hoa
6268
6269 2005-07-25 [paul]       1.9.13cvs2
6270
6271         * src/summaryview.c
6272                 fix typos. spotted by Fabien Vantard
6273
6274 2005-07-24 [paul]       1.9.13cvs1
6275
6276         * doc/man/sylpheed.1
6277                 update man page, incorporating fix of
6278                 bug 769 'Typo in manpage'
6279         * src/etpan/imap-thread.c
6280                 fix NetBSD openssl dependencies. patch by
6281                 George Michaelson <ggm@apnic.net>
6282         * po/pt_BR.po
6283                 updated by Frederico Goncalves Guimaraes
6284
6285 2005-07-22 [paul]       1.9.13
6286
6287         1.9.13 release
6288
6289 2005-07-22 [paul]       1.9.12cvs91
6290
6291         * AUTHORS
6292         * INSTALL
6293         * README.claws
6294         * RELEASE_NOTES.claws
6295                 updated for release
6296         * configure.ac
6297         * po/nb.po
6298         * tools/claws.i18n.status.pl
6299                 add Norwegian translation. submiited by
6300                 Geir Helland <pjallabais@users.sourceforge.net>
6301         * po/ca.po
6302         * po/de.po
6303         * po/es.po
6304         * po/fi.po
6305         * po/fr.po
6306         * po/it.po
6307         * po/sk.po
6308         * po/sr.po
6309         * po/zh_CN.po
6310                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6311                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
6312                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
6313                 Yang Guilong
6314         * src/plugins/clamav/clamav_plugin_gtk.c
6315         * src/plugins/spamassassin/spamassassin_gtk.c
6316                 replace outdated description strings
6317
6318 2005-07-21 [colin]      1.9.12cvs90
6319
6320         * src/folder.c
6321                 Set folder to batch mode when scanning it. Makes deletion
6322                 of unread mails on IMAP much faster (due to the UNREAD 
6323                 flag unsetting)
6324
6325 2005-07-21 [darko]      1.9.12cvs89
6326
6327         * configure.ac
6328                 link against libresolv if necessary (patch by Paul)
6329         * src/msgcache.c
6330                 use glib's portable macros to determine endianness
6331
6332 2005-07-21 [paul]       1.9.12cvs88
6333
6334         * src/crash.c
6335         * src/gtk/about.c
6336                 update compiled-in features list
6337
6338 2005-07-20 [colin]      1.9.12cvs87
6339
6340         * src/folder.c
6341         * src/textview.c
6342                 Gcc 2.9x compilation fixes, thanks to Darko
6343         * src/plugins/clamav/clamav_plugin.c
6344                 Little optimisation: load virus database only once
6345         * src/plugins/spamassassin/spamassassin.c
6346                 Big optimisation: filtering one mail took at least 1 second,
6347                 now it takes at least 50ms. Doesn't speed up spamassassin 
6348                 itself, but should already be much more tolerable.
6349
6350 2005-07-20 [colin]      1.9.12cvs86
6351
6352         * src/summaryview.c
6353                 Fix performance issue
6354
6355 2005-07-19 [colin]      1.9.12cvs85
6356
6357         * src/plugins/pgpinline/plugin.c
6358                 Fix warning
6359
6360 2005-07-19 [colin]      1.9.12cvs84
6361
6362         * configure.ac
6363         * src/plugins/Makefile.am
6364         * src/plugins/pgpinline/.cvsignore
6365         * src/plugins/pgpinline/Makefile.am
6366         * src/plugins/pgpinline/pgpinline.c
6367         * src/plugins/pgpinline/pgpinline.deps
6368         * src/plugins/pgpinline/pgpinline.h
6369         * src/plugins/pgpinline/plugin.c
6370                 Put pgpinline in the main tree
6371
6372 2005-07-19 [paul]       1.9.12cvs83
6373
6374         * src/prefs_actions.c
6375                 prevent '//' in menu names, which cause a crash
6376                 thanks to Colin
6377
6378 2005-07-19 [paul]       1.9.12cvs82
6379
6380         * configure.ac
6381                 be generally more informative in configure output.
6382                 OpenSSL: correction: '[ --enable-openssl ...' -> 
6383                 '[ --disable-openssl ...', as --enable-openssl is default
6384                 PGP/MIME: don't check for GPGME again, check for
6385                 pgpcore instead. Therefore prevent the possibility of
6386                 attempting to build pgpmime if pgpcore dependencies are
6387                 not met
6388                 ClamAV: use pkgconfig to check for lib
6389                 libgnomeprint: revert logic on inner test to match
6390                 everything else
6391         * src/plugins/pgpcore/sgpgme.c
6392                 add missing include
6393
6394 2005-07-19 [colin]      1.9.12cvs81
6395
6396         * src/summaryview.c
6397                 Fix slow thread rebuilding in particular
6398                 cases
6399
6400 2005-07-19 [paul]       1.9.12cvs80
6401
6402         * sylpheed-claws.desktop
6403                 fix typo, spotted by Stephan Sachse
6404         * src/account.c
6405                 replace GTK_STOCK_ADD with
6406                 GTK_STOCK_NEW button
6407
6408 2005-07-18 [colin]      1.9.12cvs79
6409
6410         * src/etpan/imap-thread.c
6411                 Fix return value (Thanks Hoa)
6412
6413 2005-07-18 [colin]      1.9.12cvs78
6414
6415         * src/imap.c
6416                 Allow empty passwords
6417                 Create drafts/queue/outbox if necessary
6418         * src/summaryview.c
6419                 Remove old code
6420         * src/etpan/imap-thread.c
6421                 Fix STARTTLS (Thanks to Hoa)
6422
6423 2005-07-18 [paul]       1.9.12cvs77
6424
6425         * ChangeLog-gtk2.jp
6426         * ChangeLog.jp
6427                 removed
6428         * Makefile.am
6429                 updated to reflect additions and removals
6430         * TODO
6431                 updated to be claws-specific
6432         * TODO-gtk2
6433         * TODO-gtk2.jp
6434         * TODO.jp
6435         * sylpheed-128x128.png
6436         * sylpheed-64x64.png
6437                 removed
6438         * sylpheed-claws-128x128.png
6439         * sylpheed-claws-64x64.png
6440         * sylpheed-claws.desktop
6441         * sylpheed-claws.png
6442                 added
6443         * sylpheed.desktop
6444         * sylpheed.png
6445                 removed
6446
6447 2005-07-17 [paul]       1.9.12cvs76
6448
6449         * src/account.c
6450         * src/addressbook.c
6451         * src/alertpanel.c
6452         * src/alertpanel.h
6453         * src/compose.c
6454         * src/exphtmldlg.c
6455         * src/expldifdlg.c
6456         * src/folderview.c
6457         * src/imap_gtk.c
6458         * src/inc.c
6459         * src/message_search.c
6460         * src/messageview.c
6461         * src/mh_gtk.c
6462         * src/news_gtk.c
6463         * src/prefs_actions.c
6464         * src/prefs_filtering.c
6465         * src/prefs_matcher.c
6466         * src/prefs_template.c
6467         * src/prefs_themes.c
6468         * src/ssl_manager.c
6469         * src/summary_search.c
6470         * src/textview.c
6471         * src/toolbar.c
6472         * src/gtk/sslcertwindow.c
6473         * src/plugins/pgpcore/sgpgme.c
6474                 rework alertpanels
6475
6476 2005-07-17 [colin]      1.9.12cvs75
6477
6478         * src/privacy.c
6479                 add a PrivacySystem accessor that checks that
6480                 the system cached in a MimeInfo's privacydata
6481                 is still registered. Use this accessor instead
6482                 of directly using data->system. Fixes crashes
6483                 after unloading pgp plugins.
6484
6485 2005-07-17 [colin]      1.9.12cvs74
6486
6487         * src/alertpanel.c
6488                 Change geometry hints to a simple default size.
6489                 Fixes the certs dialogs.
6490
6491 2005-07-17 [colin]      1.9.12cvs73
6492
6493         * src/gtk/sslcertwindow.c
6494                 Use a gtkExpander
6495
6496 2005-07-17 [colin]      1.9.12cvs72
6497
6498         * src/plugins/pgpcore/Makefile.am
6499         * src/plugins/pgpmime/Makefile.am
6500                 Add gpgme libs
6501
6502 2005-07-17 [paul]       1.9.12cvs71
6503
6504         * configure.ac
6505                 add --disable-gnomeprint option
6506                 modified version of patch by Marius Mauch
6507
6508 2005-07-17 [paul]       1.9.12cvs70
6509
6510         * src/common/defs.h
6511                 update urls
6512         * src/account.c
6513         * src/action.c
6514         * src/addressbook.c
6515         * src/compose.c
6516         * src/foldersel.c
6517         * src/folderview.c
6518         * src/html.c
6519         * src/imap_gtk.c
6520         * src/main.c
6521         * src/mainwindow.c
6522         * src/messageview.c
6523         * src/mh_gtk.c
6524         * src/mimeview.c
6525         * src/news_gtk.c
6526         * src/prefs_account.c
6527         * src/prefs_send.c
6528         * src/prefs_summaries.c
6529         * src/procmsg.c
6530         * src/summaryview.c
6531         * src/common/utils.c
6532         * src/common/xml.c
6533         * src/plugins/pgpcore/passphrase.c
6534         * src/plugins/pgpcore/select-keys.c
6535                 replace inappropriately used backticks
6536                 with single quotes
6537
6538 2005-07-16 [colin]      1.9.12cvs69
6539
6540         * src/image_viewer.c
6541                 Add extra paranoid checks
6542
6543 2005-07-16 [colin]      1.9.12cvs68
6544
6545         * src/plugins/pgpcore/prefs_gpg.c
6546                 Don't auto-check sigs by default, as it
6547                 can be really slow.
6548
6549 2005-07-16 [colin]      1.9.12cvs67
6550
6551         * src/plugins/pgpcore/sgpgme.c
6552                 Make messages a bit better.
6553
6554 2005-07-16 [colin]      1.9.12cvs66
6555
6556         * src/imap.c
6557                 Remove pseudo-log
6558         * src/etpan/imap-thread.c
6559                 Add real log
6560
6561 2005-07-16 [colin]      1.9.12cvs65
6562
6563         * src/main.c
6564         * src/prefs_other.c
6565                 And now, fix build with libetpan :-/
6566
6567 2005-07-15 [colin]      1.9.12cvs64
6568
6569         * src/prefs_other.c
6570                 Continue fixing build without libetpan.
6571
6572 2005-07-15 [colin]      1.9.12cvs63
6573
6574         * src/main.c
6575                 Fix build with --disable-libetpan
6576
6577 2005-07-15 [colin]      1.9.12cvs62
6578
6579         * configure.ac
6580                 Bump libetpan's version
6581
6582 2005-07-15 [colin]      1.9.12cvs61
6583
6584         * src/etpan/imap-thread.c
6585                 Actually stop logging :)
6586
6587 2005-07-15 [colin]      1.9.12cvs60
6588
6589         * src/addressbook.c
6590                 Fix dnd of multiple addresses.
6591
6592 2005-07-15 [hoa]        1.9.12cvs59
6593
6594         * src/etpan/imap-thread.c
6595             disable login of IMAP password in libetpan log file.
6596
6597 2005-07-15 [paul]       1.9.12cvs58
6598
6599         * src/account.c
6600                 don't automatically sort
6601                 do allow drag n drop
6602
6603 2005-07-15 [paul]       1.9.12cvs57
6604
6605         * src/account.c
6606         * src/ssl_manager.c
6607                 alphabetical listing
6608
6609 2005-07-15 [paul]       1.9.12cvs56
6610
6611         * src/gtk/pluginwindow.c
6612                 sort plugin list alphabetically
6613
6614 2005-07-15 [paul]       1.9.12cvs55
6615
6616         * src/prefs_spelling.c
6617         * src/prefs_wrapping.c
6618                 unify English usage
6619
6620 2005-07-15 [colin]      1.9.12cvs54
6621
6622         * src/wizard.c
6623                 Typo fix
6624
6625 2005-07-15 [paul]       1.9.12cvs53
6626
6627         * src/prefs_message.c
6628                 make 'show cursor' a hidden option
6629
6630 2005-07-14 [colin]      1.9.12cvs52
6631
6632         * src/plugins/spamassassin/Makefile.am
6633         * src/plugins/clamav/Makefile.am
6634                 Fix double EXTRA_DISTs
6635
6636 2005-07-14 [colin]      1.9.12cvs51
6637
6638         * src/plugins/clamav/Makefile.am
6639         * src/plugins/clamav/clamav_plugin_gtk.deps
6640         * src/plugins/spamassassin/Makefile.am
6641         * src/plugins/spamassassin/spamassassin_gtk.deps
6642                 Make $plugin_gtk depend on $plugin
6643
6644 2005-07-14 [hoa]        1.9.12cvs50
6645
6646         * src/etpan/imap-thread.c
6647                 enable debug log of libetpan when running with --debug
6648
6649 2005-07-14 [colin]      1.9.12cvs49
6650
6651         * configure.ac
6652         * src/common/Makefile.am
6653         * src/common/plugin.c
6654         * src/common/plugin.h
6655                 Add a little plugin dependancy system.
6656                 Plugins can ship a $plugin_name.deps file
6657                 (near them in PLUGINDIR) so that their
6658                 dependancies are loaded if possible.
6659         * src/plugins/Makefile.am
6660         * src/plugins/pgpcore/Makefile.am
6661         * src/plugins/pgpcore/passphrase.c
6662         * src/plugins/pgpcore/passphrase.h
6663         * src/plugins/pgpcore/plugin.c
6664         * src/plugins/pgpcore/prefs_gpg.c
6665         * src/plugins/pgpcore/prefs_gpg.h
6666         * src/plugins/pgpcore/select-keys.c
6667         * src/plugins/pgpcore/select-keys.h
6668         * src/plugins/pgpcore/sgpgme.c
6669         * src/plugins/pgpcore/sgpgme.h
6670                 Introduce pgpcore, used by pgpmime and
6671                 pgpinline
6672         * src/plugins/pgpmime/Makefile.am
6673         * src/plugins/pgpmime/passphrase.c
6674         * src/plugins/pgpmime/passphrase.h
6675         * src/plugins/pgpmime/pgpmime.c
6676         * src/plugins/pgpmime/pgpmime.deps
6677         * src/plugins/pgpmime/plugin.c
6678         * src/plugins/pgpmime/prefs_gpg.c
6679         * src/plugins/pgpmime/prefs_gpg.h
6680         * src/plugins/pgpmime/select-keys.c
6681         * src/plugins/pgpmime/select-keys.h
6682         * src/plugins/pgpmime/sgpgme.c
6683         * src/plugins/pgpmime/sgpgme.h
6684                 Remove the core from pgpmime and add the
6685                 dependancy to pgpcore.
6686
6687 2005-07-14 [paul]       1.9.12cvs48
6688
6689         * src/stock_pixmap.c
6690                 forgot this in last commit
6691
6692 2005-07-14 [paul]       1.9.12cvs47
6693
6694         * src/account.c
6695         * src/addressbook.c
6696                 add accelerators for the buttons (sync with main)
6697         * src/compose.c
6698         * src/compose.h
6699                 add accelerators for the buttons.
6700                 fix editing with external editor.
6701                 replace gdk_input_*() with GIOChannel;
6702                 (sync with main)
6703         * src/foldersel.c
6704                 display folder names with new/unread
6705                 representation (sync with main)
6706         * src/main.c
6707                 specify default window icon (sync with main)
6708         * src/prefs_common.c
6709                 use_addr_book default to FALSE
6710         * src/summaryview.c
6711         * src/textview.c
6712                 add accelerators for the buttons (sync with main)
6713         * src/gtk/menu.c
6714                 fix typos
6715         * src/pixmaps/sylpheed_icon.xpm
6716                 updated
6717
6718 2005-07-13 [paul]       1.9.12cvs46
6719
6720         * src/plugins/pgpmime/pgpmime.c
6721         * src/plugins/pgpmime/sgpgme.c
6722                 (temporarily) use deprecated gpgme_data_rewind()
6723                 while largefile support is not present
6724                 (as suggested by Colin)
6725
6726 2005-07-13 [paul]       1.9.12cvs45
6727
6728         * configure.ac
6729                 remove large file support (for now):
6730                 it breaks too many things
6731
6732 2005-07-13 [paul]       1.9.12cvs44
6733
6734         * configure.ac
6735                 add large file support
6736         * src/html.c
6737                 fix bug #763 where href attribute was not
6738                 the very first attribute of a link
6739                 patch by Thomas Gilgin
6740
6741 2005-07-13 [colin]      1.9.12cvs43
6742
6743         * src/gtk/pluginwindow.c
6744                 Little portability fix
6745
6746 2005-07-13 [colin]      1.9.12cvs42
6747
6748         * src/plugins/pgpmime/sgpgme.c
6749                 Fix crasher.
6750
6751 2005-07-13 [colin]      1.9.12cvs41
6752
6753         * src/plugins/pgpmime/pgpmime.c
6754         * src/plugins/pgpmime/sgpgme.c
6755                 Use gpgme_data_release_and_get_mem instead
6756                 of gpgme_data_read.
6757
6758 2005-07-13 [colin]      1.9.12cvs40
6759
6760         * configure.ac
6761         * src/plugins/pgpmime/passphrase.c
6762         * src/plugins/pgpmime/passphrase.h
6763         * src/plugins/pgpmime/pgpmime.c
6764         * src/plugins/pgpmime/plugin.c
6765         * src/plugins/pgpmime/select-keys.c
6766         * src/plugins/pgpmime/select-keys.h
6767         * src/plugins/pgpmime/sgpgme.c
6768         * src/plugins/pgpmime/sgpgme.h
6769                 Port pgpmime to gpgme-1.0.
6770
6771 2005-07-12 [paul]       1.9.12cvs39
6772
6773         * AUTHORS
6774         * src/toolbar.c
6775         * src/toolbar.h
6776                 add a 'Go to Prev' button to the toolbar.
6777                 correct tooltip text of go to buttons.
6778                 based on patch by Yang Guilong <bamanzi@gmail.com>
6779
6780 2005-07-12 [colin]      1.9.12cvs38
6781
6782         * src/statusbar.c
6783                 Fix progress bar showing stuff at startup.
6784
6785 2005-07-12 [paul]       1.9.12cvs37
6786
6787         * src/editjpilot.c
6788                 fix building with jpilot support
6789
6790 2005-07-11 [colin]      1.9.12cvs36
6791
6792         * src/inc.c
6793                 Add visual indication that filtering is running
6794         * src/textview.c
6795                 Make {}[] uri delimiters
6796         * src/summaryview.c
6797                 Remove useless (and slow) calls
6798
6799 2005-07-11 [paul]       1.9.12cvs35
6800
6801         * src/plugins/clamav/clamav_plugin_gtk.c
6802         * src/plugins/dillo_viewer/dillo_prefs.c
6803         * src/plugins/pgpmime/prefs_gpg.c
6804         * src/plugins/spamassassin/spamassassin_gtk.c
6805                 gather plugins prefs together under their
6806                 own 'Plugins' heading
6807
6808 2005-07-11 [paul]       1.9.12cvs34
6809
6810         sync with main
6811
6812         * src/account.c
6813                 account_delete(): modified alert dialog
6814         * src/editjpilot.c
6815         * src/editvcard.c
6816                 fixed a crash when cancelling file selection
6817                 dialog by Escape key. Made non-ascii filename
6818                 selectable.
6819         * src/prefs_template.c
6820                 prefs_template_window_create(): make scrolled
6821                 window policy AUTOMATIC
6822
6823 2005-07-10 [hoa]        1.9.12cvs33
6824
6825         * src/etpan/imap-thread.c
6826                 workaround for old Courier IMAP servers.
6827
6828 2005-07-10 [colin]      1.9.12cvs32
6829
6830         * src/folder.c
6831         * src/statusbar.c
6832         * src/statusbar.h
6833                 Add visual progress indicator on filtering/processing
6834                 Factorize the progress bar code
6835         * src/imap.c
6836         * src/imap.h
6837         * src/etpan/imap-thread.c
6838                 Add a reference counter to avoid destroying the Folder
6839                 while it's in use by another callback.
6840
6841 2005-07-09 [hoa]        1.9.12cvs31
6842
6843         * src/imap.c
6844         * src/etpan/imap-thread.c
6845                 fixed deadlock when removing IMAP account.
6846
6847 2005-07-08 [colin]      1.9.12cvs30
6848
6849         * src/textview.c
6850         * src/unmime.c
6851                 Fix again problems decoding broken headers
6852         * src/gtk/inputdialog.c
6853                 Fix local variable shadowing a global one
6854
6855 2005-07-08 [colin]      1.9.12cvs29
6856
6857         * src/msgcache.c
6858                 Make the cache/mark files platform-agnostic by writing
6859                 them in little-endian format. Reading them is also done
6860                 in little-endian format, of course; however, in order
6861                 to avoid trashing mark data on big-endian machines, the
6862                 files are, at first, read from the native format if the
6863                 little-endian one doesn't exist. This is easy to deter-
6864                 mine by trying to open a file with a swapped data_ver
6865                 and seeing if it's the wanted version.
6866                 Little-endian using users should see absolutely no
6867                 difference, Big-endian users may get a very little
6868                 performance drop due to byte-swapping.
6869                 Tested on i386 and ppc32. 
6870                 Fixes bug #159 (The index file, in the mailboxes, is 
6871                 hardware depending).
6872
6873                 To have the cache/mark files updated to the new little-
6874                 endian format, "Check for new messages" or even
6875                 "Rebuild folder tree" aren't enough. Files will be
6876                 updated as soon as a folder has been opened/closed.
6877                 To update everything, just select all folders by
6878                 selecting them one by one.
6879
6880 2005-07-07 [colin]      1.9.12cvs28
6881
6882         * src/imap.c
6883                 Remember the folder separator per IMAPFolder
6884                 instead of globally.
6885                 Revive the Session on noop; fixes bug #761
6886                 (mark a bunch of unread messages as read takes 
6887                 forever)
6888
6889 2005-07-07 [darko]      1.9.12cvs27
6890
6891         * src/common/template.c
6892                 Sort templates alphabetically
6893
6894 2005-07-06 [colin]      1.9.12cvs26
6895
6896         * src/imap.c
6897                 Try to use the correct separator in
6898                 most cases. Possibly fixes bug #759
6899                 (only creates the INBOX folder when 
6900                 setting up new IMAP account) and 
6901                 bug #760 (Can't retrieve messages)
6902
6903 2005-07-06 [colin]      1.9.12cvs25
6904
6905         * src/imap.c
6906                 Use real_path in status command. This will
6907                 help later, when namespaces will be used.
6908
6909 2005-07-06 [colin]      1.9.12cvs24
6910
6911         * configure.ac
6912         * src/account.c
6913         * src/folder.c
6914         * src/imap.c
6915         * src/etpan/etpan-log.c
6916         * src/etpan/etpan-thread-manager.c
6917         * src/etpan/imap-thread.c
6918                 Add a --disable-libetpan parameter. With this,
6919                 users that don't want IMAP4 support can avoid
6920                 the new dependancy (and have no IMAP support).
6921                 Users that have IMAP4 accounts and use this
6922                 parameter won't lose their configuration, their
6923                 IMAP accounts will just be invisible and not
6924                 used.
6925         * src/textview.c
6926                 Make the "Copy ..." contextual menu items 
6927                 copy to both the X clipboard and the gtk 
6928                 clipboard - as most other apps do.
6929         * src/gtk/about.c
6930                 Add a notice about OpenSSL usage, in order to
6931                 comply with OpenSSL's license (point 6):
6932                 http://www.openssl.org/source/license.html
6933
6934 2005-07-06 [colin]      1.9.12cvs23
6935
6936         * src/alertpanel.c
6937                 Fix a minimum size for alertpanels
6938         * src/compose.c
6939                 Show 'No space left on device' type errors
6940                 when queuing/sending
6941         * src/imap_gtk.c
6942         * src/mh_gtk.c
6943                 Rework folder's deletion message (remove 
6944                 extra \n)
6945
6946 2005-07-05 [colin]      1.9.12cvs22
6947
6948         * src/imap.c
6949                 Add an alertpanel on auth error
6950                 Add pseudo-log
6951                 Remove pthread-related stuff
6952
6953 2005-07-05 [colin]      1.9.12cvs21
6954
6955         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6956                 Fix crash on plugin reloading (with a hack)
6957
6958 2005-07-05 [colin]      1.9.12cvs20
6959
6960         * src/prefs_account.c
6961         * src/prefs_account.h
6962                 Fix typo
6963         * src/gtk/filesel.c
6964         * src/gtk/filesel.h
6965                 Add a way to filter the view
6966         * src/gtk/pluginwindow.c
6967                 Filter loadable stuff
6968         * src/plugins/pgpmime/prefs_gpg.c
6969                 Fix missing unregistration
6970         * .cvsignore
6971         * src/etpan/.cvsignore
6972         * src/plugins/spamassassin/.cvsignore
6973                 Add more stuff to cvs ignored files
6974
6975 2005-07-04 [colin]      1.9.12cvs19
6976
6977         * src/imap.c
6978                 Fix scan_required returning FALSE when it
6979                 shouldn't. Maybe fix #760 (Can't retrieve
6980                 messages)
6981
6982 2005-07-04 [colin]      1.9.12cvs18
6983
6984         * src/summaryview.c
6985                 Fix always_show_msg pref
6986
6987 2005-07-04 [paul]       1.9.12cvs17
6988
6989         sync with main (forgotten in last commit)
6990         
6991         * src/common/utils.c
6992         * src/common/utils.h
6993                 check_line_length(): new.
6994                 is_dir_exist()
6995                 is_file_entry_exist()
6996                 dirent_is_regular_file()
6997                 dirent_is_directory(): use g_file_test() instead of stat().
6998
6999 2005-07-04 [paul]       1.9.12cvs16
7000
7001         sync with main:
7002
7003         * src/compose.c
7004                 compose_write_to_file(): check for line
7005                 length limit and display warning if exceeds
7006         * src/jpilot.c
7007                 use get_home_dir() instead of g_get_home_dir()
7008         * src/procheader.c
7009                 removed warning about invalid date
7010         * src/vcard.c
7011                 use get_home_dir() instead of g_get_home_dir()
7012
7013 2005-07-04 [paul]       1.9.12cvs15
7014
7015         * src/stock_pixmap.c
7016                 fix new pixmap naming errors
7017                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
7018
7019 2005-07-04 [colin]      1.9.12cvs14
7020
7021         * src/imap.c
7022                 Fix debugging string with a warning
7023
7024 2005-07-04 [colin]      1.9.12cvs13
7025
7026         * configure.ac
7027                 Add a check for libetpan's version (>= 0.37)
7028
7029 2005-07-04 [hoa]        1.9.12cvs12
7030
7031         * commitHelper
7032         * src/imap.c
7033         * src/etpan/imap-thread.c
7034         * src/etpan/imap-thread.h
7035                 fixed IMAP implementation of check of mails.
7036
7037 2005-07-03 [hoa]        1.9.12cvs11
7038
7039         * src/etpan/Makefile.am
7040         * src/etpan/etpan-errors.h
7041         * src/etpan/etpan-log.[ch]
7042         * src/etpan/etpan-thread-manager-types.h
7043         * src/etpan/etpan-thread-manager.[ch]
7044         * src/etpan/imap-thread.[ch]
7045         * src/Makefile.am
7046         * src/imap.c
7047         * src/main.c
7048         * src/prefs_other.c
7049         * configure.ac
7050             merged imap branch.
7051             dependency on libetpan 0.37 is now added.
7052
7053 2005-07-01 [colin]      1.9.12cvs10
7054
7055         * src/Makefile.am
7056         * src/folder.c
7057         * src/folder.h
7058         * src/folderview.c
7059         * src/stock_pixmap.c
7060         * src/stock_pixmap.h
7061         * src/plugins/trayicon/trayicon.c
7062                 Add marked symbol on folders containing
7063                 marked messages
7064         * src/procmsg.c
7065         * src/procmsg.h
7066         * src/toolbar.c
7067         * src/prefs_common.c
7068         * src/prefs_common.h
7069         * src/prefs_send.c
7070                 Add an optional confirmation dialog on queue
7071                 sending. Patch by wwp.
7072         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
7073         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
7074         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
7075         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
7076         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
7077         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
7078         * src/pixmaps/inbox_mark.xpm            ** ADDED **
7079         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
7080         * src/pixmaps/outbox_mark.xpm           ** ADDED **
7081         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
7082         * src/pixmaps/trash_mark.xpm            ** ADDED **
7083                 New pixmaps
7084
7085 2005-07-01 [colin]      1.9.12cvs9
7086
7087         * src/summaryview.c
7088                 Fix a little threading bug
7089         * src/addrgather.c
7090         * src/mainwindow.c
7091                 A little bit of HIG normality never hurts
7092
7093 2005-07-01 [colin]      1.9.12cvs8
7094
7095         * src/compose.c
7096         * src/msgcache.c
7097         * src/pop.c
7098         * src/procmime.c
7099         * src/recv.c
7100         * src/common/log.c
7101         * src/common/template.c
7102         * src/common/utils.c
7103         * src/common/utils.h
7104                 Reverted the fwrite_atomic stuff. In fact
7105                 it is already atomic.
7106
7107 2005-06-30 [colin]      1.9.12cvs7
7108
7109         * src/common/utils.c
7110         * src/common/utils.h
7111                 Add an fwrite_atomic() function to make
7112                 sure we write everything: fwrite can make
7113                 short writes.
7114         * src/compose.c
7115         * src/msgcache.c
7116         * src/pop.c
7117         * src/procmime.c
7118         * src/recv.c
7119         * src/common/log.c
7120         * src/common/template.c
7121                 Use that (and fix swapping of size and nmemb).
7122                 Thanks to Rich Coe for the heads up.
7123
7124 2005-06-30 [colin]      1.9.12cvs6
7125
7126         * src/addressbook.c
7127                 Optimize addressbook opening 
7128
7129 2005-06-30 [colin]      1.9.12cvs5
7130
7131         * src/summaryview.c
7132                 Remove calls to summary_step after move/copy
7133
7134 2005-06-28 [paul]       1.9.12cvs4
7135
7136         * src/alertpanel.c
7137                 wrap and make the error msg selectable
7138
7139 2005-06-28 [paul]       1.9.12cvs3
7140
7141         * src/ssl_manager.c
7142                 replace the OK button with a Close button
7143         * src/gtk/foldersort.c
7144                 use GTK_STOCK_ icons/buttons
7145
7146 2005-06-28 [colin]      1.9.12cvs2
7147
7148         * src/gedit-print.c             ** ADDED **
7149         * src/gedit-print.h             ** ADDED **
7150         * src/gtk/gtksourceprintjob.c   ** ADDED **
7151         * src/gtk/gtksourceprintjob.h   ** ADDED **
7152                 I can't believe no one had enough time to tell
7153                 me I forgot the `cvs add`
7154
7155 2005-06-27 [colin]      1.9.12cvs1
7156
7157         * src/Makefile.am
7158         * src/gtk/Makefile.am
7159         * src/messageview.c
7160         * src/procmsg.c
7161         * src/summaryview.c
7162         * configure.ac
7163                 Add optional libgnomeprint-based printing
7164         * src/mainwindow.c
7165         * src/gtk/quicksearch.c
7166                 Add an Edit/Quick search menu item to show
7167                 and focus the quicksearch
7168
7169 2005-06-27 [paul]       1.9.12
7170
7171         1.9.12 release
7172
7173         * po/ca.po
7174         * po/de.po
7175         * po/es.po
7176         * po/fr.po
7177         * po/it.po
7178         * po/ko.po
7179         * po/pt_BR.po
7180         * po/sk.po
7181         * po/zh_CN.po
7182                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7183                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
7184                 SungHyun Nam, Frederico Goncalves Guimaraes,
7185                 Andrej Kacian, and Yang Guilong
7186 2005-06-26 [colin]      1.9.11cvs106
7187
7188         * src/imap_gtk.c
7189                 Forgot one file for previous fix
7190
7191 2005-06-26 [colin]      1.9.11cvs105
7192
7193         * src/folder.c
7194         * src/imap.c
7195                 Fix problems with folder operations in no_select
7196                 imap folders. it applies only to mails, and 
7197                 creation/deletion/move/renaming of folders 
7198                 should be possible
7199
7200 2005-06-26 [paul]       1.9.11cvs104
7201
7202         * src/prefs_filtering.c
7203                 replace one more GTK_STOCK_REMOVE
7204                 with GTK_STOCK_DELETE
7205
7206 2005-06-25 [colin]      1.9.11cvs103
7207
7208         * src/imap.c
7209                 Optimize get_seq_set_from_seq_list
7210                 (Patch by Ricardo) 
7211
7212 2005-06-25 [colin]      1.9.11cvs102
7213
7214         * src/mh.c
7215                 If the directory exists, but not in the
7216                 correct encoding, rename it. This should
7217                 handle old-versions-induced bugs.
7218
7219 2005-06-25 [colin]      1.9.11cvs101
7220
7221         * src/mh.c
7222                 Fix path access with extended dir names
7223                 Fixes bug #589 (SC segfaults with wrong locale
7224                 settings)
7225
7226 2005-06-25 [colin]      1.9.11cvs100
7227
7228         * src/prefs_account.c
7229         * src/prefs_account.h
7230         * src/compose.c
7231                 Add an option to encrypt replies to
7232                 encrypted messages
7233
7234 2005-06-25 [colin]      1.9.11cvs99
7235
7236         * src/compose.c
7237         * src/quote_fmt_parse.y
7238                 ... And make it work with pgpinline.
7239
7240 2005-06-25 [colin]      1.9.11cvs98
7241
7242         * src/compose.c
7243         * src/procmime.c
7244         * src/procmime.h
7245         * src/quote_fmt_parse.y
7246                 o Make reedition of encrypted messages possible
7247                   (as long as it is encrypted to self too, no
7248                    magic there)
7249                 o Make replying with quote (and without selecting
7250                   text) possible for encrypted messages.
7251                 Closes bug #550 (Not possible to "reply with quote"
7252                 to gnupg encrypted messages)
7253
7254 2005-06-24 [paul]       1.9.11cvs97
7255
7256         * src/imap.c
7257                 add missing include
7258
7259 2005-06-24 [paul]       1.9.11cvs96
7260
7261         * src/editldap.c
7262                 made bind password entry invisible
7263                 (sync with main)
7264         * src/send_message.c
7265                 send_message_local(): check exit status
7266                 to detect errors (sync with main)
7267         * src/textview.c
7268                 use main's less ambiguous popup menu
7269                 wording
7270
7271 2005-06-24 [paul]       1.9.11cvs95
7272
7273         * src/prefs_actions.c
7274         * src/prefs_customheader.c
7275         * src/prefs_display_header.c
7276         * src/prefs_filtering_action.c
7277         * src/prefs_matcher.c
7278         * src/prefs_template.c
7279         * src/prefs_toolbar.c
7280                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
7281         * src/gtk/description_window.c
7282                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
7283
7284 2005-06-23 [colin]      1.9.11cvs94
7285
7286         * src/summaryview.c
7287                 Fix rough edges (be sure to call status_show whenever
7288                 necessary).
7289
7290 2005-06-23 [colin]      1.9.11cvs93
7291
7292         * src/summaryview.c
7293                 Optimize Select All
7294                 Before, in a 5K mails folder: 11s
7295                 After, in the same folder: 58000µs
7296                 The joys of locking... gtk_clist_select_all() fires a 
7297                 tree-select-row event for each selected row, which in 
7298                 summaryview, callbacks summary_selected which in turn,
7299                 calls summary_status_show, which walks the selected
7300                 rows. Hence, calling gtk_clist_select_all was 
7301                 exponential. Locking the summaryview makes 
7302                 summary_selected return early.
7303
7304 2005-06-23 [colin]      1.9.11cvs92
7305
7306         * src/imap.c
7307                 Move mutex at the important place to avoid
7308                 deadlocks
7309         * src/summaryview.c
7310                 Fix Del key deleting directly instead of
7311                 moving to trash
7312
7313 2005-06-22 [colin]      1.9.11cvs91
7314
7315         * src/plugins/spamassassin/libspamc.c
7316                 As we do spagetti code with assignations in multiple
7317                 places (see _message_read_raw where out = msg = raw),
7318                 let's be sure we don't free the same pointer twice.
7319                 Should fix bug #683 (Crash in libpam at 
7320                 message_cleanup).
7321
7322 2005-06-22 [colin]      1.9.11cvs90
7323
7324         * src/compose.c
7325         * src/messageview.c
7326         * src/toolbar.c
7327                 Make toolbar's delete use the move to trash stuff;
7328                 Add gtk_widget_realize to be sure pixmaps can get
7329                 created (that may fix an old worksforme bug which
7330                 I can't find back...)
7331
7332 2005-06-22 [colin]      1.9.11cvs89
7333
7334         * src/summaryview.c
7335         * src/summaryview.h
7336         * src/mainwindow.c
7337                 Rename "Message/Delete" to "Message/Move to trash"
7338                 Add "Message/Delete..." that directly destroys the
7339                 selected messages after asking for a confirmation.
7340
7341 2005-06-22 [colin]      1.9.11cvs88
7342
7343         * src/imap.c
7344                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
7345                 o Fix a deadlock (thanks Darko)
7346
7347 2005-06-22 [colin]      1.9.11cvs87
7348
7349         * src/gtk/foldersort.c
7350                 Add missing include for the i18n;
7351                 patch by Fabien Vantard
7352
7353 2005-06-21 [colin]      1.9.11cvs86
7354
7355         * src/folder.c
7356         * src/folderview.c
7357                 Respect the no_select flag
7358         * src/imap.c
7359                 Fix recursive deletion
7360         * src/imap_gtk.c
7361         * src/mh_gtk.c
7362                 Make the folder deletion's warning
7363                 more explicit
7364
7365 2005-06-21 [colin]      1.9.11cvs85
7366
7367         * src/textview.c
7368                 Prevent email addresses from spanning accross
7369                 lines - fixes bug # 646 (newline-chars in 
7370                 email addresses)
7371
7372 2005-06-20 [colin]      1.9.11cvs84
7373
7374         * src/folder.c
7375                 Be sure not to remove source if copy failed
7376
7377 2005-06-20 [colin]      1.9.11cvs83
7378
7379         * src/folderview.c
7380         * src/imap_gtk.c
7381                 remove summaryview's lock
7382         * src/imap.c
7383                 introduce threads to avoid problems when foreground tasks
7384                 interfere with background tasks
7385         * src/mh.c
7386                 prevent moving to drafts/queue
7387         * src/mimeview.c
7388                 fix leak
7389
7390 2005-06-19 [colin]      1.9.11cvs82
7391
7392         * src/imap_gtk.c
7393                 Remember that the user doesn't want to override
7394                 offline mode, for 3 seconds. It avoid presenting
7395                 him with N popups in a really short time.
7396
7397 2005-06-17 [colin]      1.9.11cvs81
7398
7399         * src/imap.c
7400                 Fix IMAP breaking on folders containing '('
7401                 (Probably won't be enough)
7402
7403 2005-06-17 [colin]      1.9.11cvs80
7404
7405         Forgotten files on 1.9.11cvs79
7406         * src/summaryview.c
7407                 Fix stepping when not immediately executing
7408         * src/imap.c
7409                 Really prevent UID FETCH 0
7410         * src/codeconv.c
7411                 Fix outgoing charset never set to utf-8
7412         * src/mh.c
7413                 Fix leak
7414
7415 2005-06-16 [colin]      1.9.11cvs79
7416
7417         * src/compose.c
7418                 Fix bug #707 (Dash splits rows)
7419                 Only wrap if we're on a line break position and
7420                 the previous one was a "white" (space) char.
7421                 Pango stuff is weird.
7422
7423 2005-06-16 [colin]      1.9.11cvs78
7424
7425         * src/imap_gtk.c
7426                 Lock summaryview while downloading messages
7427                 on user demand
7428         * src/procheader.c
7429         * src/unmime.c
7430         * src/common/utils.c
7431         * src/common/utils.h
7432                 Replace \r and \n with spaces in From and
7433                 Subject headers
7434
7435 2005-06-16 [paul]       1.9.11cvs77
7436
7437         * src/procmime.c
7438                 liberalise the mime parser
7439         * src/gtk/about.c
7440                 add text wrapping
7441
7442 2005-06-16 [paul]       1.9.11cvs76
7443
7444         * src/gtk/about.c
7445                 reworked
7446
7447 2005-06-15 [colin]      1.9.11cvs75
7448
7449         * src/compose.c
7450                 Finish header encoding fix
7451         * src/summaryview.c
7452                 Fix segfault
7453         * src/headerview.c
7454                 Fix compilation (Thanks Stephan
7455                 Sachse)
7456
7457 2005-06-15 [colin]      1.9.11cvs74
7458
7459         * Makefile.am
7460                 Install gnome2 stuff rather than gnome1, 
7461                 if both are present
7462         * src/codeconv.c
7463         * src/codeconv.h
7464         * src/compose.c
7465                 Fix headers encoding
7466         * src/folder.c
7467                 Visual progress when fetching all messages
7468         * src/folderview.c
7469         * src/summaryview.c
7470         * src/summaryview.h
7471                 Prevent changing current message while
7472                 incorporating
7473
7474 2005-06-15 [paul]       1.9.11cvs73
7475
7476         * src/gtk/gtkaspell.c
7477         * src/gtk/gtkaspell.h
7478                 fix build warnings
7479
7480 2005-06-15 [paul]       1.9.11cvs72
7481
7482         * src/prefs_filtering.c
7483                 allow reordering of filter rules by
7484                 drag n drop
7485
7486 2005-06-15 [paul]       1.9.11cvs71
7487
7488         * COPYING
7489                 updated
7490         * src/codeconv.c
7491                 replace deprecated function
7492         * src/inc.c
7493         * src/send_message.c
7494         * src/gtk/progressdialog.c
7495         * src/gtk/progressdialog.h
7496                 salvage and reuse parts of reverted sync
7497
7498 2005-06-15 [paul]       1.9.11cvs70
7499
7500         * src/inc.c
7501         * src/send_message.c
7502         * src/gtk/progressdialog.c
7503         * src/gtk/progressdialog.h
7504                 revert yesterday's sync with main
7505                 it contains deprecated functions
7506
7507 2005-06-15 [colin]      1.9.11cvs69
7508
7509         * src/headerview.c
7510                 Fix bug #670 (multi user to: will corrupt message 
7511                 headers display)
7512
7513 2005-06-15 [colin]      1.9.11cvs68
7514
7515         * src/compose.c
7516                 Fix bug #421 (Fix undo on wrapping)
7517
7518 2005-06-15 [colin]      1.9.11cvs67
7519
7520         * src/folder.c
7521                 Provide visual feedback while processing
7522                 folder's rules.
7523         * src/imap.c
7524                 Provide visual feedback while getting
7525                 short headers (for uncached messages)
7526
7527
7528 2005-06-14 [paul]       1.9.11cvs66
7529
7530         * src/account.c
7531                 change a couple stock icons
7532         * src/inc.c
7533         * src/send_message.c
7534         * src/gtk/progressdialog.c
7535         * src/gtk/progressdialog.h
7536                 sync main's GtkTreeView implementation
7537
7538 2005-06-14 [colin]      1.9.11cvs65
7539
7540         * src/imap.c
7541                 Various little fixes, mainly on error paths
7542
7543 2005-06-13 [colin]      1.9.11cvs64
7544
7545         * matcher.c
7546         * procmsg.c
7547         * procmsg.h
7548                 Add a way to fetch only headers. This speeds
7549                 up filtering on headers for IMAP. Fixes:
7550                 bug #481 extraneous imap commands slow down 
7551                         imap filtering
7552                 bug #522 Sylpheed downloads all messages 
7553                         when opening mailbox (IMAP)
7554                 bug #677 IMAP fetch is soooooooooooooo slow
7555         * src/folder.c
7556         * src/folder.h
7557                 Add a folder set_batch method so that
7558                 implementations can speed up flags changes
7559         * src/folderutils.c
7560         * src/summaryview.c
7561                 Use that in mark as (un)read and mark all read
7562                 Refix bug #679
7563         * src/imap.c
7564                 Implement set_batch - brings back deferred
7565                 flags in a less buggy manner. Fixes:
7566                 bug #729 IMAP immediate expunge of deleted messages
7567                 bug #191 remove list of messages with one command
7568                 Fix login with strange chars
7569                 Implement fetch_msg_full
7570                 Fix copy (wrong counts)
7571
7572 2005-06-12 [colin]      1.9.11cvs63
7573
7574         * src/folder.c
7575                 lock incorporation during long operations.
7576                 Avoids fucking up the IMAP socket.
7577
7578 2005-06-12 [colin]      1.9.11cvs62
7579
7580         * src/imap.c
7581                 Fix harmful typo
7582                 Factorize remove_all_msg
7583                 Thread-ize expunge
7584         * src/summaryview.c
7585                 Don't update partial-download status if unnecessary
7586         * src/folder.c
7587                 Use remove_msgs everywhere possible
7588
7589 2005-06-12 [colin]      1.9.11cvs61
7590
7591         * src/folder.c
7592         * src/folder.h
7593                 Add a remove_msgs function to remove a 
7594                 list of messages
7595         * src/imap.c
7596                 Implement that.
7597
7598 2005-06-12 [colin]      1.9.11cvs60
7599
7600         * src/imap.c
7601                 Remove flags-processing deferring... Too hard
7602                 to get it to work in all cases.
7603
7604 2005-06-11 [colin]      1.9.11cvs59
7605
7606         * src/imap.c
7607                 printf -> debug_print
7608
7609 2005-06-11 [colin]      1.9.11cvs58
7610
7611         * src/imap.c
7612                 o Fix build without USE_PTHREAD
7613                 o Factorize imap_open
7614                 o Alertpanel in case of impossible connection
7615                 o Alertpanel in case of impossible login
7616                 o Fix deferred flags processing to force a 
7617                   flush before adding some more flags to process,
7618                   but in another folder.
7619
7620 2005-06-10 [colin]      1.9.11cvs57
7621
7622         * src/imap.c
7623                 o Fix a format string error
7624                 o init ssl socket outside of the thread 
7625                   (it possibly invokes gtk calls)
7626         * src/procmime.c
7627                 o Put back the buffer to its necessary size
7628                 o Fix changing a file pointer without keeping
7629                   track of it (thanks Valgrind)
7630         * src/common/smtp.c
7631                 o Fix automatic STARTTLS if login should be done
7632                   and the server only allows it after starting TLS
7633         * src/gtk/gtkinputdialog.c
7634                 o Eat GDK_Return so that the combo popup doesn't 
7635                   appear when we press Enter to validate the combo
7636                   input dialog (as seen in the Open with... dialog)
7637
7638 2005-06-10 [colin]      1.9.11cvs56
7639
7640         * src/imap.c
7641                 o A bit less debug
7642                 o Fix a crash on deletion
7643                 o Threadize imap_select (it's called outside of 
7644                   threads)
7645                 o Defer treatment of DELETED flags
7646
7647
7648 2005-06-09 [colin]      1.9.11cvs55
7649
7650         * src/imap.c
7651                 Make sure we check imap_gtk_should_override(), which
7652                 potentially calls gtk stuff, before creating thread.
7653                 That way it should't be called via imap_get_session()
7654                 inside a thread.
7655
7656 2005-06-09 [colin]      1.9.11cvs54
7657
7658         * src/imap.c
7659                 o add a bit of status output
7660                 o remove some dead code
7661                 o threadize get_list_of_uids
7662                 o threadize imap_get_flags
7663                 o defer flag changing by 500ms so that they
7664                   can be batched
7665
7666
7667 2005-06-08 [colin]      1.9.11cvs53
7668
7669         * src/imap.c
7670                 Thread-ize imap_cmd_fetch
7671
7672 2005-06-08 [colin]      1.9.11cvs52
7673
7674         * src/main.c
7675                 Mmh, that broke POP3...
7676
7677 2005-06-08 [colin]      1.9.11cvs51
7678
7679         * src/main.c
7680                 Stabilize IMAP patch (thanks to Hoa)
7681
7682 2005-06-08 [colin]      1.9.11cvs50
7683
7684         * src/imap.c
7685                 Test patch to speed up imap. 
7686
7687 2005-06-08 [colin]      1.9.11cvs49
7688
7689         * src/imap_gtk.c
7690                 Warning fix
7691         * src/procmime.c
7692                 Apply patch from gentoo to use /usr/share/mime/globs if 
7693                 available, after un-breaking it
7694         * src/common/log.c
7695         * src/common/log.h
7696                 Use g_timeout for invoking hooks that possibly use gtk
7697                 calls. This should leave gtk calls in the main thread.
7698
7699 2005-06-08 [paul]       1.9.11cvs48
7700
7701         * src/codeconv.c
7702                 conv_get_outgoing_charset_str(): don't
7703                 use prefs_common setting
7704         * src/compose.c
7705         * src/compose.h
7706                 add /Options/Character encoding/... to
7707                 temporarily change the outgoing encoding
7708
7709         (belated sync with main)
7710
7711 2005-06-08 [paul]       1.9.11cvs47
7712
7713         * src/compose.c
7714                 correction to/completion of last
7715                 sync with main
7716
7717 2005-06-08 [paul]       1.9.11cvs46
7718
7719         sync with main:
7720         
7721         * src/codeconv.c
7722         * src/codeconv.h
7723                 always enabled Japanese auto-detection
7724                 if the first letters of locale string
7725                 is "ja"
7726         * src/compose.c
7727                 don't use "destroy" signal to destroy
7728                 Compose object (fix rare crashes on discard?)
7729         * src/mainwindow.c
7730         * src/messageview.c
7731         * src/prefs_send.c
7732                 added Hebrew encodings
7733         * src/sourcewindow.c
7734                 don't use "destroy" signal to destroy
7735                 objects
7736
7737 2005-06-07 [colin]      1.9.11cvs45
7738
7739         * src/summaryview.c
7740                 Add missing unlocks/locks
7741
7742 2005-06-07 [paul]       1.9.11cvs44
7743
7744         * src/summaryview.c
7745                 restore bug #749 fix
7746
7747 2005-06-06 [colin]      1.9.11cvs43
7748
7749         * src/summaryview.c
7750                 Fix selection bug when prefs_common.open_unread 
7751                 is FALSE
7752
7753 2005-06-06 [colin]      1.9.11cvs42
7754
7755         * src/common/md5.c
7756                 Fix a warning
7757         * src/summaryview.c
7758         * src/folderview.c
7759                 Factorize long operations beginning and end
7760                 (locking, freezing/thawing, cursor, ...)
7761                 Check selection->data member in selection-
7762                 related loops; this avoids dying an awful
7763                 death if the selection changes on us while
7764                 we're marking a whole IMAP folder unread, 
7765                 for example.
7766
7767 2005-06-06 [paul]       1.9.11cvs41
7768
7769         * src/textview.c
7770                 don't g_free() a static gchar buffer
7771
7772 2005-06-05 [colin]      1.9.11cvs40
7773
7774         * src/mainwindow.c
7775         * src/messageview.c
7776         * src/summaryview.c
7777                 Fix bug #749 (Show all headers should be
7778                 sticky as the GUI suggests)
7779
7780 2005-06-03 [paul]       1.9.11cvs39
7781
7782         * src/compose.c
7783                 don't allow editing of mail while sending.
7784                 patch by Colin
7785
7786 2005-06-03 [paul]       1.9.11cvs38
7787
7788         * src/folderview.c
7789                 add a freeze/thaw to speed up 'mark all read'
7790
7791 2005-06-03 [paul]       1.9.11cvs37
7792
7793         * src/prefs_message.c
7794                 reflect changes immediately
7795
7796 2005-06-02 [colin]      1.9.11cvs36
7797
7798         * po/POTFILES.in
7799                 Patch by Fabien Vantard.
7800
7801 2005-06-02 [colin]      1.9.11cvs35
7802
7803         * src/imap.c
7804                 Use a non-blocking imap_getline() if possible.
7805                 This should completely prevent the interface
7806                 from freezin on imap operations, although it
7807                 may do strange stuff in case of folder switching
7808                 while a big imap operation is taking place...
7809
7810                 In addition, fix a leak in the case thread
7811                 creation fails on connection.
7812
7813 2005-06-02 [colin]      1.9.11cvs34
7814
7815         * src/crash.c
7816         * src/prefs_common.h
7817                 Fix build (prefs_common_init() doesn't exist
7818                 anymore)
7819
7820 2005-06-02 [colin]      1.9.11cvs33
7821
7822         * src/prefs_account.c
7823                 Fix bug #245 (filtering rules broken when
7824                 renaming a remote account (imap4 or nntp)
7825
7826 2005-06-02 [colin]      1.9.11cvs32
7827
7828         * src/imap.c
7829                 Try to fix IMAP shortcomings: 
7830                 o Multithread imap_open()
7831                 o allow offline-mode overriding instead of
7832                   just returning NULL
7833         * src/imap_gtk.c
7834         * src/imap_gtk.h
7835                 Add a function to ask whether we want to
7836                 override offline-mode for 10 minutes (one-shot
7837                 asking was painful)
7838         * src/procheader.c
7839                 Fix segfault when imap parser isn't happy about
7840                 a missing {
7841
7842 2005-06-01 [colin]      1.9.11cvs31
7843
7844         * src/addrharvest.c
7845         * src/compose.c
7846         * src/mbox.c
7847         * src/mbox.h
7848         * src/mh.c
7849         * src/msgcache.c
7850         * src/send_message.c
7851         * src/setup.c
7852         * src/undo.c
7853         * src/common/hooks.c
7854         * src/common/prefs.c
7855         * src/common/template.c
7856         * src/common/utils.c
7857         * src/gtk/gtkutils.c
7858         * src/gtk/inputdialog.c
7859         * src/gtk/menu.c
7860         * src/gtk/pluginwindow.c
7861         * src/gtk/prefswindow.c
7862         * src/plugins/pgpmime/passphrase.c
7863         * src/plugins/pgpmime/prefs_gpg.c
7864                 More -Wall fixes
7865
7866         * src/common/Makefile.am
7867         * src/common/timing.h
7868                 Add basic timing code
7869
7870         * src/summaryview.c
7871                 Fix a bug with unread messages when 
7872                 re-sorting folders, and by the way
7873                 fix a big performance hit when 
7874                 re-sorting (10k mails: before 5s,
7875                 after .5s)
7876
7877         * src/prefs_compose_writing.c
7878         * src/prefs_compose_writing.h
7879         * src/prefs_message.c
7880         * src/prefs_message.h
7881         * src/prefs_other.c
7882         * src/prefs_other.h
7883         * src/prefs_quote.c
7884         * src/prefs_quote.h
7885         * src/prefs_receive.c
7886         * src/prefs_receive.h
7887         * src/prefs_send.c
7888         * src/prefs_send.h
7889         * src/prefs_summaries.c
7890         * src/prefs_summaries.h
7891                 Fix copyright banner
7892
7893 2005-06-01 [paul]       1.9.11cvs30
7894
7895         * po/fi.po
7896                 updated by Flammie Pirinen
7897         * src/procmime.c
7898                 fix 'Bad BASE64 content' output
7899
7900 2005-05-31 [colin]      1.9.11cvs29
7901
7902         * src/procmime.c
7903                 Oops, where did my hunk go.
7904
7905 2005-05-31 [colin]      1.9.11cvs28
7906
7907         * src/Makefile.am
7908         * src/account.c
7909         * src/action.c
7910         * src/addr_compl.c
7911         * src/addressbook.c
7912         * src/codeconv.c
7913         * src/compose.c
7914         * src/export.c
7915         * src/folder.c
7916         * src/folderview.c
7917         * src/image_viewer.c
7918         * src/main.c
7919         * src/mainwindow.c
7920         * src/messageview.c
7921         * src/mimeview.c
7922         * src/msgcache.c
7923         * src/prefs_account.c
7924         * src/prefs_actions.c
7925         * src/prefs_common.c
7926         * src/prefs_compose_writing.c
7927         * src/prefs_customheader.c
7928         * src/prefs_ext_prog.c
7929         * src/prefs_filtering.c
7930         * src/prefs_filtering_action.c
7931         * src/prefs_fonts.c
7932         * src/prefs_image_viewer.c
7933         * src/prefs_message.c
7934         * src/prefs_message.h
7935         * src/prefs_msg_colors.c
7936         * src/prefs_other.c
7937         * src/prefs_other.h
7938         * src/prefs_quote.c
7939         * src/prefs_receive.c
7940         * src/prefs_receive.h
7941         * src/prefs_send.c
7942         * src/prefs_send.h
7943         * src/prefs_spelling.c
7944         * src/prefs_summaries.c
7945         * src/prefs_summary_column.c
7946         * src/prefs_template.c
7947         * src/prefs_themes.c
7948         * src/prefs_toolbar.c
7949         * src/prefs_wrapping.c
7950         * src/procmime.c
7951         * src/procmsg.c
7952         * src/send_message.h
7953         * src/ssl_manager.c
7954         * src/summary_search.c
7955         * src/summaryview.c
7956         * src/textview.c
7957         * src/wizard.c
7958         * src/common/smtp.c
7959         * src/common/smtp.h
7960         * src/gtk/gtkutils.h
7961                 o Move the rest of Common prefs to new style
7962                 o Lots of -Wall warning fixes
7963                 o fix FIXME in cache memusage calculation
7964                 o Let return receipts be sent from any account
7965                 o Little cache optimisation (read)
7966                 o Fix bug #746 (don't treat commas as separators
7967                   when inside a quoted string)
7968
7969 2005-05-31 [paul]       1.9.11cvs27
7970
7971         * src/prefs_common.c
7972                 fix 'off-by-one' typo
7973
7974 2005-05-31 [paul]       1.9.11cvs26
7975
7976         * src/account.c
7977         * src/addr_compl.c
7978         * src/compose.c
7979         * src/foldersel.c
7980         * src/prefs_actions.c
7981         * src/prefs_common.c
7982         * src/prefs_common.h
7983         * src/prefs_customheader.c
7984         * src/prefs_display_header.c
7985         * src/prefs_filtering.c
7986         * src/prefs_filtering_action.c
7987         * src/prefs_matcher.c
7988         * src/prefs_summaries.c
7989         * src/prefs_summary_column.c
7990         * src/prefs_template.c
7991         * src/prefs_toolbar.c
7992         * src/ssl_manager.c
7993         * src/gtk/pluginwindow.c
7994         * src/gtk/prefswindow.c
7995         * src/gtk/progressdialog.c
7996                 add hidden prefs 'enable_rules_hint'
7997                 for gtk_tree_view_set_rules_hint()
7998                 (sync with main)
7999                 
8000
8001 2005-05-31 [colin]      1.9.11cvs25
8002
8003         * src/Makefile.am
8004         * src/main.c
8005         * src/prefs_common.c
8006         * src/prefs_summaries.c ** ADDED **
8007         * src/prefs_summaries.h ** ADDED **
8008                 Common/Display -> Display/Summaries
8009
8010 2005-05-31 [colin]      1.9.11cvs24
8011
8012         * src/Makefile.am
8013         * src/main.c
8014         * src/prefs_quote.c ** ADDED **
8015         * src/prefs_quote.h ** ADDED **
8016                 Move Common/Quote to Compose/Quoting
8017         * src/prefs_common.c
8018         * src/prefs_common.h
8019                 Remove old quote stuff, add
8020                 convenience functions for GtkTextView prefs
8021         * src/gtk/prefswindow.c
8022                 Set default height higher
8023
8024 2005-05-30 [colin]      1.9.11cvs23
8025
8026         * src/Makefile.am
8027         * src/main.c
8028         * src/prefs_common.c
8029         * src/prefs_compose_writing.c ** ADDED **
8030         * src/prefs_compose_writing.h ** ADDED **
8031                 Move Common/Compose prefs to Compose/Writing
8032
8033 2005-05-30 [colin]      1.9.11cvs22
8034
8035         * src/common/utils.c
8036                 Fix bug #651 (Confused Attract by Subject)
8037                 Patch by M. Benkmann <haferfrost@web.de>
8038         * AUTHORS
8039
8040 2005-05-30 [colin]      1.9.11cvs21
8041
8042         * src/compose.c
8043                 Fix concatenation of different headers of
8044                 the same type (bug #645)
8045         * src/prefs_folder_item.c
8046                 Fix bug #699 (setting color to black doesn't
8047                 work immediately)
8048         * src/procmime.c
8049                 Print out decoding error only once per
8050                 block
8051
8052 2005-05-30 [paul]       1.9.11cvs20
8053
8054         * src/common/template.c
8055                 fix Bcc
8056
8057 2005-05-30 [paul]       1.9.11cvs19
8058
8059         * doc/src/rfc2368.txt   **NEW FILE**
8060         * src/compose.c
8061                 compose_entries_set(): don't interpret Bcc
8062                 header field (conform to RFC 2368)
8063                 (sync with main)
8064
8065 2005-05-29 [colin]      1.9.11cvs18
8066
8067         * src/prefs_common.c
8068                 Let the default reply format respect
8069                 netiquette by cutting the signature.
8070
8071 2005-05-29 [colin]      1.9.11cvs17
8072
8073         * src/summaryview.c
8074                 Don't let always_show_msg override
8075                 open_unread_on_enter when opening a new
8076                 directory.
8077
8078 2005-05-27 [paul]       1.9.11cvs16
8079
8080         sync with main:
8081
8082         * src/main.c
8083                 app_will_exit(): cleanup tmp directory when exit
8084         * src/message_search.c
8085                 improved the interface and made code cleanup.
8086                 removed Clear button
8087         * src/send_message.c
8088                 send_message_local(): use GSpawn, and detect errors
8089         * src/summary_search.c
8090                 improved the interface and made code cleanup
8091         * src/textview.c
8092                 textview_write_link(): also skip non-ascii space
8093                  at the head of link strings (phishing check
8094                  didn't work at the case)
8095         * src/common/utils.c
8096                 get_command_output(): use g_spawn_command_line_sync()
8097                 instead of popen()
8098
8099 2005-05-26 [colin]      1.9.11cvs15
8100
8101         * src/folder.c
8102                 remove printf
8103
8104 2005-05-26 [colin]      1.9.11cvs14
8105
8106         * src/common/nntp.c
8107                 Fix nntp mode reader (bug #611)
8108                 Patch by Florian Mickler <florian@mickler.org>
8109
8110 2005-05-26 [colin]      1.9.11cvs13
8111
8112         * src/plugins/pgpmime/passphrase.c
8113                 Fix mouse grabbing (bug #557)
8114
8115 2005-05-26 [colin]      1.9.11cvs12
8116
8117         * src/prefs_themes.c
8118                 Fix g_warning (bug #541)
8119
8120 2005-05-26 [colin]      1.9.11cvs11
8121
8122         * src/prefs_actions.c
8123         * src/prefs_template.c
8124                 Fix bug #506 (no warning if action/template
8125                 is not saved)
8126         * src/common/template.c
8127                 Fix a possible crash
8128
8129 2005-05-26 [colin]      1.9.11cvs10
8130
8131         * src/folder.c
8132         * src/folderview.c
8133         * src/procmsg.c
8134         * src/summaryview.c
8135                 Forbid locked messages to be moved or
8136                 deleted. Locked messages in trashes 
8137                 still get deleted, for performance
8138                 reason (mh.c::mh_remove_all_msgs)
8139
8140 2005-05-25 [colin]      1.9.11cvs9
8141
8142         * src/procmime.c
8143                 Use correct encoding when sending mails
8144                 with attachments that have accentued 
8145                 chars in their name
8146
8147 2005-05-24 [colin]      1.9.11cvs8
8148
8149         * src/summaryview.c
8150                 Fix bug #688 f) read/unread marker not
8151                 changed on first click
8152                 Also, optimize summary_status_show()
8153                 calls
8154         * src/folder.c
8155         * src/inc.c
8156         * src/procmime.c
8157                 Fix bug #688 b) and c) wrt message
8158                 attachments and signature
8159         * src/stock_pixmap.c
8160         * src/stock_pixmap.h
8161         * src/stock_pixmap.c
8162         * src/stock_pixmap.h
8163         * src/Makefile.am
8164         * src/pixmaps/clip_gpg_signed.xpm
8165                 Add clip/signed icon
8166
8167 2005-05-24 [colin]      1.9.11cvs7
8168
8169         * src/folder_item_prefs.c
8170                 whitespace fix
8171
8172 2005-05-24 [colin]      1.9.11cvs6
8173
8174         * src/folderview.c
8175         * src/prefs_common.c
8176         * src/prefs_common.h
8177                 Add a confirmation to folder drag and drop
8178                 fixes bug #156
8179         * src/alertpanel.c
8180         * src/alertpanel.h
8181                 fix _with_disable parameters so that
8182                 the buttons labels are specifiable too
8183         * src/plugins/pgpmime/sgpgme.c
8184                 reflect said change
8185                 
8186
8187 2005-05-24 [colin]      1.9.11cvs5
8188
8189         * src/folderview.c
8190                 Uncollapse/collapse folders on double-click
8191                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
8192                 closes bug #108
8193
8194 2005-05-23 [colin]      1.9.11cvs4
8195
8196         * src/common/socket.c
8197                 Check another special SSL_peek() error.
8198                 Should help wrt bug #728
8199
8200 2005-05-23 [colin]      1.9.11cvs3
8201
8202         * src/plugins/pgpmime/pgpmime.c
8203                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
8204                 breaking menu accelerators and stuff. Users will have to
8205                 reselect "PGP MIME" instead of "PGP/MIME" in their 
8206                 account's privacy preferences if needed.
8207
8208 2005-05-22 [paul]
8209
8210         * tools/kdeservicemenu/install.sh
8211                 use kdesu to prompt for root password if doing
8212                 global install/uninstall
8213
8214 2005-05-20 [colin]      1.9.11cvs2
8215
8216         * src/procmsg.c
8217                 Fix another compilation error with gcc-2.9x
8218                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
8219         * src/send_message.c
8220                 Don't send QUIT if we aren't connected
8221
8222 2005-05-19 [colin]      1.9.11cvs1
8223
8224         * src/procmsg.c
8225                 Fix compilation with gcc 2.9x
8226
8227 2005-05-19 [paul]       1.9.11
8228
8229         1.9.11 released
8230
8231 2005-05-19 [paul]       1.9.9cvs14
8232
8233         * src/gtk/inputdialog.c
8234                 prevent gettext warning
8235
8236 2005-05-19 [paul]       1.9.9cvs13
8237
8238         * src/mainwindow.c
8239         * src/prefs_common.c
8240         * src/prefs_common.h
8241         * src/textview.c
8242         * src/textview.h
8243                 add an option to toggle cursor in message
8244                 view (sync with main)
8245
8246 2005-05-18 [colin]      1.9.9cvs12
8247
8248         * src/compose.c
8249                 Dereference freed pointer
8250         * src/gtk/gtkaspell.c
8251                 Fix duplication of dictionaries (is it an aspell issue?)
8252
8253 2005-05-18 [colin]      1.9.9cvs11
8254
8255         * src/gtk/inputdialog.c
8256         * src/gtk/gtkaspell.c
8257                 HIGuify dialogs
8258         * src/alertpanel.c
8259                 Remove a double call
8260
8261 2005-05-17 [colin]      1.9.9cvs10
8262
8263         * src/gtk/gtkaspell.c
8264                 Fix dialogs, Ctrl-Enter accel
8265
8266 2005-05-17 [colin]      1.9.9cvs9
8267
8268         * src/gtk/gtkaspell.c
8269                 Fix some accelerators, escape in replace-window
8270
8271 2005-05-16 [colin]      1.9.9cvs8
8272
8273         * src/gtk/gtkaspell.c
8274                 Revert last commit, it was a mistake.
8275
8276 2005-05-16 [colin]      1.9.9cvs7
8277
8278         * src/gtk/gtkaspell.c
8279                 Remove buggy code while we're at it. It's a 
8280                 dead code path anyway.
8281
8282 2005-05-16 [colin]      1.9.9cvs6
8283
8284         * src/gtk/gtkaspell.c
8285                 Missed some gtk_menu_popup where deactivate
8286                 signal should be handled. Should fix bug
8287                 #629 a bit more.
8288
8289 2005-05-16 [colin]      1.9.9cvs5
8290
8291         * src/gtk/gtkaspell.c
8292                 Remove debug printf()s
8293
8294 2005-05-16 [colin]      1.9.9cvs4
8295
8296         * src/gtk/gtkaspell.c
8297                 Fix a bit aspell problems
8298                 (see bug #629)
8299
8300 2005-05-13 [colin]      1.9.9cvs3
8301
8302         * src/folderview.c
8303                 Fix the + appearing even when no subfolders
8304                 have unread messages. Thanks to wwp for the
8305                 bug report.
8306
8307 2005-05-11 [paul]       1.9.9cvs2
8308
8309         * src/folderview.c
8310                 correction to 1.9.9cvs1, only colour folders that
8311                 have new msgs (not unread msgs)
8312
8313 2005-05-10 [colin]      1.9.9cvs1
8314
8315         * src/folderview.c
8316         * src/summaryview.c
8317                 Try to fix bolding bugs again.
8318
8319 2005-05-09 [paul]
8320
8321         * tools/claws.i18n.status.pl
8322                 add Ricardo Mones Lastra's script that has been providing
8323                 the i18n status page for many months
8324
8325 2005-05-09 [paul]       1.9.9
8326
8327         1.9.9 release
8328
8329 2005-05-09 [paul]       1.9.6cvs58
8330
8331         * AUTHORS
8332         * INSTALL
8333         * README.claws
8334                 updated
8335         * Makefile.am 
8336         * RELEASE_NOTES.claws
8337                 add release notes to cvs to simplify release
8338                 procedure
8339         * configure.ac
8340                 add ca and fi to ALL_LINGUAS
8341         * po/Makefile.in.in
8342                 workaround for missing Makevars
8343         * po/ca.po
8344         * po/fi.po
8345                 add new Catalan and Finnish translations
8346                 submitted by Miquel Oliete and Flammie Pirinen
8347         * po/de.po
8348         * po/es.po
8349         * po/fr.po
8350         * po/it.po
8351         * po/pl.po
8352         * po/ru.po
8353         * po/sk.po
8354         * po/sr.po
8355         * po/zh_CN.po
8356                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
8357                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
8358                 Urke MMI, and Hansom Young
8359         * src/main.c
8360                 Fix drafting when quitting. compose_draft() closes the
8361                 compose windows, which modifies the compose_list GSList.
8362                 We have to refresh this list after echo drafting to avoid a
8363                 segfault
8364         * src/partial_download.c
8365                 fix segfault on exit
8366
8367 2005-05-06 [paul]       1.9.6cvs57
8368
8369         * src/grouplistdialog.c
8370                 quick fix/workaround for unresizeable newsgroup
8371                 name column 
8372
8373 2005-05-06 [paul]       1.9.6cvs56
8374
8375         * src/inc.c
8376         * src/mainwindow.c
8377                 use gettext plural forms
8378         * src/imap_gtk.c
8379         * src/mh_gtk.c
8380         * src/toolbar.c
8381                 small improvement to english usage
8382
8383 2005-05-05 [thorsten]   1.9.6cvs55
8384
8385         * src/folder.c
8386                 fix possible crash
8387
8388 2005-05-05 [paul]       1.9.6cvs54
8389         
8390         sync with HEAD
8391
8392         * AUTHORS
8393         * src/compose.c
8394                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
8395                 patch by Tim Mann
8396
8397 2005-05-05 [paul]       1.9.6cvs53
8398
8399         * src/mainwindow.c
8400                 fix resizing of separate message and
8401                 folder views
8402
8403 2005-05-05 [paul]       1.9.6cvs52
8404
8405         * src/account.c
8406         * src/addrgather.c
8407         * src/browseldap.c
8408         * src/exphtmldlg.c
8409         * src/expldifdlg.c
8410         * src/importmutt.c
8411         * src/importpine.c
8412         * src/main.c
8413         * src/mainwindow.c
8414         * src/noticeview.c
8415         * src/prefs_filtering.c
8416         * src/prefs_filtering_action.c
8417         * src/prefs_matcher.c
8418         * src/prefs_spelling.c
8419         * src/prefs_toolbar.c
8420         * src/toolbar.c
8421         * src/wizard.c
8422         * src/gtk/description_window.c
8423         * src/gtk/gtkvscrollbutton.c
8424         * src/gtk/progressdialog.c
8425         * src/gtk/quicksearch.c
8426         * src/plugins/pgpmime/prefs_gpg.c
8427         * src/plugins/spamassassin/spamassassin_gtk.c
8428                 replace deprecated gtk_widget_set_usize
8429
8430 2005-05-04 [colin]      1.9.6cvs51
8431
8432         * src/common/utils.c
8433                 Fix crash when subst_for_filename is called
8434                 with a NULL parameter
8435
8436 2005-05-04 [colin]      1.9.6cvs50
8437
8438         * src/partial_download.c
8439         * src/pop.c
8440                 Escape login when writing uidl file
8441                 fixes bug #736
8442
8443 2005-05-03 [colin]      1.9.6cvs49
8444
8445         * src/procmime.c
8446                 Fix possible DOS in mime parser
8447                 (see bug #634)
8448
8449 2005-05-02 [colin]      1.9.6cvs48
8450
8451         * src/compose.c
8452                 Try to fix the copy/paste mess once again.
8453
8454
8455 2005-04-30 [colin]      1.9.6cvs47
8456
8457         * src/prefs_account.h
8458         * src/procmsg.c
8459         * src/send_message.c
8460         * src/common/smtp.c
8461         * src/common/smtp.h
8462                 Try to batch sending mails (per account) instead of
8463                 reconnecting to server every time.
8464
8465 2005-04-29 [colin]      1.9.6cvs46
8466
8467         * src/messageview.c
8468                 Fix window resizing that refused to size down
8469         * src/prefs_common.c
8470         * src/prefs_common.h
8471         * src/prefs_filtering.c
8472                 Save Filtering's window size
8473
8474 2005-04-21 [paul]       1.9.6cvs45
8475
8476         * ChangeLog-gtk2.claws
8477         * src/setup.c
8478                 correction to sync
8479
8480 2005-04-21 [paul]       1.9.6cvs44
8481
8482         sync with main:
8483
8484         * src/setup.c
8485         * src/statusbar.c
8486         * src/statusbar.h
8487                 use gtkut_widget_draw_now(). Improved performance
8488                 of the update of statusbar
8489         * src/textview.c
8490                 textview_smooth_scroll_do(): redraw it after scroll
8491                 is done (fixed incorrect display when a part of the
8492                 view is hidden).
8493         * src/gtk/gtkutils.c
8494         * src/gtk/gtkutils.h
8495                 gtkut_widget_draw_now(): use gdk_window_process_updates()
8496                 to force update of widgets.
8497                 Removed gtkut_widget_wait_for_draw() which had a big
8498                 overhead  because of waiting for all events processed 
8499
8500 2005-04-20 [paul]       1.9.6cvs43
8501
8502         * src/codeconv.c
8503                 complete 1.9.6cvs42's sync:
8504                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
8505
8506 2005-04-19 [paul]       1.9.6cvs42
8507
8508         sync with main:
8509
8510         * src/action.c
8511                 catch_output(): correctly select the insert text
8512                 (fix invalid iterator warnings).
8513         * src/codeconv.c
8514         * src/codeconv.h
8515         * src/mainwindow.c
8516         * src/messageview.c
8517         * src/prefs_common.c
8518                 support GBK encoding.
8519         * src/common/session.c
8520         * src/common/session.h
8521                 use separate buffer for large data to be sent,
8522                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
8523
8524 2005-04-18 [paul]       1.9.6cvs41
8525
8526         * src/jpilot.c
8527                 convert unsigned long into guint32
8528                 patch by Paul LeoNerd Evans 
8529
8530 2005-04-17 [colin]      1.9.6cvs40
8531
8532         * src/compose.c
8533                 Fix 'Request return receipt' from folder
8534                 properties (bug #708)
8535
8536 2005-04-17 [colin]      1.9.6cvs39
8537
8538         * src/mainwindow.c
8539                 Fix duplicate hotkeys in Mainwindow's menu
8540
8541 2005-04-17 [colin]      1.9.6cvs38
8542
8543         * src/folderview.c
8544                 Fix duplicate hotkeys in Folderview's contextual
8545                 menu
8546
8547 2005-04-15 [colin]      1.9.6cvs37
8548
8549         * src/summaryview.c
8550                 Fix 'Save as...' with non-ascii filenames
8551
8552 2005-04-15 [colin]      1.9.6cvs36
8553
8554         * src/plugins/pgpmime/pgpmime.c
8555                 Fix bus error on 64bit. Spotted by 
8556                 macallan1888@gmail.com
8557
8558 2005-04-15 [colin]      1.9.6cvs35
8559
8560         * src/prefs_account.c
8561                 Fix cvs34.
8562
8563 2005-04-12 [colin]      1.9.6cvs34
8564
8565         * src/prefs_account.c
8566                 Fix smtp auth type off-by-one. We forgot to
8567                 add PLAIN in the prefs-to-gui setter func and
8568                 as a result, the selected auth when opening
8569                 account prefs was not the correct one.
8570
8571 2005-04-12 [paul]       1.9.6cvs33
8572
8573         * src/inc.c
8574                 if the recv dialog is visible, Cancel only
8575                 cancels the current account
8576
8577
8578 2005-04-10 [colin]      1.9.6cvs32
8579
8580         * src/filtering.c
8581                 Copy score when copying FilteringActions
8582                 Fix bug #674
8583
8584 2005-04-10 [colin]      1.9.6cvs31
8585
8586         * src/inc.c
8587                 Make Message -> Receive -> Cancel cancel 
8588                 incorporation on all accounts. Fixes
8589                 bug #693
8590
8591 2005-04-10 [colin]      1.9.6cvs30
8592
8593         * src/prefs_account.c
8594                 Update Privacy checkbuttons status based
8595                 on the selected privacy system
8596         * src/compose.c
8597                 Always connect the "None" privacy system; the
8598                 static boolean was probably there to avoid
8599                 reconnecting twice in the same compose window,
8600                 but as the parent function is only called once
8601                 per compose, it's only a bug - as a static is
8602                 initialized once per application instance.
8603                 Also, don't uncheck Sign and Encrypt when
8604                 selecting None as privacy system; just ignore
8605                 them when sending/queuing.
8606                 Should fix bug #695
8607
8608 2005-04-08 [colin]      1.9.6cvs29
8609
8610         * src/account.c
8611         * src/prefs_account.c
8612         * src/prefs_account.h
8613                 Add account preference to queue message in a certain
8614                 folder.
8615
8616 2005-04-06 [colin]      1.9.6cvs28
8617
8618         * src/prefs_account.c
8619                 Update old inbox path syntax
8620
8621 2005-04-06 [paul]       1.9.6cvs27
8622
8623         sync with main:
8624
8625         * configure.ac
8626                 changed -traditional-cpp to -no-cpp-precomp for newer
8627                 Mac OS X support
8628         * src/foldersel.c
8629                 made column resize automatically
8630         * src/send_message.c
8631                 send_message_smtp(): consider EOF right after QUIT
8632                 successful (workaround for Gmail SMTP server)
8633         * src/common/socket.c
8634                 ssl_read(), ssl_peek(): check EOF which violates the
8635                 SSL protocol
8636         * src/gtk/colorlabel.c
8637                 removed warnings when displaying colorlabel menu
8638                 (don't use GtkAlignment)
8639
8640 2005-04-05 [paul]       1.9.6cvs26
8641
8642         * src/plugins/trayicon/trayicon.c
8643                 fix clipping of icon under KDE3 
8644
8645 2005-04-05 [paul]       1.9.6cvs25
8646
8647         * src/summaryview.c
8648                 hide display of threading
8649                 patch by Alfons
8650
8651 2005-04-04 [thorsten]   1.9.6cvs24
8652
8653         * src/mh.c
8654                 marks lost on filesystems with different stat() results on
8655                 summer-/wintertime
8656
8657 2005-04-03 [colin]      1.9.6cvs23
8658
8659         * src/summaryview.c
8660                 Don't handle up/down. Patch by Alfons
8661
8662 2005-04-02 [colin]      1.9.6cvs22
8663
8664         * src/summaryview.c
8665                 Make scrolling faster. Patch by Alfons.
8666
8667 2005-04-01 [colin]      1.9.6cvs21
8668
8669         * src/Makefile.am
8670         * src/stock_pixmap.c
8671         * src/pixmaps/dir-noselect.xpm ** REMOVED **
8672         * src/pixmaps/dir_noselect.xpm ** ADDED **
8673                 Fix pixmap name mismatch (Thanks Stephan Sachse)
8674
8675 2005-04-01 [colin]      1.9.6cvs20
8676
8677         * src/image_viewer.c
8678         * src/image_viewer.h
8679         * src/procmime.c
8680         * src/procmime.h
8681         * src/textview.c
8682         * src/textview.h
8683                 Implement inline image resizing and right-clicking
8684
8685 2005-04-01 [paul]       1.9.6cvs19
8686
8687         * AUTHORS
8688         * Makefile.am
8689         * configure.ac
8690                 check for gnome2
8691                 patch by Luca Cavalli <loopback<AT>slackit.org>
8692         * po/ru.po
8693                 updated by Pavlo Bohmat
8694
8695 2005-03-31 [colin]      1.9.6cvs18
8696
8697         * src/news.c
8698                 Fix parsing references
8699         * src/msgcache.c
8700                 don't put nulls in the references list
8701         * src/procheader.c
8702                 commit that forgotten file in 1.9.6cvs14
8703
8704 2005-03-31 [colin]      1.9.6cvs17
8705
8706         * src/compose.c
8707                 Fix joining of signature separator again. 
8708                 Maybe Hiro could put it in main too...
8709
8710 2005-03-31 [colin]      1.9.6cvs16
8711
8712         * src/Makefile.am
8713         * src/foldersel.c
8714         * src/stock_pixmap.c
8715         * src/stock_pixmap.h
8716         * src/pixmaps/dir-noselect.xpm
8717                 Update foldersel.c (sync from main, patch by Alfons)
8718
8719 2005-03-30 [colin]      1.9.6cvs15
8720
8721         * src/imap.c
8722                 Fix handling of imap folders containing [] in 
8723                 their name. Thanks to Nahuel Angelinetti for
8724                 the detailed bugreport.
8725
8726 2005-03-30 [colin]      1.9.6cvs14
8727
8728         * src/common/utils.h
8729         * src/common/utils.c
8730         * src/common/defs.h
8731         * src/matcher.c
8732         * src/msgcache.c
8733         * src/news.c
8734         * src/procmsg.c
8735         * src/procmsg.h
8736         * src/quote_fmt_parse.y
8737         * src/summaryview.c
8738                 Update references system. Patch by Alfons
8739
8740 2005-03-30 [colin]      1.9.6cvs13
8741
8742         * src/common/socket.c
8743                 Force the glibc to read resolv.conf again when 
8744                 it has changed. Should fix issues when changing
8745                 networks on a laptop and not restarting sylpheed. 
8746
8747 2005-03-30 [paul]       1.9.6cvs12
8748
8749         partial sync with main:
8750
8751         * src/action.c
8752                 create_io_dialog(): use user-defined text font
8753                 (thanks to Alfons), and modified its appearance.
8754         * src/addrgather.c
8755         * src/addrharvest.c
8756         * src/browseldap.c
8757                 replace old code
8758         * src/compose.c
8759                 don't join (presumably) itemized lines on line-wrapping
8760                 fixed wrapping of quote when auto-wrapping is enabled
8761                 compose_destroy(): destroy paned only if it's not
8762                 attached to window. Fixed memory leak of popup menu.
8763         * src/exphtmldlg.c
8764         * src/expldifdlg.c
8765                 replace old code
8766         * src/html.c
8767         * src/html.h
8768         * src/importmutt.c
8769         * src/importpine.c
8770                 replace old code
8771         * src/main.c
8772                 removed redundant code
8773         * src/mainwindow.c
8774                 changed 'Code set' (which is rather incorrect)
8775                 in the menu to 'Character encoding'
8776                 main_window_set_widgets(): request size first
8777                 to prevent window size becoming wrong
8778                 fixed remembering of the state of the visibility
8779                 of MessageView
8780         * src/messageview.c
8781                 changed 'Code set' (which is rather incorrect)
8782                 in the menu to 'Character encoding'
8783         * src/prefs_common.c
8784         * src/prefs_common.h
8785                 added an option whether to render HTML as text or not
8786                 added separators to outgoing encoding menu
8787         * src/procheader.c
8788                 procheader_scan_date_string(): support header
8789                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
8790         * src/summaryview.c
8791         * src/summaryview.h
8792                 minor code cleanup
8793         * src/textview.c
8794                 textview_show_html(): force output of newline
8795                 added an option whether to render HTML as text or not
8796         * src/common/utils.c
8797                 strncpy2(): optimized based on Alfons' code
8798         * src/gtk/gtkutils.c
8799         * src/gtk/gtkutils.h
8800                 removed non-used code
8801         * src/plugins/pgpmime/passphrase.c
8802                 partially fixed grab input of passphrase dialog
8803                 Confine pointer to window
8804
8805 2005-03-30 [colin]      1.9.6cvs11
8806
8807         * src/msgcache.c
8808         * src/msgcache.h
8809                 Read/write 32bit ints from cache & marks
8810                 From main.
8811
8812 2005-03-29 [paul]       1.9.6cvs10
8813
8814         * AUTHORS
8815         * ChangeLog.claws
8816         * src/compose.c
8817         * src/gtk/gtkaspell.c
8818                 sync with HEAD (don't pass NULL pointers) 
8819
8820 2005-03-24 [paul]
8821
8822         * tools/Makefile.am
8823         * tools/README
8824         * tools/acroread2sylpheed.pl
8825                 sync with HEAD (add script to send pdfs as
8826                 attachments from Adobe Reader 7)
8827
8828 2005-03-21 [paul]       1.9.6cvs9
8829
8830         * configure.ac
8831         * po/POTFILES.in
8832         * src/Makefile.am
8833         * src/crash.c
8834         * src/image_viewer.c ** ADDED **
8835         * src/image_viewer.h ** ADDED **
8836         * src/main.c
8837         * src/prefs_common.c
8838         * src/prefs_common.h
8839         * src/prefs_image_viewer.c ** ADDED **
8840         * src/prefs_image_viewer.h ** ADDED **
8841         * src/textview.c
8842         * src/gtk/about.c
8843         * src/pixmaps/sylpheed_logo.xpm
8844         * src/plugins/Makefile.am
8845         * src/plugins/image_viewer/.cvsignore ** REMOVED **
8846         * src/plugins/image_viewer/Makefile.am ** REMOVED **
8847         * src/plugins/image_viewer/plugin.c ** REMOVED **
8848         * src/plugins/image_viewer/viewer.c ** REMOVED **
8849         * src/plugins/image_viewer/viewer.glade ** REMOVED **
8850         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
8851         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
8852         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
8853         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
8854                 as gdk-pixbuf is now built-in
8855                 remove image_viewer plugin and put code back into
8856                 main codebase
8857                 implement inline image display (sync with main)
8858
8859                 replace logo with newer, nicer, larger version  
8860
8861 2005-03-21 [paul]       1.9.6cvs8
8862
8863         * src/gtk/about.c
8864                 cosmetic improvement
8865
8866 2005-03-21 [holger]     1.9.6cvs7
8867
8868         * src/plugins/spamassassin/spamassassin.c
8869                 Sync with HEAD
8870                 (unregister hook on failed plugin init)
8871
8872 2005-03-20 [colin]      1.9.6cvs6
8873
8874         * src/common/plugin.c
8875                 Check that plugin isn't already loaded
8876                 Patch by Alfons
8877
8878 2005-03-20 [thorsten]   1.9.6cvs5
8879
8880         * src/compose.c
8881                 use a more compatible syntax
8882
8883 2005-03-20 [thorsten]   1.9.6cvs4
8884
8885         * src/prefs_toolbar.c
8886                 fix crash when selecting toolbar item (uninitialized pointer)
8887
8888 2005-03-20 [thorsten]   1.9.6cvs3
8889
8890         * src/procmime.c
8891                 fix mimetype detection (referenced free()d string)
8892
8893 2005-03-20 [paul]       1.9.6cvs2
8894
8895         * src/compose.c
8896                 sync with HEAD (1.0.3cvs5)
8897                 neglect Reply-To header if empty
8898                 Patch by Alfons 
8899
8900 2005-03-19 [holger]     1.9.6cvs1
8901
8902         * src/summaryview.c
8903         * src/summaryview.h
8904                 Sync with HEAD
8905
8906 2005-03-18 [paul]       1.9.6
8907
8908         initial GTK2 release
8909
8910 2005-03-18 [paul]       1.0.3cvs3.1
8911
8912         * AUTHORS
8913         * ChangeLog.claws
8914         * configure.ac
8915         * src/gtk/about.c
8916         * src/pixmaps/sylpheed_logo.xpm
8917                 sync with HEAD
8918
8919 2005-03-18 [colin]      1.0.3cvs2.6
8920
8921         * src/summaryview.c
8922                 Remove call to summary_step in summary_copy_selected_to
8923                 Can't see its purpose, and this causes bug when copying
8924                 a message if the next one is unread: it reads it.
8925
8926 2005-03-18 [paul]       1.0.3cvs2.5
8927
8928         * src/foldersel.c
8929                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
8930
8931 2005-03-18 [paul]       1.0.3cvs2.4
8932
8933         * src/addrharvest.c
8934         * src/codeconv.c
8935         * src/codeconv.h
8936         * src/compose.c
8937         * src/news.c
8938         * src/procheader.c
8939         * src/procmime.c
8940         * src/unmime.c
8941         * src/unmime.h
8942                 fix buffer overflow, CAN-2005-0667, see
8943                 http://secunia.com/advisories/14491/
8944                 Patch by Alfons
8945
8946 2005-03-17 [colin]      1.0.3cvs2.3
8947
8948         * src/prefs_fonts.c
8949         * src/summaryview.c
8950                 Fix font bugs (both lists now officialy share 
8951                 the same font)
8952                 
8953
8954 2005-03-17 [paul]       1.0.3cvs2.2
8955
8956         * src/gtk/pluginwindow.c
8957                 make plugin descriptions uneditable
8958
8959 2005-03-11 [paul]       1.0.3cvs2.1
8960
8961         * ChangeLog.claws
8962         * configure.ac
8963         * po/POTFILES.in
8964         * src/plugins/trayicon/trayicon.c
8965                 sync with HEAD
8966                 add src/wizard.c to POTFILES.in
8967
8968 2005-03-11 [paul]       1.0.3cvs1.1
8969
8970         * ChangeLog
8971         * ChangeLog.claws
8972         * configure.ac
8973         * po/de.po
8974         * po/es.po
8975         * po/fr.po
8976         * po/it.po
8977         * po/pt_BR.po
8978         * po/ru.po
8979         * po/sk.po
8980         * po/sr.po
8981         * po/zh_CN.po
8982                 sync with HEAD
8983
8984 2005-03-04 [colin]      1.0.1cvs22.2
8985
8986         * src/compose.c
8987                 Fix signatures with accentued chars in it
8988
8989 2005-03-04 [colin]      1.0.1cvs22.1
8990
8991         * src/common/smtp.c
8992         * src/common/smtp.h
8993                 Don't use SIZE param in MAIL FROM: if server 
8994                 doesn't support it. Patch by Eugen Freiter
8995                 <eugen_f@users.sf.net>
8996
8997 2005-02-27 [paul]       1.0.1cvs20.1
8998
8999         * ChangeLog.claws
9000         * configure.ac
9001         * src/messageview.c
9002                 sync with HEAD
9003
9004 2005-02-27 [colin]      1.0.1cvs19.4
9005
9006         * src/procheader.c
9007         * src/procheader.h
9008                 Fix prototypes. Patch by Alfons
9009
9010 2005-02-27 [colin]      1.0.1cvs19.3
9011
9012         * src/compose.c
9013                 Don't auto-join the signature separator.
9014
9015 2005-02-26 [colin]      1.0.1cvs19.2
9016
9017         * src/summaryview.c
9018                 Fix 'mark all read' with collapsed threads.
9019                 Patch by Alfons.
9020
9021 2005-02-25 [paul]       1.0.1cvs19.1
9022
9023         * ChangeLog.claws
9024         * configure.ac
9025         * src/prefs_account.c
9026         * src/prefs_folder_item.c
9027         * src/gtk/prefswindow.c
9028         * src/gtk/prefswindow.h
9029                 sync with HEAD
9030
9031 2005-02-25 [paul]       1.0.1cvs15.12
9032
9033         * src/alertpanel.c
9034         * src/codeconv.c
9035         * src/compose.c
9036         * src/textview.c
9037         * src/gtk/gtkutils.c
9038         * src/gtk/gtkutils.h
9039         * src/gtk/logwindow.c
9040         * src/gtk/progressdialog.c
9041                 sync with main (revision 127)
9042                 and fix logwindow clipping
9043
9044 2005-02-24 [colin]      1.0.1cvs15.11
9045
9046         * src/plugins/pgpmime/passphrase.c
9047                 Disable input grabbing; it doesn't work yet.
9048
9049 2005-02-24 [colin]      1.0.1cvs15.10
9050
9051         * src/messageview.c
9052                 Don't send out receipts if offline. Ask.
9053
9054 2005-02-23 [colin]      1.0.1cvs15.9
9055
9056         * src/summaryview.c     
9057                 Fix expanding
9058
9059 2005-02-23 [colin]      1.0.1cvs15.8
9060
9061         * src/summaryview.c
9062                 Really fix Bug 568 by removing useless
9063                 calls. summary_thread_init() now called
9064                 in summary_sort(). This should please
9065                 Alfons as it should be faster than 
9066                 previously.
9067
9068 2005-02-23 [colin]      1.0.1cvs15.7
9069
9070         * src/compose.c
9071                 Encode parts as QP or B64 if signing
9072
9073 2005-02-23 [colin]      1.0.1cvs15.6
9074
9075         * src/compose.c
9076                 Fix Mimeinfo leakage (including tmp files)
9077         * src/procmsg.c
9078                 Fix tmp file leakage (spotted by Ivan Rayner)
9079
9080 2005-02-22 [colin]      1.0.1cvs15.5
9081
9082         * src/expldifdlg.c
9083                 Fix keyboard input. Patch by Alfons.
9084
9085 2005-02-21 [colin]      1.0.1cvs15.4
9086
9087         * src/compose.c
9088                 Fix Sign/Encrypt when unselecting privacy
9089                 system
9090         * src/prefs_common.c
9091                 Change default message font to Monospace
9092         * src/summaryview.c
9093                 More freezing during potentially large operations
9094
9095 2005-02-21 [paul]       1.0.1cvs15.3
9096
9097         * src/main.c
9098                 fix --help output
9099
9100 2005-02-21 [paul]       1.0.1cvs15.2
9101
9102         * po/Makefile.in.in
9103         * src/compose.c
9104         * src/summaryview.c
9105         * src/textview.c
9106         * src/common/utils.c
9107         * src/common/utils.h
9108                 sync with main (revision 117)
9109
9110 2005-02-20 [colin]      1.0.1cvs15.1
9111
9112         * src/common/defs.h
9113                 Change cache file to .sylpheed_claws_cache, as
9114                 suggested by Alfons. Allows people to switch
9115                 between Sylpheed and Sylpheed-Claws. it is
9116                 a good idea to "Check for new messages" at next
9117                 startup.
9118
9119
9120 2005-02-18 [colin]      1.0.1cvs14.1
9121
9122         * src/quote_fmt_lex.l
9123         * src/quote_fmt_parse.y
9124                 Fix parser initialisation. Patch by Ivan.
9125
9126 2005-02-18 [colin]      1.0.1cvs11.6
9127
9128         * src/folderview.c
9129                 Fix scrolldown (bug 662)
9130
9131 2005-02-17 [colin]      1.0.1cvs11.5
9132
9133         * src/codeconv.c
9134                 conv_filename_to_utf8: return clean 7bit instead
9135                 of broken utf8 if needed
9136         * src/mimeview.c
9137                 Fix display of parts with unclean 8bit names
9138
9139 2005-02-17 [paul]       1.0.1cvs11.4
9140
9141         * src/compose.c
9142         * src/exportldif.c
9143         * src/matcher_parser_parse.y
9144         * src/procmime.c
9145         * src/sourcewindow.c
9146         * src/common/Makefile.am
9147         * src/common/intl.h             ** REMOVED **
9148         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9149                 sync with main (revision 109)
9150                 and clean up
9151
9152 2005-02-16 [colin]      1.0.1cvs11.3
9153
9154         * src/summaryview.c
9155                 Fix collapsed thread not highlighting when new
9156                 messages in it (Bug 568) Patch by Stephan Sachse.
9157                 Fix messed up selection when reaching bounds (Bug 632)
9158         * src/prefs_themes.c
9159                 Fix theme installing (Bug 684)
9160
9161 2005-02-16 [colin]      1.0.1cvs11.2
9162
9163         * src/messageview.c
9164                 Fix messageview_select_all
9165
9166 2005-02-16 [colin]      1.0.1cvs11.1
9167
9168         * src/mh.c
9169                 Sync with HEAD (MH scan required function)
9170
9171 2005-02-15 [colin]      1.0.1cvs8.1
9172
9173         * src/mimeview.c
9174         * src/common/utils.c
9175                 Sync with HEAD (filename chars substitution)
9176
9177 2005-02-15 [colin]      1.0.1cvs7.3
9178
9179         * src/gtk/pluginwindow.c
9180                 Fix button spacing
9181
9182 2005-02-15 [colin]      1.0.1cvs7.2
9183
9184         * src/mimeview.c
9185                 Fix mime icons not reset across message when
9186                 scrolled down
9187
9188 2005-02-15 [colin]      1.0.1cvs7.1
9189
9190         * src/compose.c
9191         * src/procmime.c
9192                 Sync with HEAD (optimisation of cvs6)
9193
9194 2005-02-14 [colin]      1.0.1cvs6.1
9195
9196         * src/compose.c
9197         * src/procmime.c
9198                 Sync with HEAD (encode "From " at line beginning)
9199
9200 2005-02-14 [colin]      1.0.1cvs5.3
9201
9202         * src/compose.c
9203                 Fix wrapping with accentued chars.
9204
9205 2005-02-13 [colin]      1.0.1cvs5.2
9206
9207         * src/textview.c
9208                 Fix email informative part parsing with
9209                 accentued chars in it. ispunct() returns
9210                 true for them in utf8...
9211
9212 2005-02-12 [colin]      1.0.1cvs5.1
9213
9214         * src/filtering.c
9215                 Sync with HEAD (remove wrong use of compose after send)
9216
9217 2005-02-12 [paul]       1.0.1cvs4.5
9218
9219         * src/textview.c
9220                 remove unnecessary code (thanks to Alfons)
9221
9222 2005-02-12 [paul]       1.0.1cvs4.4
9223
9224         * src/textview.c
9225                 add 'Copy' to contextual menu on emails
9226
9227 2005-02-11 [colin]      1.0.1cvs4.3
9228
9229         * src/compose.c
9230                 revert 1.0.0cvs28.2, it doesn't work that well.
9231
9232 2005-02-11 [paul]       1.0.1cvs4.2
9233
9234         * po/Makefile.in.in
9235                 fix 'make release'
9236
9237 2005-02-10 [paul]       1.0.1cvs4.1
9238
9239         * ChangeLog
9240         * ChangeLog.claws
9241         * ChangeLog.jp
9242         * configure.ac
9243         * src/compose.c
9244                 sync with HEAD (sync with main)
9245
9246 2005-02-10 [paul]       1.0.1cvs3.2
9247
9248         * AUTHORS
9249         * Makefile.am
9250         * autogen.sh
9251         * configure.ac
9252         * config/mkinstalldirs
9253         * intl/.cvsignore
9254         * intl/ChangeLog
9255         * intl/VERSION
9256         * intl/bindtextdom.c
9257         * intl/config.charset
9258         * intl/dcgettext.c
9259         * intl/dcigettext.c
9260         * intl/dcngettext.c
9261         * intl/dgettext.c
9262         * intl/dngettext.c
9263         * intl/eval-plural.h
9264         * intl/explodename.c
9265         * intl/finddomain.c
9266         * intl/gettext.c
9267         * intl/gettextP.h
9268         * intl/gmo.h
9269         * intl/hash-string.h
9270         * intl/intl-compat.c
9271         * intl/l10nflist.c
9272         * intl/libgnuintl.h.in
9273         * intl/loadinfo.h
9274         * intl/loadmsgcat.c
9275         * intl/localcharset.c
9276         * intl/localcharset.h
9277         * intl/locale.alias
9278         * intl/localealias.c
9279         * intl/localename.c
9280         * intl/log.c
9281         * intl/ngettext.c
9282         * intl/os2compat.c
9283         * intl/os2compat.h
9284         * intl/osdep.c
9285         * intl/plural-exp.c
9286         * intl/plural-exp.h
9287         * intl/plural.c
9288         * intl/plural.y
9289         * intl/ref-add.sin
9290         * intl/ref-del.sin
9291         * intl/relocatable.c
9292         * intl/relocatable.h
9293         * intl/textdomain.c
9294         * m4/Makefile.am
9295         * po/Makefile.in.in
9296         * src/Makefile.am
9297         * src/account.c
9298         * src/action.c
9299         * src/addr_compl.c
9300         * src/addressadd.c
9301         * src/addressbook.c
9302         * src/addrgather.c
9303         * src/addrindex.c
9304         * src/alertpanel.c
9305         * src/browseldap.c
9306         * src/codeconv.c
9307         * src/codeconv.h
9308         * src/compose.c
9309         * src/compose.h
9310         * src/crash.c
9311         * src/editaddress.c
9312         * src/editbook.c
9313         * src/editgroup.c
9314         * src/editjpilot.c
9315         * src/editldap.c
9316         * src/editldap_basedn.c
9317         * src/editvcard.c
9318         * src/exphtmldlg.c
9319         * src/expldifdlg.c
9320         * src/export.c
9321         * src/exporthtml.c
9322         * src/filtering.c
9323         * src/folder.c
9324         * src/folder_item_prefs.c
9325         * src/foldersel.c
9326         * src/folderview.c
9327         * src/grouplistdialog.c
9328         * src/headerview.c
9329         * src/imap.c
9330         * src/imap_gtk.c
9331         * src/import.c
9332         * src/importldif.c
9333         * src/importmutt.c
9334         * src/importpine.c
9335         * src/inc.c
9336         * src/ldif.c
9337         * src/main.c
9338         * src/mainwindow.c
9339         * src/matcher.c
9340         * src/mbox.c
9341         * src/message_search.c
9342         * src/messageview.c
9343         * src/mh.c
9344         * src/mh_gtk.c
9345         * src/mimeview.c
9346         * src/msgcache.c
9347         * src/news.c
9348         * src/news_gtk.c
9349         * src/noticeview.c
9350         * src/partial_download.c
9351         * src/pop.c
9352         * src/prefs_account.c
9353         * src/prefs_actions.c
9354         * src/prefs_common.c
9355         * src/prefs_customheader.c
9356         * src/prefs_display_header.c
9357         * src/prefs_ext_prog.c
9358         * src/prefs_filtering.c
9359         * src/prefs_filtering_action.c
9360         * src/prefs_folder_item.c
9361         * src/prefs_fonts.c
9362         * src/prefs_gtk.c
9363         * src/prefs_matcher.c
9364         * src/prefs_msg_colors.c
9365         * src/prefs_spelling.c
9366         * src/prefs_summary_column.c
9367         * src/prefs_template.c
9368         * src/prefs_themes.c
9369         * src/prefs_toolbar.c
9370         * src/prefs_wrapping.c
9371         * src/privacy.c
9372         * src/procheader.c
9373         * src/procmime.c
9374         * src/procmsg.c
9375         * src/quote_fmt.c
9376         * src/recv.c
9377         * src/send_message.c
9378         * src/setup.c
9379         * src/sourcewindow.c
9380         * src/ssl_manager.c
9381         * src/statusbar.c
9382         * src/summary_search.c
9383         * src/summaryview.c
9384         * src/textview.c
9385         * src/toolbar.c
9386         * src/wizard.c
9387         * src/common/nntp.c
9388         * src/common/plugin.c
9389         * src/common/smtp.c
9390         * src/common/ssl.c
9391         * src/common/ssl_certificate.c
9392         * src/common/string_match.c
9393         * src/common/sylpheed.c
9394         * src/common/template.c
9395         * src/common/utils.c
9396         * src/gtk/about.c
9397         * src/gtk/colorlabel.c
9398         * src/gtk/description_window.c
9399         * src/gtk/filesel.c
9400         * src/gtk/foldersort.c
9401         * src/gtk/gtkaspell.c
9402         * src/gtk/gtkutils.c
9403         * src/gtk/inputdialog.c
9404         * src/gtk/logwindow.c
9405         * src/gtk/menu.c
9406         * src/gtk/pluginwindow.c
9407         * src/gtk/prefswindow.c
9408         * src/gtk/progressdialog.c
9409         * src/gtk/quicksearch.c
9410         * src/gtk/sslcertwindow.c
9411         * src/plugins/clamav/clamav_plugin.c
9412         * src/plugins/clamav/clamav_plugin_gtk.c
9413         * src/plugins/demo/demo.c
9414         * src/plugins/dillo_viewer/dillo_prefs.c
9415         * src/plugins/dillo_viewer/dillo_viewer.c
9416         * src/plugins/image_viewer/plugin.c
9417         * src/plugins/image_viewer/viewer.c
9418         * src/plugins/image_viewer/viewerprefs.c
9419         * src/plugins/mathml_viewer/mathml_viewer.c
9420         * src/plugins/pgpmime/passphrase.c
9421         * src/plugins/pgpmime/plugin.c
9422         * src/plugins/pgpmime/prefs_gpg.c
9423         * src/plugins/pgpmime/select-keys.c
9424         * src/plugins/pgpmime/sgpgme.c
9425         * src/plugins/spamassassin/spamassassin.c
9426         * src/plugins/spamassassin/spamassassin_gtk.c
9427         * src/plugins/trayicon/trayicon.c
9428                 sync with main (revision 104)
9429
9430 2005-02-10 [colin]      1.0.1cvs3.1
9431
9432         * src/mainwindow.c
9433                 Sync with HEAD (fix occasional crasher)
9434
9435 2005-02-10 [colin]      1.0.1cvs2.1
9436
9437         * src/messageview.c
9438                 Synw with HEAD (don't automatically display html)
9439
9440 2005-02-09 [colin]      1.0.1cvs1.3
9441
9442         * src/textview.c
9443         * src/textview.h
9444                 Add contextual menu on emails
9445
9446 2005-02-09 [colin]      1.0.1cvs1.2
9447
9448         * src/codeconv.c
9449                 Fix converting from broken headers and 
9450                 put back the _ in missing places
9451                 (feature broke with cvs24.2 sync, main 
9452                  possibly affected?)
9453
9454 2005-02-09 [colin]      1.0.1cvs1.1
9455
9456         * src/messageview.c
9457         * src/mimeview.c
9458         * src/mimeview.h
9459                 Sync with HEAD (display non text/plain mails with plugin)
9460
9461 2005-02-08 [colin]      1.0.1.1
9462
9463         * ChangeLog.claws
9464         * po/pt_BR.po
9465                 Sync with HEAD
9466         * configure.ac
9467                 Make default configuration directory 
9468                 be .sylpheed-gtk2
9469
9470 2005-02-08 [colin]      1.0.0cvs29.1
9471
9472         * po/de.po
9473         * po/es.po
9474         * po/fr.po
9475         * po/it.po
9476         * po/sk.po
9477         * po/sr.po
9478                 Sync translations with HEAD
9479
9480 2005-02-06 [colin]      1.0.0cvs28.3
9481
9482         * src/compose.c
9483                 Make compose a bit faster - patch by Alfons.
9484
9485 2005-02-06 [colin]      1.0.0cvs28.2
9486
9487         * src/compose.c
9488                 Make pasting via middle-click more reliable
9489
9490 2005-02-05 [paul]       1.0.0cvs28.1
9491
9492         * ChangeLog
9493         * ChangeLog.claws
9494         * ChangeLog.jp
9495         * configure.ac
9496         * src/compose.c
9497                 sync with HEAD
9498                 (fix bug 682 'redirect is broken'
9499
9500 2005-02-05 [torte]      1.0.0cvs27.1
9501
9502         * ChangeLog.claws
9503         * configure.ac
9504         * src/partial_download.c
9505                 Sync with HEAD (fix buf overflow)
9506
9507 2005-02-03 [colin]      1.0.0cvs26.1
9508
9509         * src/common/plugin.c
9510                 Sync with HEAD (avoid plugin mismatches)
9511
9512 2005-02-03 [paul]       1.0.0cvs25.3
9513
9514         * src/folderview.c
9515         * src/headerview.c
9516         * src/summaryview.c
9517         * src/textview.c
9518         * src/gtk/colorlabel.c
9519                 third and final part of initial sync with main-gtk2
9520
9521 2005-02-03 [paul]       1.0.0cvs25.2
9522
9523         * src/jpilot.c
9524                 fix building with jpilot support
9525
9526 2005-02-02 [colin]      1.0.0cvs25.1
9527
9528         * src/messageview.c
9529                 Sync with HEAD (fix dangerous typo)
9530
9531 2005-02-01 [colin]      1.0.0cvs24.3
9532
9533         * src/common/xml.c
9534                 Write file as advertised (UTF-8)
9535
9536 2005-02-01 [paul]       1.0.0cvs24.2
9537
9538         * src/addrbook.c
9539         * src/addrindex.c
9540         * src/alertpanel.h
9541         * src/codeconv.c
9542         * src/codeconv.h
9543         * src/compose.c
9544         * src/export.c
9545         * src/folder_item_prefs.c
9546         * src/html.c
9547         * src/imap.c
9548         * src/import.c
9549         * src/jpilot.c
9550         * src/mainwindow.c
9551         * src/matcher_parser_lex.l
9552         * src/messageview.c
9553         * src/mh.c
9554         * src/prefs_account.c
9555         * src/prefs_actions.c
9556         * src/prefs_common.c
9557         * src/prefs_gtk.c
9558         * src/prefs_gtk.h
9559         * src/prefs_themes.c
9560         * src/procheader.c
9561         * src/procmime.c
9562         * src/sourcewindow.c
9563         * src/statusbar.c
9564         * src/summaryview.c
9565         * src/textview.c
9566         * src/toolbar.c
9567         * src/unmime.c
9568         * src/common/template.c
9569         * src/common/utils.c
9570         * src/common/xml.c
9571         * src/common/xml.h
9572         * src/gtk/gtkaspell.c
9573         * src/plugins/clamav/clamav_plugin.c
9574         * src/plugins/dillo_viewer/dillo_prefs.c
9575         * src/plugins/image_viewer/viewerprefs.c
9576         * src/plugins/pgpmime/passphrase.c
9577         * src/plugins/pgpmime/prefs_gpg.c
9578         * src/plugins/pgpmime/select-keys.c
9579         * src/plugins/spamassassin/spamassassin.c
9580                 second part of initial sync with main-gtk2
9581                 (more to follow)
9582
9583 2005-01-31 [colin]      1.0.0cvs24.1
9584
9585         * src/compose.c
9586                 Sync with HEAD
9587
9588 2005-01-29 [paul]       1.0.0cvs23.2
9589
9590         * src/account.c
9591         * src/action.c
9592         * src/addressadd.c
9593         * src/addressbook.c
9594         * src/alertpanel.c
9595         * src/compose.c
9596         * src/editaddress.c
9597         * src/editbook.c
9598         * src/editgroup.c
9599         * src/editjpilot.c
9600         * src/editldap.c
9601         * src/editldap_basedn.c
9602         * src/editvcard.c
9603         * src/export.c
9604         * src/foldersel.c
9605         * src/grouplistdialog.c
9606         * src/import.c
9607         * src/importldif.c
9608         * src/inc.c
9609         * src/main.c
9610         * src/mainwindow.c
9611         * src/message_search.c
9612         * src/messageview.c
9613         * src/mimeview.c
9614         * src/prefs_actions.c
9615         * src/prefs_common.c
9616         * src/prefs_common.h
9617         * src/prefs_customheader.c
9618         * src/prefs_display_header.c
9619         * src/prefs_filtering.c
9620         * src/prefs_filtering_action.c
9621         * src/prefs_gtk.c
9622         * src/prefs_matcher.c
9623         * src/prefs_summary_column.c
9624         * src/prefs_template.c
9625         * src/sourcewindow.c
9626         * src/summary_search.c
9627         * src/summaryview.c
9628         * src/textview.c
9629         * src/gtk/about.c
9630         * src/gtk/description_window.c
9631         * src/gtk/gtkshruler.c
9632         * src/gtk/gtkutils.c
9633         * src/gtk/gtkutils.h
9634         * src/gtk/inputdialog.c
9635         * src/gtk/logwindow.c
9636         * src/gtk/prefswindow.c
9637         * src/gtk/progressdialog.c
9638         * src/gtk/progressdialog.h
9639                 first part of initial sync with main-gtk2
9640                 (more to follow)
9641
9642 2005-01-28 [colin]      1.0.0cvs23.1
9643
9644         * src/folderview.c
9645                 Sync with HEAD
9646
9647 2005-01-27 [colin]      1.0.0cvs21.1
9648
9649         * src/folder.c
9650         * src/folderview.c
9651                 Sync with HEAD
9652
9653 2005-01-27 [colin]      1.0.0cvs19.1
9654
9655         * src/procmime.c
9656                 Sync with HEAD
9657
9658 2005-01-27 [colin]      1.0.0cvs18.1
9659
9660         * src/messageview.c
9661         * src/summaryview.c
9662         * src/mainwindow.c
9663         * src/compose.c
9664         * src/compose.h
9665         * src/procmsg.c
9666         * src/procmsg.h
9667         * src/toolbar.c
9668                 Sync with HEAD
9669
9670 2005-01-26 [paul]       1.0.0cvs15.2
9671
9672         * src/compose.c
9673                 compose_entries_set(): convert subject and body to
9674                 utf8 if necessary. patch by Felix Eckhofer
9675
9676 2005-01-26 [paul]       1.0.0cvs15.1
9677
9678         * configure.ac
9679         * src/common/template.c
9680                 sync with HEAD (fix memory leak)
9681
9682 2005-01-25 [paul]       1.0.0cvs14.1
9683
9684         * configure.ac
9685         * src/compose.c
9686                 sync with HEAD
9687
9688 2005-01-24 [colin]      1.0.0cvs13.1
9689
9690         * src/summaryview.c
9691                 Sync with HEAD
9692
9693 2005-01-24 [paul]       1.0.0cvs12.1
9694
9695         * configure.ac
9696         * src/messageview.c
9697         * src/mh.c
9698         * src/common/utils.c
9699                 sync with HEAD
9700
9701 2005-01-24 [colin]      1.0.0cvs11.1
9702
9703         * src/procheader.c
9704                 Sync with HEAD
9705
9706 2005-01-24 [colin]      1.0.0cvs10.1
9707
9708         * src/folderview.c
9709                 Sync with HEAD
9710
9711 2005-01-23 [colin]      1.0.0cvs9.1
9712
9713         * src/crash.c
9714                 Sync with HEAD
9715
9716 2005-01-22 [colin]      1.0.0cvs8.1
9717
9718         * src/summaryview.c
9719         * src/gtk/quicksearch.c
9720                 Sync with HEAD
9721
9722 2005-01-21 [colin]      1.0.0cvs7.1
9723
9724         * src/summaryview.c
9725                 Sync with HEAD
9726
9727 2005-01-21 [colin]      1.0.0cvs6.1
9728
9729         * src/summaryview.c
9730                 Sync with HEAD
9731
9732 2005-01-21 [colin]      1.0.0cvs5.1
9733
9734         * src/gtk/quicksearch.c
9735         * src/prefs_common.c
9736         * src/prefs_common.h
9737                 Sync with HEAD (recurse option)
9738
9739 2005-01-21 [colin]      1.0.0cvs4.1
9740
9741         * src/folder.h
9742         * src/folderview.c
9743         * src/folderview.h
9744         * src/summaryview.c
9745         * src/gtk/quicksearch.c
9746         * src/gtk/quicksearch.h
9747                 Sync with HEAD (recursive quicksearch)
9748
9749 2005-01-20 [colin]      1.0.0cvs3.4
9750
9751         * src/ssl_manager.c
9752                 Remove useless code
9753
9754 2005-01-20 [colin]      1.0.0cvs3.3
9755
9756         * src/ssl_manager.c
9757                 Fix leak, thanks to Alfons.
9758
9759 2005-01-20 [colin]      1.0.0cvs3.2
9760
9761         * src/ssl_manager.c
9762                 Port SSL certificate window to GTK2.
9763
9764 2005-01-20 [paul]       1.0.0cvs3.1
9765
9766         * ChangeLog.claws
9767         * configure.ac
9768         * src/addrindex.c
9769         * src/addrindex.h
9770                 sync with HEAD
9771
9772 2005-01-19 [colin]      1.0.0cvs2.2
9773
9774         * src/plugins/trayicon/trayicon.c
9775                 Fix freeze with gtk-2.6, the easy way
9776                 (signal blocking helpless there...)
9777                 Closes bug #668.
9778
9779 2005-01-19 [colin]      1.0.0cvs2.1
9780
9781         * src/mbox.c
9782         * src/mbox.h
9783         * src/mainwindow.c
9784         * src/summaryview.c
9785         * src/summaryview.h
9786                 Sync with HEAD
9787
9788 2005-01-19 [paul]       1.0.0cvs1.1
9789
9790         * configure.ac
9791         * po/de.po
9792         * po/es.po
9793         * po/fr.po
9794         * po/hr.po
9795         * po/it.po
9796         * po/ja.po
9797         * po/ko.po
9798         * po/pt_BR.po
9799         * po/ru.po
9800         * po/sk.po
9801         * po/sr.po
9802                 sync with HEAD (update translations)
9803
9804 2005-01-18 [colin]      1.0.0cvs0.1
9805
9806         * src/foldersel.c
9807                 Specify search column - patch by Alfons
9808
9809 2005-01-18 [colin]      0.9.13cvs36.3
9810
9811         * src/prefs_toolbar.c
9812                 Change Delete to Remove
9813         * src/prefs_fonts.c
9814                 GTK2 version and leak fixes
9815         * src/prefs_actions.c
9816                 Add stock buttons.
9817                 All patches by Alfons
9818
9819 2005-01-17 [colin]      0.9.13cvs36.2
9820
9821         * src/compose.c
9822                 Fix DnD inserting twice. While at it,
9823                 add DnD support for text/plain in the
9824                 body, and add support in the headers.
9825
9826 2005-01-16 [colin]      0.9.13cvs36.1
9827
9828         * ChangeLog
9829         * ChangeLog.jp
9830         * ChangeLog.claws
9831                 Sync with HEAD (nothing applicable)
9832
9833 2005-01-16 [colin]      0.9.13cvs33.2
9834
9835         * src/prefs_toolbar.c
9836                 GTK2ize prefs_toolbar, by Alfons.
9837
9838 2005-01-14 [colin]      0.9.13cvs33.1
9839
9840         * src/html.c
9841         * src/msgcache.c
9842                 Sync with HEAD
9843
9844 2005-01-14 [colin]      0.9.13cvs32.1
9845
9846         * src/html.c
9847         * src/html.h
9848         * src/msgcache.c
9849         * AUTHORS
9850         * tools/calypso_convert.pl
9851                 Sync with HEAD
9852
9853 2005-01-08 [colin]      0.9.13cvs29.2
9854
9855         * src/prefs_filtering_action.c
9856         * src/prefs_filtering.c
9857                 2 more gtk2 patches by Alfons
9858
9859 2005-01-07 [paul]       0.9.13cvs29.1
9860
9861         * ChangeLog
9862         * ChangeLog.claws
9863         * ChangeLog.jp
9864         * configure.ac
9865         * src/pop.c
9866         * src/pop.h
9867                 sync with HEAD
9868
9869 2005-01-07 [colin]      0.9.13cvs28.3
9870
9871         * src/gtk/progressdialog.c
9872         * src/gtk/progressdialog.h
9873         * src/inc.c
9874         * src/send_message.c
9875                 GTK2 for the incorporation dialog. The CList isn't dead
9876                 yet, for a more smooth migration. Patch by Alfons.
9877
9878 2005-01-06 [colin]      0.9.13cvs28.2
9879
9880         * src/prefs_display_header.c
9881                 GTK2 conversion by Alfons
9882         * src/prefs_actions.c
9883         * src/prefs_matcher.c
9884                 Fix 2 leaks - patch by Alfons
9885
9886 2005-01-06 [colin]      0.9.13cvs28.1
9887
9888         * src/prefs_matcher.c
9889                 Sync with HEAD
9890
9891 2005-01-06 [colin]      0.9.13cvs27.4
9892
9893         * src/prefs_matcher.c
9894                 Fix double-free. Patch by Alfons
9895
9896 2005-01-06 [colin]      0.9.13cvs27.3
9897
9898         * src/prefs_matcher.c
9899                 GTK2 widgets + memleak
9900                 Patch by Alfons
9901
9902 2005-01-05 [colin]      0.9.13cvs27.2
9903
9904         * src/account.c
9905         * src/addr_compl.c
9906         * src/foldersel.c
9907         * src/stock_pixmap.c
9908         * src/stock_pixmap.h
9909                 3 more GTK2 patches by Alfons.
9910
9911 2005-01-04 [colin]      0.9.13cvs27.1
9912
9913         * src/folderview.c
9914         * src/imap_gtk.c
9915         * src/news_gtk.c
9916                 Sync with HEAD
9917
9918 2005-01-04 [colin]      0.9.13cvs25.9
9919
9920         * src/compose.c
9921                 Fix Show Ruler menuitem
9922         * src/prefs_template.c
9923                 Convert to GTK2
9924         * src/common/utils.c
9925                 Make auto pointer stuff handles NULLs
9926                 Patches by Alfons.
9927
9928 2005-01-04 [colin]      0.9.13cvs25.8
9929
9930         * src/compose.c
9931                 Move the attachment list to gtk2
9932                 Patch by Alfons.
9933
9934 2005-01-04 [colin]      0.9.13cvs25.7
9935
9936         * src/textview.c
9937                 Make some keys work again
9938                 Patch by SungHyun Nam <namsh@kldp.org>
9939
9940 2005-01-04 [colin]      0.9.13cvs25.6
9941
9942         * src/gtk/gtkshruler.c
9943                 Move the ruler to GTK2
9944                 Patch by Alfons
9945
9946 2005-01-03 [colin]      0.9.13cvs25.5
9947
9948         * src/compose.c
9949                 Fix my broken patch apply 
9950
9951 2005-01-03 [colin]      0.9.13cvs25.4
9952
9953         * src/common/utils.c
9954         * src/common/utils.h
9955         * src/gtk/prefswindow.c
9956                 Move auto pointer stuff to utils.c
9957                 Patch by Alfons again :)
9958
9959 2005-01-03 [colin]      0.9.13cvs25.3
9960
9961         * src/compose.c
9962         * src/prefs_gtk.c
9963         * src/prefs_template.c
9964         * src/textview.c
9965                 Empty text widgets with empty strings, not NULL char
9966                 Patch by SungHyun Nam <namsh@kldp_org>
9967
9968 2005-01-03 [colin]      0.9.13cvs25.2
9969
9970         * src/main.c
9971         * AUTHORS
9972                 Sync with HEAD
9973
9974 2005-01-03 [colin]      0.9.13cvs25.1
9975
9976         * src/pop.c
9977         * src/pop.h
9978                 Sync with HEAD
9979
9980 2005-01-03 [colin]      0.9.13cvs24.3
9981
9982         * src/account.c
9983                 Two patches from Alfons and Alex S Moore:
9984                 fix images, fix return value.
9985
9986 2005-01-01 [colin]      0.9.13cvs24.2
9987
9988         * src/prefs_actions.c
9989                 Fix over-zealous assertion. Patch by Alfons
9990
9991 2005-01-01 [colin]      0.9.13cvs24.1
9992
9993         * src/procmime.c
9994                 Sync with HEAD (leak fix)
9995
9996 2004-12-31 [colin]      0.9.13cvs23.2
9997
9998         * src/prefs_common.c
9999                 GTK2 widgets + stock buttons - patch by Alfons
10000
10001 2004-12-31 [paul]       0.9.13cvs23.1
10002
10003         * configure.ac
10004                 bump up EXTRA_VERSION to match (sync'ed) HEAD
10005         * src/gtk/pluginwindow.c
10006                 use GTK2 widgets and plug memory leaks,
10007                 patches by Alfons
10008
10009 2004-12-30 [colin]      0.9.13cvs22.4
10010
10011         * src/account.c
10012         * src/action.c
10013         * src/export.c
10014         * src/foldersel.c
10015         * src/import.c
10016         * src/message_search.c
10017         * src/prefs_actions.c
10018         * src/prefs_common.c
10019         * src/prefs_customheader.c
10020         * src/prefs_filtering.c
10021         * src/prefs_summary_column.c
10022         * src/summary_search.c
10023         * src/gtk/about.c
10024         * src/gtk/description_window.c
10025         * src/gtk/gtkutils.c
10026         * src/gtk/gtkutils.h
10027         * src/gtk/inputdialog.c
10028         * src/gtk/prefswindow.c
10029                 Use GTK2 stock buttons. Patches by Alfons.
10030
10031 2004-12-30 [colin]      0.9.13cvs22.3
10032
10033         * src/account.c
10034                 Sync with HEAD
10035         * src/prefs_actions.c
10036         * src/prefs_customheader.c
10037         * src/prefs_filtering.c
10038         * src/prefs_msg_colors.c
10039         * src/prefs_summary_column.c
10040         * src/gtk/prefswindow.c
10041                 Use GtkTreeView instead of deprecated 
10042                 widgets. Patches by Alfons.
10043
10044 2004-12-30 [paul]       0.9.13cvs22.2
10045
10046         * src/foldersel.c
10047                 use GTK 2 Tree View
10048                 patch by Alfons, with root folder sorting fix
10049                 by Stephan Sachse
10050
10051 2004-12-30 [paul]       0.9.13cvs22.1
10052
10053         * ChangeLog
10054         * ChangeLog.claws
10055         * ChangeLog.jp
10056         * NEWS
10057         * configure.ac
10058         * src/account.c
10059                 sync with HEAD
10060
10061 2004-12-22 [martin]     0.9.13cvs21.2
10062
10063         * src/action.c
10064                 free the command line after its use
10065
10066 2004-12-18 [paul]       0.9.13cvs21.1
10067
10068         * AUTHORS
10069         * ChangeLog
10070         * ChangeLog.claws
10071         * ChangeLog.jp
10072         * NEWS
10073         * configure.ac
10074         * src/action.c
10075         * src/compose.c
10076         * src/syldap.c
10077                 sync with HEAD
10078
10079 2004-12-17 [martin]     0.9.13cvs17.2
10080
10081         * src/action.c
10082                 convert actions input to locale
10083         * src/inc.c
10084                 convert notification command to locale
10085         * src/plugins/pgpmime/select-keys.c
10086                 convert attributes to utf8
10087
10088 2004-12-14 [colin]      0.9.13cvs17.1
10089
10090         * ChangeLog
10091         * ChangeLog.jp
10092         * ChangeLog.claws
10093         * src/action.c
10094         * src/common/utils.c
10095         * src/gtk/prefswindow.c
10096         * src/gtk/gtkutils.c
10097         * src/gtk/gtkutils.h
10098         * src/plugins/spamassassin/libspamc.c
10099                 Sync with HEAD
10100
10101 2004-12-13 [colin]      0.9.13cvs14.1
10102
10103         * src/quote_fmt_parse.y
10104                 Sync with HEAD
10105
10106 2004-12-10 [colin]      0.9.13cvs12.1
10107
10108         * src/prefs_themes.c
10109         * src/mainwindow.c
10110         * src/messageview.c
10111                 Sync with HEAD
10112
10113 2004-12-09 [colin]      0.9.13cvs10.1
10114
10115         * src/procmime.c
10116                 Sync with HEAD (fix B64 encoding from memory)
10117
10118 2004-12-08 [colin]      0.9.13cvs9.1
10119
10120         * src/gtk/colorlabel.c
10121                 Sync with HEAD
10122
10123 2004-12-08 [paul]       0.9.13cvs8.2
10124
10125         * src/gtk/pluginwindow.c
10126                 fix window resizing oddities
10127
10128 2004-12-08 [colin]      0.9.13cvs8.1
10129
10130         * src/quote_fmt_parse.y
10131                 Sync with HEAD
10132
10133 2004-12-08 [colin]      0.9.13cvs7.1
10134
10135         * src/matcher_parser_parse.y
10136         * src/msgcache.c
10137         * src/prefs_matcher.c
10138         * src/procheader.c
10139         * src/matcher.c
10140         * src/common/defs.h
10141         * po/sr.po
10142                 Sync with HEAD
10143
10144 2004-12-08 [colin]      0.9.13cvs6.1
10145
10146         * src/quote_fmt_parse.y
10147         * src/textview.c
10148                 Sync with HEAD
10149         * src/gtk/prefswindow.c
10150         * src/gtk/pluginwindow.c
10151                 Fix G_CALLBACKS protos (thanks to Alfons)
10152
10153 2004-12-07 [torte]      0.9.13cvs2.2
10154
10155         * src/procmime.c
10156                 [Bug 650] reply button causes crash
10157                 Thanks to David Relson and Christoph
10158
10159 2004-12-07 [colin]      0.9.13cvs2.1
10160
10161         * ChangeLog.claws
10162         * AUTHORS
10163         * po/sk.po
10164         * src/procmime.c
10165         * src/prefs_account.c
10166         * src/common/smtp.c
10167         * src/common/smtp.h
10168                 Sync with HEAD
10169
10170 2004-12-06 [colin]      0.9.12cvs187.1
10171
10172         * ChangeLog.claws
10173         * INSTALL
10174         * Makefile.am
10175         * README.claws
10176         * TODO.claws
10177         * configure.ac
10178         * po/bg.po
10179         * po/cs.po
10180         * po/el.po
10181         * po/en_GB.po
10182         * po/es.po
10183         * po/fr.po
10184         * po/hr.po
10185         * po/hu.po
10186         * po/it.po
10187         * po/ja.po
10188         * po/ko.po
10189         * po/nl.po
10190         * po/pl.po
10191         * po/pt_BR.po
10192         * po/ru.po
10193         * po/sk.po
10194         * po/sr.po
10195         * po/sv.po
10196         * po/zh_CN.po
10197         * po/zh_TW.Big5.po
10198         * src/compose.c
10199         * tools/Makefile.am
10200         * tools/README
10201         * tools/filter_conv.pl
10202         * tools/kdeservicemenu/README
10203         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10204         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10205                 Sync with HEAD
10206
10207 2004-12-04 [colin]      0.9.12cvs183.1
10208
10209         * src/compose.c
10210                 Sync with HEAD (compose window position saving)
10211
10212 2004-12-04 [paul]       0.9.12cvs182.3
10213
10214         * src/messageview.c
10215         * src/mimeview.c
10216         * src/prefs_customheader.c
10217         * src/gtk/quicksearch.c
10218                 replace some forgotten GTK_SIGNAL_FUNCs
10219
10220 2004-12-04 [paul]       0.9.12cvs182.2
10221
10222         * src/Makefile.am
10223                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
10224                 committed in error      
10225
10226 2004-12-04 [paul]       0.9.12cvs182.1
10227
10228         * ChangeLog
10229         * ChangeLog.claws
10230         * ChangeLog.jp
10231         * INSTALL
10232         * NEWS
10233         * README
10234         * README.jp
10235         * configure.ac
10236         * doc/manual/ja/Makefile.am
10237         * doc/manual/ja/sylpheed-1.html
10238         * doc/manual/ja/sylpheed-10.html
10239         * doc/manual/ja/sylpheed-11.html
10240         * doc/manual/ja/sylpheed-12.html
10241         * doc/manual/ja/sylpheed-13.html
10242         * doc/manual/ja/sylpheed-14.html
10243         * doc/manual/ja/sylpheed-15.html
10244         * doc/manual/ja/sylpheed-16.html
10245         * doc/manual/ja/sylpheed-17.html
10246         * doc/manual/ja/sylpheed-18.html
10247         * doc/manual/ja/sylpheed-19.html
10248         * doc/manual/ja/sylpheed-2.html
10249         * doc/manual/ja/sylpheed-20.html
10250         * doc/manual/ja/sylpheed-3.html
10251         * doc/manual/ja/sylpheed-4.html
10252         * doc/manual/ja/sylpheed-5.html
10253         * doc/manual/ja/sylpheed-6.html
10254         * doc/manual/ja/sylpheed-7.html
10255         * doc/manual/ja/sylpheed-8.html
10256         * doc/manual/ja/sylpheed-9.html
10257         * doc/manual/ja/sylpheed.html
10258         * doc/manual/ja/sylpheed.sgml
10259         * po/de.po
10260         * src/Makefile.am
10261         * src/compose.c
10262         * src/procmime.c
10263         * src/pixmaps/regular.xpm **REMOVED**
10264         * src/plugins/pgpmime/pgpmime.c
10265         * src/plugins/pgpmime/plugin.c
10266         * src/plugins/pgpmime/prefs_gpg.c
10267                 sync with HEAD
10268
10269 2004-12-03 [paul]       0.9.12cvs180.1
10270
10271         * ChangeLog
10272         * ChangeLog.claws
10273         * ChangeLog.jp
10274         * configure.ac
10275         * src/Makefile.am
10276         * src/pop.c
10277         * src/common/utils.c
10278         * src/common/utils.h
10279         * src/pixmaps/continue.xpm
10280         * src/pixmaps/dir_close.xpm
10281         * src/pixmaps/dir_open.xpm
10282         * src/pixmaps/drafts_close.xpm
10283         * src/pixmaps/drafts_open.xpm
10284         * src/pixmaps/folder.xpm **REMOVED**
10285         * src/pixmaps/group.xpm
10286         * src/pixmaps/unread.xpm
10287                 sync with HEAD
10288
10289 2004-12-02 [colin]      0.9.12cvs179.1
10290
10291         * src/compose.c
10292                 Sync with HEAD (non-duplicated reedition)
10293
10294 2004-12-02 [colin]      0.9.12cvs178.1
10295
10296         * src/compose.c
10297                 Sync with HEAD (linewrap_quote fix)
10298
10299 2004-12-01 [colin]      0.9.12cvs177.3
10300
10301         * src/addrharvest.c
10302                 Replace sizeof with strlen
10303
10304 2004-12-01 [paul]       0.9.12cvs177.2
10305
10306         * src/addrharvest.c
10307                 fix 'harvest addresses'
10308
10309 2004-11-30 [colin]      0.9.12cvs177.1
10310
10311         * src/gtk/prefswindow.c
10312         * src/gtk/pluginwindow.c
10313                 Sync with HEAD
10314
10315 2004-11-29 [colin]      0.9.12cvs176.1
10316
10317         * src/folderview.c
10318                 sync with HEAD (Fix disappearing separators in folderview's popup)
10319
10320 2004-11-29 [colin]      0.9.12cvs175.1
10321
10322         * src/procmime.c
10323                 Sync with head (another format fix)
10324
10325 2004-11-29 [colin]      0.9.12cvs174.1
10326
10327         * src/pop.c
10328                 Sync with HEAD (format string fix)
10329
10330 2004-11-26 [colin]      0.9.12cvs173.1
10331
10332         * src/common/smtp.c
10333         * src/common/smtp.h
10334                 Sync with HEAD
10335
10336 2004-11-24 [colin]      0.9.12cvs172.1
10337
10338         * src/plugins/pgpmime/pgpmime.c
10339                 Sync with HEAD
10340
10341 2004-11-24 [colin]      0.9.12cvs171.1
10342
10343         * src/plugins/pgpmime/pgpmime.c
10344                 Sync with head (gpgmectx leaks)
10345
10346 2004-11-24 [colin]      0.9.12cvs169.1
10347
10348         * src/plugins/pgpmime/plugin.c
10349         * src/plugins/trayicon/Makefile.am
10350         * src/plugins/trayicon/newmarkedmail.xpm
10351         * src/plugins/trayicon/trayicon.c
10352         * src/plugins/trayicon/unreadmarkedmail.xpm
10353                 Sync with HEAD
10354
10355 2004-11-23 [colin]      0.9.12cvs168.1
10356
10357         * src/partial_download.c
10358         * src/partial_download.h
10359         * src/plugins/pgpmime/plugin.c
10360                 Sync with HEAD
10361
10362 2004-11-23 [colin]      0.9.12cvs166.1
10363
10364         * src/Makefile.am
10365         * src/codeconv.c
10366         * src/compose.c
10367         * src/folderview.c
10368         * src/main.c
10369         * src/partial_download.c
10370         * src/partial_download.h
10371         * src/prefs_account.c
10372         * src/prefs_account.h
10373         * src/privacy.c
10374         * src/privacy.h
10375         * src/procmime.c
10376         * src/common/Makefile.am
10377         * src/common/base64.h
10378         * src/common/partial_download.c
10379         * src/common/partial_download.h
10380         * src/gtk/prefswindow.c
10381         * src/gtk/prefswindow.h
10382         * src/plugins/pgpmime/pgpmime.c
10383         * src/plugins/pgpmime/prefs_gpg.c
10384         * src/plugins/pgpmime/prefs_gpg.h
10385         * src/plugins/pgpmime/sgpgme.c
10386         * src/plugins/pgpmime/sgpgme.h
10387                 Sync with HEAD
10388
10389 2004-11-23 [colin]      0.9.12cvs163.1
10390
10391         * src/main.c
10392                 Sync with HEAD (cursor optimization)
10393
10394 2004-11-23 [colin]      0.9.12cvs162.1
10395
10396         * src/prefs_common.c
10397         * src/prefs_themes.c
10398         * src/procmsg.c
10399                 Sync with HEAD
10400
10401 2004-11-23 [colin]      0.9.12cvs158.9
10402
10403         * src/compose.c
10404                 Fix double-free when forwarding
10405         * src/msgcache.c
10406                 Fix leak on error path
10407                 
10408
10409 2004-11-23 [colin]      0.9.12cvs158.8
10410
10411         * src/compose.c
10412                 Fix possible double-free
10413                 Spotted by Alfons
10414
10415 2004-11-23 [colin]      0.9.12cvs158.7
10416
10417         * src/compose.c
10418                 Fix some signal handlers' prototypes
10419                 Spotted by Alfons
10420
10421 2004-11-22 [colin]      0.9.12cvs158.6
10422
10423         * src/compose.c
10424                 Remove unneeded code and duplicated
10425                 wrapping - patch by Alfons
10426
10427 2004-11-22 [colin]      0.9.12cvs158.5
10428
10429         * src/prefs_themes.c
10430                 Fix oversized selector
10431
10432 2004-11-22 [colin]      0.9.12cvs158.4
10433
10434         * src/compose.c
10435                 fix dump_text()
10436                 patch by Alfons
10437
10438 2004-11-19 [colin]      0.9.12cvs158.3
10439
10440         * src/textview.c
10441                 Add a context menu on links (open, copy)
10442
10443 2004-11-18 [paul]       0.9.12cvs158.2
10444
10445         * src/addrgather.c
10446         * src/exphtmldlg.c
10447         * src/expldifdlg.c
10448         * src/mimeview.c
10449         * src/prefs_common.c
10450         * src/plugins/image_viewer/viewer.c
10451         * src/plugins/spamassassin/spamassassin_gtk.c
10452                 replace deprecated gtk_notebook_set_page
10453                 and gtk_notebook_current_page
10454
10455 2004-11-18 [paul]       0.9.12cvs158.1
10456
10457         * configure.ac
10458         * src/compose.c
10459         * src/mainwindow.c
10460         * src/messageview.c
10461         * src/prefs_common.c
10462         * src/common/utils.c
10463         * src/common/utils.h
10464                 sync with HEAD
10465
10466 2004-11-17 [colin]      0.9.12cvs156.1
10467
10468         * src/prefs_account.c
10469         * src/prefs_account.h
10470         * src/procmsg.c
10471                 Sync with HEAD (add pref to store encrypted mails encrypted)
10472
10473 2004-11-17 [paul]       0.9.12cvs155.1
10474
10475         * ChangeLog
10476         * ChangeLog.claws
10477         * ChangeLog.jp
10478         * NEWS
10479         * configure.ac
10480         * src/compose.c
10481         * src/jpilot.c
10482         * src/privacy.c
10483         * src/procmime.c
10484         * src/procmime.h
10485         * src/procmsg.c
10486         * src/toolbar.c
10487         * src/pixmaps/error.xpm
10488                 sync with HEAD
10489
10490 2004-11-17 [colin]      0.9.12cvs151.1
10491
10492         * src/plugins/pgpmime/pgpmime.c
10493                 Sync with HEAD (remove debug printf)
10494
10495 2004-11-17 [colin]      0.9.12cvs150.1
10496
10497         * src/plugins/pgpmime/pgpmime.c
10498                 Sync with HEAD (off-by-one fix)
10499
10500 2004-11-17 [colin]      0.9.12cvs149.1
10501
10502         * src/procmsg.c
10503                 Sync with HEAD (coding style fixes)
10504
10505 2004-11-16 [colin]      0.9.12cvs148.1
10506
10507         * src/procmsg.c
10508                 Sync with head (Fix the fix)
10509
10510 2004-11-16 [colin]      0.9.12cvs147.1
10511
10512         * src/procmsg.c
10513                 Sync with Main (leak fix)
10514
10515 2004-11-16 [colin]      0.9.12cvs146.14
10516
10517         * src/compose.c
10518                 Remove useless chunk of code
10519                 Patch by Alfons
10520
10521 2004-11-15 [colin]      0.9.12cvs146.13
10522
10523         * src/compose.c
10524                 Fix drafting after insertion
10525                 Patch by Alfons
10526
10527 2004-11-15 [colin]      0.9.12cvs146.12
10528
10529         * src/compose.c
10530         * src/prefs_filtering.c
10531         * src/prefs_filtering_action.c
10532         * src/prefs_toolbar.c
10533                 Fix some const-correctness
10534
10535 2004-11-15 [colin]      0.9.12cvs146.11
10536
10537         * src/summaryview.c
10538         * src/prefs_themes.c
10539         * src/messageview.c
10540                 Fix some leaks
10541
10542 2004-11-15 [colin]      0.9.12cvs146.10
10543
10544         * src/codeconv.c
10545                 More unreadable locale fixes
10546
10547 2004-11-14 [colin]      0.9.12cvs146.9
10548
10549         * src/textview.c
10550                 Fix uri_security_check
10551                 Patch by Alfons
10552
10553 2004-11-13 [paul]       0.9.12cvs146.8
10554
10555         * src/folder.c
10556         * src/procmime.c
10557                 fix 2 bugs introduced in last commit
10558
10559 2004-11-13 [paul]       0.9.12cvs146.7
10560
10561         * src/compose.c
10562         * src/exporthtml.c
10563         * src/exportldif.c
10564         * src/folder.c
10565         * src/imap.c
10566         * src/imap_gtk.c
10567         * src/main.c
10568         * src/mainwindow.c
10569         * src/messageview.c
10570         * src/mh_gtk.c
10571         * src/prefs_themes.c
10572         * src/procmime.c
10573         * src/setup.c
10574         * src/summaryview.c
10575                 replace deprecated g_basename
10576
10577 2004-11-13 [paul]       0.9.12cvs146.6
10578
10579         * src/compose.c
10580         * src/imap.c
10581         * src/matcher_parser.h
10582         * src/matcher_parser_parse.y
10583         * src/prefs_filtering.c
10584         * src/prefs_filtering_action.c
10585         * src/prefs_themes.c
10586         * src/prefs_toolbar.c
10587         * src/common/utils.c
10588                 various small fixes/cleanups
10589
10590 2004-11-12 [colin]      0.9.12cvs146.5
10591
10592         * src/textview.c
10593                 Validate event's origin on visibility notify
10594                 Patch by Alfons.
10595
10596 2004-11-12 [paul]       0.9.12cvs146.4
10597
10598         * src/exporthtml.c
10599         * src/exportldif.c
10600         * src/imap.c
10601         * src/mh.c
10602         * src/mimeview.c
10603         * src/prefs_spelling.c
10604         * src/prefs_themes.c
10605                 replace deprecated g_dirname    
10606
10607 2004-11-12 [colin]      0.9.12cvs146.3
10608
10609         * src/textview.c
10610                 Some coding style fixes
10611
10612 2004-11-12 [colin]      0.9.12cvs146.2
10613
10614         * src/codeconv.c
10615                 We want to replace _all_ extended chars in
10616                 conv_unreadable_*, because any string containing
10617                 extended chars not parsing as UTF8 is 
10618                 undisplayed on gtk2.
10619
10620 2004-11-12 [paul]       0.9.12cvs146.1
10621
10622         * ChangeLog
10623         * ChangeLog.claws
10624         * ChangeLog.jp
10625         * NEWS
10626         * configure.ac
10627         * src/account.c
10628         * src/folderview.c
10629         * src/folderview.h
10630         * src/imap.c
10631         * src/imap_gtk.c
10632         * src/inc.c
10633         * src/mainwindow.c
10634         * src/mh_gtk.c
10635         * src/news_gtk.c
10636         * src/pop.c
10637         * src/prefs_account.c
10638         * src/prefs_account.h
10639         * src/prefs_ext_prog.c
10640         * src/procmime.c
10641         * src/procmime.h
10642         * src/procmsg.c
10643         * src/procmsg.h
10644         * src/summary_search.c
10645         * src/summaryview.c
10646         * src/textview.c
10647         * src/common/defs.h
10648         * src/common/utils.c
10649         * src/common/utils.h
10650         * src/gtk/menu.c
10651         * src/gtk/menu.h
10652                 sync with HEAD
10653
10654 2004-11-11 [colin]      0.9.12cvs144.2
10655
10656         * src/textview.c
10657                 Fix URI range selection (patch by Alfons)
10658
10659 2004-11-09 [colin]      0.9.12cvs144.1
10660
10661         * ChangeLog.claws
10662         * src/compose.c
10663         * src/folder.c
10664         * src/folder_item_prefs.c
10665         * src/prefs_account.c
10666         * src/prefs_account.h
10667         * src/plugins/pgpmime/pgpmime.c
10668                 Sync with HEAD
10669
10670 2004-11-08 [colin]      0.9.12cvs143.1
10671
10672         * src/summaryview.c
10673                 Sync with HEAD (optimize quicksearch)
10674
10675 2004-11-08 [colin]      0.9.12cvs142.2
10676
10677         * src/compose.c
10678                 Don't wrap when Edit/Auto wrapping is disabled
10679
10680 2004-11-08 [colin]      0.9.12cvs142.1
10681
10682         * src/textview.c
10683                 Sync with HEAD
10684
10685 2004-11-08 [colin]      0.9.12cvs141.1
10686
10687         * src/textview.c
10688                 Sync with HEAD (fix some mail URIs)
10689
10690 2004-11-08 [colin]      0.9.12cvs140.3
10691
10692         * src/textview.c
10693                 o Use text cursor instead of arrow when
10694                   not on a link
10695                 o Fix handling of contiguous links (as in
10696                   "colin@colino.net" <colin@colino.net>)
10697                   This one unveils a bug in get_email_part()
10698
10699 2004-11-07 [colin]      0.9.12cvs140.2
10700
10701         * src/textview.c
10702                 Fix memleak. Patch by Alfons.
10703
10704 2004-11-06 [colin]      0.9.12cvs140.1
10705
10706         * src/compose.c
10707                 Sync with HEAD (don't ask passphrase
10708                 when drafting)
10709
10710 2004-11-06 [paul]       0.9.12cvs139.2
10711
10712         * AUTHORS
10713         * src/textview.c
10714         * src/textview.h
10715                 textview URI handling. hovering over a 
10716                 link displays it in the status bar,
10717                 and changes the mouse pointer to a hand 
10718                 cursor. a link is activated with a single 
10719                 click. (Modified from the) patch by Jean-Yves 
10720                 Lefort <jylefort@users.sourceforge.net>
10721                 
10722
10723 2004-11-05 [colin]      0.9.12cvs139.1
10724
10725         * src/compose.c
10726         * src/procmime.c
10727                 Sync with HEAD again ^^
10728
10729 2004-11-05 [colin]      0.9.12cvs139.1
10730
10731         * src/compose.c
10732         * src/procmime.c
10733                 Sync with HEAD
10734
10735 2004-11-03 [paul]       0.9.12cvs138.1
10736
10737         * ChangeLog.claws
10738         * configure.ac
10739         * po/POTFILES.in
10740         * src/prefs_ext_prog.c
10741         * src/procmime.c
10742         * tools/kdeservicemenu/README
10743         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10744         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10745                 sync with HEAD
10746
10747 2004-11-01 [christoph]  0.9.12cvs136.2
10748
10749         * src/procmime.c
10750                 convert MIME parameters to UTF-8
10751
10752 2004-10-29 [colin]      0.9.12cvs136.1
10753
10754         * src/common/utils.c
10755                 Sync with HEAD (don't use '=' in mime boundary)
10756
10757 2004-10-29 [paul]       0.9.12cvs135.1
10758
10759         * configure.ac
10760         * doc/src/rfc2231.txt
10761         * src/procmime.c
10762         * src/common/quoted-printable.c
10763         * src/common/utils.c
10764         * src/common/utils.h
10765                 sync with HEAD
10766
10767 2004-10-27 [paul]       0.9.12cvs134.1
10768
10769         * configure.ac
10770         * src/main.c
10771         * src/procmime.c
10772         * src/plugins/pgpmime/pgpmime.c
10773                 sync with HEAD
10774
10775 2004-10-26 [paul]       0.9.12cvs132.3
10776
10777         * src/account.c
10778         * src/addressbook.c
10779         * src/addrgather.c
10780         * src/addrharvest.c
10781         * src/codeconv.c
10782         * src/compose.c
10783         * src/customheader.c
10784         * src/editaddress.c
10785         * src/editgroup.c
10786         * src/enriched.c
10787         * src/expldifdlg.c
10788         * src/exporthtml.c
10789         * src/exportldif.c
10790         * src/folder.c
10791         * src/foldersel.c
10792         * src/folderview.c
10793         * src/grouplistdialog.c
10794         * src/html.c
10795         * src/imap.c
10796         * src/jpilot.c
10797         * src/ldapserver.c
10798         * src/ldif.c
10799         * src/mimeview.c
10800         * src/news.c
10801         * src/news_gtk.c
10802         * src/pop.c
10803         * src/prefs_display_header.c
10804         * src/prefs_gtk.c
10805         * src/prefs_msg_colors.c
10806         * src/prefs_toolbar.c
10807         * src/procheader.c
10808         * src/procmime.c
10809         * src/summaryview.c
10810         * src/textview.c
10811         * src/toolbar.c
10812         * src/vcard.c
10813         * src/common/mgutils.c
10814         * src/common/nntp.c
10815         * src/common/smtp.c
10816         * src/common/template.c
10817         * src/common/utils.c
10818         * src/common/xmlprops.c
10819         * src/plugins/pgpmime/pgpmime.c
10820         * src/plugins/pgpmime/select-keys.c
10821         * src/plugins/pgpmime/sgpgme.c
10822                 replace deprecated g_strcasecmp(), g_strncasecmp(),
10823                 g_string_sprintfa(), gtk_notebook_current_page()
10824
10825 2004-10-26 [colin]      0.9.12cvs132.2
10826
10827         * src/prefs_folder_item.c
10828                 Fix default-account selection
10829
10830 2004-10-21 [colin]      0.9.12cvs133
10831
10832         * src/compose.c
10833                 Sync with HEAD (Remove extra separator in compose's Options)
10834         * src/textview.c
10835                 Set wrapping to char
10836
10837 2004-10-21 [paul]       0.9.12cvs131.2
10838
10839         * src/compose.c
10840         * src/sourcewindow.c
10841                 fix wrapping
10842                 fix window shrinking 
10843
10844 2004-10-21 [colin]      0.9.12cvs131.1
10845
10846         * ChangeLog.claws
10847         * src/compose.c
10848                 Sync with HEAD
10849
10850 2004-10-21 [paul]       0.9.12cvs130.2
10851
10852         * src/prefs_folder_item.c
10853                 sync with HEAD (Apply to subfolders)
10854
10855 2004-10-19 [colin]      0.9.12cvs130.1
10856
10857         * ChangeLog.claws
10858         * src/compose.c
10859         * src/common/utils.c
10860         * src/gtk/menu.c
10861                 Sync with HEAD
10862
10863 2004-10-19 [colin]      0.9.12cvs128.1
10864
10865         * src/addrbook.c
10866         * src/addrcache.c
10867         * src/addressbook.c
10868         * src/codeconv.c
10869         * src/compose.c
10870         * src/customheader.c
10871         * src/editaddress.c
10872         * src/editgroup.c
10873         * src/exporthtml.c
10874         * src/folder.c
10875         * src/folderview.c
10876         * src/imap.c
10877         * src/jpilot.c
10878         * src/main.c
10879         * src/matcher_parser_parse.y
10880         * src/mbox.c
10881         * src/pop.c
10882         * src/prefs_account.c
10883         * src/prefs_gtk.c
10884         * src/prefs_msg_colors.c
10885         * src/procheader.c
10886         * src/procmime.c
10887         * src/procmime.h
10888         * src/procmsg.c
10889         * src/summaryview.c
10890         * src/textview.c
10891         * src/common/base64.c
10892         * src/common/partial_download.c
10893         * src/common/socket.c
10894         * src/common/sylpheed.c
10895         * src/common/utils.c
10896         * src/common/utils.h
10897         * src/gtk/pluginwindow.c
10898         * src/gtk/quicksearch.c
10899         * src/plugins/clamav/clamav_plugin.c
10900         * src/plugins/clamav/clamav_plugin.h
10901         * src/plugins/clamav/clamav_plugin_gtk.c
10902         * src/plugins/pgpmime/passphrase.c
10903         * src/plugins/pgpmime/pgpmime.c
10904         * src/plugins/pgpmime/plugin.c
10905         * src/plugins/pgpmime/prefs_gpg.c
10906         * src/plugins/pgpmime/prefs_gpg.h
10907         * src/plugins/pgpmime/select-keys.c
10908         * src/plugins/pgpmime/sgpgme.c
10909         * src/plugins/spamassassin/libspamc.c
10910         * src/plugins/spamassassin/spamassassin.c
10911         * src/plugins/spamassassin/spamassassin.h
10912         * src/plugins/spamassassin/spamassassin_gtk.c
10913         * src/plugins/trayicon/trayicon.c
10914         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10915                 Sync with HEAD
10916
10917 2004-10-14 [colin]      0.9.12cvs126.2
10918
10919         * src/codeconv.c
10920         * src/textview.c
10921                 Fix conv_unreadable_locale
10922
10923 2004-10-13 [colin]      0.9.12cvs126.1
10924
10925         * src/compose.c
10926                 Sync with HEAD (don't convert charset for 
10927                 drafted messages, minor cleanup)
10928
10929 2004-10-13 [colin]      0.9.12cvs125.1
10930
10931         * po/POTFILES.in
10932                 Sync with HEAD (POTFILES fix)
10933
10934 2004-10-12 [colin]      0.9.12cvs124.3
10935
10936         * src/compose.c
10937                 Fix encoding bug from latest sync
10938
10939 2004-10-12 [paul]       0.9.12cvs124.2
10940
10941         * src/plugins/pgpmime/prefs_gpg.c
10942         * src/plugins/pgpmime/prefs_gpg.h
10943                 forgotten in last commit        
10944
10945 2004-10-12 [paul]       0.9.12cvs124.1
10946
10947         * ChangeLog.claws
10948         * configure.ac
10949         * m4/spamassassin.m4
10950         * src/Makefile.am
10951         * src/account.c
10952         * src/compose.c
10953         * src/compose.h
10954         * src/crash.c
10955         * src/main.c
10956         * src/mimeview.c
10957         * src/passphrase.c
10958         * src/passphrase.h
10959         * src/prefs_account.c
10960         * src/prefs_account.h
10961         * src/prefs_common.c
10962         * src/privacy.c
10963         * src/privacy.h
10964         * src/procmime.c
10965         * src/procmime.h
10966         * src/procmsg.c
10967         * src/rfc2015.c
10968         * src/rfc2015.h
10969         * src/select-keys.c
10970         * src/select-keys.h
10971         * src/textview.c
10972         * src/common/utils.c
10973         * src/common/utils.h
10974         * src/gtk/about.c
10975         * src/plugins/pgpmime/Makefile.am
10976         * src/plugins/pgpmime/passphrase.c
10977         * src/plugins/pgpmime/passphrase.h
10978         * src/plugins/pgpmime/pgpmime.c
10979         * src/plugins/pgpmime/plugin.c
10980         * src/plugins/pgpmime/select-keys.c
10981         * src/plugins/pgpmime/select-keys.h
10982         * src/plugins/pgpmime/sgpgme.c
10983         * src/plugins/pgpmime/sgpgme.h
10984                 sync with HEAD
10985
10986 2004-10-04 [colin]      0.9.12cvs122.1
10987
10988         * src/mainwindow.c
10989         * src/messageview.c
10990         * src/messageview.h
10991         * src/textview.c
10992                 Sync with HEAD
10993
10994 2004-10-04 [colin]      0.9.12cvs121.1
10995
10996         * src/summaryview.c
10997                 Sync with HEAD
10998
10999 2004-10-04 [paul]       0.9.12cvs120.1
11000
11001         * configure.ac
11002                 sync with HEAD [don't try to build 
11003                 pgpmime plugin when gpgme is disabled]
11004
11005 2004-10-03 [colin]      0.9.12cvs119.3
11006
11007         * src/gtk/gtksctree.c
11008                 Lots of side effects. Put back as before 117.2.
11009         * src/summaryview.c
11010                 Fix bug #602
11011
11012 2004-10-03 [colin]      0.9.12cvs119.2
11013
11014         * src/gtk/gtksctree.c
11015                 Revert 608 fix that doesn't work that good
11016
11017 2004-10-02 [colin]      0.9.12cvs119.1
11018
11019         * src/mainwindow.c
11020         * src/messageview.c
11021         * src/prefs_common.h
11022         * src/procmime.c
11023         * src/procmime.h
11024         * src/textview.c
11025                 Sync with HEAD
11026         * src/gtk/gtksctree.c
11027                 Close bug #608
11028
11029 2004-10-01 [colin]      0.9.12cvs118.1
11030
11031         * src/mimeview.c
11032                 Sync with HEAD (better Save All fix)
11033
11034 2004-10-01 [colin]      0.9.12cvs117.2
11035
11036         * src/gtk/gtksctree.c
11037                 Faster on selection
11038
11039 2004-10-01 [colin]      0.9.12cvs117.1
11040
11041         * src/mimeview.c
11042                 Sync with HEAD (Save All: only attachments)
11043
11044 2004-10-01 [paul]       0.9.12cvs116.1
11045
11046         * ChangeLog.claws
11047         * configure.ac
11048         * src/account.c
11049         * src/prefs_common.c
11050         * src/gtk/colorlabel.c
11051                 sync with HEAD
11052
11053 2004-09-30 [colin]      0.9.12cvs115.1
11054
11055         * src/stock_pixmap.c
11056         * src/stock_pixmap.h
11057         * src/folderview.c
11058         * src/Makefile.am
11059         * src/pixmaps/read.xpm
11060                 Sync with HEAD (new pixmap)
11061
11062 2004-09-29 [colin]      0.9.12cvs114.1
11063
11064         * src/compose.c
11065                 Sync with HEAD
11066                 Fix focus handling in headers
11067
11068 2004-09-29 [paul]       0.9.12cvs113.1
11069
11070         * src/quote_fmt_parse.y
11071                 sync with HEAD
11072  
11073
11074 2004-09-28 [colin]      0.9.12cvs112.1
11075
11076         * src/folderview.c
11077         * src/mainwindow.c
11078                 Sync with HEAD
11079
11080 2004-09-28 [colin]      0.9.12cvs110.1
11081
11082         * src/folderview.c
11083                 Sync with HEAD (Contextual Empty trash menu)
11084
11085 2004-09-28 [colin]      0.9.12cvs108.1
11086
11087         * src/addressbook.c
11088                 Sync with HEAD (addressbook edit on double-click)
11089
11090 2004-09-28 [colin]      0.9.12cvs106.1
11091
11092         * src/inc.c
11093                 Sync with HEAD (folder_item freeze on inc)
11094
11095 2004-09-27 [colin]      0.9.12cvs105.1
11096
11097         * src/folderview.c
11098                 Sync with HEAD (right-align new and unread column)
11099
11100 2004-09-27 [colin]      0.9.12cvs104.1
11101
11102         * src/main.c
11103                 Sync with HEAD (revert 0.9.12cvs101)
11104
11105 2004-09-24 [colin]      0.9.12cvs103.2
11106
11107         * src/wizard.c
11108                 Fix gtk warnings and use domain part of the email address 
11109                 when domain detection fails (no dot in domain name)
11110
11111 2004-09-23 [colin]      0.9.12cvs103.1
11112
11113         * src/plugins/spamassassin/libspamc.c
11114         * src/plugins/spamassassin/libspamc.h
11115         * src/plugins/spamassassin/utils.c
11116         * src/plugins/spamassassin/utils.h
11117                 Sync with HEAD (Update spamassassin to 3.0)
11118
11119 2004-09-21 [colin]      0.9.12cvs102.3
11120
11121         * src/action.c
11122                 Add horizontal scrollbar in action io dialog as needed
11123                 Patch by Alfons.
11124
11125 2004-09-20 [colin]      0.9.12cvs102.2
11126
11127         * src/plugins/image_viewer/viewer.c
11128                 Remove imlib stuff
11129                 use gtk_pixmap_set when clearing
11130                 (would be better to use gtkImages, but causes size-allocate 
11131                 signals storm)
11132
11133 2004-09-17 [paul]       0.9.12cvs102.1
11134
11135         * ChangeLog
11136         * ChangeLog.claws
11137         * ChangeLog.jp
11138         * configure.ac
11139         * src/inc.c
11140                 sync with HEAD
11141
11142
11143 2004-09-17 [colin]      0.9.12cvs101.1
11144
11145         * ChangeLog.claws
11146         * src/main.c
11147                 Sync with HEAD (fix segs at exit)
11148
11149 2004-09-14 [colin]      0.9.12cvs99.5
11150
11151         * src/common/socket.c
11152         * AUTHORS
11153                 Fix send error on 64bit platforms
11154                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
11155
11156 2004-09-14 [colin]      0.9.12cvs99.4
11157
11158         * src/action.c
11159                 Fix action output with utf8 
11160                 Patch by Alfons.
11161
11162 2004-09-14 [colin]      0.9.12cvs99.3
11163
11164         * ChangeLog.claws
11165         * src/folder.c
11166                 Sync with HEAD
11167
11168 2004-09-09 [colin]      0.9.12cvs99.2
11169
11170         * src/action.c
11171                 Fix progress bar (displaying "Completed %v/%u")
11172                 Patch by Alfons.
11173
11174 2004-09-08 [colin]      0.9.12cvs99.1
11175
11176         * src/account.c
11177         * src/folder.c
11178         * src/procmsg.c
11179         * src/procmsg.h
11180         * src/plugins/pgpmime/pgpmime.c
11181                 Sync with HEAD
11182
11183 2004-09-08 [colin]      0.9.12cvs97.2
11184
11185         * src/summaryview.c
11186                 Don't select mails in collapsed threads 
11187                 when navigating with up/down
11188
11189 2004-09-07 [colin]      0.9.12cvs97.1
11190
11191         * src/inc.c
11192                 Sync with HEAD (meaningful error messages)
11193
11194 2004-09-06 [colin]      0.9.12cvs96.1
11195
11196         * src/toolbar.c
11197                 Sync with HEAD (fix Redirect graying out)
11198
11199 2004-09-06 [colin]      0.9.12cvs95.1
11200
11201         * src/summaryview.c
11202         * src/mimeview.c
11203                 Sync with HEAD (fix dropped URIs)
11204
11205 2004-09-06 [colin]      0.9.12cvs94.1
11206
11207         * src/addressbook.c
11208         * src/addressitem.h
11209         * src/addritem.c
11210         * src/addritem.h
11211                 Sync with HEAD (addressbook DnD)
11212
11213 2004-09-03 [colin]      0.9.12cvs93.1
11214
11215         * src/summaryview.c
11216                 Sync with HEAD (next/prev unread)
11217
11218 2004-09-03 [colin]      0.9.12cvs92.1
11219
11220         * src/prefs_common.c
11221         * src/prefs_common.h
11222         * src/summaryview.c
11223                 Sync with HEAD ('mark_as_read_delay' pref)
11224
11225 2004-09-02 [colin]      0.9.12cvs91.2
11226
11227         * src/common/xml.c
11228                 Fix leak
11229
11230 2004-09-02 [colin]      0.9.12cvs91.1
11231
11232         * src/gtk/menu.c
11233                 Sync with HEAD (menu accel don't work, but whatever)
11234
11235 2004-09-02 [colin]      0.9.12cvs90.1
11236
11237         * src/account.c
11238                 Sync with HEAD (fix bug 582)
11239
11240 2004-09-02 [colin]      0.9.12cvs89.1
11241
11242         * src/addrindex.c
11243                 Sync with HEAD (free deleted queries)
11244
11245 2004-09-02 [colin]      0.9.12cvs88.1
11246
11247         * src/ldapquery.c
11248                 Sync with HEAD (fix LDAP freezes)
11249
11250 2004-09-02 [colin]      0.9.12cvs87.1
11251
11252         * src/prefs_spelling.c
11253                 Sync with HEAD (add default dictionary)
11254
11255 2004-09-01 [colin]      0.9.12cvs86.1
11256
11257         * src/filtering.c
11258         * src/folderview.c
11259         * src/imap.c
11260         * src/prefs_matcher.c
11261         * src/stock_pixmap.c
11262         * src/summary_search.c
11263         * src/summaryview.c
11264         * src/wizard.c
11265         * src/wizard.h
11266                 Sync with HEAD (uninitialized vars fixes)
11267                 + gtk2 specific warning fixes
11268
11269 2004-08-31 [colin]      0.9.12cvs85.1
11270
11271         * src/folder.c
11272                 Sync with HEAD (Fix memory corruption due to 
11273                 uninitialized var)
11274
11275 2004-08-31 [colin]      0.9.12cvs84.4
11276
11277         * src/summary_search.c
11278                 Fix segfaults when searching in folders with broken headers
11279
11280 2004-08-31 [colin]      0.9.12cvs84.3
11281
11282         * src/compose.c
11283         * src/textview.c
11284                 Fix some more encoding/decoding issues
11285
11286 2004-08-30 [colin]      0.9.12cvs84.2
11287
11288         * src/mimeview.c
11289         * src/prefs_themes.c
11290         * src/gtk/filesel.c
11291         * src/gtk/filesel.h
11292                 Add a folder-mode selection (fixes mimeview's "Save all")
11293
11294 2004-08-29 [colin]      0.9.12cvs84.1
11295
11296         * src/mimeview.c
11297                 Sync with HEAD (don't escape saved filenames)
11298
11299 2004-08-27 [colin]      0.9.12cvs83.1
11300
11301         * ChangeLog
11302         * ChangeLog.claws
11303         * ChangeLog.jp
11304         * src/mh.c
11305         * src/procheader.c
11306         * src/procmsg.c
11307         * src/procmsg.h
11308         * src/common/utils.c
11309         * src/gtk/menu.h
11310         * po/
11311                 Sync with HEAD 0.9.12cvs83 (sync with main)
11312
11313 2004-08-26 [colin]      0.9.12cvs82.4
11314
11315         * src/codeconv.c
11316                 Fix strange stack corruption
11317                 Convert to utf8 after unmime, not before
11318
11319 2004-08-26 [colin]      0.9.12cvs82.3
11320
11321         * src/main.c
11322         * src/wizard.c
11323                 Fix account folders duplication
11324
11325 2004-08-25 [colin]      0.9.12cvs82.2
11326
11327         * src/wizard.c
11328                 Remove ports
11329                 Add SSL selection
11330                 Use login@server as account name
11331
11332 2004-08-25 [colin]      0.9.12cvs82.1
11333
11334         * src/plugins/pgpmime/pgpmime.c
11335                 Sync with HEAD (leak fix).
11336
11337 2004-08-25 [colin]      0.9.12cvs81.1
11338
11339         * src/plugins/pgpmime/pgpmime.c
11340         * src/plugins/pgpmime/sgpgme.c
11341         * src/plugins/pgpmime/sgpgme.h
11342                 Sync with HEAD (Handle combined messages).
11343
11344 2004-08-24 [colin]      0.9.12cvs80.3
11345
11346         * src/wizard.c
11347                 Fix full name, ports, and imap
11348
11349 2004-08-24 [colin]      0.9.12cvs80.2
11350
11351         * src/Makefile.am
11352         * src/main.c
11353         * src/setup.c
11354         * src/setup.h
11355         * src/stock_pixmap.c
11356         * src/stock_pixmap.h
11357         * src/wizard.c ** ADDED **
11358         * src/wizard.h ** ADDED ** 
11359         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
11360                 Add a setup wizard 
11361
11362 2004-08-24 [colin]      0.9.12cvs80.1
11363
11364         * src/folder.c
11365                 Sync with HEAD (set mimeflags on all messages)
11366
11367 2004-08-24 [colin]      0.9.12cvs79.3
11368
11369         * src/matcher_parser_lex.l
11370                 Fix 8bits strings not in utf8
11371
11372 2004-08-24 [colin]      0.9.12cvs79.2
11373
11374         * src/compose.c
11375                 Check conversion result before replacing buffer
11376
11377 2004-08-23 [colin]      0.9.12cvs79.1
11378
11379         * src/compose.c
11380                 Sync with HEAD (create message header in memory)
11381
11382 2004-08-23 [colin]      0.9.12cvs78.1
11383
11384         * src/rfc2015.c
11385         * src/rfc2015.h
11386                 Sync with HEAD (fix bug 197 again)
11387
11388 2004-08-23 [colin]      0.9.12cvs77.3
11389
11390         * src/compose.c
11391                 Fix again inline gpg signing (which outputs utf8
11392                 in gtk2). Not syncing this fix to HEAD as this 
11393                 code is meant to die.
11394
11395 2004-08-23 [colin]      0.9.12cvs77.2
11396
11397         * src/prefs_account.h
11398                 Remove useless include
11399
11400 2004-08-23 [colin]      0.9.12cvs77.1
11401
11402         * src/imap.c
11403         * po/es.po
11404         * po/fr.po
11405         * po/it.po
11406         * po/pl.po
11407         * po/pt_BR.po
11408         * po/sk.po
11409         * po/sr.po
11410                 Sync with HEAD (fix bug 577)
11411
11412 2004-08-22 [colin]      0.9.12cvs76.1
11413
11414         * src/plugins/trayicon/trayicon.c
11415                 Sync with HEAD (fix formatting bug)
11416
11417 2004-08-21 [colin]      0.9.12cvs74.2
11418
11419         * src/gtk/colorsel.c
11420                 Fix bug 564 (Folder color selection window exits on any
11421                 keypress)
11422
11423 2004-08-21 [colin]      0.9.12cvs74.1
11424
11425         * ChangeLog.claws
11426         * src/compose.c
11427         * src/summaryview.c
11428         * src/toolbar.c
11429                 Sync with HEAD (fix bug 576)
11430
11431 2004-08-21 [colin]      0.9.12cvs70.1
11432
11433         * src/compose.c
11434         * src/mainwindow.c
11435                 Sync with HEAD
11436                 
11437
11438 2004-08-21 [paul]       0.9.12cvs66.4
11439
11440         * src/mainwindow.c
11441         * src/messageview.c
11442         * src/gtk/menu.c
11443         * src/plugins/spamassassin/spamassassin_gtk.c
11444                 remove some deprecated gtk1 functions
11445
11446
11447 2004-08-21 [colin]      0.9.12cvs66.3
11448
11449         * src/compose.c
11450         * src/codeconv.c
11451                 Fix warnings
11452                 Remove encoding hacks
11453                 Fix bug 575 (Strange character messes up message)
11454                 Don't display conversion error when drafting
11455
11456 2004-08-21 [paul]       0.9.12cvs66.2
11457
11458         * src/prefs_account.c
11459                 fix GnuPG mode bugs
11460
11461
11462 2004-08-20 [colin]      0.9.12cvs66.1
11463
11464         * src/codeconv.c
11465                 Sync with HEAD 0.9.12cvs66
11466
11467 2004-08-20 [paul]
11468
11469         * src/plugins/pgpmime/plugin.c
11470                 modify PGP/MIME plugin's description
11471
11472 2004-08-17 [colin]      0.9.12cvs65.1
11473
11474         * src/common/ssl.c
11475         * src/plugins/pgpmime/plugin.c
11476                 Sync with HEAD
11477
11478 2004-08-14 [colin]      0.9.12cvs60.3
11479
11480         * src/plugins/trayicon/trayicon.c
11481                 Put back resize callback, on size-request signal
11482                 rather than size-allocate to avoid infinite 
11483                 callback loop
11484
11485 2004-08-13 [colin]      0.9.12cvs60.2
11486
11487         * src/common/defs.h
11488                 Cache versions have been fixed
11489
11490 2004-08-13 [colin]      0.9.12cvs60.1
11491
11492         * src/folderutils.c
11493                 Sync with HEAD
11494
11495 2004-08-12 [colin]      0.9.12cvs59.1
11496
11497         * src/plugins/trayicon/trayicon.c
11498                 Sync with HEAD
11499
11500 2004-08-12 [colin]      0.9.12cvs57.5
11501
11502         * sylpheed.desktop
11503         * configure.ac
11504         * src/Makefile.am
11505         * src/main.c
11506                 Add support for Freedesktop.org's startup notification
11507
11508 2004-08-11 [colin]      0.9.12cvs57.4
11509
11510         * src/textview.c
11511                 Fix off-by-one
11512
11513 2004-08-11 [colin]      0.9.12cvs57.3
11514
11515         * src/message_search.c
11516         * src/summary_search.c
11517                 Make searches case insensitive by default
11518         * src/textview.c
11519                 Fix case-insensitive search in message
11520
11521 2004-08-11 [colin]      0.9.12cvs57.2
11522
11523         * src/summary_search.c
11524                 Let case-sensitive be specified
11525
11526 2004-08-10 [colin]      0.9.12cvs55.4
11527
11528         * src/common/socket.c
11529                 Fix the possible race condition
11530
11531 2004-08-09 [paul]       0.9.12cvs55.3
11532
11533         * configure.ac
11534         * src/Makefile.am
11535         * src/common/Makefile.am
11536                 sync with HEAD
11537
11538
11539 2004-08-09 [paul]       0.9.12cvs55.2
11540
11541         * autogen.sh
11542         * po/poconv.sh
11543                 remove unneeded script
11544
11545         * configure.ac
11546                 add forgotten USE_LDAP_TLS (sync with HEAD)
11547
11548
11549 2004-08-09 [colin]      0.9.12cvs55.1
11550
11551         * src/main.c
11552         * src/common/ssl.c
11553         * src/common/sylpheed.c
11554         * src/common/sylpheed.h
11555                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
11556
11557 2004-08-09 [paul]       0.9.12cvs54.1
11558
11559         * ChangeLog
11560         * ChangeLog.claws
11561         * ChangeLog.jp
11562         * configure.ac
11563         * po/POTFILES.in
11564         * src/Makefile.am
11565         * src/folderutils.c
11566         * src/main.c
11567         * src/pgpmime.c
11568         * src/pgpmime.h
11569         * src/sgpgme.c
11570         * src/sgpgme.h
11571         * src/plugins/Makefile.am
11572         * src/plugins/pgpmime/.cvsignore
11573         * src/plugins/pgpmime/Makefile.am
11574         * src/plugins/pgpmime/pgpmime.c
11575         * src/plugins/pgpmime/pgpmime.h
11576         * src/plugins/pgpmime/plugin.c
11577         * src/plugins/pgpmime/sgpgme.c
11578         * src/plugins/pgpmime/sgpgme.h
11579                 sync with HEAD
11580
11581 2004-08-08 [paul]       0.9.12cvs51.1
11582
11583         * configure.ac
11584         * src/folder.c
11585                 sync with HEAD
11586
11587 2004-08-07 [colin]      0.9.12cvs50.1
11588
11589         * src/pop.c
11590         * src/common/partial_download.c
11591                 fix warnings (sync from HEAD)
11592
11593 2004-08-07 [colin]      0.9.12cvs48.1
11594
11595         * src/prefs_folder_item.c
11596                 sync with HEAD 0.9.12cvs48
11597
11598 2004-08-06 [colin]      0.9.12cvs47.1
11599
11600         * src/compose.c
11601                 Sync with HEAD
11602
11603 2004-08-06 [christoph]  0.9.12cvs46.2
11604
11605         * src/main.c
11606         * src/plugins/clamav/clamav_plugin_gtk.c
11607         * src/plugins/dillo_viewer/dillo_viewer.c
11608         * src/plugins/image_viewer/plugin.c
11609         * src/plugins/mathml_viewer/mathml_viewer.c
11610         * src/plugins/spamassassin/spamassassin_gtk.c
11611         * src/plugins/trayicon/trayicon.c
11612                 don't mix GTK1.2 plugin with GTK2 plugins
11613
11614 2004-08-06 [colin]      0.9.12cvs46.1
11615
11616         * ChangeLog
11617         * ChangeLog.claws
11618         * ChangeLog.jp
11619         * configure.ac
11620         * sylpheed-claws.pc.in
11621         * src/folder.c
11622         * src/imap.c
11623         * src/localfolder.c
11624         * src/messageview.c
11625         * src/mimeview.c
11626         * src/mimeview.h
11627         * src/msgcache.c
11628         * src/news.c
11629         * src/prefs_ext_prog.c
11630         * src/prefs_folder_item.c
11631         * src/prefs_fonts.c
11632         * src/prefs_msg_colors.c
11633         * src/prefs_spelling.c
11634         * src/prefs_themes.c
11635         * src/prefs_toolbar.c
11636         * src/prefs_wrapping.c
11637         * src/procmime.h
11638         * src/common/defs.h
11639         * src/common/nntp.c
11640         * src/common/session.c
11641         * src/common/session.h
11642         * src/common/socket.c
11643         * src/common/utils.h
11644         * src/common/xml.c
11645         * src/common/xml.h
11646         * src/gtk/prefswindow.c
11647         * src/gtk/prefswindow.h
11648         * src/plugins/clamav/clamav_plugin_gtk.c
11649         * src/plugins/dillo_viewer/dillo_prefs.c
11650         * src/plugins/image_viewer/viewerprefs.c
11651         * src/plugins/spamassassin/spamassassin_gtk.c
11652         * m4/openssl.m4 *** REMOVED ***
11653                 Sync with HEAD 0.9.12cvs46
11654
11655 2004-08-03 [paul]       0.9.12cvs40.2
11656
11657         * src/action.c
11658         * src/addressadd.c
11659         * src/addressbook.c
11660         * src/addrgather.c
11661         * src/browseldap.c
11662         * src/compose.c
11663         * src/crash.c
11664         * src/editaddress.c
11665         * src/editgroup.c
11666         * src/editldap_basedn.c
11667         * src/foldersel.c
11668         * src/importldif.c
11669         * src/mimeview.c
11670         * src/prefs_common.c
11671         * src/prefs_template.c
11672         * src/sourcewindow.c
11673         * src/summaryview.c
11674         * src/gtk/about.c
11675         * src/gtk/foldersort.c
11676         * src/gtk/logwindow.c
11677         * src/gtk/pluginwindow.c
11678         * src/gtk/prefswindow.c
11679                 change all gtk_scrolled_window_set_policy from 
11680                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
11681
11682 2004-08-02 [paul]       0.9.12cvs40.1
11683
11684         * AUTHORS
11685                 update translation team section
11686         * po/pt_BR.po
11687                 updated by Frederico Goncalves Guimaraes
11688                 <fggdebian@yahoo.com.br>
11689
11690 2004-07-31 [colin]      0.9.12cvs39.9
11691
11692         * src/exphtmldlg.c
11693                 Fix compilation
11694
11695 2004-07-31 [colin]      0.9.12cvs39.8
11696
11697         * src/exphtmldlg.c
11698                 Fix an alertpanel type
11699
11700 2004-07-30 [colin]      0.9.12cvs39.7
11701
11702         * src/alertpanel.c
11703                 Fix alertpanel_error_log's icon
11704
11705 2004-07-30 [colin]      0.9.12cvs39.6
11706
11707         * src/pop.c
11708                 Two of them should still be warnings
11709
11710 2004-07-30 [colin]      0.9.12cvs39.5
11711
11712         * src/pop.c
11713                 More warning -> error
11714 2004-07-29 [colin]      0.9.12cvs39.4
11715
11716         * src/pop.c
11717                 Warning -> error
11718
11719 2004-07-29 [colin]      0.9.12cvs39.3
11720
11721         * src/prefs_matcher.c
11722                 Fix segfault
11723
11724 2004-07-29 [colin]      0.9.12cvs39.2
11725
11726         * src/alertpanel.c
11727                 More nice-looking alertpanels
11728
11729 2004-07-29 [colin]      0.9.12cvs39.1
11730
11731         * src/messageview.c
11732                 sync with head
11733                 (inform user when partial mail is deleted on server)
11734
11735 2004-07-29 [colin]      0.9.12cvs38.1
11736
11737         * src/messageview.c
11738                 sync with head
11739
11740 2004-07-28 [paul]       0.9.12cvs37.7
11741
11742         * src/mainwindow.c
11743                 complete the replacement of deprecated gtk_progress_*
11744
11745 2004-07-28 [paul]       0.9.12cvs37.6
11746
11747         * src/action.c
11748         * src/inc.c
11749         * src/mainwindow.c
11750         * src/send_message.c
11751         * src/gtk/progressdialog.c
11752         * src/gtk/progressdialog.h
11753                 replace deprecated gtk_progress_*
11754
11755 2004-07-28 [paul]       0.9.12cvs37.5
11756
11757         * src/gtk/filesel.c
11758                 remove gtk_window_set_wmclass()
11759 2004-07-28 [paul]       0.9.12cvs37.4
11760
11761         * src/addressbook.c
11762         * src/compose.c
11763         * src/foldersel.c
11764         * src/mainwindow.c
11765         * src/messageview.c
11766         * src/sourcewindow.c
11767         * src/gtk/logwindow.c
11768                 remove gtk_window_set_wmclass()
11769                 
11770         * src/prefs_filtering.c
11771         * src/prefs_filtering_action.c
11772         * src/prefs_fonts.c
11773         * src/prefs_gtk.c
11774         * src/prefs_matcher.c
11775         * src/ssl_manager.c
11776         * src/gtk/prefswindow.c
11777                 replace gtk_window_position()
11778
11779 2004-07-28 [colin]      0.9.12cvs37.3
11780
11781         * src/alertpanel.c
11782         * src/alertpanel.h
11783                 Add a way to specify panel type for specific
11784                 panels (alertpanel())
11785         * src/account.c
11786         * src/addressbook.c
11787         * src/compose.c
11788         * src/expldifdlg.c
11789         * src/main.c
11790         * src/messageview.c
11791         * src/summaryview.c
11792         * src/textview.c
11793         * src/gtk/sslcertwindow.c
11794                 Fix alertpanel()s so that their icon match
11795                 their real type
11796
11797 2004-07-28 [paul]       0.9.12cvs37.2
11798
11799         * src/addr_compl.c
11800         * src/addressbook.c
11801         * src/alertpanel.c
11802         * src/compose.c
11803         * src/export.c
11804         * src/foldersel.c
11805         * src/folderview.c
11806         * src/grouplistdialog.c
11807         * src/import.c
11808         * src/mainwindow.c
11809         * src/message_search.c
11810         * src/messageview.c
11811         * src/passphrase.c
11812         * src/prefs_actions.c
11813         * src/prefs_common.c
11814         * src/prefs_customheader.c
11815         * src/prefs_display_header.c
11816         * src/prefs_filtering.c
11817         * src/prefs_filtering_action.c
11818         * src/prefs_gtk.c
11819         * src/prefs_matcher.c
11820         * src/prefs_msg_colors.c
11821         * src/prefs_summary_column.c
11822         * src/prefs_template.c
11823         * src/sourcewindow.c
11824         * src/ssl_manager.c
11825         * src/summary_search.c
11826         * src/gtk/colorsel.c
11827         * src/gtk/description_window.c
11828         * src/gtk/gtkaspell.c
11829         * src/gtk/inputdialog.c
11830         * src/gtk/logwindow.c
11831         * src/gtk/prefswindow.c
11832         * src/gtk/progressdialog.c
11833                 replace deprecated gtk_window_set_policy
11834
11835 2004-07-27 [colin]      0.9.12cvs37.1
11836
11837         * src/msgcache.c
11838                 More fixes (synced for head again)
11839
11840 2004-07-27 [colin]      0.9.12cvs35.3
11841
11842         * src/msgcache.c
11843                 Fix wrong test
11844
11845 2004-07-27 [colin]      0.9.12cvs35.2
11846
11847         * src/mimeview.c
11848                 Fix width a bit (by Paul)
11849         * src/alertpanel.c
11850         * src/alertpanel.h
11851                 Specialize icons, make alertpanel_message()
11852                 private
11853         * src/message_search.c
11854         * src/sgpgme.c
11855         * src/summary_search.c
11856                 Suit alertpanel changes
11857
11858 2004-07-27 [colin]      0.9.12cvs35.1
11859
11860         * src/alertpanel.c
11861                 Add an icon
11862         * src/passphrase.c
11863                 Add debug output - maybe someone will
11864                 want to look at the problem with Grab
11865                 Input :)
11866         Bump version as we're synced with HEAD
11867
11868 2004-07-26 [colin]      0.9.12cvs33.26
11869
11870         * src/pop.c
11871                 Fix uidl-file parsing when not in new
11872                 format
11873
11874 2004-07-26 [colin]      0.9.12cvs33.25
11875
11876         * src/gtk/menu.c
11877                 Move popup menu up if necessary (fixes 
11878                 account selector)
11879         * src/mainwindow.c
11880                 Set account selector's button height to
11881                 minimum
11882
11883 2004-07-26 [colin]      0.9.12cvs33.24
11884
11885         * src/alertpanel.c
11886                 Maybe fix 551 (Truncated font in alert window)
11887
11888 2004-07-26 [colin]      0.9.12cvs33.23
11889
11890         * po/de.po
11891         * po/es.po
11892         * po/fr.po
11893         * po/it.po
11894         * po/ja.po
11895         * po/pl.po
11896         * po/ru.po
11897         * po/sk.po
11898         * po/sr.po
11899         * po/zh_CN.po
11900                 Sync po files with HEAD
11901
11902 2004-07-26 [paul]       0.9.12cvs33.22
11903
11904         * src/compose.c
11905                 fix Bug 556 'Organisation-header is sent even if empty'
11906
11907 2004-07-24 [colin]      0.9.12cvs33.21
11908
11909         * src/compose.c
11910         * src/gtk/gtkaspell.c
11911         * src/gtk/gtkaspell.h
11912                 Fix speller accelerators (require hack)
11913
11914 2004-07-24 [colin]      0.9.12cvs33.20
11915
11916         * src/gtk/gtkaspell.c
11917                 Fix over-eager code deletion breaking
11918                 Check while typing
11919
11920 2004-07-24 [colin]      0.9.12cvs33.19
11921
11922         * src/browseldap.c
11923         * src/ldapctrl.c
11924         * src/ldapctrl.h
11925         * src/ldapserver.h
11926                 Sync ldap with HEAD
11927         (Fixes 546 LDAP completely broken)
11928
11929 2004-07-24 [colin]      0.9.12cvs33.18
11930
11931         * src/prefs_msg_colors.c
11932                 Fix prototype mismatch
11933         (Fixes 547 void function cannot return value)
11934
11935 2004-07-24 [colin]      0.9.12cvs33.17
11936
11937         * src/mainwindow.c
11938                 Fix sort going back to previous sort key
11939                 when changing sort direction
11940
11941 2004-07-24 [colin]      0.9.12cvs33.16
11942
11943         * src/compose.c
11944                 Fix space insertion when re-wrapping at 
11945                 cursor point
11946
11947 2004-07-24 [colin]      0.9.12cvs33.15
11948
11949         * src/gtk/gtkaspell.c
11950                 Don't change cursor position in insert-text
11951                 callback
11952         (Fixes 539 Word wrapping on input transposes letters)
11953
11954 2004-07-24 [colin]      0.9.12cvs33.14
11955
11956         * src/gtk/gtkaspell.c
11957                 Reencode non-ascii chars to dictionary's
11958                 encoding
11959         (Fixes 544 Spell check broken non english locale)
11960
11961 2004-07-24 [colin]      0.9.12cvs33.13
11962
11963         * src/summaryview.c
11964                 Fix Shift+Down, add Home/End/PgUp/PgDown
11965
11966 2004-07-21 [colin]      0.9.12cvs33.12
11967
11968         * src/prefs_common.c
11969                 Fix a gtk warning (Patch by Andrej Kacian)
11970
11971 2004-07-21 [colin]      0.9.12cvs33.11
11972
11973         * src/gtk/filesel.c
11974                 More check
11975
11976 2004-07-21 [colin]      0.9.12cvs33.10
11977
11978         * src/compose.c
11979         * src/crash.c
11980         * src/export.c
11981         * src/import.c
11982         * src/messageview.c
11983         * src/mimeview.c
11984         * src/prefs_spelling.c
11985         * src/prefs_themes.c
11986         * src/summaryview.c
11987         * src/gtk/filesel.c
11988         * src/gtk/filesel.h
11989         * src/gtk/pluginwindow.c
11990                 Untwist open/save mode guessing logic, make
11991                 it explicit
11992
11993 2004-07-20 [colin]      0.9.12cvs33.9
11994
11995         * src/codeconv.c
11996                 conv_encode_header: src_charset is UTF-8 on
11997                 gtk2
11998         * src/compose.c
11999                 Remove double encoding of the headers
12000
12001 2004-07-20 [colin]      0.9.12cvs33.8
12002
12003         * src/codeconv.c
12004                 Fix typo
12005
12006 2004-07-20 [colin]      0.9.12cvs33.7
12007
12008         * src/mainwindow.c
12009                 Set the separated messageview to the saved
12010                 size of Claws' messageview (Patch by Alfons)
12011                 Fix a callback prototype (me)
12012
12013 2004-07-20 [colin]      0.9.12cvs33.6
12014
12015         * src/codeconv.h
12016                 Forgot one hunk in 0.9.12cvs33.4
12017
12018 2004-07-19 [colin]      0.9.12cvs33.5
12019
12020         * src/action.c
12021                 Action output fix
12022                 Patch by Alfons
12023
12024 2004-07-19 [colin]      0.9.12cvs33.4
12025
12026         * src/compose.c
12027                 Fix outgoing charset bug in headers
12028         * src/codeconv.c
12029                 Clean for glib2 - Patch by Alfons
12030
12031 2004-07-19 [colin]      0.9.12cvs33.3
12032
12033         * src/statusbar.c
12034                 Remove grip from the statusbar
12035                 Patch by Alfons
12036
12037 2004-07-19 [colin]      0.9.12cvs33.2
12038
12039         * src/messageview.c
12040         * src/textview.c
12041                 Fix messageview remembering the previous
12042                 scroll position when loading a new message
12043                 Patch by Alfons
12044
12045 2004-07-19 [colin]      0.9.12cvs33.1
12046
12047         * src/folder.h
12048         * src/folderview.c
12049         * src/summaryview.c
12050                 Sync with HEAD
12051
12052 2004-07-18 [colin]      0.9.12cvs32.7
12053
12054         * configure.ac
12055                 Remove useless check for XIM - noticed
12056                 by Alfons
12057
12058 2004-07-18 [colin]      0.9.12cvs32.6
12059
12060         * src/summaryview.c
12061                 Remove non-modified and shift-modified
12062                 accelerators in summaryview's popup
12063                 menu, as that doesn't get catched by
12064                 the accel-activate signal catcher...
12065
12066 2004-07-18 [colin]      0.9.12cvs32.5
12067
12068         * src/prefs_common.c
12069                 Define sensible default prefs for 
12070                 wrapping
12071
12072 2004-07-18 [colin]      0.9.12cvs32.4
12073
12074         * src/compose.c
12075         * src/prefs_common.c
12076         * src/prefs_common.h
12077         * src/prefs_wrapping.c
12078                 Remove Smart Wrapping pref, which does
12079                 nothing on gtk2 branch
12080
12081 2004-07-18 [colin]      0.9.12cvs32.3
12082
12083         * src/sourcewindow.c
12084                 Proper utf8
12085
12086 2004-07-18 [colin]      0.9.12cvs32.2
12087
12088         * src/compose.c
12089                 Save attachment status when drafting
12090
12091 2004-07-18 [colin]      0.9.12cvs32.1
12092
12093         * src/gtk/filesel.c
12094                 Fix erratic folder selection in open mode
12095
12096 2004-07-18 [colin]      0.9.12cvs31.11
12097
12098         * src/pop.c
12099                 Don't let partial messages get deleted
12100                 even with "dowload all"
12101                 (0.9.12cvs31.8 fix extension)
12102 2004-07-18 [colin]      0.9.12cvs31.10
12103
12104         * src/gtk/logwindow.c
12105                 Fix log scrolling
12106
12107 2004-07-18 [colin]      0.9.12cvs31.9
12108
12109         * src/common/utils.c
12110                 Fix non-utf8 strings coming from commands
12111                 and files
12112
12113 2004-07-18 [colin]      0.9.12cvs31.8
12114
12115         * src/pop.c
12116                 Fix partial download bug with Download all
12117                 messages option
12118
12119 2004-07-18 [colin]      0.9.12cvs31.7
12120
12121         * src/textview.c
12122                 Fix bug introduced in 0.9.12cvs31.2
12123                 (blocked in select mode after double click)
12124
12125 2004-07-18 [colin]      0.9.12cvs31.6
12126
12127         * src/compose.c
12128         * src/gtk/menu.c
12129                 More glib-warning fixes
12130
12131 2004-07-18 [colin]      0.9.12cvs31.5
12132
12133         * src/compose.c
12134                 Fix trashing the primary clipboard when moving 
12135                 around with tab
12136         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
12137
12138 2004-07-18 [colin]      0.9.12cvs31.4
12139
12140         * src/codeconv.c
12141                 convert unencoded iso headers to utf8
12142         (Fix Bug 538 Unencoded local characters in subject make it 
12143          disappear)
12144
12145 2004-07-18 [colin]      0.9.12cvs31.3
12146
12147         * src/compose.c
12148                 Fix tab char handling in wrapping
12149         (Fix Bug 537 Line wrap problem - TAB character treated as 
12150          one character instead of 8)
12151
12152 2004-07-18 [colin]      0.9.12cvs31.2
12153
12154         * src/textview.c
12155                 return FALSE on GDK_MOTION_NOTIFY
12156         (Fix Bug 535 Hyperlinks/addresses are not selectable 
12157          (unable to highlight))
12158
12159 2004-07-18 [colin]      0.9.12cvs31.1
12160
12161         * src/folderview.c
12162                 Sync with 0.9.12cvs31
12163
12164 2004-07-18 [colin]      0.9.12cvs30.4
12165
12166         * src/compose.c
12167                 Also block text_inserted when inserting a file
12168
12169 2004-07-18 [colin]      0.9.12cvs30.3
12170
12171         * src/compose.c
12172                 Fix smart wrapping (block text_inserted handler
12173                 while putting quotation to avoid wrap on input,
12174                 don't join lines if next is sig separator)
12175
12176 2004-07-17 [colin]      0.9.12cvs30.2
12177
12178         * src/folderview.c
12179         * src/mainwindow.c
12180         * src/mimeview.c
12181         * src/summaryview.c
12182         * src/gtk/quicksearch.c
12183         * src/gtk/quicksearch.h
12184                 Block key events handlers *and* accels while
12185                 quicksearch is focused
12186         (Fixes Bug 534 quick-search bar not accepting certain letters)
12187
12188 2004-07-17 [colin]      0.9.12cvs30.1
12189
12190         * src/folder.h
12191         * src/folderview.c
12192         * src/summaryview.c
12193                 Sync with 0.9.12cvs30
12194
12195 2004-07-17 [colin]      0.9.12cvs28.2
12196
12197         * src/mimeview.c
12198         * src/procmime.c
12199         * src/summaryview.c
12200         * src/gtk/menu.c
12201                 Squash some compile and glib warnings
12202
12203 2004-07-17 [paul]       0.9.12cvs28.1
12204
12205         * src/mimeview.c
12206                 sync with 0.9.12cvs28 HEAD
12207
12208 2004-07-16 [paul]       0.9.12cvs26.1
12209         
12210         * src/gtk/quicksearch.c
12211         * src/account.c
12212         * src/account.h
12213         * src/compose.c
12214         * src/customheader.c
12215         * src/folder_item_prefs.c
12216         * src/main.c
12217         * src/mainwindow.c
12218         * src/messageview.c
12219         * src/mimeview.c
12220         * src/news.c
12221         * src/pgpmime.c
12222         * src/pop.c
12223         * src/pop.h
12224         * src/prefs_account.c
12225         * src/prefs_account.h
12226         * src/prefs_common.c
12227         * src/prefs_common.h
12228         * src/prefs_display_header.c
12229         * src/prefs_gtk.c
12230         * src/prefs_gtk.h
12231         * src/procheader.c
12232         * src/procmime.c
12233                 sync with 0.9.12cvs26 HEAD      
12234
12235 2004-07-15 [colin]      0.9.12cvs18.14
12236
12237         * src/folder.c
12238                 Disable GPG signature check during
12239                 folder move and scan
12240         (Closes Bug 521 Signature checking slows down Folder-Move)
12241
12242 2004-07-14 [colin]      0.9.12cvs18.13
12243
12244         * src/common/partial_download.c
12245                 update includes
12246
12247 2004-07-14 [colin]      0.9.12cvs18.12
12248
12249         * src/common/partial_download.c
12250         * src/common/partial_download.h
12251                 Move doc at top, add correct copyright
12252
12253 2004-07-14 [colin]      0.9.12cvs18.11
12254
12255         * src/folder.c
12256         * src/messageview.c
12257         * src/pop.c
12258         * src/pop.h
12259         * src/procmsg.c
12260         * src/summaryview.c
12261         * src/common/Makefile.am
12262         * src/common/partial_download.c ** NEW FILES **
12263         * src/common/partial_download.h ** NEW FILES **
12264                 Move partial-download related stuff to its
12265                 own file
12266
12267 2004-07-14 [colin]      0.9.12cvs18.10
12268
12269         * src/send_message.c
12270                 Fix smtp auth when user is null or empty
12271
12272 2004-07-13 [colin]      0.9.12cvs18.9
12273
12274         * src/gtk/quicksearch.c
12275                 Use alphabetic order
12276
12277 2004-07-13 [colin]      0.9.12cvs18.8
12278
12279         * src/pop.c
12280                 Be paranoid on the checks
12281
12282 2004-07-13 [colin]      0.9.12cvs18.7
12283
12284         * src/gtk/quicksearch.c
12285                 Fix Engrish once again
12286
12287 2004-07-13 [colin]      0.9.12cvs18.6
12288
12289         * src/procmsg.c
12290         * src/summaryview.c
12291                 Mark messages for deletion when they are about to
12292                 be removed from trash
12293
12294 2004-07-13 [colin]      0.9.12cvs18.5
12295
12296         * src/matcher.c
12297         * src/matcher.h
12298         * src/matcher_parser_parse.y
12299         * src/prefs_matcher.c
12300         * src/gtk/quicksearch.c
12301                 Add 'partial' ('p') match string to find partially
12302                 downloaded messages
12303
12304 2004-07-13 [colin]      0.9.12cvs18.4
12305
12306         * src/pop.c
12307                 Fix misplaced block
12308
12309 2004-07-13 [colin]      0.9.12cvs18.3
12310
12311         * src/pop.c
12312         * src/pop.h
12313         * src/messageview.c
12314                 Refactor API (to avoid passing 5+ params and code
12315                 duplication)
12316         * src/folder.c
12317         * src/msgcache.c
12318         * src/procheader.c
12319         * src/common/defs.h
12320                 Add planned_download to cache
12321                 Don't mess uidl file when moving partially downloaded
12322                 mails (they change folder, we should change it in the
12323                 uidl list too or we'll remove an incorrect message)
12324                 (this also helps removing hacks when changing 
12325                 planned_download in messageview.c)
12326
12327 2004-07-12 [colin]      0.9.12cvs18.2
12328
12329         * src/gtk/quicksearch.c
12330                 Fix missing status update in quicksearch
12331
12332 2004-07-12 [paul]       0.9.12cvs18.1
12333
12334         * po/POTFILES.in
12335         * src/Makefile.am
12336         * src/account.c
12337         * src/codeconv.c
12338         * src/compose.c
12339         * src/inc.c
12340         * src/main.c
12341         * src/prefs_common.c
12342         * src/procmsg.h
12343         * src/toolbar.c
12344         * src/prefs_msg_colors.[ch]     ** NEW FILES **
12345         * src/prefs_wrapping.[ch]       ** NEW FILES **
12346         * src/common/intl.h
12347         * src/common/utils.[ch]
12348         * src/gtk/quicksearch.[ch]
12349                 sync with 0.9.12cvs18 HEAD
12350
12351 2004-07-12 [colin]      0.9.11cvs17.25
12352
12353         * src/folder.c
12354         * src/folder.h
12355                 Remove unused function added by me in 0.9.11cvs17.10
12356
12357 2004-07-11 [colin]      0.9.11cvs17.24
12358
12359         * src/inc.c
12360         * src/messageview.c
12361         * src/pop.c
12362         * src/pop.h
12363                 Use folderitem and msgnum instead of filename to
12364                 know which mail to delete
12365                 Move old partial mail deletion to pop.c
12366
12367 2004-07-10 [colin]      0.9.11cvs17.23
12368
12369         * src/inc.c
12370                 Add debug
12371         * src/pop.c
12372         * src/pop.h
12373                 Don't re-use same enums for unrelated stuff: it's 
12374                 completely misleading !
12375                 Document a bit
12376
12377 2004-07-09 [colin]      0.9.11cvs17.22
12378
12379         * src/inc.c
12380                 Remove folder-type check and do
12381                 more tests to be sure everything's
12382                 ok
12383         * src/messageview.c
12384                 Punctuation update, remove useless
12385                 code, fix two warnings
12386         * src/noticeview.c
12387                 Layout cleaning, reset 2nd button
12388                 when specifying one
12389
12390 2004-07-09 [colin]      0.9.11cvs17.21
12391
12392         * src/messageview.c
12393         * src/pop.c
12394         * src/pop.h
12395                 Allow user to change his mind
12396                 and postpone decision (by
12397                 unmarking the mail)
12398
12399 2004-07-09 [colin]      0.9.11cvs17.20
12400
12401         * src/messageview.c
12402                 Fix bug with delete state
12403         * src/pop.c
12404         * src/pop.h
12405                 Fix buffer leak (fread doesn't 
12406                 terminate buffers with \0)
12407                 Refactoring (remove magic 
12408                 numbers)
12409
12410 2004-07-09 [colin]      0.9.11cvs17.19
12411
12412         * src/pop.c
12413                 Don't log "Skipping message" if 
12414                 we're going to TOP it two lines
12415                 later
12416
12417 2004-07-09 [colin]      0.9.11cvs17.18
12418
12419         * src/messageview.c
12420                 Fix Engrish
12421
12422 2004-07-09 [colin]      0.9.11cvs17.17
12423
12424         * src/pop.c
12425                 strlen checking...
12426         * src/messageview.c
12427                 refactoring a bit
12428
12429 2004-07-08 [colin]      0.9.11cvs17.16
12430
12431         * src/noticeview.c
12432         * src/noticeview.h
12433                 Add an optional second button
12434         * src/messageview.c
12435         * src/pop.c
12436         * src/pop.h
12437                 Don't delete partially received mails after a certain
12438                 time; rather, let the user decide.
12439
12440 2004-07-08 [colin]      0.9.11cvs17.15
12441
12442         * src/common/smtp.h
12443                 Sync with HEAD
12444
12445 2004-07-08 [colin]      0.9.11cvs17.14
12446
12447         * src/messageview.c
12448         * src/common/smtp.c
12449                 Use to_human_readable() for sizes
12450
12451 2004-07-08 [colin]      0.9.11cvs17.13
12452
12453         * src/inc.c
12454         * src/messageview.c
12455         * src/pop.c
12456         * src/pop.h
12457         * src/procmsg.c
12458                 Fix partial-downloading issues:
12459                         catch unsupported TOP
12460                         don't delete partially downloaded mails before 5 days
12461                         don't update existing with non-MH folders; that'll
12462                         make dups, but it's better than trashing the folder
12463                         free new msginfo parts
12464                 Fix indentation ;-)
12465
12466 2004-07-08 [colin]      0.9.11cvs17.12
12467
12468         * src/common/smtp.c
12469         * src/common/smtp.h
12470                 Sync smtp size verification with HEAD
12471
12472 2004-07-08 [colin]      0.9.11cvs17.11
12473
12474         * src/summaryview.c
12475         * src/prefs_common.c
12476         * src/prefs_common.h
12477         * src/gtk/quicksearch.c
12478         * src/gtk/quicksearch.h
12479                 Sync sticky pref with HEAD
12480
12481 2004-07-08 [colin]      0.9.11cvs17.10
12482
12483         * src/folder.c [1.213.2.6]
12484         * src/folder.h [1.87.2.6]
12485         * src/inc.c [1.149.2.7]
12486         * src/messageview.c [1.94.2.8]
12487         * src/procheader.c [1.47.2.6]
12488         * src/procmsg.c [1.150.2.4]
12489         * src/procmsg.h [1.60.2.5]
12490         * src/pop.c [1.56.2.4]
12491         * src/pop.h [1.17.2.3]
12492                 Let too big messages get downloaded, but truncated
12493                 Add a button to download them completely
12494                 
12495 2004-07-06 [colin]      0.9.11cvs17.9
12496
12497         * src/gtk/quicksearch.c [1.1.2.3]
12498                 Add a Clear button
12499         * commitHelper
12500         * PATCHSETS
12501                 Add a script to help with cvs
12502
12503 2004-07-03 [colin]      0.9.11cvs17.8
12504
12505         * src/plugins/imageviewer/viewer.c
12506                 fix imageviewer (which was staying on the first
12507                 displayed image)
12508
12509 2004-07-03 [colin]      0.9.11cvs17.7
12510
12511         Removed FIXME_GTK2 warnings
12512         * src/gtk/gtkutils.c
12513                 useless #warnings
12514         * src/gtk/menu.c
12515                 useless #warnings (no need to mess with menu rc)
12516         * src/gtk/menu.h
12517                 unused functions
12518         
12519
12520 2004-07-03 [colin]      0.9.11cvs17.6
12521
12522         Removed FIXME_GTK2 warnings
12523         * src/codeconv.c
12524                 useless #warnings (rewrite needed)
12525         * src/compose.c
12526                 useless #warnings (rewrite needed)
12527                 useless #warnings (gtk2 is like that)
12528                 useless #warnings (previously fixed)
12529         * src/main.c
12530                 useless #warnings (previously fixed)
12531         * src/message_search.c
12532                 useless #warnings (gtk2 is like that)
12533                 Made apparent that search is case-sensitive
12534         * src/mimeview.c
12535                 useless #warnings (rewrite needed)
12536                 useless #warnings (gtk2 is like that)
12537                 reimplemented real warnings
12538         * src/prefs_common.c
12539                 Removed block cursor option (not it gtk2)
12540         * src/prefs_gtk.c
12541                 useless #warnings (rewrite needed)
12542         * src/procheader.c
12543                 useless #warnings (rewrite needed)
12544         * src/sourcewindow.c
12545                 useless #warnings (incorrect placing)
12546         * src/summary_search.c
12547                 useless #warnings (gtk2 is like that)
12548                 Made apparent that search is case-sensitive
12549         * src/action.c
12550                 useless #warnings (gtk2 is like that)
12551         * src/textview.c
12552                 useless #warnings (rewrite needed)
12553         * src/toolbar.c
12554                 useless #warnings (rewrite needed)
12555
12556 2004-07-03 [colin]      0.9.11cvs17.5
12557
12558         * src/textview.c
12559                 Fix mismerge which broke URI opening
12560                 
12561 2004-07-01 [colin]      0.9.11cvs17.4
12562
12563         * src/gtk/filesel.c
12564                 Fill filename when saving
12565                 
12566 2004-06-27 [colin]      0.9.11cvs17.3
12567
12568         * src/gtk/filesel.[ch]
12569                 Use the new GTK file selector
12570                 Update prototype to match the reality: multiple file
12571                 selection is open-only          
12572         * src/compose.c
12573                 Match the new prototypes        
12574         * configure.ac
12575                 Match the new requirements (gtk 2.4.0)
12576                         
12577 2004-06-26 [colin]      0.9.11cvs17.2
12578
12579         * src/plugins/trayicon/trayicon.c
12580                 Remove useless signal handler on resize, which causes
12581                 an infinite "loop"
12582         
12583 2004-06-26 [colin]      0.9.11cvs17.1
12584         
12585         * tools/Makefile.am
12586                 remove launch_firebird and add nautilus2sylpheed.sh
12587         * src/quicksearch.c
12588           src/summaryview.c
12589                 Fix show/hide "Extended symbols" button problem
12590                 Fix apparition at startup
12591                 Fix const warnings
12592         * src/plugins/image_viewer/Makefile.am
12593                 Fix configure 
12594         * common/ssl.c
12595                 Re-enable certificate check, as it doesn't seem to
12596                 cause Xlib errors anymore
12597
12598 2004-06-25 [paul]       0.9.11cvs17
12599
12600         * sync with 0.9.11cvs17 HEAD
12601         
12602         NOTE: QuickSearch is broken
12603
12604 2004-06-07 [colin]      0.9.10claws67.10
12605         * src/plugins/trayicon/trayicon.c
12606           src/plugins/trayicon/libeggtrayicon/Makefile.am
12607           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12608                 Fix gettextization in trayicon plugin
12609
12610 2004-06-07 [colin]      0.9.10claws67.9
12611         
12612         * src/summaryview.c
12613           src/gtk/gtksctree.[ch]
12614                 Let Shift+{Up,Down} work in summaryview
12615                 (well, Down "works" and Up works)
12616                 Let the list scroll when using these keys
12617
12618 2004-06-06 [colin]      0.9.10claws67.8
12619
12620         * src/plugins/trayicon/trayicon.c
12621                 Fix pixmap update
12622
12623 2004-06-06 [colin]      0.9.10claws67.7
12624
12625         * src/addressbook.c
12626                 Fix signal handling causing system-wide focus grab
12627
12628 2004-05-25 [paul]       0.9.10claws67.6
12629
12630         * Makefile.am
12631           src/Makefile.am
12632                 clean up
12633
12634 2004-05-25 [paul]       0.9.10claws67.5
12635
12636         * replace deprecated gtk_signal... functions
12637
12638 2004-05-23 [colin]      0.9.10claws67.4
12639
12640         * src/compose.c
12641                 Fix wrapping
12642
12643 2004-05-22 [colin]      0.9.10claws67.3
12644
12645         * src/compose.c
12646                 Re-fix [Edited] in compose.c::compose_reedit()
12647
12648 2004-05-22 [colin]      0.9.10claws67.2
12649
12650         * src/procmime.c
12651                 Fix parsing of multiparts mails
12652
12653 2004-05-22 [colin]      0.9.10claws67.1
12654
12655         * src/summaryview.c
12656                 Fix quicksearch
12657
12658 2004-05-22 [paul]       0.9.10claws67
12659
12660         * sync with 0.9.10claws67 HEAD
12661
12662 2004-05-14 [alfons]
12663
12664         * src/procmime.h
12665                 add forgotton prototype
12666
12667 2004-05-10 [paul]       0.9.10claws57
12668
12669         * sync with 0.9.10claws57 HEAD
12670
12671 2004-05-05 [paul]       0.9.9.claws1
12672
12673         * ChangeLog-gtk2        ** REMOVED **
12674           ChangeLog-gtk2.claws  ** ADDED **
12675                 rename and adopt the normal claws format
12676                 
12677         * configure.ac
12678                 require gtkmathview >= 0.5
12679
12680         * ac/*                          ** REMOVED **
12681           ac/                           ** REMOVED **
12682           intl/Makefile.in              ** REMOVED **
12683           m4/                           ** ADDED **
12684           m4/missing                    ** ADDED **
12685           m4/missing/gdk-pixbuf.m4      ** ADDED **
12686           m4/missing/gettext.m4         ** ADDED **
12687           m4/missing/gpgme.m4           ** ADDED **
12688           m4/missing/imlib.m4           ** ADDED **
12689           m4/.cvsignore                 ** ADDED **
12690           m4/Makefile.am                ** ADDED **
12691           m4/README                     ** ADDED **
12692           m4/aclocal-include.m4         ** ADDED **
12693           m4/aspell.m4                  ** ADDED **
12694           m4/check-type.m4              ** ADDED **
12695           m4/gnupg-check-typedef.m4     ** ADDED **
12696           m4/openssl.m4                 ** ADDED **
12697           m4/spamassassin.m4            ** ADDED **
12698           po/ChangeLog                  ** REMOVED **
12699           po/Makefile.in.in             ** REMOVED **
12700           po/Rules-quot                 ** REMOVED **
12701           po/boldquot.sed               ** REMOVED **
12702           po/en@boldquot.header         ** REMOVED **
12703           po/en@quot.header             ** REMOVED **
12704           po/insert-header.sin          ** REMOVED **
12705           po/quot.sed                   ** REMOVED **
12706           po/remove-potcdate.sed        ** REMOVED **
12707           po/remove-potcdate.sin        ** REMOVED **
12708           po/stamp-po                   ** REMOVED **
12709           Makefile.am
12710           autogen.sh
12711           configure.ac
12712                 enable building with automake 1.8.x
12713                 add 'autopoint --force' to autogen.sh and remove all
12714                 auto-generated files, remove ac/ directory and use
12715                 m4/ directory instead
12716                 
12717         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12718                 fix gettextization
12719
12720 2004-02-28 Colin Leroy <colin@colino.net>
12721         * src/prefs_matcher.c
12722           src/prefs_filtering.c
12723           src/prefs_filtering_action.c
12724                 Fix non-editable GtkEntries
12725
12726 2004-02-22 Thorsten Maerz <torte@netztorte.de>
12727         * src/prefs_themes.c
12728                 utf8 conversion for theme info
12729
12730 2004-02-21 Thorsten Maerz <torte@netztorte.de>
12731         * sync 0.9.9claws
12732
12733 2004-02-14 Thorsten Maerz <torte@netztorte.de>
12734         * src/grouplistdialog.c
12735                 allow multiple selections without ctrl key
12736
12737 2004-02-09 Thorsten Maerz <torte@netztorte.de>
12738         * src/main.c
12739                 enable customizable accelerators
12740
12741 2004-02-08 Thorsten Maerz <torte@netztorte.de>
12742         * src/prefs_common.c
12743                 re-enable different font settings for gtk1/2
12744         * src/prefs_folder_item.c
12745                 fix folder prefs displayed wrong
12746         * src/textview.c
12747                 set 'sunken' shadow type
12748
12749 2004-02-07 Colin Leroy <colin@colino.net>
12750         * src/compose.c
12751                 Fix message being always [Edited]
12752                 Encode headers correctly (utf8 buf)
12753
12754 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12755         * src/socket.c
12756                 remove double g_source_attach()
12757                 (Thanks to Colin Leroy)
12758
12759 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12760         * src/gtk/gtksctree.c
12761                 Fix SSL certificate list not shown
12762         * src/mimeview.c
12763                 Fix clicks in mime tree
12764
12765 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12766         * src/common/socket.c
12767                 Fix SSL receive
12768         * src/compose.c
12769                 Fix clipboard menu hotkeys
12770
12771 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12772         * src/gtk/gtkaspell.[ch]
12773           src/compose.c
12774                 reimplement spellchecker
12775
12776 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12777         * src/gtk/filesel.c
12778                 crash when inserting file in compose window
12779                 (TODO: keep old selection on clicks)
12780         * src/main.c
12781                 use gtkrc-2.0 instead of gtkrc
12782
12783 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12784         * src/messageview.c
12785                 remove orphaned mimeview unref()
12786
12787 2004-01-20 Thorsten Maerz <torte@netztorte.de>
12788         * src/grouplistdialog.c
12789                 expand nodes containing subscribed groups
12790
12791 2004-01-19 Thorsten Maerz <torte@netztorte.de>
12792         * src/textview.c
12793                 textview: hide cursor, restore old click behaviour
12794
12795 2004-01-18 Thorsten Maerz <torte@netztorte.de>
12796         * src/textview.c
12797                 variable names messed up
12798
12799 2004-01-17 Colin Leroy <colin@colino.net>
12800         * src/addr_compl.c
12801                 Fix completion address too thin
12802         * src/compose.c
12803                 Fix tab-to-subject behaviour
12804         * src/summaryview.c
12805                 Implement key up & down in summaryview
12806
12807 2004-01-12 Thorsten Maerz <torte@netztorte.de>
12808
12809         * sync 098claws
12810
12811 2004-01-08 Thorsten Maerz <torte@netztorte.de>
12812         * configure.ac
12813           Makefile.am
12814           doc/.cvsignore
12815           doc/Makefile.am
12816                 faq, man, manual moved to doc/
12817         * ac/aspell.m4
12818           ac/check-type.m4
12819           ac/gnupg-check-typedef.m4
12820           ac/openssl.m4
12821           ac/spamassassin.m4
12822           ac/missing/gdk-pixbuf.m4
12823           ac/missing/gpgme.m4
12824           ac/missing/imlib.m4
12825                 fix automake warnings
12826
12827 2003-12-06 Colin Leroy <colin@colino.net>
12828         * src/summaryview.c
12829                 Fix quicksearch
12830
12831 2003-12-05 Colin Leroy <colin@colino.net>
12832         * src/summaryview.c
12833                 Fix going to next unread folder
12834
12835 2003-12-05 Colin Leroy <colin@colino.net>
12836         * src/crash.c
12837                 Fix gtk2 compilation
12838         * src/session.c
12839                 Remove iotag source handler at disconnection
12840         * src/socket.[ch] 
12841                 Remove source handler when closing socket 
12842                 (fixes another seg)
12843
12844 2003-12-04 Colin Leroy <colin@colino.net>
12845         * src/compose.c
12846           src/prefs_account.c
12847           src/prefs_common.c
12848                 Fix some dropdown menus
12849
12850 2003-12-04 Colin Leroy <colin@colino.net>
12851         * src/compose.c
12852                 Fix event handlers on header fields
12853         * src/common/socket.c
12854           src/common/session.c
12855                 Fix segfault with callback (SSL)
12856                 Fix end of session 
12857
12858 2003-10-06 Thorsten Maerz <torte@netztorte.de>
12859
12860         * Fix compile bug in src/compose.c
12861         * removed src/gtk/gtkstext.[ch]
12862
12863 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
12864
12865         * Convert character set and escape "text" attributes in toolbar setting
12866         files.
12867         * Fixed bug in button-press-event handling.
12868
12869 2003-09-16 Thorsten Maerz <torte@netztorte.de>
12870
12871         * Fixed bug in key-press-event handling.
12872
12873 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
12874
12875         * Enabled to compile tray-icon plugin (Ad-hoc).
12876         * Avoid hang up bug of icon list in mime view (Ad-hoc).
12877
12878 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
12879
12880         * Enabled to compile on sylpheed-claws.
12881         (tray-icon plugin still cannot compile yet.)
12882
12883 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
12884
12885         * Updated to 0.9.5.
12886
12887 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
12888
12889         * Updated to 0.9.4.
12890         * Ported monitoring SSL mechanism to GSource of GLib2
12891         (I don't confirm it)
12892         * Added _gtk2 suffix to key name of font preference to avoid
12893         ovverwriting preference of Gtk+-1.2 version.
12894
12895 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
12896
12897         * Updated to 0.9.2.
12898
12899 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
12900
12901         * Updated to 0.9.1.
12902         * Translate po files into UTF-8 when execute autogen.sh.
12903
12904 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
12905
12906         * Updated to 0.9.0.
12907
12908 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
12909
12910         * Plugged GError related memory leaks.
12911
12912 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
12913
12914         * Changed default size of fonts.
12915         * Enabled to set titile font size of warning dialog.
12916
12917 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
12918
12919         * Embed a sylpheed icon into executable binary on Windows.
12920
12921 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
12922
12923         * I forgot to traslate character set of element string in src/xml.c.
12924
12925 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
12926
12927         * Fixed detecting bind_textdomain_codeset in configure.in.
12928         * The bug in which "Example" of "Date fromat" preference isn't displayed
12929         correctly has been fixed.
12930
12931 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
12932
12933         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
12934           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
12935           glib-gettextize
12936           Removed intl directory.
12937           Translated po files into UTF-8.
12938           (Thanks! Ryuji Abe)
12939
12940 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
12941
12942         * The bug which doesn't unscape string in xml.c has been fixed.
12943
12944 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
12945
12946         * The bug which is failed to translate encoding of file name thorough
12947         file dialog has been fixed.
12948
12949 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
12950
12951         * Modified to translate file names which is used in inporting/expoting
12952         mbox feature and "Save as" feature into locale encoding.
12953         * Translate file names into locale encoding when "Attache file" and
12954         "Insert file".
12955         * Force set G_BROKEN_FILENAMES environment variable.
12956         * Other minor fixes.
12957
12958 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
12959
12960         * Modified to treat MH folder's name as locale encoding.
12961
12962 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
12963
12964         * The bug which clash on switching candidates of auto completion of
12965         addresses, cannot use auto completion in Japanesse is fixed
12966         (Thanks! Tokunaga-san)¡¥
12967
12968 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12969
12970         * The bug which cannot switch key accelerator preference has been fixed
12971         (Thanks! smbd-san)¡¥
12972
12973 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12974
12975         * version 0.8.11-gtk2-20030314
12976
12977 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12978
12979         * The bug in which character set conversion of filtering messages has
12980         been fixed.(Thanks! COCOA-san).
12981
12982 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
12983
12984         * Revived "Leave space on head" preference in "Message" category.
12985         * A bug which clash when put the cursor to end of buffer and execute
12986         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
12987
12988 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
12989
12990         * version 0.8.11-gtk2-20030312
12991
12992 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
12993
12994         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
12995         * Modified to use Pango's API directly for font preference.
12996         * Integrated GtkTextView of textview to one widget.
12997         * Set fonts of header title in textview by "header_title" tag.
12998         * Removed some deprecated codes.
12999
13000 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
13001
13002         * Updated to 0.8.11.
13003         * Merged cygwin patch(Thanks! Sakai-san).
13004
13005 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
13006
13007         * version 0.8.10-gtk2-20030309