2006-07-05 [paul] 2.3.1cvs60
[claws.git] / ChangeLog
1 2006-07-05 [paul]       2.3.1cvs60
2
3         * src/gtk/filesel.c
4                 grab save button by default
5                 Thanks to Colin
6
7 2006-07-05 [wwp]        2.3.1cvs59
8
9         * manual/xml2pdf
10                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11
12 2006-07-04 [colin]      2.3.1cvs58
13
14         * src/mimeview.c
15         * src/textview.c
16                 Use left click to select, middle click to open
17                 on mimeparts links
18         * src/common/utils.c
19                 Fix segfault
20
21 2006-07-04 [colin]      2.3.1cvs57
22
23         * src/mainwindow.c
24         * src/news.c
25                 Warning fixes, thanks to Fabien
26
27 2006-07-04 [colin]      2.3.1cvs56
28
29         * src/mimeview.c
30         * src/mimeview.h
31         * src/textview.c
32                 Allow parts to be selected via their text label
33                 in textview
34
35 2006-07-04 [colin]      2.3.1cvs55
36
37         * src/folderview.c
38                 Feedback when closing (for big folders)
39         * src/prefs_actions.c
40         * src/prefs_filtering.c
41         * src/prefs_matcher.c
42         * src/prefs_template.c
43                 Fix default button when closing without
44                 having saved
45
46 2006-07-04 [colin]      2.3.1cvs54
47
48         * src/news.c
49                 Delete local file on deletion
50
51 2006-07-03 [colin]      2.3.1cvs53
52
53         * src/folderview.c
54         * src/main.c
55                 Don't freeze when rescanning after crash
56
57 2006-07-03 [wwp]        2.3.1cvs52
58
59         * src/compose.c
60         * src/privacy.c
61         * src/privacy.h
62         * src/plugins/pgpinline/pgpinline.c
63         * src/plugins/pgpmime/pgpmime.c
64                 don't report an error when the user cancels the passphrase dialog.
65
66 2006-07-02 [colin]      2.3.1cvs51
67
68         * src/folderview.c
69                 Open message when crossing folders with Space,
70                 goto next unread and friends
71
72 2006-07-01 [colin]      2.3.1cvs50
73
74         * src/prefs_account.c
75                 Typographic rules varying from language
76                 to language (in french "Protocole :"),
77                 we have to do that :)
78
79 2006-07-01 [ticho]      2.3.1cvs49
80
81         * src/prefs_account.c
82                 Only use one temporary gchar* variable in
83                 prefs_account_protocol_set_optmenu().
84
85 2006-07-01 [ticho]      2.3.1cvs48
86
87         * src/prefs_account.c
88         * src/prefs_account.h
89                 Use GtkLabel for existing account protocol name.
90                 Created an array for protocol names and populate the
91                 combobox from it in a for() cycle.
92
93 2006-06-30 [colin]      2.3.1cvs47
94
95         * src/compose.c
96                 Block undo when changing signature (by changing
97                 account)
98
99 2006-06-30 [paul]       2.3.1cvs46
100
101         * src/send_message.c
102                 when editing From in the Compose window, use that address
103                 in the Return-Path: header
104                 Thanks to Colin
105
106 2006-06-30 [colin]      2.3.1cvs45
107
108         * src/compose.c
109                 Fix signature replacement:
110                 - when no newline before separator
111                 - when reediting
112
113 2006-06-29 [colin]      2.3.1cvs44
114
115         * src/folderview.c
116         * src/folderview.h
117         * src/mainwindow.c
118         * src/summaryview.c
119                 Let 'View/Go to/Next marked' work like
120                 Next new & Next unread: across folders
121                 Change the select_on_entry pref to do
122                 what we want when changing folder
123         * src/common/utils.c
124                 Fix single-quoted links 
125
126 2006-06-29 [colin]      2.3.1cvs43
127
128         * src/gtk/gtkaspell.c
129                 "Sylpheed" and "Sylpheed-Claws" do exist !
130
131 2006-06-29 [colin]      2.3.1cvs42
132
133         * src/imap.c
134                 Forgot to remove debug
135
136 2006-06-29 [colin]      2.3.1cvs41
137
138         * src/imap.c
139         * src/imap.h
140         * src/mainwindow.c
141                 Disconnect from IMAP servers when going
142                 offline. Fixes bug #978 (going to offline-mode 
143                 won't close connections)
144
145 2006-06-29 [colin]      2.3.1cvs40
146
147         * src/main.c
148                 Fix transient setting on failing plugins
149                 Patch by Fabien
150         * src/plugins/pgpcore/sgpgme.c
151                 Only warn for OpenPGP. Most people don't
152                 have CMS available.
153
154 2006-06-29 [colin]      2.3.1cvs39
155
156         * src/compose.c
157                 Fix Spelling menu (discrepancy between context menu
158                 and top menu when folder's dictionary isn't the 
159                 default one)
160         * src/plugins/pgpcore/sgpgme.c
161                 More error reporting about why gpgme can fail
162
163 2006-06-29 [wwp]        2.3.1cvs38
164
165         * src/mainwindow.c
166                 honor the display-header-pane setting even when the message view
167                 is a separate window.
168
169 2006-06-29 [wwp]        2.3.1cvs37
170
171         * src/prefs_actions.c
172                 forgot to commit that one (use of GTK_STOCK_INFO).
173
174 2006-06-29 [colin]      2.3.1cvs36
175
176         * src/imap.c
177                 Better handling of login errors (ask the password
178                 again once), alert in case of error. Fix three
179                 signedness warnings.
180
181 2006-06-28 [wwp]        2.3.1cvs35
182
183         * src/prefs_template.c
184         * src/prefs_matcher.c
185         * src/prefs_filtering_action.c
186         * src/prefs_quote.c
187                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
188                 patch by Fabien Vantard, slightly modified.
189
190 2006-06-28 [paul]
191
192         2.4.0-rc2 released
193
194 2006-06-28 [colin]      2.3.1cvs34
195
196         * src/prefs_account.c
197                 Fix bug #977 (Can't add or edit imap accounts)
198
199 2006-06-28 [colin]      2.3.1cvs33
200
201         * src/mimeview.c
202                 Fix previous
203
204 2006-06-28 [colin]      2.3.1cvs32
205
206         * src/mimeview.c
207                 Save named inlined attachments with "Save all"
208         * src/main.c
209         * src/mbox.c
210         * src/common/plugin.c
211         * src/common/plugin.h
212         * src/common/sylpheed.c
213         * src/common/utils.c
214         * src/plugins/pgpcore/sylpheed.def
215         * src/plugins/pgpinline/sylpheed.def
216         * src/plugins/pgpmime/sylpheed.def
217                 Win32 compatibility patch, by
218                 Werner Koch
219
220 2006-06-28 [wwp]        2.3.1cvs31
221
222         * src/imap.c
223         * src/prefs_folder_item.c
224                 less compilation warnings (thanks to Fabien Vantard), less typos.
225
226 2006-06-28 [paul]       2.3.1cvs30
227
228         * src/gtk/gtkutils.c
229                 gtk_combo_box_set_focus_on_click() is only
230                 available since gtk 2.6.0
231
232 2006-06-28 [paul]       2.3.1cvs29
233
234         * src/prefs_ext_prog.c
235                 fix engrish and add a tooltip for the
236                 'command for 'Display as text' option
237
238 2006-06-28 [paul]
239
240         2.4.0-rc1 released
241
242 2006-06-28 [paul]       2.3.1cvs28
243
244         * ChangeLog
245         * tools/Makefile.am
246                 include textviewer.pl in releases
247
248 2006-06-28 [paul]       2.3.1cvs27
249
250         * src/prefs_ext_prog.c
251                 hide Print command option if libgnomeprint
252                 support is present
253
254 2006-06-27 [colin]      2.3.1cvs26
255
256         * src/compose.c
257                 Fix Esc handling in insert/attach dialog
258                 Don't show this dialog if dragging something
259                 else than text/uri-list
260                 Thanks to Fabien Vantard
261         * tools/textviewer.pl
262                 Filter script to display stuff as text
263                 by H. Merijn Brand
264
265 2006-06-27 [wwp]        2.3.1cvs25
266
267         * src/messageview.c
268                 use the exact product name (message view title), patch
269                 by Fabien Vantard.
270
271 2006-06-27 [ticho]      2.3.1cvs24
272
273         * src/prefs_account.c
274         * src/prefs_common.c
275         * src/prefs_common.h
276         * src/prefs_ext_prog.c
277         * src/textview.c
278                 Add a preference (Preferences/External programs)
279                 to allow "Display as text" to be done via a script
280                 (patch by H.Merijn Brand).
281                 Use GtkComboBox for protocol selection in account
282                 preferences.
283                 Only include current choice for existing accounts, and
284                 insensitivize the combobox.
285
286 2006-06-27 [paul]       2.3.1cvs23
287
288         * src/mbox.c
289                 fix crasher introduced in cvs21.
290                 Thanks to Colin
291
292 2006-06-26 [colin]      2.3.1cvs22
293
294         * src/mbox.c
295                 Fix double-frees when leaving folders
296                 after exporting to mbox
297
298 2006-06-26 [colin]      2.3.1cvs21
299
300         * src/mbox.c
301                 More feedback (and optimisation)
302                 on import/export
303         * src/common/utils.c
304                 Fix case when looking for mail addresses
305         * src/gtk/gtkutils.c
306                 Extra check for (X-)Face
307
308 2006-06-25 [ticho]      2.3.1cvs20
309
310         * src/compose.c
311         * src/exphtmldlg.c
312         * src/gtk/gtkutils.c
313         * src/gtk/gtkutils.h
314                 Added second argument to gtkut_sc_combobox_create() to
315                 control focus-on-click for the widget.
316                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
317
318 2006-06-25 [ticho]      2.3.1cvs19
319
320         * src/compose.c
321         * src/gtk/Makefile.am
322         * src/gtk/combobox.c
323         * src/gtk/combobox.h
324         * src/gtk/gtkutils.c
325         * src/gtk/gtkutils.h
326                 Use GtkComboBox instead of deprecated GtkOptionMenu
327                 for account selector in compose window and for encoding
328                 selector in attachment properties.
329                 Also factorise working with the new GtkComboBox somewhat.
330
331 2006-06-24 [paul]       2.3.1cvs18
332
333         * src/prefs_common.c
334                 use the correct default value
335
336 2006-06-24 [paul]       2.3.1cvs17
337
338         * src/compose.c
339         * src/prefs_common.c
340         * src/prefs_common.h
341         * src/prefs_compose_writing.c
342                 enable setting of default action when
343                 dnd'ing files in the compose window.
344                 (Collaborative effort with wwp)
345
346 2006-06-23 [wwp]        2.3.1cvs16
347
348         * src/compose.c
349                 i18n fix (thanks to Fabien Vantard)
350
351 2006-06-22 [colin]      2.3.1cvs15
352
353         * src/prefs_customheader.c
354                 Don't use filters in custom headers' file 
355                 selector. Remember, extensions mean nothing :)
356
357 2006-06-22 [paul]       2.3.1cvs14
358
359         * configure.ac
360                 allow setting of man directory location
361
362 2006-06-22 [colin]      2.3.1cvs13
363
364         * src/mainwindow.c
365                 Add 'View/Go to/Next unread folder'.
366                 I missed that :)
367
368 2006-06-22 [colin]      2.3.1cvs12
369
370         * src/common/utils.c
371                 Add some subject prefixes
372                 Patch by Bjorn T Johansen <btj@havleik.no>
373
374 2006-06-22 [colin]      2.3.1cvs11
375
376         * manual/advanced.xml
377                 Forgotten hidden pref
378
379 2006-06-21 [paul]       2.3.1cvs10
380
381         * src/prefs_account.c
382                 complete the removal of 'Add date header' option
383
384 2006-06-21 [paul]       2.3.1cvs9
385
386         * src/account.c
387         * src/compose.c
388         * src/prefs_account.c
389         * src/prefs_account.h
390                 remove option to add date header - always
391                 add date header
392         * src/etpan/imap-thread.c
393                 fix warnings (Thanks to Colin)
394
395 2006-06-21 [wwp]        2.3.1cvs8
396
397         * src/folder.c
398                 set the attachment flag when inline text part are (file)named. This is more convenient
399                 when receiving (for instance) inline source files or patches sent using thunderbird.
400
401 2006-06-21 [paul]       2.3.1cvs7
402
403         * src/inc.c
404                 fix off-by-one count of current msg in
405                 statusbar filtering progressbar
406
407 2006-06-21 [paul]       2.3.1cvs6
408
409         * src/folder.c
410                 Show attachment icon even if the part is 'inline'
411                 if the following conditions are met:
412                 - content-type != 'text/plain'
413                 - content-type != '*/pgp-signature'
414                 - either 'name' or 'filename' parameter is not NULL
415                 
416                 Thanks to Colin
417
418 2006-06-21 [paul]       2.3.1cvs5
419
420         * src/messageview.c
421         * src/prefs_common.c
422         * src/prefs_common.h
423         * src/prefs_other.c
424                 add an option to 'Never send Return
425                 Receipts'
426                 Thanks to Colin
427
428 2006-06-20 [mones]      2.3.1cvs4
429
430         * po/es.po
431                 updated
432         * src/compose.c
433                 typo fixed (space after comma)
434         * tools/make.themes.project
435                 remove exec mode from tarball files
436
437 2006-06-20 [colin]      2.3.1cvs3
438
439         * src/news.c
440         * src/procheader.c
441         * src/unmime.c
442                 Better fix for \n's in headers (don't 
443                 break Received: and others)
444
445 2006-06-20 [paul]       2.3.1cvs2
446
447         * src/alertpanel.c
448         * src/textview.c
449                 improve legibility of phishing attempt
450                 dialog
451
452 2006-06-20 [paul]       2.3.1cvs1
453
454         * NEWS
455         * README
456         * configure.ac
457                 Update version number following
458                 stable release
459
460 2006-06-20 [colin]      2.3.0cvs26
461
462         * src/compose.c
463                 When dragging a file to the text of the compose
464                 window, ask whether we want to insert or attach
465                 (I know lots of people who do that to attach)
466
467 2006-06-20 [colin]      2.3.0cvs25
468
469         * src/etpan/imap-thread.c
470                 Fix threshold (the append command is often > 32 bytes)
471
472 2006-06-19 [colin]      2.3.0cvs24
473
474         * src/imap.c
475         * src/etpan/imap-thread.c
476                 Workaround Rockliffe IMAP server bug: replace
477                 "x UID SEARCH (ANSWERED UID 1:*)" with
478                 "x UID SEARCH ANSWERED"
479                 (Rockliffe doesn't handle the parenthesis)
480
481 2006-06-19 [colin]      2.3.0cvs23
482
483         * src/compose.c
484         * src/imap.c
485         * src/etpan/imap-thread.c
486                 Probably fix bug #972 (Freezes when adding 
487                 an attachment to the message)
488         * src/common/defs.h
489                 Modernize Firefox cmd
490
491
492 2006-06-18 [colin]      2.3.0cvs22
493
494         * src/prefs_customheader.c
495                 Only allow correct filenames for various
496                 custom headers
497
498 2006-06-18 [colin]      2.3.0cvs21
499
500         * src/prefs_customheader.c
501                 Add a 'From File...' button in custom headers prefs, which
502                 try to do the right thing: 
503                 for normal headers, use file as plaintext,
504                 for X-Face, calls compface,
505                 for Face, encode to b64.
506
507 2006-06-17 [colin]      2.3.0cvs20
508
509         * src/mh.c
510                 Warning fix
511
512 2006-06-16 [colin]      2.3.0cvs19
513
514         * src/summaryview.c
515                 Recursive quicksearch: show message list
516                 in current folder, *then* search children
517                 in the background.
518
519 2006-06-16 [colin]      2.3.0cvs18
520
521         * src/main.c
522                 Instead of ignoring SIGPIPE, save caches
523                 when getting one. Will fix the fact that
524                 hot caches are out-of-date when logging 
525                 out of Xorg.
526         * src/compose.c
527         * src/prefs_compose_writing.c
528                 Only save text (not attachments) when 
529                 auto-saving to drafts
530         * src/unmime.c
531                 Always replace \n, \r and \t with spaces
532                 in headers
533         * manual/dist/html/Makefile.am
534         * manual/dist/pdf/Makefile.am
535         * manual/dist/ps/Makefile.am
536         * manual/dist/txt/Makefile.am
537         * manual/fr/dist/html/Makefile.am
538         * manual/fr/dist/pdf/Makefile.am
539         * manual/fr/dist/ps/Makefile.am
540         * manual/fr/dist/txt/Makefile.am
541         * manual/pl/dist/html/Makefile.am
542         * manual/pl/dist/pdf/Makefile.am
543         * manual/pl/dist/ps/Makefile.am
544         * manual/pl/dist/txt/Makefile.am
545                 Fix make clean removing pregenerated manuals
546
547
548 2006-06-16 [colin]      2.3.0cvs17
549
550         * src/plugins/pgpcore/sgpgme.c
551         * src/plugins/pgpmime/pgpmime.c
552         * src/plugins/pgpinline/pgpinline.c
553                 Better error reporting in setup_signers.
554                 Don't fallback to default key if specified
555                 key isn't found.
556                 Don't allow signing if more than one secret
557                 key matches the one specified in prefs.
558
559 2006-06-15 [colin]      2.3.0cvs16
560
561         * src/folderview.c
562                 Add "Send queue" in the folder's contextual
563                 menu
564         * src/compose.c
565         * src/messageview.c
566         * src/privacy.c
567         * src/privacy.h
568         * src/procmime.c
569         * src/procmsg.c
570         * src/plugins/pgpcore/passphrase.c
571         * src/plugins/pgpcore/sgpgme.c
572         * src/plugins/pgpinline/pgpinline.c
573         * src/plugins/pgpmime/pgpmime.c
574                 Better error reporting
575         * src/mbox.c
576                 Probably fix bug #971 (2.2.3 cannot read mail 
577                 from local mbox)
578
579
580 2006-06-15 [mones]      2.3.0cvs15
581
582         * tools/make.themes.project
583                 creates the themes project from the web page
584
585 2006-06-15 [colin]      2.3.0cvs14
586
587         * src/folder.c
588                 Better fix (avoid losing the folder if scan_tree 
589                 fails)
590
591 2006-06-15 [cleroy]     2.3.0cvs13
592
593         * src/folder.c
594                 Probably fix Bug #969 (crash on rebuilding 
595                 imap folder)
596
597 2006-06-14 [colin]      2.3.0cvs12
598
599         * manual/dtd/manual.xsl
600         * manual/sylpheed-claws-manual.xml
601         * manual/fr/sylpheed-claws-manual.xml
602         * manual/pl/sylpheed-claws-manual.xml
603                 Insert pagebreaks between sections
604
605 2006-06-14 [paul]       2.3.0cvs11
606
607         * configure.ac
608                 better fix than 2.3.0cvs10
609
610 2006-06-14 [paul]       2.3.0cvs10
611
612         * configure.ac
613                 fix setting of PACKAGE_DATA_DIR with newer autoconf
614                 (backwards compatible)
615
616 2006-06-13 [colin]      2.3.0cvs9
617
618         * src/messageview.c
619                 Fix sending of return receipt with the new queue folders
620
621 2006-06-13 [wwp]        2.3.0cvs8
622
623         * src/quote_fmt_lex.l
624                 fix wrong tokens returned in quote_fmt lexer, query not().
625
626 2006-06-13 [wwp]        2.3.0cvs7
627
628         * src/folder.c
629         * src/prefs_folder_item.c
630                 allow changing folder type even when folder is not a top-level one,
631                 thanks to Colin.
632
633 2006-06-12 [colin]      2.3.0cvs6
634
635         * src/folderview.c
636                 Fix double-ask of "Do you want to mark all
637                 as read"
638
639 2006-06-12 [colin]      2.3.0cvs5
640
641         * src/compose.c
642         * src/compose.h
643         * src/folder.c
644         * src/folder.h
645         * src/imap.c
646         * src/inc.c
647         * src/main.c
648         * src/messageview.c
649         * src/mh.c
650         * src/prefs_folder_item.c
651         * src/procheader.c
652         * src/procmime.c
653         * src/procmsg.c
654         * src/procmsg.h
655         * src/send_message.c
656         * src/summaryview.c
657         * src/toolbar.c
658                 Apply bug #964's patch (Queue and drafts aren't normal)
659                 The Drafts and Queue folder now contain RFC-822 files,
660                 allowing to move and copy mails from and to these 
661                 folders. Moving from Drafts to Queue will prepare the
662                 mail for sending (PGP signature, encryption, etc).
663                 This patch also rework sending errors handling to try
664                 to be more helpful.
665                 Also, allow redefining folder types via the GUI 
666                 (Folder type in its Properties)
667
668 2006-06-12 [colin]      2.3.0cvs4
669
670         * src/summaryview.c
671         * src/prefs_common.c
672         * src/prefs_common.h
673         * src/gedit-print.c
674                 Allow to define a specific print font - patch
675                 by Bernhard Walle <bernhard.walle@gmx.de>
676         * src/prefs_fonts.c
677         * manual/advanced.xml
678         * manual/fr/advanced.xml
679                 Add a hidden pref to allow deletion without
680                 confirmation
681
682 2006-06-12 [wwp]        2.3.0cvs3
683
684         * .cvsignore
685                 more files to ignore.
686
687 2006-06-12 [wwp]        2.3.0cvs2
688
689         * src/quote_fmt.c
690         * src/quote_fmt_lex.l
691         * src/quote_fmt_parse.y
692                 extend the quote_fmt parser (templates and quotes):
693                 - allow limited sub-expressions in |p{} and |f{} expressions,
694                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
695                 - implemented/fixed missing implementation of query_references and show_references,
696                 - completed, fixed contents and format of the symbols help dialog,
697                 - fix some compilation warnings.
698
699 2006-06-12 [wwp]        2.3.0cvs1
700
701         * manual/advanced.xml
702         * manual/fr/advanced.xml
703                 updates in the "templates" section of the manual (eng/fr):
704                  - be more precise (both versions)
705                  - completed to match the english reference (fr version)
706                  - touchups (both versions)
707
708 2006-06-12 [paul]       2.3.0
709
710         2.3.0 released
711
712 2006-06-12 [paul]       2.2.3cvs14
713
714         * po/ca.po
715         * po/cs.po
716         * po/de.po
717         * po/el.po
718         * po/fr.po
719         * po/it.po
720         * po/pt_BR.po
721         * po/sr.po
722         * po/zh_CN.po
723                 updated by Miquel Oliete, Tim, Stephan Sachse,
724                 Stavros Giannouris, Fabien Vantard, Andrea
725                 Spadaccini, Frederico Goncalves Guimaraes,
726                 Aleksandar Urosevic, and Ralgh Young
727
728 2006-06-12 [colin]      2.2.3cvs13
729
730         * src/mbox.c
731                 Add missing header
732
733 2006-06-11 [colin]      2.2.3cvs12
734
735         * src/msgcache.c
736                 Verify that g_malloc() succeeded
737
738 2006-06-11 [colin]      2.2.3cvs11
739
740         * src/wizard.c
741                 Add Face header to welcome mail
742
743 2006-06-10 [colin]      2.2.3cvs10
744
745         * src/textview.c
746                 Revert previous (Forgot it changes the
747                 margin on the whole mail)
748
749 2006-06-10 [colin]      2.2.3cvs9
750
751         * src/textview.c
752                 Don't overlap long headers under (X-)Face
753
754 2006-06-10 [mones]      2.2.3cvs8
755
756         * manual/xml2pdf
757                 allow generation of manual on systems lacking saxon binary
758                 but with java and the saxon library installed
759
760         * po/es.po
761                 updated for release
762
763 2006-06-09 [colin]      2.2.3cvs7
764
765         * src/summaryview.c
766                 Fix leak when using Display Sender using Addressbook
767
768 2006-06-09 [colin]      2.2.3cvs6
769
770         * src/compose.c
771         * src/folder.c
772         * src/folderview.c
773         * src/mimeview.c
774         * src/summaryview.c
775                 More leaks fixes
776
777 2006-06-09 [paul]       2.2.3cvs5
778
779         * AUTHORS
780         * src/gtk/authors.h
781         * tools/claws.i18n.status.pl
782                 updated with new info
783
784 2006-06-09 [paul]       2.2.3cvs4
785
786         * README
787                 updated
788         * manual/ack.xml
789                 add wwp to authors list
790         * src/gtk/authors.h
791                 update mine and Colin's addresses
792
793 2006-06-08 [colin]      2.2.3cvs3
794
795         * src/etpan/imap-thread.c
796                 Fix leak on SSL cert check
797
798 2006-06-08 [colin]      2.2.3cvs2
799
800         * src/common/utils.c
801                 Fix leak
802
803 2006-06-08 [paul]       2.2.3cvs1
804
805         * configure.ac
806                 Update version number following
807                 stable release
808
809 2006-06-07 [colin]      2.2.2cvs3
810
811         * src/msgcache.c
812                 Fix catching cache read errors (guint instead of gint)
813                 Prevent malloc'ing more than 8MB (means cache corruption)
814
815 2006-06-07 [paul]       2.2.2cvs2
816
817         * src/exporthtml.c
818         * src/exportldif.c
819         * src/mh.c
820         * src/mutt.c
821         * src/pine.c
822         * src/common/utils.c
823                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
824                 obey $HOME'
825                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
826                 Thanks to Colin
827
828 2006-06-06 [paul]       2.2.2cvs1
829
830         * configure.ac
831                 Update version number following
832                 stable release
833
834 2006-06-06 [paul]       2.2.1cvs6
835
836         * src/matcher.c
837                 fix  implicit declaration of
838                 sylpheed_do_idle()
839                 Patch by Fabien Vantard
840
841 2006-06-06 [paul]       2.2.1cvs5
842
843         * src/matcher.c
844                 fix age_greater and age_lower so that they
845                 mean what say and not '...or equal to'
846                 Thanks to Colin
847
848 2006-06-06 [paul]       2.2.1cvs4
849
850         * src/textview.c
851         * src/common/utils.c
852                 fix URI check
853                 Thanks to Colin
854
855 2006-06-05 [wwp]        2.2.1cvs3
856
857         * manual/fr/account.xml
858                 minor language fixes (thanks to Fabien Vantard).
859
860 2006-06-05 [colin]      2.2.1cvs2
861
862         * src/prefs_folder_item.c
863         * src/folderview.c
864                 Allow recursive setting of properties 
865                 for whole mailboxes
866         * src/matcher.c
867                 Don't freeze on 'test' filtering rule
868
869 2006-06-05 [colin]      2.2.1cvs1
870
871         * configure.ac
872                 Update version number following
873                 stable release
874
875 2006-06-04 [wwp]        2.2.0cvs82
876
877         * manual/glossary.xml
878         * manual/account.xml
879         * manual/fr/glossary.xml
880         * manual/fr/account.xml
881                 added glossary section and references/links related to the Face custom header.
882
883 2006-06-04 [colin]      2.2.0cvs81
884
885         * src/summaryview.c
886                 Skip to next message on move with no
887                 immediate execution
888
889 2006-06-04 [wwp]        2.2.0cvs80
890
891         * manual/xml2pdf
892                 added sanity checks, exit when needed.
893
894 2006-06-03 [paul]       2.2.0cvs79
895
896         * src/prefs_receive.c
897                 page name is now 'Receiving'
898         * src/prefs_send.c
899                 page name is now 'Sending'
900
901 2006-06-03 [colin]      2.2.0cvs78
902
903         * src/plugins/spamassassin/spamassassin_gtk.c
904                 Autoswitch to Localhost if transport was previously
905                 disabled. Else people had to check [] Enable, then
906                 *reselect* transport.
907
908 2006-06-03 [colin]      2.2.0cvs77
909
910         * src/plugins/pgpinline/pgpinline.c
911         * src/plugins/pgpmime/pgpmime.c
912                 Check that gpg_data_release_and_get_mem 
913                 didn't fail (now, why this happens...)
914
915 2006-06-03 [colin]      2.2.0cvs76
916
917         * src/mbox.c
918                 Fix bug #962 (Manual and/or UI should 
919                 warn about incompatible locking 
920                 causing dataloss)
921
922 2006-06-02 [cleroy]     2.2.0cvs75
923
924         * src/filtering.c
925         * src/folder.c
926         * src/procmsg.c
927         * src/summaryview.c
928                 Fix a few leaks
929
930 2006-06-02 [colin]      2.2.0cvs74
931
932         * src/main.c
933                 On exit, free caches after writing them
934                 Shuts up some valgrind false positives
935         * src/procmsg.c
936         * src/send_message.c
937                 Fix races when reusing existing SMTP connections
938                 Fix inexistant session timeout
939         * src/toolbar.c
940                 Display alertpanel after all queues have
941                 been processed, not after each
942
943 2006-06-02 [wwp]        2.2.0cvs73
944
945         * manual/fr/glossary.xml
946         * manual/fr/ack.xml
947         * manual/ack.xml
948                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
949
950 2006-06-02 [wwp]        2.2.0cvs72
951
952         * manual/xml2pdf
953         * manual/dist/pdf/Makefile.am
954         * manual/dtd/manual.xsl
955         * manual/fr/dist/pdf/Makefile.am
956         * manual/pl/dist/pdf/Makefile.am
957                 we changed the procedure to generate the .pdf version of the manual.
958                 The procedure is more modern and the .pdf we get now has a valid index.
959                 Here are the new pre-requisites:
960
961                 - JRE 1.x (1.4 here): there must be one from your distro
962                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
963                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
964                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
965
966                 See my posts for further info about the installation of this toolchain:
967
968                 Date: Fri, 19 May 2006 19:40:06 +0200
969                 From: wwp <subscript@free.fr>
970                 To: sylpheed-claws-devel@lists.sourceforge.net
971                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
972
973                 and
974
975                 Date: Wed, 24 May 2006 12:58:49 +0200
976                 From: wwp <subscript@free.fr>
977                 To: sylpheed-claws-devel@lists.sourceforge.net
978                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
979
980 2006-06-01 [colin]      2.2.0cvs71
981
982         * src/compose.c
983                 Better guards against IMAP races
984         * src/main.c
985         * src/prefs_common.c
986         * src/prefs_common.h
987         * src/common/ssl_certificate.c
988         * src/etpan/imap-thread.c
989         * src/etpan/imap-thread.h
990         * src/gtk/sslcertwindow.c
991                 New hidden option ssl_skip_cert_check to 
992                 avoid dups of bug #959 (libetpan linked
993                 against gnutls and gnutls buggy on 64bit)
994                 Present expired warning only once per
995                 session/server.
996         * manual/advanced.xml
997         * manual/fr/advanced.xml
998                 Document new option
999
1000 2006-06-01 [wwp]        2.2.0cvs70
1001
1002         * src/messageview.c
1003                 fix for bug #961 (return receipt dialog 
1004                 complains incorrectly about return-path 
1005                 email adress being different), thanks 
1006                 to Colin.
1007
1008 2006-05-31 [cleroy]     2.2.0cvs69
1009
1010         * src/common/ssl.c
1011                 Guard against NULLs, although this
1012                 should never be an issue
1013
1014 2006-05-31 [colin]      2.2.0cvs68
1015
1016         * src/filtering.c
1017                 Use g_slist_prepend
1018         * src/imap.c
1019                 Don't remove caches when destroying folder, it
1020                 could (should) be done at exit
1021         * src/inc.c
1022                 free processing cache after incorporation
1023         * src/etpan/imap-thread.c
1024                 Maybe fix bug #959 (Crash on moving to emails 
1025                 to a imap account per ssl with a expired 
1026                 certificate.)
1027
1028 2006-05-30 [colin]      2.2.0cvs67
1029
1030         * src/summaryview.c
1031                 Put back event flush when displaying message
1032                 It avoids reading a bunch of messages just
1033                 by hitting shift-n for too long ;)
1034
1035 2006-05-29 [colin]      2.2.0cvs66
1036
1037         * src/summaryview.c
1038                 Remove useless g_warnings
1039
1040 2006-05-29 [colin]      2.2.0cvs65
1041
1042         * src/imap.c
1043                 Fix g_slist_append()s for performance
1044
1045 2006-05-29 [colin]      2.2.0cvs64
1046
1047         * src/compose.c
1048         * src/common/utils.c
1049                 Fix extraneous tab at start of addresses
1050         * src/mainwindow.c
1051                 Fix warnings (thanks to Fabien)
1052                 Fix crash at exit when composing messages 
1053                 exist
1054         * src/pop.c
1055                 Fix progress bar when deleting expired mails
1056                 Thanks to Hiro
1057         * src/summaryview.c
1058         * src/gtk/gtksctree.c
1059                 Fix re-sorting slowness
1060
1061 2006-05-29 [paul]       2.2.0cvs63
1062
1063         * src/mh.c
1064                 fetch full message when moving mails
1065                 from another mailbox, (fixed data loss
1066                 when filtering from IMAP to MH, introduced
1067                 in 2.2.0cvs57).
1068                 Thanks to Colin
1069
1070 2006-05-29 [mones]      2.2.0cvs62
1071
1072         * src/gtk/gtksctree.c
1073                 Unselect faster (patch by Colin)        
1074
1075 2006-05-26 [colin]      2.2.0cvs61
1076
1077         * src/summaryview.c
1078                 Unplug MSGINFO_UPDATE callback on delete too.
1079
1080 2006-05-26 [colin]      2.2.0cvs60
1081
1082         * src/foldersel.c
1083                 Fix bold in folder selection window with glib2.10
1084                 thanks Hiro
1085
1086 2006-05-26 [colin]      2.2.0cvs59
1087
1088         * src/procheader.c
1089                 Convert date only if necessary (and don't
1090                 try to convert from utf8 to utf8, too)
1091         * src/summaryview.c
1092                 Only set column's text if the column's 
1093                 displayed
1094
1095 2006-05-26 [colin]      2.2.0cvs58
1096
1097         * src/summaryview.c
1098         * src/gtk/gtkutils.c
1099                 Fix useless warning
1100
1101 2006-05-26 [colin]      2.2.0cvs57
1102
1103         * src/mainwindow.c
1104                 Make summaryview selectable as long as 
1105                 no message has focus
1106         * src/mh.c
1107                 Faster deletion (by implementing mh_remove_msgs)
1108                 Faster copy (avoid using mh_fetch_msg just to get
1109                 the filename)
1110                 Faster move (using move_file instead of copy_file
1111                 if MSG_IS_MOVE)
1112                 No progressbar if total number of mails to cp/mv 
1113                 is less than 100
1114         * src/summaryview.c
1115                 Fix removal from subject_table when mail gets moved
1116                 Faster deletion (g_slist_prepend instead of append)
1117         * src/gtk/gtksctree.c
1118                 Remove useless code
1119
1120 2006-05-25 [colin]      2.2.0cvs56
1121
1122         * src/common/ssl_certificate.c
1123                 Fix leak in expired cert check
1124
1125 2006-05-25 [colin]      2.2.0cvs55
1126
1127         * src/mh.c
1128                 Disable flags syncing on .mh_sequences - it
1129                 is buggy and marks mails read under unknown
1130                 conditions.
1131
1132 2006-05-25 [paul]
1133
1134         * 2.3.0-rc4 released
1135
1136 2006-05-24 [colin]      2.2.0cvs54
1137
1138         attention cvs users: if you manage to crash
1139         Sylpheed-Claws while moving, copying or deleting
1140         mails, we *are* interested in stack traces and
1141         valgrind logs. It looks stable, but one never
1142         knows...
1143
1144         * src/folder.c
1145                 Add progressbar for cache updates
1146         * src/folderutils.c
1147                 Optimize Mark all read in the current
1148                 folder
1149         * src/mh.c
1150                 Add progressbar for copy/move
1151         * src/procmsg.c
1152                 Optimize O(n^2) in copy/move
1153         * src/summaryview.c
1154         * src/gtk/gtksctree.c
1155                 Optimize O(n^2) algos
1156         * src/common/timing.h
1157                 Display ms instead of us
1158
1159 2006-05-24 [wwp]        2.2.0cvs53
1160
1161         * manual/fr/advanced.xml
1162                 updates to the French manual.
1163
1164 2006-05-24 [wwp]        2.2.0cvs52
1165
1166         * src/common/utils.c
1167                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1168
1169 2006-05-24 [wwp]        2.2.0cvs51
1170
1171         * src/folderutils.c
1172                 fixed "mark all read" in MH folders (thanks to Colin).
1173
1174 2006-05-24 [paul]       2.2.0cvs50
1175
1176         * doc/man/sylpheed-claws.1
1177                 updated the man page
1178
1179 2006-05-23 [colin]      2.2.0cvs49
1180
1181         * src/folderview.c
1182         * src/imap.c
1183         * src/inc.c
1184         * src/mbox.c
1185         * src/messageview.c
1186         * src/news.c
1187         * src/send_message.c
1188         * src/summaryview.c
1189         * src/gtk/sslcertwindow.c
1190                 alertpanel fixes, by Fabien
1191
1192 2006-05-23 [colin]      2.2.0cvs48
1193
1194         * src/folder.c
1195         * src/folderview.c
1196         * src/msgcache.c
1197         * src/summaryview.c
1198         * src/gtk/gtksctree.c
1199         * src/gtk/gtksctree.h
1200                 More timings
1201                 Fix slow loading problem, which was caused by the
1202                 use of some gtk_ctree funcs and their use of
1203                 g_list_position while gtk_ctree_(un)link'ing.
1204                 Reap more functions from gtkctree.c to be sure we
1205                 use our (fast) version instead of theirs.
1206         * src/mh.c
1207                 Fix copy of unread mails
1208
1209
1210 2006-05-22 [wwp]        2.2.0cvs47
1211
1212         * manual/fr/advanced.xml
1213                 updated.
1214
1215 2006-05-22 [colin]      2.2.0cvs46
1216
1217         * src/filtering.c
1218                 Fix possible infinite loop. 'copy' is not a 
1219                 final action, so when encountering a 'copy',
1220                 we have to check if a previous one was set
1221                 and do it. In the same way, if we encounter
1222                 a 'move' we have to perform a possibly 
1223                 pending 'copy'. This will slow down filtering
1224                 on IMAP if move+copy or multiple copy actions
1225                 are to be done, but handling it via the batch
1226                 would be really too convoluted.
1227
1228 2006-05-22 [wwp]        2.2.0cvs45
1229
1230         * manual/fr/advanced.xml
1231         * manual/fr/faq.xml
1232         * manual/fr/glossary.xml
1233         * manual/fr/handling.xml
1234         * manual/fr/intro.xml
1235         * manual/fr/plugins.xml
1236         * manual/fr/sylpheed-claws-manual.xml
1237                 sync w/ the english manual: updates URIs, documented mailing-list
1238                 support, better explanation about the enabled/disabled feature
1239                 in filtering/processing rules by Paul.
1240
1241 2006-05-21 [colin]      2.2.0cvs44
1242
1243         * src/summaryview.c
1244                 Don't expand after building threads, but during
1245
1246 2006-05-21 [colin]      2.2.0cvs43
1247
1248         * src/procmsg.c
1249         * src/summaryview.c
1250                 More timing possibilities... For next time I have 
1251                 to find out how the hell some 3GHz computer takes
1252                 one minute to open a 30k folder...
1253
1254 2006-05-21 [colin]      2.2.0cvs42
1255
1256         * manual/pl/advanced.xml
1257         * manual/pl/faq.xml
1258         * manual/pl/glossary.xml
1259         * manual/pl/handling.xml
1260         * manual/pl/intro.xml
1261         * manual/pl/plugins.xml
1262         * manual/pl/sylpheed-claws-manual.xml
1263                 Polish manual updated by Pawel
1264
1265 2006-05-20 [colin]
1266
1267         * 2.3.0-rc3 released
1268
1269 2006-05-20 [colin]      2.2.0cvs41
1270
1271         * src/imap.c
1272                 Fix -rc2 problems:
1273                 - remove cache of moved messages from original folder
1274                 - apply new flags to messages even if they aren't appliable
1275                   via IMAP.
1276
1277 2006-05-20 [colin]
1278
1279         * 2.3.0-rc2 released
1280
1281 2006-05-19 [colin]      2.2.0cvs40
1282
1283         * src/imap.c
1284                 Don't issue SELECT in imap_change_flags
1285                 before having checked that we indeed have
1286                 some flags to change. MSG_POSTFILTERED for
1287                 example can't be used on IMAP.
1288                 Fixes bug #955 (copying messages between 
1289                 imap folders is extremely slow), which was
1290                 a regression.
1291
1292 2006-05-19 [colin]      2.2.0cvs39
1293
1294         * src/folder.c
1295         * src/folder.h
1296         * src/folderview.c
1297                 Try to fix bug #830 (Some unread messages 
1298                 get marked read in IMAP inbox):
1299                 - Prevent scanning a folder if it's being 
1300                   opened via the GUI
1301                 - Postpone opening via the GUI of a folder
1302                   currently scanned.
1303
1304
1305 2006-05-19 [wwp]        2.2.0cvs38
1306
1307         * manual/advanced.xml
1308                 fix English+typo (thanks to Paul).
1309
1310 2006-05-19 [wwp]        2.2.0cvs37
1311
1312         * manual/advanced.xml
1313         * manual/fr/advanced.xml
1314         * src/gtk/logwindow.c
1315         * src/prefs_common.c
1316         * src/prefs_common.h
1317                 added hidden prefs to allow customization of colors used in
1318                 protocol log window (useful for dark gtk+ themes).
1319
1320 2006-05-19 [wwp]        2.2.0cvs36
1321
1322         * ChangeLog
1323                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1324
1325 2006-05-19 [paul]       2.2.0cvs35
1326
1327         * src/textview.c
1328                 make Reply-To fully clickable
1329         * src/gtk/logwindow.c
1330                 more colouring (SMTP ESMTP)
1331         Both patches by Pawel Pekala
1332
1333 2006-05-19 [cleroy]     2.2.0cvs34
1334
1335         * src/mh.c
1336                 Don't update flags from current folder
1337                 Probably fixes bug #935 (Read Messages 
1338                 Revert to Being Marked as Unread)
1339
1340 2006-05-18 [colin]      2.2.0cvs33
1341
1342         * src/imap.c
1343                 Warning fix
1344         * src/compose.c
1345         * src/mainwindow.c
1346         * src/summaryview.c
1347         * src/toolbar.c
1348                 Allow replying to multiple emails
1349                 in multiple windows
1350         * src/mimeview.c
1351         * src/etpan/imap-thread.c
1352                 Leak fixes
1353
1354 2006-05-18 [paul]       2.2.0cvs32
1355
1356         * src/summaryview.c
1357                 keep Mailing-List menu refreshed
1358                 Thanks to Colin
1359
1360 2006-05-18 [paul]       2.2.0cvs31
1361
1362         * manual/advanced.xml
1363         * manual/faq.xml
1364         * manual/glossary.xml
1365         * manual/handling.xml
1366         * manual/intro.xml
1367         * manual/plugins.xml
1368         * manual/sylpheed-claws-manual.xml
1369                 update URLs
1370                 add info about mailing-list support
1371                 edit filtering info
1372         * src/wizard.c
1373         * src/common/defs.h
1374         * src/gtk/about.c
1375         * src/plugins/dillo_viewer/README
1376                 update URLs
1377
1378 2006-05-17 [wwp]        2.2.0cvs30
1379
1380         * manual/handling.xml
1381         * manual/fr/handling.xml
1382                 documented the ability to enabled/disable filtering/processing rules.
1383
1384 2006-05-17 [colin]      2.2.0cvs29
1385
1386         * src/main.c
1387                 Don't initialize g_thread subsystem if it's 
1388                 already done (thanks to Hiro)
1389         * src/mimeview.c
1390                 Fix saving of parts when there name can't be
1391                 converted from UTF-8.
1392
1393 2006-05-17 [paul]       2.2.0cvs28
1394
1395         * po/Makefile.in.in
1396                 fix config.status warning with autoconf 2.60
1397
1398 2006-05-17 [paul]       2.2.0cvs27
1399
1400         * po/POTFILES.in
1401                 add src/mbox.c
1402
1403 2006-05-17 [wwp]        2.2.0cvs26
1404
1405         * src/mainwindow.c
1406                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1407
1408 2006-05-17 [wwp]        2.2.0cvs25
1409
1410         * src/plugins/demo/demo.c
1411                 updated product name in plugin demo (many plugins need to be
1412                 sync'ed w/ that change).
1413
1414 2006-05-17 [colin]      2.2.0cvs24
1415
1416         * src/mh.c
1417                 Fix leak
1418
1419 2006-05-16 [colin]      2.2.0cvs23
1420
1421         * src/mainwindow.c
1422                 Stupid me hit again. Fix cvs22.
1423
1424 2006-05-16 [colin]      2.2.0cvs22
1425
1426         * src/mainwindow.c
1427                 Fix bug #922 (sylpheed-claws crashed after 
1428                 pushing on Inbox folder)
1429
1430 2006-05-16 [colin]      2.2.0cvs21
1431
1432         * src/compose.c
1433                 Make From header be copy/paste/select-able
1434
1435 2006-05-16 [wwp]        2.2.0cvs20
1436
1437         * src/export.c
1438         * src/matcher.c
1439         * src/summaryview.c
1440         * src/etpan/imap-thread.c
1441                 fix some compiler warnings (thanks to Colin).
1442
1443 2006-05-16 [wwp]        2.2.0cvs19
1444
1445         * src/action.c
1446         * src/gedit-print.c
1447         * src/inc.c
1448         * src/mainwindow.c
1449         * src/mh.c
1450         * src/statusbar.c
1451         * src/send_message.c
1452         * src/summaryview.c
1453                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1454
1455 2006-05-15 [colin]      2.2.0cvs18
1456
1457         * src/procmsg.c
1458                 Fix automatic rule creation with List-Post
1459
1460 2006-05-15 [paul]       2.2.0cvs17
1461
1462         * tools/filter_conv_new.pl
1463                 updated for rule enabling/disabling
1464                 claws version >= 2.3.x required
1465
1466 2006-05-15 [cleroy]     2.2.0cvs16
1467
1468         * src/main.c
1469                 Revert test
1470
1471 2006-05-15 [cleroy]     2.2.0cvs15
1472
1473         * src/main.c
1474                 test
1475
1476 2006-05-15 [wwp]        2.2.0cvs14
1477
1478         * manual/pl/.cvsignore
1479                 ignore generated files.
1480
1481 2006-05-14 [wwp]        2.3.0-rc1
1482
1483         * 2.3.0-rc1 released
1484
1485 2006-05-13 [wwp]        2.2.0cvs13
1486
1487         * src/filtering.c
1488         * src/filtering.h
1489         * src/matcher.c
1490         * src/matcher_parser_lex.l
1491         * src/matcher_parser_parse.y
1492         * src/prefs_filtering.c
1493                 new feature: provide the ability to disable filtering and processing
1494                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1495                 adaptations.
1496
1497 2006-05-13 [colin]      2.2.0cvs12
1498
1499         * src/compose.c
1500                 Remove useless if (a) b; else b;
1501                 Thanks to wwp
1502
1503 2006-05-13 [wwp]        2.2.0cvs11
1504
1505         * src/export.c
1506         * src/import.c
1507         * src/mainwindow.c
1508         * src/mbox.c
1509         * src/summaryview.c
1510         * src/summaryview.h
1511                 no more silent failures (or at least less ones) when importing
1512                 or exporting from/to mbox. Also start importing/exporting if
1513                 the necessary info is set.
1514
1515 2006-05-13 [wwp]        2.2.0cvs10
1516
1517         * RELEASE_NOTES
1518                 restored up-to-date release notes.
1519
1520 2006-05-13 [paul]       2.2.0cvs9
1521
1522         * po/nl.po
1523         * po/ru.po
1524                 updated by Tim Dijkstra and Pavlo Bohmat
1525
1526 2006-05-12 [colin]      2.2.0cvs8
1527
1528         * src/gtk/quicksearch.c
1529                 Add "k" as shortcut for "colorlabel". Patch
1530                 by ath42@users.sf.net.
1531
1532 2006-05-12 [paul]       2.2.0cvs7
1533
1534         * src/prefs_common.h
1535         * src/prefs_summaries.c
1536         * src/summaryview.c
1537                 when entering a folder also allow
1538                 going directly to first Marked message
1539
1540 2006-05-12 [paul]       2.2.0cvs6
1541
1542         * src/summaryview.c
1543                 always obey 'confirm before marking all
1544                 mails read' option
1545
1546 2006-05-12 [paul]       2.2.0cvs5
1547
1548         * src/textview.c
1549                 make Sender fully clickable
1550
1551 2006-05-12 [colin]      2.2.0cvs4
1552
1553         * src/compose.c
1554         * src/compose.h
1555                 Let From be editable
1556         * src/main.c
1557         * src/mh.c
1558                 Full support of .mh_sequences' Unseen seq
1559
1560 2006-05-12 [colin]      2.2.0cvs3
1561
1562         * src/folder.c
1563         * src/mainwindow.c
1564         * src/mainwindow.h
1565         * src/messageview.c
1566         * src/prefs_spelling.c
1567         * src/procheader.c
1568         * src/procmsg.c
1569         * src/procmsg.h
1570         * src/summaryview.c
1571         * src/toolbar.c
1572         * src/toolbar.h
1573                 Add contextual menu on Compose toolbar
1574                 button. Fixes bug #944 (Automatic
1575                 addresses not applied when changing account
1576                 from compose window)
1577                 add Mailing List support
1578                 based on the old 0.6.5claws25 patch by
1579                 Melvin Hadasht, with finishing touches
1580                 by Colin
1581                 Fix "ignore thread" when mails are threaded by
1582                 subject (and weren't ignored although appearing
1583                 in the thread).
1584                 GUI rework.
1585                 Both patches by Pawel.
1586
1587 2006-05-08 [paul]       2.2.0cvs2
1588
1589         * src/mainwindow.c
1590         * src/mainwindow.h
1591         * src/messageview.c
1592         * src/procheader.c
1593         * src/procmsg.c
1594         * src/procmsg.h
1595         * src/summaryview.c
1596                 add Mailing List support
1597                 based on the old 0.6.5claws25 patch by 
1598                 Melvin Hadasht, with finishing touches
1599                 by Colin
1600
1601 2006-05-08 [colin]      2.2.0cvs1
1602
1603         * src/mainwindow.c
1604         * src/toolbar.c
1605         * src/toolbar.h
1606                 Add contextual menu on Compose toolbar 
1607                 button. Fixes bug #944 (Automatic 
1608                 addresses not applied when changing account 
1609                 from compose window)
1610
1611 2006-05-08 [paul]       2.2.0
1612
1613         2.2.0 released
1614
1615 2006-05-08 [paul]       2.1.1cvs51
1616
1617         * po/cs.po
1618         * po/de.po
1619         * po/en_GB.po
1620         * po/fi.po
1621         * po/fr.po
1622         * po/pt_BR.po
1623         * po/sr.po
1624         * po/zh_CN.po
1625                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1626                 Fabien Vantard, Frederico Goncalves Guimaraes,
1627                 Aleksandar Urosevic, and Ralgh Young
1628
1629 2006-05-12 [colin]      2.1.1cvs50
1630
1631         * po/cs.po
1632         * po/de.po
1633         * po/en_GB.po
1634         * po/es.po
1635         * po/fi.po
1636         * po/fr.po
1637         * po/pt_BR.po
1638         * po/sr.po
1639         * po/zh_CN.po
1640                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1641                 Fabien Vantard, Frederico Goncalves Guimaraes,
1642                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1643
1644 2006-05-05 [colin]      2.1.1cvs49
1645
1646         * manual/Makefile.am
1647         * manual/pl/Makefile.am
1648         * manual/pl/account.xml
1649         * manual/pl/ack.xml
1650         * manual/pl/addrbook.xml
1651         * manual/pl/advanced.xml
1652         * manual/pl/faq.xml
1653         * manual/pl/glossary.xml
1654         * manual/pl/gpl.xml
1655         * manual/pl/handling.xml
1656         * manual/pl/intro.xml
1657         * manual/pl/keyboard.xml
1658         * manual/pl/plugins.xml
1659         * manual/pl/starting.xml
1660         * manual/pl/sylpheed-claws-manual.xml
1661         * manual/pl/dist/.cvsignore
1662         * manual/pl/dist/Makefile.am
1663         * manual/pl/dist/html/.cvsignore
1664         * manual/pl/dist/html/Makefile.am
1665         * manual/pl/dist/pdf/.cvsignore
1666         * manual/pl/dist/pdf/Makefile.am
1667         * manual/pl/dist/ps/.cvsignore
1668         * manual/pl/dist/ps/Makefile.am
1669         * manual/pl/dist/txt/.cvsignore
1670         * manual/pl/dist/txt/Makefile.am
1671                 Add the polish translation of the manual,
1672                 Authored by Pawel Pekala.
1673
1674 2006-05-05 [cleroy]     2.1.1cvs48
1675
1676         * src/main.c
1677                 Re-read matcherrc after loading plugins 
1678                 if some of them add folders.
1679
1680 2006-05-03 [colin]      2.1.1cvs47
1681
1682         * src/imap.c
1683                 I'm idiot
1684
1685 2006-05-03 [colin]      2.1.1cvs46
1686
1687         * src/imap.c
1688                 Be sure to have a session when
1689                 getting separator
1690
1691 2006-05-03 [colin]      2.1.1cvs45
1692
1693         * src/imap.c
1694         * src/imap.h
1695         * src/imap_gtk.c
1696                 Fix preventing renaming with namespace 
1697                 separator.
1698
1699 2006-05-01 [colin]      2.1.1cvs44
1700
1701         * src/action.c
1702                 Don't reload messageview when result of
1703                 action is piped.
1704
1705 2006-04-29 [colin]      2.1.1cvs43
1706
1707         * src/prefs_receive.c
1708         * src/plugins/spamassassin/spamassassin_gtk.c
1709         * src/plugins/clamav/clamav_plugin_gtk.c
1710                 GUI fixes by Pawel
1711
1712 2006-04-29 [colin]      2.1.1cvs42
1713
1714         * src/prefs_compose_writing.c
1715         * src/prefs_quote.c
1716                 Cleanups. Patch by Pawel
1717
1718 2006-04-28 [paul]       2.1.1cvs41
1719
1720         * src/matcher.c
1721                 fix returned quick search results when search
1722                 term contains an underscore.
1723                 Thanks to Colin
1724
1725 2006-04-28 [paul]       2.1.1cvs40
1726
1727         * src/prefs_message.c
1728         * src/prefs_receive.c
1729                 GUI cleanups
1730                 Patches by Pawel Pekala
1731
1732 2006-04-27 [colin]      2.1.1cvs39
1733
1734         * src/wizard.c
1735                 Differentiate subject Welcome from
1736                 window's title Welcome
1737
1738 2006-04-27 [paul]
1739
1740         2.2.0-rc1 released
1741
1742 2006-04-27 [paul]       2.1.1cvs38
1743
1744         * manual/advanced.xml
1745         * manual/fr/advanced.xml
1746                 add info about compose_no_markup hidden pref
1747
1748 2006-04-27 [paul]       2.1.1cvs37
1749
1750         * src/prefs_account.c
1751                 improve privacy labels
1752         * src/prefs_msg_colors.c
1753                 change some strings for translators' convenience
1754         * src/gtk/gtkutils.c
1755                 don't underline the link button text
1756
1757 2006-04-25 [colin]      2.1.1cvs36
1758
1759         * src/folder.c
1760                 Complete 2.1.1cvs33 (once more ;)
1761
1762 2006-04-25 [colin]      2.1.1cvs35
1763
1764         * src/editldap.c
1765                 Fix tooltip
1766
1767 2006-04-25 [cleroy]     2.1.1cvs34
1768
1769         * src/compose.c
1770         * src/gtk/gtkaspell.c
1771                 Fix crash on redirect (related to the return 
1772                 of the aspell menu in compose's toolbar)
1773         * src/prefs_msg_colors.c
1774                 Fix sensitivity widgets
1775         * src/image_viewer.c
1776         * src/gtk/pluginwindow.c
1777         * src/gtk/prefswindow.c
1778                 Change released signals to clicked (Fabien)
1779         * po/POTFILES.in
1780         * src/common/socket.c
1781         * src/plugins/spamassassin/spamassassin.c
1782                 Translate strings (Fabien)
1783
1784 2006-04-25 [paul]       2.1.1cvs33
1785
1786         * src/folder.c
1787         * src/folder.h
1788         * src/folderview.c
1789                 complete the fix of bug #912
1790                 Thanks to Colin
1791
1792 2006-04-25 [colin]      2.1.1cvs32
1793
1794         * src/news.c
1795                 Better progress bar
1796         * src/mimeview.c
1797         * src/summaryview.c
1798         * src/summaryview.h
1799                 Fix focus chain
1800                 Patches by Pawel Pekala
1801
1802 2006-04-24 [colin]      2.1.1cvs31
1803
1804         * src/compose.c
1805                 Fix compilation warnings (Fabien)
1806
1807 2006-04-24 [colin]      2.1.1cvs30
1808
1809         * src/addrindex.c
1810         * src/editldap.c
1811         * src/editldap_basedn.c
1812         * src/editldap_basedn.h
1813         * src/ldapctrl.c
1814         * src/ldapctrl.h
1815         * src/ldapquery.c
1816         * src/ldaputil.c
1817         * src/ldaputil.h
1818                 Fix bug #901 (LDAPS support)
1819
1820 2006-04-24 [colin]      2.1.1cvs29
1821
1822         * src/compose.c
1823                 Fix logic on error with send dialog on
1824         * src/imap.c
1825                 Fix compilation without libetpan, thanks
1826                 to Fabien
1827         * src/summaryview.c
1828                 Fix 'context-menu' key
1829
1830 2006-04-23 [colin]      2.1.1cvs28
1831
1832         * src/folder.c
1833                 Never free current's cache to free up 
1834                 memory. Fixes bug #912 (new count 
1835                 randomly set to message count)
1836
1837 2006-04-23 [colin]      2.1.1cvs27
1838
1839         * src/gtk/quicksearch.c
1840                 And remove printf...
1841
1842 2006-04-23 [colin]      2.1.1cvs26
1843
1844         * src/gtk/quicksearch.c
1845                 Fix replacing in quicksearch, and fix inserting
1846                 in the middle of the string. (introduced at 2.1.0cvs22)
1847
1848 2006-04-23 [colin]      2.1.1cvs25
1849
1850         * src/imap.c
1851                 Make sure uidnext is initialized in get_num_list
1852                 (not for stable, related to 2.1.1cvs8 and friends)
1853
1854 2006-04-23 [colin]      2.1.1cvs24
1855
1856         * src/imap.c
1857                 Output something when login is successful
1858                 too
1859
1860 2006-04-23 [colin]      2.1.1cvs23
1861
1862         * src/etpan/imap-thread.c
1863                 Better logging (line-per-line, hide data in fetch)
1864                 Fix a const warning
1865         * src/gtk/logwindow.c
1866         * src/gtk/logwindow.h
1867                 Better logging (color for input/output)
1868
1869 2006-04-21 [colin]      2.1.1cvs22
1870
1871         * src/gtk/quicksearch.c
1872                 On gtk+-2.8, use stock buttons in quicksearch
1873                 Based on a patch by Fabien and a design by Paul
1874
1875 2006-04-21 [colin]      2.1.1cvs21
1876
1877         * src/folderview.c
1878         * src/mainwindow.c
1879                 Fix occasional flicker in folderview
1880         * src/common/utils.c
1881                 Fix bug #943 (Incorrectly parsed email address 
1882                 list in short headers on message view and in 
1883                 printouts)
1884
1885 2006-04-20 [colin]      2.1.1cvs20
1886
1887         * src/imap.c
1888         * src/imap.h
1889         * src/prefs_account.c
1890                 Add ANONYMOUS auth for IMAP
1891
1892 2006-04-20 [paul]       2.1.1cvs19
1893
1894         * src/main.c
1895                 proper fix for 2.1.1cvs18
1896                 Thanks to Colin
1897
1898 2006-04-20 [paul]       2.1.1cvs18
1899
1900         * src/main.c
1901                 fix build warnings
1902
1903 2006-04-20 [paul]       2.1.1cvs17
1904
1905         * src/gtk/quicksearch.c
1906                 fix standard, non-extended Quick search,
1907                 was broken in 2.1.1cvs15.
1908                 Thanks to Colin.
1909
1910 2006-04-20 [colin]      2.1.1cvs16
1911
1912         * src/prefs_matcher.c
1913                 Fix values when reselecting a ~test
1914                 rule
1915
1916 2006-04-19 [colin]      2.1.1cvs15
1917
1918         * src/compose.c
1919         * src/compose.h
1920         * src/gtk/gtkaspell.c
1921         * src/gtk/gtkaspell.h
1922                 Put back Options menu in Spelling/
1923         * src/gtk/quicksearch.c
1924                 Don't search, and show error, if the
1925                 advanced search has a syntax error
1926
1927 2006-04-18 [colin]      2.1.1cvs14
1928
1929         * src/textview.c
1930                 Fix gdk warnings on set_cursor when textview
1931                 isn't visible
1932
1933 2006-04-18 [colin]      2.1.1cvs13
1934
1935         * src/gtk/gtksctree.c
1936                 Remove seemingly useless refresh that causes
1937                 flicker - watch this commit in case of 
1938                 problems before planned backport to stable
1939
1940 2006-04-18 [colin]      2.1.1cvs12
1941
1942         * src/imap.c
1943                 Factorize get/set_xml code
1944         * src/compose.c
1945         * src/prefs_account.c
1946         * src/prefs_account.h
1947         * src/procmsg.c
1948                 Add Encrypt to self option
1949
1950 2006-04-17 [colin]      2.1.1cvs11
1951
1952         * configure.ac
1953                 Fix search on encrpyt function on dragonfly
1954                 Patch by Jonathan Buschmann <jonthn@agmact.com>
1955
1956 2006-04-17 [colin]      2.1.1cvs10
1957
1958         * src/prefs_account.c
1959                 Be safe by default: remove mails from POP3
1960                 after 7 days, not immediately
1961
1962 2006-04-17 [colin]      2.1.1cvs9
1963
1964         * src/etpan/imap-thread.c
1965                 Fix build on DragonFly - patch by 
1966                 Jonathan Buschmann <jonthn@agmact.com>
1967
1968 2006-04-17 [colin]      2.1.1cvs8
1969
1970         * src/imap.c
1971                 Save uidnext between sessions
1972
1973 2006-04-17 [colin]      2.1.1cvs7
1974
1975         * src/imap.c
1976                 scan is required when uid validity changes
1977
1978 2006-04-17 [colin]      2.1.1cvs6
1979
1980         * src/folderview.c
1981                 Don't scan if not necessary, apart in current
1982                 folder and INBOX to fetch flags.
1983         * src/imap.c
1984                 Scan is necessary if unread count changes
1985
1986 2006-04-17 [colin]      2.1.1cvs5
1987
1988         * src/imap.c
1989                 ...But always fetch ANSWERED and DELETED flags for
1990                 INBOX, as filtering can happen on these flags.
1991
1992 2006-04-17 [colin]      2.1.1cvs4
1993
1994         * src/imap.c
1995                 Don't fetch REPLIED and DELETED flags when synchronising
1996                 flags with a closed folder. We only need UNSEEN and FLAGGED
1997                 to update the folderview.
1998
1999 2006-04-17 [colin]      2.1.1cvs3
2000
2001         * src/imap.c
2002                 Faster flag search when there are new mails 
2003                 in a folder. We can do a full search if the 
2004                 folder contains less messages than the new
2005                 list.
2006
2007 2006-04-17 [colin]      2.1.1cvs2
2008
2009         * po/cs.po
2010         * po/de.po
2011         * po/fr.po
2012         * po/nl.po
2013         * po/pt_BR.po
2014                 Update translations from stable branch
2015
2016 2006-04-17 [colin]      2.1.1cvs1
2017
2018         * configure.ac
2019                 Bump version to follow stable release
2020
2021 2006-04-16 [mones]      2.1.0cvs50
2022
2023         * po/es.po
2024                 Updated for release
2025
2026 2006-04-16 [colin]      2.1.0cvs49
2027
2028         * src/textview.c
2029                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2030                 with gtk < 2.8. Thanks to Fabien Vantard.
2031
2032 2006-04-15 [colin]      2.1.0cvs48
2033
2034         * src/etpan/imap-thread.c
2035                 Fix bug #919 (libetpan: SEGV when connecting 
2036                 using command)
2037
2038 2006-04-14 [colin]      2.1.0cvs47
2039
2040         * src/main.c
2041                 Fix race on --select (should be done better)
2042
2043 2006-04-14 [wwp]        2.1.0cvs46
2044
2045         * src/send_message.c
2046                 enforce a check for domain in account prefs (a sending
2047                 error could be faced if domain was checked but no value set),
2048                 thanks to Colin.
2049
2050 2006-04-14 [colin]      2.1.0cvs45
2051
2052         * src/codeconv.c
2053                 when converting from unknown to unknown, if the
2054                 string is UTF8, don't convert it to the locale
2055                 (which breaks it)
2056
2057 2006-04-14 [colin]      2.1.0cvs44
2058
2059         * src/compose.c
2060                 Don't try to use ASCII for converting headers
2061                 (as done in body)
2062
2063 2006-04-14 [paul]       2.1.0cvs43
2064
2065         * src/crash.c
2066                 add locale/charset info to crash report
2067         * src/gtk/about.c
2068                 add wwp to doc team
2069                 replace 'e-mail' with preferred 'email'
2070         * src/gtk/authors.h
2071                 ensure contributors list is in alphabetical
2072                 order
2073
2074 2006-04-13 [colin]      2.1.0cvs42
2075
2076         * src/textview.c
2077                 Prevent gdk warnings
2078
2079 2006-04-13 [colin]      2.1.0cvs41
2080
2081         * src/common/ssl_certificate.c
2082         * src/common/ssl_certificate.h
2083         * src/gtk/sslcertwindow.c
2084                 Warn on expired certs, and display the expiration date
2085
2086 2006-04-13 [colin]      2.1.0cvs40
2087
2088         * src/plugins/spamassassin/spamassassin_gtk.c
2089                 Fix missing set_text on unix socket
2090
2091 2006-04-13 [wwp]        2.1.0cvs39
2092
2093         * manual/fr/advanced.xml
2094         * manual/fr/glossary.xml
2095                 applied new spam/ham/email lexicon (pourriel, courriel)
2096
2097 2006-04-13 [paul]       2.1.0cvs38
2098
2099         * src/plugins/pgpmime/plugin.c
2100                 remove the mention of S/MIME from the
2101                 description. This is now handled by the
2102                 S/MIME plugin.
2103
2104 2006-04-13 [paul]       2.1.0cvs37
2105
2106         * src/prefs_msg_colors.c
2107                 rework dialog
2108         * src/prefs_folder_item.c
2109         * src/prefs_spelling.c
2110                 add a tooltip to the colour selector buttons
2111
2112 2006-04-13 [wwp]        2.1.0cvs36
2113
2114         * manual/advanced.xml
2115         * manual/glossary.xml
2116         * manual/handling.xml
2117         * manual/keyboard.xml
2118         * manual/plugins.xml
2119         * manual/starting.xml
2120         * manual/fr/account.xml
2121         * manual/fr/ack.xml
2122         * manual/fr/addrbook.xml
2123         * manual/fr/advanced.xml
2124         * manual/fr/faq.xml
2125         * manual/fr/glossary.xml
2126         * manual/fr/gpl.xml
2127         * manual/fr/handling.xml
2128         * manual/fr/intro.xml
2129         * manual/fr/keyboard.xml
2130         * manual/fr/plugins.xml
2131         * manual/fr/starting.xml
2132         * manual/fr/sylpheed-claws-manual.xml
2133                 fixes to the manuals:
2134                  - summaryview -> Message List (same in French)
2135                  - translate key names
2136                  - fix French punctuation, use non-breakable spaces when
2137                    necessary, don't use &thinsp; which is not portable
2138                  - tell what maildir and mbox formats we support
2139
2140 2006-04-12 [wwp]        2.1.0cvs35
2141
2142         * src/prefs_toolbar.c
2143                 unified a replace button more,
2144                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2145
2146 2006-04-12 [wwp]        2.1.0cvs34
2147
2148         * src/prefs_common.c
2149         * src/prefs_msg_colors.c
2150                 make default color labels translatable,
2151                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2152                 thanks to Tim <timbrain@post.cz> for reporting.
2153
2154 2006-04-12 [wwp]        2.1.0cvs33
2155
2156         * manual/glossary.xml
2157         * manual/intro.xml
2158         * manual/plugins.xml
2159         * manual/starting.xml
2160         * manual/sylpheed-claws-manual.xml
2161         * manual/fr/.cvsignore
2162         * manual/fr/account.xml
2163         * manual/fr/ack.xml
2164         * manual/fr/addrbook.xml
2165         * manual/fr/advanced.xml
2166         * manual/fr/faq.xml
2167         * manual/fr/glossary.xml
2168         * manual/fr/handling.xml
2169         * manual/fr/intro.xml
2170         * manual/fr/keyboard.xml
2171         * manual/fr/plugins.xml
2172         * manual/fr/starting.xml
2173         * manual/fr/sylpheed-claws-manual.xml
2174                 various fixes: typos, missing .fr translations, punctuation,
2175                 capitalization, links, accents and some bad French more.
2176
2177 2006-04-12 [wwp]        2.1.0cvs32
2178
2179         * src/prefs_gtk.c
2180                 fix for bug #935: always store prefs files in UTF-8 (thanks
2181                 to Colin).
2182
2183 2006-04-11 [colin]      2.1.0cvs31
2184
2185         * src/compose.c
2186                 Fix inserting files not in utf8 when locale is utf8
2187
2188 2006-04-11 [colin]      2.1.0cvs30
2189
2190         * src/inc.c
2191                 Don't show error dialog when cancelling connection
2192                 Patch by Pawel
2193
2194 2006-04-11 [cleroy]     2.1.0cvs29
2195
2196         * src/compose.c
2197                 Implement multiple quote levels
2198         * src/prefs_common.c
2199                 Change a little bit the quote bgcolor for 2nd level
2200
2201 2006-04-11 [colin]      2.1.0cvs28
2202
2203         * src/gtk/about.c
2204                 Add locale and charset in the label
2205
2206 2006-04-10 [colin]      2.1.0cvs27
2207
2208         * src/compose.c
2209         * src/prefs_common.c
2210         * src/prefs_common.h
2211         * src/prefs_msg_colors.c
2212         * src/textview.c
2213                 Allow optional background color in quotes
2214                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2215                 GTK+-2.8.x feature
2216
2217 2006-04-10 [colin]      2.1.0cvs26
2218
2219         * src/main.c
2220         * src/mainwindow.c
2221         * src/mainwindow.h
2222                 Implement --select
2223
2224 2006-04-10 [colin]      2.1.0cvs25
2225
2226         * manual/plugins.xml
2227         * manual/fr/plugins.xml
2228                 Document libcurl's proxy variables
2229
2230 2006-04-09 [colin]      2.1.0cvs24
2231
2232         * src/prefs_common.c
2233                 gettext() returns statically allocated stuff. We have
2234                 to strdup it in order to be able to free it.
2235
2236 2006-04-09 [colin]      2.1.0cvs23
2237
2238         * AUTHORS
2239         * src/gtk/authors.h
2240                 Add Alexei
2241
2242 2006-04-09 [colin]      2.1.0cvs22
2243
2244         * src/mainwindow.c
2245         * src/gtk/quicksearch.c
2246                 Fix bug #859 (problems with cyrilic input in 
2247                 search panel) - Patch by Alexey Illarionov 
2248                 <littlesavage@rambler.ru>
2249
2250 2006-04-09 [colin]      2.1.0cvs21
2251
2252         * src/prefs_customheader.c
2253                 I prefer removing then freeing rather than the contrary
2254                 (even if it doesn't change anything ;-)
2255         * src/prefs_account.c
2256                 Fix bug #933 (Crash re-entering the custom headers list 
2257                 dialog in accounts prefs)
2258                 The problem happened when cancelling the Account 
2259                 Preferences' dialogs - in which case we didn't do 
2260                 anything to the PrefsAccount * struct. In case of applying,
2261                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2262                 working with in this dialog. The problem is that 
2263                 prefs_customheader.c, working on this tmp_ac_prefs, always
2264                 changes the ->customhdr_list pointer, even when cancelled. 
2265                 So in case of cancelling the prefs_account dialog, we still
2266                 have to update ->customhdr_list in the real account.
2267
2268 2006-04-08 [colin]      2.1.0cvs20
2269
2270         * manual/fr/glossary.xml
2271         * manual/fr/keyboard.xml
2272                 Forgot some headers :)
2273
2274 2006-04-08 [colin]      2.1.0cvs19
2275
2276         * manual/Makefile.am
2277         * manual/fr/Makefile.am
2278         * manual/fr/account.xml
2279         * manual/fr/ack.xml
2280         * manual/fr/addrbook.xml
2281         * manual/fr/advanced.xml
2282         * manual/fr/faq.xml
2283         * manual/fr/glossary.xml
2284         * manual/fr/gpl.xml
2285         * manual/fr/handling.xml
2286         * manual/fr/intro.xml
2287         * manual/fr/keyboard.xml
2288         * manual/fr/plugins.xml
2289         * manual/fr/starting.xml
2290         * manual/fr/sylpheed-claws-manual.xml
2291         * manual/fr/dist/.cvsignore
2292         * manual/fr/dist/Makefile.am
2293         * manual/fr/dist/html/.cvsignore
2294         * manual/fr/dist/html/Makefile.am
2295         * manual/fr/dist/pdf/.cvsignore
2296         * manual/fr/dist/pdf/Makefile.am
2297         * manual/fr/dist/ps/.cvsignore
2298         * manual/fr/dist/ps/Makefile.am
2299         * manual/fr/dist/txt/.cvsignore
2300         * manual/fr/dist/txt/Makefile.am
2301                 Add the french translation of the manual. Thanks to
2302                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2303                 account.xml, ack.xml, addrbook.xml and advanced.xml
2304
2305 2006-04-08 [colin]      2.1.0cvs18
2306
2307         * manual/plugins.xml
2308         * manual/starting.xml
2309                 More fixes
2310
2311 2006-04-07 [colin]      2.1.0cvs17
2312
2313         * manual/faq.xml
2314         * manual/intro.xml
2315         * manual/keyboard.xml
2316                 Little fixes
2317
2318 2006-04-07 [colin]      2.1.0cvs16
2319
2320         * README
2321         * src/compose.c
2322         * src/prefs_common.c
2323         * src/prefs_common.h
2324                 Add hidden compose_no_markup pref
2325
2326 2006-04-07 [wwp]        2.1.0cvs15
2327
2328         * src/summary_search.c
2329         * .cvsignore
2330                 Bugfix: stop button was sticky when searching in an empty folder.
2331                 Applied curly brackets code style to the whole file (summary_search.c).
2332                 More files to ignore.
2333
2334 2006-04-07 [wwp]        2.1.0cvs14
2335
2336         * src/message_search.c
2337         * src/summary_search.c
2338                 changed default button when search bumps at file/folder
2339                 beginning or end, for convenience (thanks to Colin).
2340
2341 2006-04-07 [paul]       2.1.0cvs13
2342
2343         * src/plugins/dillo_viewer/dillo_prefs.c
2344                 avoid future potential for namespace collision
2345                 Patch by Colin
2346
2347 2006-04-06 [wwp]        2.1.0cvs12
2348
2349         * src/summary_search.c
2350                 Unify extended/advanced searches names (and thus factorize labels),
2351                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2352
2353 2006-04-06 [wwp]        2.1.0cvs11
2354
2355         * src/folderview.c
2356         * src/prefs_themes.c
2357         * src/summaryview.c
2358                 Fixed some compilation warnings.
2359
2360 2006-04-06 [colin]      2.1.0cvs10
2361
2362         * manual/advanced.xml
2363                 Document the wizard template and how to deploy
2364                 Sylpheed-Claws effectively
2365
2366 2006-04-06 [colin]      2.1.0cvs9
2367
2368         * src/folderview.c
2369                 gettext patch to tell translators about _("#"),
2370                 by Maxim Britov
2371
2372 2006-04-06 [colin]      2.1.0cvs8
2373
2374         * src/textview.c
2375                 Fix invalid GtkTextBIter after clicking "Display as text"
2376
2377 2006-04-06 [mones]      2.1.0cvs7
2378
2379         * src/addr_compl.c
2380         * src/addrindex.c
2381         * src/addritem.c
2382         * src/codeconv.c
2383         * src/compose.c
2384         * src/filtering.c
2385         * src/folder.c
2386         * src/folder_item_prefs.c
2387         * src/folderview.c
2388         * src/localfolder.c
2389         * src/matcher.c
2390         * src/mimeview.c
2391         * src/prefs_msg_colors.c
2392         * src/prefs_spelling.c
2393         * src/prefs_themes.c
2394         * src/procmime.c
2395         * src/procmsg.c
2396         * src/stock_pixmap.c
2397         * src/summaryview.c
2398         * src/textview.c
2399         * src/toolbar.c
2400         * src/common/mgutils.c
2401         * src/common/prefs.c
2402         * src/common/ssl_certificate.c
2403         * src/gtk/colorlabel.c
2404         * src/gtk/quicksearch.c
2405         * src/plugins/pgpmime/pgpmime.c
2406         * src/plugins/spamassassin/spamassassin.c
2407                 Removed redundant NULL checks for g_free() calls.
2408                 Patch by Pawel Pekala.
2409
2410 2006-04-06 [mones]      2.1.0cvs6
2411
2412         * src/prefs_actions.c
2413         * src/prefs_filtering.c
2414         * src/prefs_filtering_action.c
2415         * src/prefs_matcher.c
2416         * src/prefs_template.c
2417         * src/gtk/gtkutils.c
2418         * src/gtk/gtkutils.h
2419                 Have a nice replace button. Patch by Pawel Pekala
2420
2421 2006-04-06 [colin]      2.1.0cvs5
2422
2423         * src/addressbook.c
2424                 Fix crash with empty columns
2425
2426 2006-04-05 [colin]      2.1.0cvs4
2427
2428         * src/wizard.c
2429         * src/prefs_gtk.c
2430                 Allow wizard customization with pre-filled values
2431
2432 2006-04-05 [colin]      2.1.0cvs3
2433
2434         * src/textview.c
2435         * src/mimeview.c
2436         * src/mimeview.h
2437                 Nicer messages in mimeview
2438
2439 2006-04-05 [colin]      2.1.0cvs2
2440
2441         * src/addressbook.c
2442         * src/prefs_summaries.c
2443                 i18n fix
2444
2445 2006-04-05 [colin]      2.1.0cvs1
2446
2447         * src/plugins/pgpcore/plugin.c
2448         * src/plugins/pgpcore/select-keys.c
2449         * src/plugins/pgpcore/select-keys.h
2450         * src/plugins/pgpcore/sgpgme.c
2451         * src/plugins/pgpcore/sgpgme.h
2452         * src/plugins/pgpinline/pgpinline.c
2453         * src/plugins/pgpinline/plugin.c
2454         * src/plugins/pgpmime/pgpmime.c
2455         * src/plugins/pgpmime/plugin.c
2456                 Factorize and generalize a bit 
2457                 Drop S/MIME signature verification from PGP/MIME
2458                 (adding it as another, more complete plugin)
2459
2460 2006-04-05 [paul]       2.1.0
2461
2462         2.1.0 released
2463
2464 2006-04-05 [paul]       2.0.0cvs186
2465
2466         * manual/advanced.xml
2467                 add info on colour labels
2468
2469 2006-04-05 [paul]       2.0.0cvs185
2470
2471         * po/bg.po
2472         * po/cs.po
2473         * po/de.po
2474         * po/el.po
2475         * po/en_GB.po
2476         * po/fi.po
2477         * po/fr.po
2478         * po/it.po
2479         * po/nl.po
2480         * po/pl.po
2481         * po/pt_BR.po
2482         * po/sr.po
2483         * po/zh_CN.po
2484                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2485                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2486                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2487                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2488         * src/gtk/authors.h
2489         * tools/claws.i18n.status.pl
2490                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2491                 and new Czech translator, Tim <timbrain@post.cz>
2492
2493 2006-04-05 [mones]      2.0.0cvs184
2494
2495         * po/es.po
2496                 Updated translation
2497
2498 2006-04-05 [colin]      2.0.0cvs183
2499
2500         * src/gtk/quicksearch.c
2501                 Fix bug #929 (unnecessary reload in quick search bar)
2502
2503 2006-04-05 [colin]      2.0.0cvs182
2504
2505         * src/compose.c
2506                 Fix crash on Reply with no From:
2507                 Show signature and conversion error on queuing 
2508                 (but not sending)
2509         * src/mainwindow.c
2510         * src/summaryview.c
2511         * src/summaryview.h
2512                 Factorize threading code and make sure msginfo 
2513                 is not null when it comes from a GtkCTreeRow's 
2514                 data
2515         * src/gtk/gtkaspell.c
2516                 Check for necessary things
2517         * src/gtk/gtksctree.c
2518         * src/gtk/gtksctree.h
2519                 Reset anchor if necessary when removing node
2520
2521 2006-03-29 [colin]      2.0.0cvs181
2522
2523         * src/folderview.c
2524                 Warn for disabled IMAP accounts (due to lack of
2525                 libetpan). Breaks string-freeze - sorry - but it
2526                 is kind of important ;)
2527
2528 2006-03-28 [colin]      2.0.0cvs180
2529
2530         * src/gtk/gtkutils.c
2531         * src/gtk/gtkutils.h
2532                 Add a gtkut_get_link_btn() function that
2533                 creates a button which acts like an URI
2534         * src/prefs_themes.c
2535         * src/gtk/about.c
2536                 Use this function (factorizes codes)
2537         * src/common/defs.h
2538         * src/gtk/pluginwindow.c
2539                 Add a "Get more..." in the plugins window
2540
2541 2006-03-28 [colin]      2.0.0cvs179
2542
2543         * src/common/smtp.c
2544         * src/common/passcrypt.c
2545         * src/undo.c
2546                 Warning fixes. Patch by Pawel Pekala
2547
2548 2006-03-27 [colin]      2.0.0cvs178
2549
2550         * src/undo.c
2551                 Fix undoing by blocks with spaces
2552
2553 2006-03-27 [colin]      2.0.0cvs177
2554
2555         * src/textview.c
2556                 Set margin to 3px for headers
2557
2558 2006-03-27 [paul]
2559
2560         2.1.0-rc2 released
2561
2562 2006-03-27 [wwp]        2.0.0cvs176
2563
2564         * src/summaryview.c
2565                 don't reset quicksearch when updating the message list.
2566                 Thanks to Colin.
2567
2568 2006-03-26 [wwp]        2.0.0cvs175
2569
2570         * src/compose.c
2571                 use a unified border width ('other' tab in the compose window,
2572                 patch by Pawel Pekala).
2573
2574
2575 2006-03-26 [wwp]        2.0.0cvs174
2576
2577         * src/common/quoted-printable.c
2578         * src/addressbook.c
2579                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2580
2581 2006-03-26 [colin]      2.0.0cvs173
2582
2583         * src/quote_fmt_parse.y
2584                 Fix non-UTF8 date formats messing up the whole quote a 
2585                 little bit
2586
2587 2006-03-26 [colin]      2.0.0cvs172
2588
2589         * src/procheader.c
2590                 Make sure the date is UTF8 valid, or try to make it
2591                 so. IncrediMail is really IncrediStupid.
2592         * src/compose.c
2593                 Fix possible conversions. 
2594                 
2595
2596 2006-03-26 [colin]      2.0.0cvs171
2597
2598         * src/matcher.c
2599                 Fix corner cases in body search. This is still a
2600                 hack... It seems impossible to make it good and 
2601                 reasonably fast at the same time.
2602
2603 2006-03-26 [colin]      2.0.0cvs170
2604
2605         * src/summaryview.c
2606                 I think I killed the twilight zone bug!
2607                 summary_select_node() flushes GTK events in order
2608                 to be able to center the view. But this also 
2609                 flushes keypresses like Ctrl-Alt-U, so this can
2610                 call summary_show from summary_select_node (itself
2611                 called from summary_show, etc.). And the summaryview
2612                 has to be unlocked in this function. So just locking
2613                 while processing GTK events, and bailing if locked, 
2614                 should fix it.
2615                 Fixes bug #927 (SIGSEGV during Update Summary)
2616
2617 2006-03-25 [colin]      2.0.0cvs169
2618
2619         * src/matcher.c
2620                 Fix search in QP-encoded bodies
2621                 Fix utf-8 searches in bodies encoded in the
2622                 locale's encoding
2623         * src/common/quoted-printable.c
2624         * src/common/quoted-printable.h
2625                 Add a decode function that doesn't overwrite
2626                 the original pointer
2627                 
2628
2629 2006-03-24 [colin]      2.0.0cvs168
2630
2631         * src/action.c
2632         * src/summaryview.c
2633         * src/summaryview.h
2634                 Update message cache after action
2635                 Patch by H. Merijn Brand
2636         * src/prefs_msg_colors.c
2637                 Factorize label 
2638                 Patch by Fabien Vantard
2639         * src/plugins/spamassassin/spamassassin_gtk.c
2640                 Remove useless translation
2641                 Patch by Fabien Vantard
2642
2643 2006-03-23 [colin]      2.0.0cvs167
2644
2645         * src/common/ssl.c
2646                 Let 30 seconds to SSL_connect
2647
2648 2006-03-23 [wwp]        2.0.0cvs166
2649
2650         * src/summaryview.c
2651         * src/gtk/description_window.c
2652                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2653                 and headers are translated; adjust description windows' width to fit their
2654                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2655
2656 2006-03-23 [paul]       2.0.0cvs165
2657
2658         * src/common/utils.c
2659                 fix highlighting of URIs containing "()"
2660                 (2.0.0cvs164's reversal fixed)
2661                 Thanks to Colin.
2662
2663 2006-03-23 [paul]       2.0.0cvs164
2664
2665         * src/common/utils.c
2666                 revert patch, (postponing a fix), at 2.0.0cvs120
2667                 as it breaks more URIs than it fixes.
2668                 Allow '-' to be a terminating character in a URI
2669
2670 2006-03-22 [colin]      2.0.0cvs163
2671
2672         * configure.ac
2673                 Require libetpan 0.45
2674                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2675
2676 2006-03-22 [paul]       2.0.0cvs162
2677
2678         * src/editgroup.c
2679                 replace '<-' and '->' buttons with GTK_STOCK graphical
2680                 buttons
2681         * src/summary_search.c
2682                 don't offer '...' for translation
2683                 add a tooltip to advanced search '...' button
2684         * src/gtk/quicksearch.c
2685                 don't offer '...' for translation
2686
2687 2006-03-21 [colin]      2.0.0cvs161
2688
2689         * src/compose.c
2690                 Fix middle-click pasting (insert at click
2691                 position instead of cursor position, don't
2692                 remove existing selection and allow pasting
2693                 our own selection)
2694         * src/addressbook.c
2695                 "LDAP Server" -> "LDAP servers"
2696
2697 2006-03-21 [wwp]        2.0.0cvs160
2698
2699         * src/etpan/imap-thread.c
2700                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2701
2702 2006-03-20 [colin]      2.0.0cvs159
2703
2704         * src/summaryview.c
2705                 Don't reload summaryview after an execute with no
2706                 move action
2707
2708 2006-03-19 [colin]      2.0.0cvs158
2709
2710         * src/addressbook.c
2711                 and put groups at the top, always
2712
2713 2006-03-19 [colin]      2.0.0cvs157
2714
2715         * src/addressbook.c
2716                 Order groups before names, as previously
2717
2718 2006-03-19 [colin]      2.0.0cvs156
2719
2720         * src/addressbook.c
2721                 - Sort case-unsensitive
2722                 - Put the sort arrow at opening too
2723
2724 2006-03-19 [wwp]        2.0.0cvs155
2725
2726         * src/addressbook.c
2727                 allow sorting by name/email/remarks, ensure that right-pane's contents
2728                 matches the left-pane selection (cleared when appropriate).
2729                 Patch by Pawel Pekala <c0rn@o2.pl>.
2730
2731 2006-03-18 [colin]      2.0.0cvs154
2732
2733         * src/textview.c
2734                 Fix text cursor ;)
2735
2736 2006-03-18 [colin]      2.0.0cvs153
2737
2738         * src/gtk/filesel.c
2739                 Make sure we hide the preview if we didn't get
2740                 a filename
2741
2742 2006-03-18 [colin]      2.0.0cvs152
2743
2744         * src/summaryview.c
2745                 Set cursor to watch for execution (fixes lack
2746                 of watch-cursor when dnd'ing hundreds of mails)
2747         * src/gtk/filesel.c
2748                 Check that mime type is 'image/*' before updating
2749                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2750
2751 2006-03-18 [colin]      2.0.0cvs151
2752
2753         * src/mainwindow.c
2754         * src/textview.c
2755         * src/textview.h
2756                 Put a watch cursor in textview too when the mainwindow's
2757                 cursor in a watch
2758
2759 2006-03-18 [colin]      2.0.0cvs150
2760
2761         * src/folder.c
2762                 Change wrong asserts to simple tests
2763
2764 2006-03-17 [colin]      2.0.0cvs149
2765
2766         * src/mainwindow.c
2767         * src/mainwindow.h
2768         * src/prefs_msg_colors.c
2769         * src/summaryview.c
2770         * src/summaryview.h
2771         * src/gtk/colorlabel.c
2772         * src/gtk/colorlabel.h
2773                 Add a color label menu in the main menubar
2774                 Add (fixed) accels Ctrl-{0-7} to change the color
2775                 They have to be fixed because the menu's dynamic,
2776                 the items are complex widgets, hence we can't use
2777                 a GtkItemFactory.
2778
2779
2780 2006-03-17 [wwp]        2.0.0cvs148
2781
2782         * src/compose.c
2783                 rollback few lines from my previous commit (those lines come from
2784                 a pending patch, accidentally commited, even if neutral as they are
2785                 commented out).
2786
2787 2006-03-17 [wwp]        2.0.0cvs147
2788
2789         * src/compose.c
2790                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2791                 applied code style/indentation to the modified function.
2792
2793 2006-03-17 [wwp]        2.0.0cvs146
2794
2795         * src/procmsg.c
2796         * src/compose.c
2797                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2798
2799 2006-03-17 [paul]
2800
2801         2.1.0-rc1 released
2802
2803 2006-03-17 [paul]       2.0.0cvs145
2804
2805         * src/main.c
2806                 addressbook_read_file() was called twice
2807         * src/textview.c
2808                 X-Mailer highlighting
2809
2810 2006-03-16 [colin]      2.0.0cvs144
2811
2812         * src/sourcewindow.c
2813         * src/sourcewindow.h
2814                 And the last one, in source window.
2815
2816 2006-03-16 [colin]      2.0.0cvs143
2817
2818         * src/compose.c
2819         * src/compose.h
2820                 Fix the same stuff in compose
2821
2822 2006-03-16 [colin]      2.0.0cvs142
2823
2824         * src/messageview.c
2825                 Complete the previous messageview crash fix
2826
2827 2006-03-16 [colin]      2.0.0cvs141
2828
2829         * src/procmsg.h
2830         * src/procmsg.c
2831         * src/folder.c
2832                 Fix POSTPROCESSING hook
2833                 Patch by H. Merijn Brand
2834
2835         * src/procmime.c
2836         * src/procmime.h
2837                 Parse Content-Location
2838
2839         * src/toolbar.c
2840         * src/messageview.c
2841         * src/messageview.h
2842                 Don't crash when a top-level MessageView has
2843                 been closed on us. Same problematic than
2844                 yesterday's quicksearch issue.
2845
2846 2006-03-15 [colin]      2.0.0cvs140
2847
2848         * src/gtk/quicksearch.c
2849                 Fix a bitchy race we didn't think about when we
2850                 added quicksearch cancellation:
2851                 If the search is not on cached fields, for example
2852                 body_part matchcase "stuff"
2853                 the matcher code has to get the whole message. If
2854                 we're on IMAP, that can be slow, and in order to
2855                 be non-blocking, the IMAP code idle loop processes
2856                 gtk events too. So it is possible to cancel a
2857                 quicksearch while the matcher is getting the mail's
2858                 body. After matcher got its body, it will start to
2859                 iterate over the matcher list that the Quicksearch's
2860                 clear_search_cb() just freed via prepare_matcher().
2861                 SIGSEGV ensues.
2862                 The fix consists of guarding the matcherlist_match()
2863                 call with a boolean 'matching'. If we reset the
2864                 quicksearch while matching is TRUE, we don't free
2865                 the matcherlist anymore like we did, but we set
2866                 another new flag, deferred_free, to TRUE. Then,
2867                 in quicksearch_match(), just after returning from
2868                 matcherlist_match() and unsetting the matching flag,
2869                 we check the deferred_free flag and do the
2870                 prepare_matcher() (which does the matcherlist_free)
2871                 for real, so we free the matcherlist once it's not
2872                 used anymore.
2873                 As all of this runs via the glib main loop, we
2874                 luckily don't need a mutex.
2875         * src/summaryview.c
2876                 Also, show progress while searching.
2877
2878
2879 2006-03-14 [colin]      2.0.0cvs139
2880
2881         * src/alertpanel.c
2882                 Make alertpanel_is_open non-static
2883
2884 2006-03-14 [colin]      2.0.0cvs138
2885
2886         * src/prefs_spelling.c
2887                 Cleanups - Fabien Vantard
2888
2889 2006-03-14 [wwp]        2.0.0cvs137
2890
2891         * src/main.c
2892                 code style normalization (curly braces, indentation).
2893
2894 2006-03-14 [wwp]        2.0.0cvs137
2895
2896         * src/main.c
2897                 code style (braces, indentation)
2898
2899 2006-03-12 [paul]       2.0.0cvs136
2900
2901         * src/prefs_common.c
2902                 trans_hdr defaults to FALSE to be RFC-savvy
2903         * src/prefs_summaries.c
2904                 add a tooltip to the trans_hdr option
2905                 
2906
2907 2006-03-12 [paul]       2.0.0cvs135
2908
2909         * src/prefs_matcher.c
2910                 give a little more width to the combos
2911         * src/prefs_display_header.c
2912         * src/textview.c
2913                 translate headers if prefs_common.trans_hdr
2914                 is TRUE
2915
2916         Patches by Pawel Pekala
2917
2918 2006-03-12 [paul]       2.0.0cvs134
2919
2920         * src/plugins/clamav/clamav_plugin.c
2921         * src/plugins/dillo_viewer/dillo_viewer.c
2922         * src/plugins/pgpcore/plugin.c
2923         * src/plugins/pgpinline/plugin.c
2924         * src/plugins/pgpmime/plugin.c
2925         * src/plugins/spamassassin/spamassassin.c
2926                 update/add to descriptions
2927         * src/plugins/spamassassin/spamassassin_gtk.c
2928                 fixes to the english, remove superfluous
2929                 tooltips, clean up a little
2930
2931 2006-03-12 [paul]       2.0.0cvs133
2932
2933         * src/compose.c
2934                 fix Bug 924, 'Account combo box shows up wrong 
2935                 if & is in account name'
2936
2937 2006-03-11 [colin]      2.0.0cvs132
2938
2939         * src/summaryview.c
2940                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
2941                 messed up shift-selection because is slows down
2942                 moving around summaryview. thanks -users
2943
2944 2006-03-10 [colin]      2.0.0cvs131
2945
2946         * src/plugins/spamassassin/spamassassin_gtk.c
2947                 Put back Paul's engrish fixes
2948
2949 2006-03-10 [colin]      2.0.0cvs130
2950
2951         * src/plugins/spamassassin/spamassassin.c
2952         * src/plugins/spamassassin/spamassassin.h
2953         * src/plugins/spamassassin/spamassassin_gtk.c
2954                 Cleanup SA prefs page (more)
2955                 Patch by Fabien Vantard
2956
2957 2006-03-10 [paul]       2.0.0cvs129
2958
2959         * src/prefs_msg_colors.c
2960         * src/prefs_spelling.c
2961                 widget sensitivity
2962
2963 2006-03-09 [mones]      2.0.0cvs128
2964
2965         * po/es.po
2966                 Update for next RC
2967
2968 2006-03-09 [wwp]        2.0.0cvs127
2969
2970         * configure.ac
2971                 revert accidental commit (requirement for libetpan 0.43), this time
2972                 not in HEAD.
2973
2974 2006-03-09 [wwp]        2.0.0cvs125
2975
2976         * configure.ac
2977                 revert accidental commit (requirement for libetpan 0.43)
2978
2979 2006-03-09 [paul]       2.0.0cvs126
2980
2981         * src/prefs_receive.c
2982                 remove useless frame
2983                 replace 'incorporation' with 'receiving'
2984         * src/plugins/clamav/clamav_plugin_gtk.c
2985         * src/plugins/spamassassin/spamassassin_gtk.c
2986                 improve widget sensitivity
2987                 fix a bit his engrish
2988
2989 2006-03-09 [wwp]        2.0.0cvs125
2990
2991         * src/addressadd.c
2992         * src/foldersel.c
2993         * src/prefs_common.c
2994         * src/prefs_common.h
2995                 remember some more windows' sizes (add to addressbook and
2996                 select folder).
2997
2998 2006-03-09 [paul]       2.0.0cvs124
2999
3000         * src/plugins/pgpcore/prefs_gpg.c
3001                 normalise construction of dialogue
3002
3003 2006-03-09 [paul]       2.0.0cvs123
3004
3005         * src/plugins/trayicon/Makefile.am
3006                 add missing slash
3007
3008 2006-03-08 [colin]      2.0.0cvs122
3009
3010         * src/plugins/trayicon/Makefile.am
3011                 Fix build in separate dir 
3012                 Patch by Bamanzi <bamanzi@gmail.com>
3013
3014 2006-03-08 [colin]      2.0.0cvs121
3015
3016         * src/procmsg.c
3017                 Batch move and copies from summaryview with delayed execution
3018                 too
3019
3020 2006-03-07 [paul]       2.0.0cvs120
3021
3022         * src/common/utils.c
3023                 fix highlighting of URIs containing "()"
3024                 Patch by Pawel Pekala
3025
3026 2006-03-07 [paul]       2.0.0cvs119
3027
3028         * src/folder.c
3029         * src/folder.h
3030         * src/folderview.c
3031                 immediately do alphabetical resort when
3032                 changing a folder's name
3033                 Patch by Pawel Pekala
3034
3035 2006-03-07 [paul]       2.0.0cvs118
3036
3037         * src/news.c
3038         * src/news_gtk.c
3039                 when unsubscribing a newsgroup, remove the
3040                 folder and msgs in .sylpheed-claws/newscache
3041                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3042
3043 2006-03-07 [paul]       2.0.0cvs117
3044
3045         * src/textview.c
3046                 fix wrong Fake URL Warning
3047                 Thanks to Hiro
3048
3049 2006-03-07 [colin]      2.0.0cvs116
3050
3051         * src/imap.c
3052                 Return immediately when password dialog was
3053                 cancelled
3054         * src/gtk/inputdialog.c
3055                 Allow empty strings for passwords
3056
3057
3058 2006-03-06 [colin]      2.0.0cvs115
3059
3060         * src/imap.c
3061                 Prevent double-timeouts when connection fails
3062
3063 2006-03-06 [colin]
3064
3065         2.0.1-rc1 released
3066
3067 2006-03-06 [colin]      2.0.0cvs114
3068
3069         * src/imap.c
3070                 Refresh session during potentially long
3071                 operations
3072
3073 2006-03-06 [wwp]        2.0.0cvs113
3074
3075         * src/prefs_msg_colors.h
3076                 forgot that one (custom color labels).
3077
3078 2006-03-06 [wwp]        2.0.0cvs112
3079
3080         * src/prefs_common.c
3081         * src/prefs_common.h
3082         * src/prefs_msg_colors.c
3083         * src/summaryview.c
3084         * src/summaryview.h
3085         * src/gtk/colorlabel.c
3086         * src/gtk/colorlabel.h
3087                 colors in messages list are now customizable. Color values and names can
3088                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3089                 Thanks to Paul and Colin for their help with this longstanding patch!
3090
3091 2006-03-06 [wwp]        2.0.0cvs111
3092
3093         * src/textview.c
3094                 don't crash if (x)face is bad.
3095
3096 2006-03-05 [paul]       2.0.0cvs110
3097
3098         * AUTHORS
3099         * configure.ac
3100         * src/Makefile.am
3101         * src/common/Makefile.am
3102         * src/common/utils.h
3103         * src/etpan/imap-thread.c
3104         * src/gtk/authors.h
3105         * src/plugins/clamav/Makefile.am
3106         * src/plugins/demo/Makefile.am
3107         * src/plugins/dillo_viewer/Makefile.am
3108         * src/plugins/pgpcore/Makefile.am
3109         * src/plugins/pgpcore/passphrase.c
3110         * src/plugins/pgpinline/Makefile.am
3111         * src/plugins/pgpmime/Makefile.am
3112         * src/plugins/spamassassin/Makefile.am
3113         * src/plugins/trayicon/Makefile.am
3114                 fix builiding on cygwin
3115                 Patch by Ralgh Young <bamanzi@gmail.com>
3116
3117 2006-03-04 [wwp]        2.0.0cvs109
3118
3119         * manual/keyboard.xml
3120                 fix mixed up/down keys.
3121
3122 2006-03-04 [wwp]        2.0.0cvs108
3123
3124         * README
3125         * INSTALL
3126                 updated links to SpamAssassin.
3127
3128 2006-03-04 [wwp]        2.0.0cvs107
3129
3130         * manual/plugins.xml
3131         * src/plugins/spamassassin/README
3132                 updated SpamAssassin plugin docs to reflect new functional additions
3133                 (also fix/update/documents few technical stuff more, see the README).
3134
3135 2006-03-04 [wwp]        2.0.0cvs106
3136
3137         * src/prefs_message.c
3138                 normalized capitalization of message-prefs paths.
3139
3140 2006-03-04 [wwp]        2.0.0cvs105
3141
3142         * manual/advanced.xml
3143                 typo.
3144
3145 2006-03-03 [colin]      2.0.0cvs104
3146
3147         * src/plugins/clamav/clamav_plugin_gtk.c
3148                 Rework prefs page, patch by Fabien 
3149
3150 2006-03-03 [colin]      2.0.0cvs103
3151
3152         * src/plugins/clamav/clamav_plugin.c
3153                 Set error on all errors
3154
3155 2006-03-03 [colin]      2.0.0cvs102
3156
3157         * src/common/plugin.c
3158                 Initialize error to avoid crashing when a plugin fails
3159                 without setting error
3160
3161 2006-03-02 [wwp]        2.0.0cvs101
3162
3163         * configure.ac
3164                 fixed linker flags for libetpan support on Cygwin
3165                 (thanks to H.Merijn Brand).
3166
3167 2006-03-02 [wwp]        2.0.0cvs100
3168
3169         * src/addressbook.c
3170                 fix some AB error messages: one for punctuation and
3171                 one wrongly duplicate (thanks, maxbritov).
3172
3173 2006-03-02 [wwp]        2.0.0cvs99
3174
3175         * src/plugins/spamassassin/spamassassin.c
3176                 make sync calls to sa-learn/spamc to prevent
3177                 system (whatever local or client/server) overload.
3178
3179 2006-03-02 [colin]      2.0.0cvs98
3180
3181         * src/summaryview.c
3182                 Put the spam icon in the status column instead of the
3183                 mark one
3184
3185 2006-03-01 [colin]      2.0.0cvs97
3186
3187         * src/plugins/spamassassin/spamassassin.c
3188                 Fix segfault (g_file_set_contents fails for some 
3189                 reason and err==0x2f. Can't find out why with
3190                 valgrind, using working function :-)
3191
3192 2006-03-01 [colin]      2.0.0cvs96
3193
3194         * src/inc.c
3195                 Offline overriding: let 'No' be cached only 3 seconds
3196
3197 2006-03-01 [colin]      2.0.0cvs95
3198
3199         * src/addr_compl.c
3200         * src/addrbook.c
3201         * src/addressbook.c
3202         * src/addrindex.c
3203         * src/folder_item_prefs.c
3204         * src/headerview.c
3205         * src/imap.c
3206         * src/inc.c
3207         * src/ldif.c
3208         * src/mainwindow.c
3209         * src/mh.c
3210         * src/msgcache.c
3211         * src/prefs_common.h
3212         * src/prefs_msg_colors.c
3213         * src/procheader.c
3214         * src/procheader.h
3215         * src/procmime.c
3216         * src/procmsg.c
3217         * src/procmsg.h
3218         * src/send_message.h
3219         * src/simple-gettext.c
3220         * src/summaryview.c
3221         * src/summaryview.h
3222         * src/syldap.c
3223         * src/textview.c
3224         * src/undo.c
3225         * src/common/ssl_certificate.c
3226         * src/common/utils.c
3227         * src/gtk/colorsel.c
3228         * src/gtk/gtksctree.c
3229         * src/gtk/gtkshruler.c
3230         * src/plugins/trayicon/trayicon.c
3231                 #if 0 goes to /dev/null
3232
3233 2006-03-01 [colin]      2.0.0cvs94
3234
3235         * src/compose.c
3236         * src/imap.c
3237         * src/inc.c
3238         * src/inc.h
3239         * src/messageview.c
3240         * src/news.c
3241         * src/plugins/spamassassin/spamassassin.c
3242                 Allow to add information in the "working offline"
3243                 window
3244
3245 2006-03-01 [wwp]        2.0.0cvs93
3246
3247         * src/plugins/spamassassin/spamassassin.c
3248                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3249                 'cause it seems that calling `spamc ... < inputfile` with
3250                 g_spawn_(a)sync simply.. erm doesn't work :-).
3251
3252 2006-03-01 [wwp]        2.0.0cvs92
3253
3254         * src/toolbar.c
3255         * src/toolbar.h
3256                 simplify the adding of spam/ham button to the messageview toolbar
3257                 (it gets more clear now that the same button will be "Mark as spam"
3258                 or "Mark as ham" according to the current message status,
3259                 thanks to Colin).
3260
3261 2006-03-01 [wwp]        2.0.0cvs91
3262
3263         * src/messageview.c
3264         * src/procmsg.c
3265         * src/procmsg.h
3266         * src/summaryview.c
3267         * src/plugins/spamassassin/spamassassin.c
3268         * src/plugins/spamassassin/spamassassin.h
3269                 make learner callbacks return a status (0 for ok),
3270                 handle it in main code to avoid setting flags when learning failed,
3271                 don't learn on TCP if offline in spamassassin,
3272                 thanks to Colin.
3273
3274                 
3275
3276 2006-03-01 [wwp]        2.0.0cvs90
3277
3278         * src/compose.c
3279                 some work around the compose window's account menu,
3280                 patch by Fabien Vantard.
3281
3282 2006-03-01 [wwp]        2.0.0cvs89
3283
3284         * src/plugins/spamassassin/spamassassin.c
3285                 fixed bad logics, was using spamc in local mode and sa-learn
3286                 in remote mode (thanks, Colin).
3287
3288 2006-03-01 [wwp]        2.0.0cvs88
3289
3290         * src/plugins/spamassassin/spamassassin.c
3291         * src/plugins/spamassassin/spamassassin.h
3292         * src/plugins/spamassassin/spamassassin_gtk.c
3293                 made processing of emails w/ sa-plugin an option (default is TRUE),
3294                 fixed Engrish some tooltips, capitalization of some debug messages
3295                 and warnings. The spamassassin plugin now provides two separate
3296                 services: process emails upon incorporation and spamd training.
3297                 Both services (un)register independently but use some common
3298                 plugin settings (transport settings, spam storage location).
3299
3300 2006-02-28 [wwp]        2.0.0cvs87
3301
3302         * src/plugins/spamassassin/spamassassin.c
3303                 fix async flag to spamc cmdline execution (batch exec should
3304                 be asynchronous).
3305
3306 2006-02-27 [wwp]        2.0.0cvs86
3307
3308         * src/plugins/spamassassin/spamassassin.c
3309         * src/plugins/spamassassin/spamassassin.h
3310         * src/plugins/spamassassin/spamassassin_gtk.c
3311                 - added the ability to learn a remote spamassassin server (spamd),
3312                 using spamc.
3313                 - added the spamassassin option 'username', that applies to all
3314                 spamassassin operations (filtering, learning, local or remote).
3315                 The default username is the current unix user (if left blank
3316                 from gtk prefs or config file).
3317                 - commented out some unused code (notebook widget), removed unused
3318                 layout (hbox1).
3319                 - make more widgets sensitive to the transport type.
3320
3321 2006-02-27 [colin]      2.0.0cvs85
3322
3323         * src/plugins/spamassassin/spamassassin.c
3324                 Fix sa-learn call when offline
3325
3326 2006-02-27 [colin]      2.0.0cvs84
3327
3328         * configure.ac
3329         * src/Makefile.am
3330         * src/mainwindow.c
3331         * src/mainwindow.h
3332         * src/messageview.c
3333         * src/messageview.h
3334         * src/prefs_toolbar.c
3335         * src/procmsg.c
3336         * src/stock_pixmap.c
3337         * src/stock_pixmap.h
3338         * src/summaryview.c
3339         * src/toolbar.c
3340         * src/toolbar.h
3341         * src/pixmaps/ham_btn.xpm
3342         * src/pixmaps/spam.xpm
3343         * src/pixmaps/spam_btn.xpm
3344         * src/plugins/spamassassin/spamassassin.c
3345                 Add button in toolbar for spam learning
3346                 Fix a few bugs from the last related commit
3347                 Revert 1.9.6cvs23 which messed up shift-selection
3348
3349 2006-02-24 [colin]      2.0.0cvs83
3350
3351         * src/procmsg.c
3352         * src/summaryview.c
3353         * src/summaryview.h
3354         * src/plugins/spamassassin/spamassassin.c
3355         * src/plugins/spamassassin/spamassassin.h
3356         * src/plugins/spamassassin/spamassassin_gtk.c
3357                 Unregister learner when spamassassin is either
3358                 disabled or over tcp
3359
3360 2006-02-24 [colin]      2.0.0cvs82
3361
3362         * src/Makefile.am
3363         * src/mainwindow.c
3364         * src/mainwindow.h
3365         * src/procmsg.c
3366         * src/procmsg.h
3367         * src/stock_pixmap.c
3368         * src/stock_pixmap.h
3369         * src/summaryview.c
3370         * src/summaryview.h
3371         * src/gtk/icon_legend.c
3372         * src/pixmaps/spam.xpm  ** NEW FILE **
3373         * src/plugins/spamassassin/spamassassin.c
3374         * src/plugins/spamassassin/spamassassin_gtk.c
3375                 Add spam learning interface (Mark/Mark as 
3376                 (spam|ham) menus)
3377
3378 2006-02-24 [wwp]        2.0.0cvs81
3379
3380         * src/compose.c
3381         * src/compose.h
3382         * src/filtering.c
3383                 hide compose window when sending message in batch mode
3384                 (filtering: forward and redirect). Also fixed a wrong
3385                 value returned when sending failed, neutral anyway.
3386                 (Colin, me) 
3387
3388 2006-02-24 [wwp]        2.0.0cvs80
3389
3390         * src/mainwindow.c
3391                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3392
3393 2006-02-24 [paul]       2.0.0cvs79
3394
3395         * src/news.c
3396         * src/news.h
3397         * src/news_gtk.c
3398                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3399                 Thanks to Colin
3400
3401 2006-02-23 [colin]      2.0.0cvs78
3402
3403         * src/alertpanel.c
3404                 Change OK to Close in alertpanel with View log
3405                 button; add accel to View log. Patch by Fabien
3406                 Vantard
3407
3408 2006-02-23 [wwp]        2.0.0cvs77
3409
3410         * src/compose.c
3411                 silly me, there were much more tests to perform, since toolbars can
3412                 really have down to 1 element only.
3413
3414 2006-02-23 [wwp]        2.0.0cvs76
3415
3416         * commitHelper
3417                 fixed indentation from my previous commit. Fallback to VISUAL if
3418                 EDITOR is not set (and to vi, at last resort).
3419
3420 2006-02-23 [wwp]        2.0.0cvs75
3421
3422         * commitHelper
3423                 improved error detection (Colin, me).
3424
3425 2006-02-23 [wwp]        2.0.0cvs74
3426
3427         * src/prefs_toolbar.c
3428                 simplify and fix prefs/toolbars layouting. Combos' contents can
3429                 now be really displayed.
3430
3431 2006-02-23 [wwp]        2.0.0cvs73
3432         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3433         be really displayed.
3434
3435 2006-02-22 [wwp]        2.0.0cvs72
3436
3437         * src/compose.c
3438                 fix a typo in my previous commit (sorry!).
3439
3440 2006-02-22 [wwp]        2.0.0cvs71
3441
3442         * src/prefs_toolbar.c
3443                 fix a crash when adding separators to toolbars,
3444                 also fix some separator item information.
3445
3446 2006-02-22 [wwp]        2.0.0cvs70
3447
3448         * src/compose.c
3449                 fix a crash when redirecting (for instance) when compose window's
3450                 toolbar contents has been customized (when some buttons have been
3451                 removed in fact).
3452
3453 2006-02-21 [wwp]        2.0.0cvs69
3454
3455         * src/summaryview.c
3456         * src/gtk/pluginwindow.c
3457         * src/plugins/pgpcore/prefs_gpg.c
3458                 fix some compilation warnings (feat. remains of removed code).
3459
3460 2006-02-21 [wwp]        2.0.0cvs68
3461
3462         * src/gtk/gtkutils.c
3463                 fix two compilation issues, thanks to Stephan Sachse.
3464
3465 2006-02-20 [colin]      2.0.0cvs67
3466
3467         * src/mainwindow.c
3468                 Don't reselect displayed mail on refocus
3469                 This fixes actions misbehaving 
3470
3471 2006-02-20 [wwp]        2.0.0cvs66
3472
3473         * src/summaryview.c
3474         * src/gtk/gtksctree.c
3475         * src/gtk/gtkshruler.c
3476                 changed more runtime typecast checks.
3477
3478 2006-02-20 [wwp]        2.0.0cvs65
3479
3480         * src/summary_search.c
3481                 find all - summaryview refresh issue fixed, thanks to Colin.
3482
3483 2006-02-20 [wwp]        2.0.0cvs64
3484
3485         * src/gtk/gtkutils.c
3486                 better runtime typecast checks.
3487
3488 2006-02-20 [wwp]        2.0.0cvs63
3489
3490         * src/summary_search.c
3491                 enhancements to the summary search:
3492                         - add the ability to stop the running search
3493                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3494                         - don't search if no criteria (From/To/Subject/Body) is set
3495                         - ensure that a busy mouse pointer is always shown when searching,
3496                           show it even a bit earlier
3497
3498 2006-02-19 [colin]      2.0.0cvs62
3499
3500         * src/compose.c
3501         * src/imap.c
3502         * src/etpan/imap-thread.c
3503         * src/etpan/imap-thread.h
3504                 (Future) IMAP speed improvement on sending
3505                 Will require a libetpan update
3506         * src/summaryview.c
3507         * src/gtk/quicksearch.c
3508                 Make quicksearch clearable while running.
3509
3510 2006-02-17 [colin]      2.0.0cvs61
3511
3512         * src/imap.c
3513         * src/etpan/imap-thread.c
3514         * src/etpan/imap-thread.h
3515                 Check for IMAP certificates
3516                 ** Requires libetpan-0.42-cvs4 
3517                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3518
3519 2006-02-17 [colin]      2.0.0cvs60
3520
3521         * src/messageview.c
3522         * src/prefs_common.c
3523         * src/prefs_common.h
3524         * src/prefs_message.c
3525                 Add pref to display HTML-only mails with plugin, 
3526                 if possible (defaulting to FALSE of course).
3527
3528 2006-02-16 [colin]      2.0.0cvs59
3529
3530         * src/main.c
3531         * src/common/plugin.c
3532         * src/common/plugin.h
3533         * src/gtk/pluginwindow.c
3534                 Keep track of requested (but unloaded) plugins
3535                 in some error cases.
3536
3537 2006-02-16 [wwp]        2.0.0cvs58
3538
3539         * src/gtk/gtkaspell.c
3540         * src/gtk/gtkaspell.h
3541         * src/prefs_spelling.c
3542         * src/compose.c
3543         * src/prefs_common.c
3544         * src/prefs_common.h
3545                 implemented new optional spellchecker behaviour: re-check message when
3546                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3547
3548 2006-02-16 [wwp]        2.0.0cvs57
3549
3550         * src/quote_fmt_parse.y
3551                 pclose popen'ed pipe.
3552
3553 2006-02-15 [colin]      2.0.0cvs56
3554
3555         * src/mimeview.c
3556         * src/mimeview.h
3557                 Let MimeViewers know which MimeView they
3558                 depend of.
3559         * src/summaryview.c
3560                 Swap From/To columns in Sent/Queue/Drafts
3561                 folders
3562         * src/etpan/imap-thread.c
3563                 Use mailstream_low_tls_open() for STARTTLS
3564                 instead of mailstream_low_ssl_open()
3565                 ** REQUIRES libetpan 0.42cvs3 **
3566
3567 2006-02-15 [wwp]        2.0.0cvs55
3568
3569         * src/compose.c
3570         * src/compose.h
3571         * src/message_search.c
3572         * src/message_search.h
3573         * src/textview.c
3574         * src/gtk/gtkutils.c
3575         * src/gtk/gtkutils.h
3576                 added the ability to Find text in the compose window (and a bit
3577                 of code factorization).
3578
3579 2006-02-15 [wwp]        2.0.0cvs54
3580
3581         * src/prefs_gtk.c
3582                 yet another one file was missing (fix for some widgets' sensitivity).
3583                 Thanks Colin!
3584
3585 2006-02-15 [wwp]        2.0.0cvs53
3586
3587         * src/prefs_gtk.h
3588                 oops forgot that file (fix for some widgets' sensitivity).
3589
3590 2006-02-15 [wwp]        2.0.0cvs52
3591
3592         * src/summary_search.c
3593                 implemented advanced summary search options (added the ability
3594                 to use matcher conditions in an advanced search mode).
3595
3596 2006-02-15 [wwp]        2.0.0cvs51
3597
3598         * src/plugins/pgpcore/prefs_gpg.c
3599         * src/prefs_account.c
3600                 fix some widget sensitivity, mostly around some labels in
3601                 account prefs.
3602
3603 2006-02-15 [paul]       2.0.0cvs50
3604
3605         * manual/advanced.xml
3606                 improve Templates info
3607                 written by wwp
3608
3609 2006-02-14 [colin]      2.0.0cvs49
3610
3611         * src/pixmaps/address_book.xpm
3612         * src/pixmaps/preferences.xpm
3613         * src/pixmaps/properties.xpm
3614                 Fix pixmap size - patch by Fabien Vantard
3615
3616 2006-02-13 [colin]      2.0.0cvs48
3617
3618         * src/procmime.c
3619                 Add missing fclose()s on error
3620         * src/textview.c
3621                 Remove unused code
3622         * src/common/utils.c
3623                 Fix temp files not being deleted on windows
3624         Patches by Thomas Gilgin
3625
3626 2006-02-13 [colin]      2.0.0cvs47
3627
3628         * src/mainwindow.c
3629                 Fix exit crash
3630
3631 2006-02-13 [wwp]        2.0.0cvs46
3632
3633         * src/plugins/pgpcore/prefs_gpg.c
3634                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3635
3636 2006-02-12 [colin]      2.0.0cvs45
3637
3638         * src/folderview.c
3639         * src/main.c
3640         * src/mainwindow.c
3641                 Fix "stuff" when quitting
3642
3643 2006-02-12 [wwp]        2.0.0cvs44
3644
3645         * src/prefs_themes.c
3646                 fix typos in debug messages.
3647
3648 2006-02-11 [colin]      2.0.0cvs43
3649
3650         * src/summaryview.c
3651                 don't allow drag/drop from ourself
3652
3653 2006-02-10 [wwp]        2.0.0cvs42
3654
3655         * src/exporthtml.c
3656         * src/html.c
3657         * src/html.h
3658         * src/procmime.c
3659         * src/textview.c
3660                 renamed html_ prefixed functions and data structures to avoid
3661                 namespace clashes w/ other software (gtkhtml2 for instance).
3662                 Closes bug #907.
3663
3664
3665 2006-02-09 [colin]      2.0.0cvs41
3666
3667         * src/summaryview.c
3668                 Fix shitty logic messed up. Thanks Ticho for the hint!
3669
3670 2006-02-09 [wwp]        2.0.0cvs40
3671
3672         * src/gtk/about.c
3673         * src/compose.c
3674         * src/prefs_account.c
3675         * src/prefs_gtk.h
3676         * src/editaddress.c
3677                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3678                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3679                 Browse buttons in accounts prefs.
3680
3681 2006-02-09 [colin]      2.0.0cvs39
3682
3683         * src/matcher.c
3684                 Check for pointer before using its members
3685         * src/gtk/gtksourceprintjob.c
3686                 Fix a wrong warning
3687
3688 2006-02-09 [wwp]        2.0.0cvs38
3689
3690         * src/gtk/filesel.c
3691                 fix few compiler warnings (type mismatch).
3692
3693 2006-02-09 [paul]       2.0.0cvs37
3694
3695         * po/fr.po
3696                 updated by Fabien Vantard
3697
3698 2006-02-08 [colin]      2.0.0cvs36
3699
3700         * src/prefs_common.c
3701         * src/common/defs.h
3702         * src/common/plugin.c
3703                 allow windows and linux configurations to coexist
3704                 patch by Thomas Gilgin
3705
3706 2006-02-08 [colin]      2.0.0cvs35
3707
3708         * src/filtering.c
3709         * src/matcher.c
3710         * src/matcher.h
3711         * src/matcher_parser_parse.y
3712         * src/prefs_filtering_action.c
3713         * src/prefs_matcher.c
3714                 Add the "Ignore thread" filtering
3715                 action
3716
3717 2006-02-08 [colin]      2.0.0cvs34
3718
3719         * src/compose.c
3720         * src/procmime.c
3721         * src/procmime.h
3722                 Fix bug #905 (damaged attachment)
3723                 text files with raw \0's aren't really text files
3724         FOR_STABLE
3725
3726 2006-02-08 [colin]      2.0.0cvs33
3727
3728         * src/summaryview.c
3729                 Fix crasher introduced yesterday
3730
3731 2006-02-08 [wwp]        2.0.0cvs32
3732
3733         * src/compose.c
3734         * src/compose.h
3735                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3736
3737 2006-02-08 [wwp]        2.0.0cvs31
3738
3739         * src/prefs_template.c
3740                 templates enhancement: allow address completion for Cc and Bcc fields
3741                 (it was currently possible for the To field only)
3742
3743 2006-02-08 [colin]      2.0.0cvs30
3744
3745         * src/compose.c
3746                 Don't unblock if not blocked
3747         FOR_STABLE
3748
3749 2006-02-07 [colin]      2.0.0cvs29
3750
3751         * src/action.c
3752                 Forgot to refresh summaryview
3753
3754 2006-02-07 [colin]      2.0.0cvs28
3755
3756         * src/action.c
3757                 Freeze/thaw message list and folder list while
3758                 processing %as{} actions 
3759         * src/compose.c
3760                 Fix auto-wrap disabling after a middle-click
3761                 paste - FOR_STABLE
3762
3763 2006-02-07 [paul]       2.0.0cvs27
3764
3765         * src/folder.c
3766                 fix freeing of uninitialised pointers
3767                 Thanks to Colin
3768
3769 2006-02-06 [colin]      2.0.0cvs26
3770
3771         * src/folder.c
3772                 Use g_slist_prepend in potentially big list
3773
3774 2006-02-06 [colin]      2.0.0cvs25
3775
3776         * src/folder.c
3777                 Completely skip processing if it doesn't 
3778                 exist (faster!)
3779
3780 2006-02-06 [colin]      2.0.0cvs24
3781
3782         * src/folder.c
3783         * src/summaryview.c
3784                 Batch filtering in summaryview (from Tools menu)
3785                 and pre/post//-processing too
3786
3787 2006-02-06 [colin]      2.0.0cvs23
3788
3789         * src/procmsg.h
3790         * src/filtering.c
3791                 Use a special field for batch filtering instead
3792                 of stepping on deferred execution's toes
3793
3794 2006-02-06 [colin]      2.0.0cvs22
3795
3796         * src/action.c
3797         * src/filtering.c
3798         * src/filtering.h
3799         * src/folder.c
3800         * src/summaryview.c
3801                 Fix filtering via menus and actions
3802
3803 2006-02-06 [colin]      2.0.0cvs21
3804
3805         * src/imap.c
3806                 Put the added file directly to cache if possible (will work
3807                 with next libetpan)
3808         * src/filtering.c
3809         * src/filtering.h
3810         * src/inc.c
3811         * src/folder.c
3812         * src/mbox.c
3813         * src/procmsg.h
3814                 Move and copy filtered messages by batches instead of one
3815                 by one - faster on IMAP
3816         * src/procmsg.c
3817                 Add a function that'll possibly be useful later
3818
3819 2006-02-06 [colin]      2.0.0cvs20
3820
3821         * src/addressbook.c
3822                 Use internal mime-type instead of text/plain for d'n'd
3823         * src/compose.c
3824                 Allow attaching files from mimeview's icon list via d'n'd
3825         * src/folderview.c
3826         * src/folderview.h
3827                 Use internal mime-type instead of text/plain for d'n'd
3828                 Don't try to selected opened folder if none is
3829                 Factorize d'n'd from other apps code
3830         * src/headerview.c
3831         * src/textview.c
3832         * src/gtk/gtkutils.c
3833         * src/gtk/gtkutils.h
3834                 Factorize Face/X-Face stuff
3835         * src/mimeview.c
3836                 Fix d'n'd to other apps
3837         * src/prefs_message.c
3838                 Let the XFace pref be usable without libcompface as it also
3839                 applies to Face
3840         * src/summaryview.c
3841                 Fix d'n'd to other apps
3842                 Factorize d'n'd from other apps code
3843
3844 2006-02-06 [wwp]        2.0.0cvs19
3845
3846         * po/it.po
3847                 Italian translation fixes by Andrea Spadaccini (no more confusion
3848                 between filtering and processing, and few changes in the About
3849                 dialog).
3850
3851
3852 2006-02-06 [mones]      2.0.0cvs18
3853
3854         * src/gtk/icon_legend.c
3855                 Improved descriptions allowing better translations
3856
3857 2006-02-05 [colin]      2.0.0cvs17
3858
3859         * src/imap.c
3860                 Add the f*cking missing expunge that caused imap_fetch_env
3861                 to fail after an add_msgs ! :-///
3862         * src/etpan/imap-thread.c
3863                 Add a bit of debug
3864         FOR_STABLE
3865
3866 2006-02-05 [colin]      2.0.0cvs16
3867
3868         * src/common/utils.c
3869                 Don't check for return-path (or we can't put
3870                 back non-sent mails)
3871
3872 2006-02-05 [colin]      2.0.0cvs15
3873
3874         * src/textview.c
3875                 Don't try to display Face header in textview
3876                 when teh headerview's active
3877
3878 2006-02-05 [colin]      2.0.0cvs14
3879
3880         * tools/tbird2syl.py
3881         * tools/Makefile.am
3882                 Add script to import Thunderbird mails
3883
3884 2006-02-05 [colin]      2.0.0cvs13
3885
3886         * src/headerview.c
3887         * src/procheader.c
3888         * src/procmsg.c
3889         * src/procmsg.h
3890         * src/textview.c
3891                 Show Face headers - patch partially by Klaus Flittner
3892
3893 2006-02-05 [colin]      2.0.0cvs12
3894
3895         * src/folderview.c
3896         * src/summaryview.c
3897         * src/common/utils.c
3898         * src/common/utils.h
3899                 Let dnd work from mime icons to summaryview
3900                 and to folderview too
3901                 Add a crude test to avoid trying to add files
3902                 drag'n'dropped when they're not mails
3903
3904 2006-02-04 [colin]      2.0.0cvs11
3905
3906         * src/summaryview.c
3907         * src/mimeview.c
3908                 Fix utf8 conversion
3909
3910 2006-02-04 [colin]      2.0.0cvs10
3911
3912         * src/compose.c
3913         * src/folderview.c
3914         * src/mimeview.c
3915         * src/summaryview.c
3916         * src/summaryview.h
3917                 Added various drag and drop capas:
3918                 From                    To
3919                 summaryview             other apps
3920                 mimeview icons          other apps
3921                 other apps              summaryview
3922                 other apps              folderview
3923
3924                 This shouldn't have broken the existing:
3925                 From                    To
3926                 summaryview             folderview
3927                 folderview              folderview
3928                 summaryview             compose's attachments
3929
3930         Tests welcomed.
3931
3932 2006-02-02 [paul]       2.0.0cvs9
3933
3934         * src/mainwindow.c
3935                 move global option 'Set displayed columns...' out
3936                 of folder option grouping.
3937                 fix sensitivity of 'harvest addresses'
3938         FOR_STABLE
3939
3940 2006-02-01 [colin]      2.0.0cvs8
3941
3942         * src/mimeview.c
3943                 Revert the alertpanel patch, it sucks (intrusive
3944                 and gets in the way of "open")
3945
3946 2006-02-01 [colin]      2.0.0cvs7
3947
3948         * src/compose.c
3949         * src/prefs_account.c
3950         * src/prefs_common.c
3951         * src/common/defs.h
3952         * src/common/utils.c
3953         * src/common/utils.h
3954                 Add ability to edit the signature file
3955                 from the account preferences, and use
3956                 a default for the text editor.
3957                 Patch by Fabien Vantard
3958
3959 2006-02-01 [colin]      2.0.0cvs6
3960
3961         * src/mimeview.c
3962                 Try to get mime type by extension if it is
3963                 application/octet-stream
3964                 Display a window with possible choices when
3965                 encountering unknown mime types
3966         * src/gtk/filesel.c
3967         * src/gtk/filesel.h
3968                 Add preview
3969                 Allow multiple selection in filtered filesel
3970                 (patch by Fabien Vantard)
3971         * src/gtk/pluginwindow.c
3972                 Use it (patch by Fabien Vantard)
3973
3974 2006-02-01 [paul]       2.0.0cvs5
3975
3976         * src/jpilot.c
3977                 fix crash on creating jpilot address book
3978                 Thanks to Colin - FOR_STABLE
3979         * src/prefs_summaries.c
3980         * src/prefs_wrapping.c
3981         * src/gtk/icon_legend.c
3982         * src/gtk/quicksearch.c
3983                 string fixes and additions
3984
3985 2006-02-01 [paul]       2.0.0cvs4
3986
3987         * src/compose.c
3988         * src/mainwindow.c
3989         * src/messageview.c
3990         * src/prefs_send.c
3991                 add Arabic encoding option
3992                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
3993
3994 2006-01-31 [colin]      2.0.0cvs3
3995
3996         * src/plugins/pgpcore/passphrase.c
3997                 Convert passphrase to locale encoding
3998         * src/compose.c
3999                 Fix drafting on IMAP. Crappy bug sneaked in
4000                 the release :-/
4001         FOR_STABLE
4002
4003 2006-01-30 [paul]       2.0.0cvs2
4004
4005         * src/gtk/icon_legend.c
4006                 show the new entries
4007
4008 2006-01-30 [colin]      2.0.0cvs1
4009
4010         * src/manual.c
4011                 Check for the file to be present before 
4012                 enabling the menu - FOR_STABLE
4013         * src/gtk/icon_legend.c
4014                 Add folders icons (not all of them, there
4015                 are too much, but the most intriguing ones)
4016
4017 2006-01-30 [paul]       2.0.0
4018
4019         version 2.0.0 released
4020
4021 2006-01-30 [paul]       1.9.100cvs200
4022
4023         * manual/faq.xml
4024         * manual/gpl.xml
4025         * manual/intro.xml
4026         * manual/starting.xml
4027         * manual/sylpheed-claws-manual.xml
4028                 fixes, additions
4029
4030 2006-01-29 [mones]      1.9.100cvs199
4031
4032         * manual/account.xml
4033         * manual/advanced.xml
4034         * manual/glossary.xml
4035                 Some typos fixed, added LDIF term to glossary
4036         * po/es.po
4037                 Fixed leading plus symbol
4038
4039 2006-01-29 [paul]       1.9.100cvs198
4040
4041         * po/fi.po
4042         * po/sk.po
4043                 updated by Tommi Pirinen and Andrej Kacian
4044
4045 2006-01-29 [paul]       1.9.100cvs197
4046
4047         * src/gtk/authors.h
4048                 remove duplicates
4049
4050 2006-01-29 [paul]       1.9.100cvs196
4051
4052         * AUTHORS
4053         * po/nl.po
4054         * src/gtk/authors.h
4055         * tools/claws.i18n.status.pl
4056                 nl translation updated by Tim Dijkstra
4057
4058 2006-01-29 [paul]       1.9.100cvs195
4059
4060         * po/sr.po
4061         * po/sv.po
4062                 updated by Aleksandar Urosevic and Anders Troback
4063
4064 2006-01-28 [colin]      1.9.100cvs194
4065
4066         * src/gtk/gtksourceprintjob.c
4067                 Don't fiddle with PangoLayout when we
4068                 have an image
4069
4070 2006-01-28 [paul]       1.9.100cvs193
4071
4072         * AUTHORS
4073         * po/el.po
4074         * po/zh_CN.po
4075         * src/gtk/authors.h
4076         * tools/claws.i18n.status.pl
4077                 updated translations submitted by Stavros Giannouris
4078                 and Ralgh Young
4079
4080 2006-01-27 [colin]      1.9.100cvs192
4081
4082         * src/summaryview.c
4083         * src/gtk/gtksourceprintjob.c
4084                 Add image printing 
4085                 (libgnomeprint only, of course)
4086
4087 2006-01-27 [paul]       1.9.100cvs191
4088
4089         * po/fr.po
4090         * po/it.po
4091                 updated by Fabien Vantard and Andrea Spadaccini
4092
4093 2006-01-26 [colin]      1.9.100cvs190
4094
4095         * manual/Makefile.am
4096         * configure.ac
4097                 Make building the manual optional 
4098                 (--disable-manual)
4099
4100 2006-01-26 [paul]       1.9.100cvs189
4101
4102         * manual/glossary.xml
4103         * manual/plugins.xml
4104                 edited
4105         * po/en_GB.po
4106                 updated
4107
4108 2006-01-26 [paul]       1.9.100cvs188
4109
4110         * src/prefs_display_header.c
4111         * src/prefs_folder_column.c
4112         * src/prefs_msg_colors.c
4113         * src/prefs_summaries.c
4114         * src/prefs_summary_column.c
4115                 HIGify
4116
4117 2006-01-25 [colin]      1.9.100cvs187
4118
4119         * src/imap.c
4120                 Don't allow moving/copying mails between
4121                 queue/drafts and non-queue/drafts folders
4122                 Fixes bug #897 (message header is resetted 
4123                 if one is copied to Drafts)
4124
4125 2006-01-25 [colin]      1.9.100cvs186
4126
4127         * src/folder.c
4128         * src/mainwindow.c
4129                 Fix subscribed folders not found
4130         * src/compose.c
4131                 Don't try to encode as original mail's charset
4132                 if it's ascii 
4133
4134 2006-01-25 [paul]       1.9.100cvs185
4135
4136         * AUTHORS
4137         * po/Makevars
4138                 updated
4139         * po/de.po
4140         * po/pl.po
4141         * po/pt_BR.po
4142         * po/sr.po
4143                 updates submitted by Stephan Sachse, Emilian Nowak
4144                 and Quar, Frederico Goncalves Guimaraes, and
4145                 Aleksandar Urosevic
4146                 Fix Bug 896, 'PT_BR locale broken'.
4147         * src/gtk/authors.h
4148                 updated
4149
4150 2006-01-24 [mones]      1.9.100cvs184
4151
4152         * manual/glossary.xml
4153                 All current terms finished. Reviewers welcome ;-)
4154         * manual/keyboard.xml
4155                 Fixed column width for pdf output.
4156         * po/es.po
4157                 Updated
4158
4159 2006-01-24 [paul]       1.9.100cvs183
4160
4161         * manual/glossary.xml
4162                 fix id name
4163         * manual/dist/html/Makefile.am
4164         * manual/dist/pdf/Makefile.am
4165         * manual/dist/ps/Makefile.am
4166         * manual/dist/txt/Makefile.am
4167                 fix make deps
4168                 Thanks to Colin
4169
4170 2006-01-24 [mones]      1.9.100cvs182
4171
4172         * manual/glossary.xml
4173                 Nearly finished, some terms missing.
4174
4175 2006-01-23 [paul]       1.9.100cvs181
4176
4177         * manual/dist/html/Makefile.am
4178         * manual/dist/pdf/Makefile.am
4179         * manual/dist/ps/Makefile.am
4180         * manual/dist/txt/Makefile.am
4181         * src/mainwindow.c
4182                 re-enable manual
4183                 Thanks to Colin
4184
4185 2006-01-22 [colin]      1.9.100cvs180
4186
4187         * src/compose.c
4188         * src/gtk/gtkaspell.c
4189                 Don't deselect stuff before right-clicking, with aspell.
4190                 (This prevented right-click Copy, for example).
4191                 Thanks to Clo!
4192
4193 2006-01-22 [paul]       1.9.100cvs179
4194
4195         * src/summary_search.c
4196                 don't fix the widget size as it causes problems
4197                 under localisation.
4198                 Thanks to Emilian Nowak
4199
4200 2006-01-21 [paul]       1.9.100cvs178
4201
4202         * src/prefs_themes.c
4203                 fix broken underlining of label text
4204                 with some translations
4205
4206 2006-01-21 [colin]      1.9.100cvs177
4207
4208         * po/fr.po
4209                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4210
4211 2006-01-20 [colin]      1.9.100cvs176
4212
4213         * configure.ac
4214         * Makefile.am
4215         * manual/Makefile
4216         * manual/dist/html/.cvsignore
4217         * manual/dist/html/Makefile.am
4218         * manual/dist/pdf/.cvsignore
4219         * manual/dist/pdf/Makefile.am
4220         * manual/dist/ps/.cvsignore
4221         * manual/dist/ps/Makefile.am
4222         * manual/dist/txt/.cvsignore
4223         * manual/dist/txt/Makefile.am
4224                 Autotool-ize manual
4225
4226 2006-01-20 [paul]       1.9.100cvs175
4227
4228         * manual/handling.xml
4229                 make Filtering and Searching entries easier to find
4230         * manual/keyboard.xml
4231                 add the remaining default keybinds
4232         * src/prefs_summaries.c
4233                 update the default keybinds
4234
4235 2006-01-20 [paul]       1.9.100cvs174
4236
4237         * src/addressbook.c
4238         * src/addrgather.c
4239         * src/addrharvest.c
4240         * src/editaddress.c
4241         * src/editgroup.c
4242         * src/exphtmldlg.c
4243         * src/expldifdlg.c
4244         * src/exporthtml.c
4245         * src/exportldif.c
4246         * src/ldif.c
4247                 replace 'e-mail' with 'email'
4248         * src/summary_search.c
4249                 add mnemonic to "Find all" button
4250
4251 2006-01-20 [wwp]        1.9.100cvs173
4252
4253         * src/export.c
4254         * src/import.c
4255                 touched mbox import/export buttons for HIG-compliance
4256
4257 2006-01-19 [paul]       1.9.100cvs172
4258
4259         * manual/account.xml
4260         * manual/addrbook.xml
4261         * manual/advanced.xml
4262         * manual/faq.xml
4263         * manual/handling.xml
4264         * manual/intro.xml
4265         * manual/plugins.xml
4266         * manual/starting.xml
4267                 more editing
4268
4269 2006-01-19 [paul]       1.9.100cvs171
4270
4271         * src/toolbar.c
4272                 allow use of trash button while receiving
4273                 Thanks to Colin
4274
4275 2006-01-19 [wwp]        1.9.100cvs170
4276
4277         * src/gtk/quicksearch.c
4278         * src/compose.c
4279                 force text color to black when yellow background is set
4280
4281 2006-01-19 [colin]      1.9.100cvs169
4282
4283         * src/plugins/trayicon/trayicon.c
4284                 Gray out Get Mail when already getting mail
4285
4286 2006-01-18 [paul]       1.9.100cvs168
4287
4288         * src/compose.c
4289                 give widget yellow background was To is
4290                 set via folder prefs
4291         * src/gtk/quicksearch.c
4292                 give widget yellow background when quick
4293                 search is active.
4294                 Thanks to Colin
4295
4296 2006-01-18 [paul]       1.9.100cvs167
4297
4298         * doc/man/sylpheed-claws.1
4299                 add --subscribe option
4300
4301 2006-01-18 [paul]       1.9.100cvs166
4302
4303         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4304         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4305                 use %U instead of %F (%F is broken for user installed
4306                 files in kde 3.5)
4307
4308 2006-01-18 [colin]      1.9.100cvs165
4309
4310         * src/summaryview.c
4311                 Default to Yes in "No more * messages" dialogs
4312
4313 2006-01-17 [colin]      1.9.100cvs164
4314
4315         * src/compose.c
4316                 Possibly fix an invalid iterator causing
4317                 crash
4318
4319 2006-01-17 [colin]      1.9.100cvs163
4320
4321         * src/mimeview.c
4322                 Fix crash when the image disappears under the
4323                 image viewer
4324
4325 2006-01-16 [colin]      1.9.100cvs162
4326
4327         * src/compose.c
4328                 Fix reenabling autowrap
4329
4330 2006-01-16 [colin]      1.9.100cvs161
4331
4332         * src/compose.c
4333                 reset quote_len before getting quote_str
4334
4335 2006-01-16 [colin]      1.9.100cvs160
4336
4337         * src/account.c
4338         * src/account.h
4339         * src/folder.c
4340         * src/imap_gtk.c
4341         * src/mh_gtk.c
4342                 Fix bug #883 (default inbox does not track folder move)
4343
4344 2006-01-16 [colin]      1.9.100cvs159
4345
4346         * src/compose.c
4347         * src/plugins/pgpcore/passphrase.c
4348                 More buttons fixes
4349
4350 2006-01-16 [paul]       1.9.100cvs158
4351
4352         * src/prefs_actions.c
4353         * src/prefs_filtering_action.c
4354         * src/prefs_matcher.c
4355         * src/quote_fmt.c
4356         * src/gtk/description_window.c
4357         * src/gtk/description_window.h
4358         * src/gtk/quicksearch.c
4359                 description window cleanups
4360
4361 2006-01-15 [colin]      1.9.100cvs157
4362
4363         * src/addressbook.c
4364         * src/prefs_filtering.c
4365                 Same here
4366
4367 2006-01-15 [colin]      1.9.100cvs156
4368
4369         * src/folderview.c
4370         * src/mainwindow.c
4371                 Same for "Empty trash"
4372
4373 2006-01-15 [colin]      1.9.100cvs155
4374
4375         * src/inc.c
4376                 Override offline dialog had Yes by default
4377
4378 2006-01-15 [colin]      1.9.100cvs154
4379
4380         * src/summaryview.c
4381                 Delete selected messages? previously had Yes the default
4382
4383 2006-01-15 [colin]      1.9.100cvs153
4384
4385         * src/folder.c
4386         * src/folder.h
4387         * src/main.c
4388                 Check if a mailbox is loaded after all
4389                 plugins are loaded.
4390
4391 2006-01-15 [colin]      1.9.100cvs152
4392
4393         * src/folder.c
4394                 Don't start wizard when there are unloaded folders (will help
4395                 people with only mbox or maildir mailboxes)
4396
4397 2006-01-14 [colin]      1.9.100cvs151
4398
4399         * src/addressbook.c
4400         * src/expldifdlg.c
4401         * src/importldif.c
4402         * src/importmutt.c
4403         * src/importpine.c
4404         * src/mh_gtk.c
4405                 More HIG compliance and fixes
4406
4407 2006-01-14 [colin]      1.9.100cvs150
4408
4409         * src/prefs_filtering_action.c
4410         * src/foldersel.c
4411                 Two forgotten button order changes
4412
4413 2006-01-14 [colin]      1.9.100cvs149
4414
4415         * src/account.c
4416         * src/addressbook.c
4417         * src/compose.c
4418         * src/folderview.c
4419         * src/imap_gtk.c
4420         * src/mainwindow.c
4421         * src/mh_gtk.c
4422         * src/news_gtk.c
4423         * src/prefs_actions.c
4424         * src/prefs_customheader.c
4425         * src/prefs_filtering.c
4426         * src/prefs_matcher.c
4427         * src/prefs_template.c
4428         * src/ssl_manager.c
4429         * src/summaryview.c
4430         * src/textview.c
4431         * src/toolbar.c
4432                 All deletion confirmations are now "Cancel, Delete" 
4433                 instead of "No, Yes"
4434                 Clarified most of the other "No, Yes" to 
4435                 "Cancel, Descriptive_action"
4436                 Rechanged the "Entry not saved" alerts to have 
4437                 "Close, Continue editing"
4438
4439
4440 2006-01-14 [paul]
4441
4442         * 2.0.0-rc4 released
4443
4444 2006-01-14 [paul]       1.9.100cvs148
4445
4446         * src/account.c
4447         * src/addressadd.c
4448         * src/addressbook.c
4449         * src/compose.c
4450         * src/editaddress.c
4451         * src/editbook.c
4452         * src/editgroup.c
4453         * src/editjpilot.c
4454         * src/editldap.c
4455         * src/editvcard.c
4456         * src/exphtmldlg.c
4457         * src/expldifdlg.c
4458         * src/folderview.c
4459         * src/grouplistdialog.c
4460         * src/imap_gtk.c
4461         * src/importmutt.c
4462         * src/importpine.c
4463         * src/inc.c
4464         * src/main.c
4465         * src/mainwindow.c
4466         * src/message_search.c
4467         * src/messageview.c
4468         * src/mh_gtk.c
4469         * src/mimeview.c
4470         * src/news_gtk.c
4471         * src/prefs_actions.c
4472         * src/prefs_customheader.c
4473         * src/prefs_filtering.c
4474         * src/prefs_matcher.c
4475         * src/prefs_template.c
4476         * src/prefs_themes.c
4477         * src/ssl_manager.c
4478         * src/summary_search.c
4479         * src/summaryview.c
4480         * src/textview.c
4481         * src/toolbar.c
4482         * src/gtk/foldersort.c
4483         * src/gtk/gtkaspell.c
4484         * src/gtk/inputdialog.c
4485         * src/gtk/prefswindow.c
4486         * src/plugins/pgpcore/select-keys.c
4487         * src/plugins/trayicon/trayicon.c
4488                 HIG compliant button order
4489
4490 2006-01-14 [mones]      1.9.100cvs147
4491
4492         * po/es.po
4493                 Updated translation
4494
4495 2006-01-13 [paul]       1.9.100cvs146
4496
4497         * AUTHORS
4498         * ChangeLog
4499         * src/gtk/authors.h
4500                 add Joshua M. Kwan to contributors list
4501
4502 2006-01-13 [colin]      1.9.100cvs145
4503
4504         * src/gtk/quicksearch.c
4505                 Don't refocus quick search after executing (Esc or Enter)
4506                 Allows to '/'search something then move up/down in 
4507                 summaryview, and to Esc a search and be back in the 
4508                 summaryview
4509
4510 2006-01-13 [paul]       1.9.100cvs144
4511
4512         * src/plugins/pgpinline/pgpinline.c
4513                 support Content-Type 'application/pgp'
4514                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4515
4516 2006-01-13 [paul]       1.9.100cvs143
4517
4518         * manual/account.xml
4519                 make mention of partial retrieval
4520                 thanks to Colin
4521
4522 2006-01-13 [paul]       1.9.100cvs142
4523
4524         * src/account.c
4525         * src/account.h
4526         * src/action.c
4527         * src/action.h
4528         * src/adbookbase.h
4529         * src/addr_compl.c
4530         * src/addr_compl.h
4531         * src/addrbook.c
4532         * src/addrcache.c
4533         * src/addrcache.h
4534         * src/addrcindex.c
4535         * src/addrcindex.h
4536         * src/addrclip.c
4537         * src/addrclip.h
4538         * src/addrdefs.h
4539         * src/addressadd.c
4540         * src/addressadd.h
4541         * src/addressbook.c
4542         * src/addressbook.h
4543         * src/addrgather.c
4544         * src/addrgather.h
4545         * src/addrharvest.c
4546         * src/addrharvest.h
4547         * src/addrindex.c
4548         * src/addrindex.h
4549         * src/addritem.c
4550         * src/addritem.h
4551         * src/addrquery.c
4552         * src/addrquery.h
4553         * src/addrselect.c
4554         * src/addrselect.h
4555         * src/alertpanel.c
4556         * src/alertpanel.h
4557         * src/browseldap.c
4558         * src/browseldap.h
4559         * src/codeconv.c
4560         * src/codeconv.h
4561         * src/compose.c
4562         * src/compose.h
4563         * src/customheader.c
4564         * src/customheader.h
4565         * src/displayheader.c
4566         * src/displayheader.h
4567         * src/editaddress.c
4568         * src/editaddress.h
4569         * src/editbook.c
4570         * src/editbook.h
4571         * src/editgroup.c
4572         * src/editgroup.h
4573         * src/editjpilot.c
4574         * src/editjpilot.h
4575         * src/editldap.c
4576         * src/editldap.h
4577         * src/editldap_basedn.c
4578         * src/editldap_basedn.h
4579         * src/editvcard.c
4580         * src/editvcard.h
4581         * src/exphtmldlg.c
4582         * src/exphtmldlg.h
4583         * src/expldifdlg.c
4584         * src/expldifdlg.h
4585         * src/export.h
4586         * src/exporthtml.c
4587         * src/exporthtml.h
4588         * src/exportldif.c
4589         * src/exportldif.h
4590         * src/filtering.c
4591         * src/filtering.h
4592         * src/folder.c
4593         * src/folder.h
4594         * src/folder_item_prefs.c
4595         * src/folder_item_prefs.h
4596         * src/foldersel.c
4597         * src/foldersel.h
4598         * src/folderutils.c
4599         * src/folderutils.h
4600         * src/folderview.c
4601         * src/folderview.h
4602         * src/grouplistdialog.c
4603         * src/grouplistdialog.h
4604         * src/headerview.c
4605         * src/html.c
4606         * src/html.h
4607         * src/image_viewer.c
4608         * src/image_viewer.h
4609         * src/imap.c
4610         * src/imap.h
4611         * src/imap_gtk.c
4612         * src/imap_gtk.h
4613         * src/import.h
4614         * src/importldif.c
4615         * src/importldif.h
4616         * src/importmutt.c
4617         * src/importmutt.h
4618         * src/importpine.c
4619         * src/importpine.h
4620         * src/inc.c
4621         * src/inc.h
4622         * src/jpilot.c
4623         * src/jpilot.h
4624         * src/ldapctrl.c
4625         * src/ldapctrl.h
4626         * src/ldaplocate.c
4627         * src/ldaplocate.h
4628         * src/ldapquery.c
4629         * src/ldapquery.h
4630         * src/ldapserver.c
4631         * src/ldapserver.h
4632         * src/ldaputil.c
4633         * src/ldaputil.h
4634         * src/ldif.c
4635         * src/ldif.h
4636         * src/main.c
4637         * src/main.h
4638         * src/mainwindow.c
4639         * src/mainwindow.h
4640         * src/manual.c
4641         * src/manual.h
4642         * src/mbox.c
4643         * src/mbox.h
4644         * src/message_search.c
4645         * src/message_search.h
4646         * src/messageview.c
4647         * src/messageview.h
4648         * src/mh.c
4649         * src/mh.h
4650         * src/mh_gtk.c
4651         * src/mh_gtk.h
4652         * src/mimeview.c
4653         * src/mimeview.h
4654         * src/msgcache.c
4655         * src/msgcache.h
4656         * src/mutt.c
4657         * src/mutt.h
4658         * src/news.c
4659         * src/news.h
4660         * src/news_gtk.c
4661         * src/news_gtk.h
4662         * src/partial_download.c
4663         * src/partial_download.h
4664         * src/pine.c
4665         * src/pine.h
4666         * src/pop.c
4667         * src/pop.h
4668         * src/prefs_account.c
4669         * src/prefs_account.h
4670         * src/prefs_actions.c
4671         * src/prefs_actions.h
4672         * src/prefs_common.c
4673         * src/prefs_common.h
4674         * src/prefs_compose_writing.c
4675         * src/prefs_compose_writing.h
4676         * src/prefs_customheader.c
4677         * src/prefs_customheader.h
4678         * src/prefs_display_header.c
4679         * src/prefs_display_header.h
4680         * src/prefs_filtering.c
4681         * src/prefs_filtering.h
4682         * src/prefs_filtering_action.c
4683         * src/prefs_filtering_action.h
4684         * src/prefs_folder_column.c
4685         * src/prefs_folder_column.h
4686         * src/prefs_folder_item.c
4687         * src/prefs_folder_item.h
4688         * src/prefs_fonts.c
4689         * src/prefs_fonts.h
4690         * src/prefs_gtk.c
4691         * src/prefs_gtk.h
4692         * src/prefs_image_viewer.c
4693         * src/prefs_image_viewer.h
4694         * src/prefs_matcher.c
4695         * src/prefs_matcher.h
4696         * src/prefs_message.c
4697         * src/prefs_msg_colors.c
4698         * src/prefs_msg_colors.h
4699         * src/prefs_other.c
4700         * src/prefs_quote.c
4701         * src/prefs_receive.c
4702         * src/prefs_send.c
4703         * src/prefs_spelling.c
4704         * src/prefs_spelling.h
4705         * src/prefs_summaries.c
4706         * src/prefs_summaries.h
4707         * src/prefs_summary_column.c
4708         * src/prefs_summary_column.h
4709         * src/prefs_template.c
4710         * src/prefs_template.h
4711         * src/prefs_themes.c
4712         * src/prefs_themes.h
4713         * src/prefs_toolbar.c
4714         * src/prefs_toolbar.h
4715         * src/prefs_wrapping.c
4716         * src/prefs_wrapping.h
4717         * src/privacy.c
4718         * src/privacy.h
4719         * src/procheader.c
4720         * src/procheader.h
4721         * src/procmime.c
4722         * src/procmime.h
4723         * src/procmsg.c
4724         * src/procmsg.h
4725         * src/quote_fmt.c
4726         * src/quote_fmt_parse.y
4727         * src/recv.c
4728         * src/recv.h
4729         * src/remotefolder.c
4730         * src/remotefolder.h
4731         * src/send_message.c
4732         * src/send_message.h
4733         * src/setup.c
4734         * src/setup.h
4735         * src/sourcewindow.c
4736         * src/sourcewindow.h
4737         * src/ssl_manager.c
4738         * src/ssl_manager.h
4739         * src/statusbar.c
4740         * src/statusbar.h
4741         * src/stock_pixmap.c
4742         * src/stock_pixmap.h
4743         * src/summary_search.c
4744         * src/summary_search.h
4745         * src/summaryview.c
4746         * src/summaryview.h
4747         * src/syldap.c
4748         * src/syldap.h
4749         * src/textview.c
4750         * src/textview.h
4751         * src/toolbar.c
4752         * src/toolbar.h
4753         * src/undo.c
4754         * src/undo.h
4755         * src/unmime.c
4756         * src/unmime.h
4757         * src/vcard.c
4758         * src/vcard.h
4759         * src/wizard.c
4760         * src/wizard.h
4761         * src/common/base64.c
4762         * src/common/base64.h
4763         * src/common/defs.h
4764         * src/common/hooks.c
4765         * src/common/hooks.h
4766         * src/common/log.c
4767         * src/common/log.h
4768         * src/common/mgutils.c
4769         * src/common/mgutils.h
4770         * src/common/nntp.c
4771         * src/common/nntp.h
4772         * src/common/passcrypt.c
4773         * src/common/passcrypt.h.in
4774         * src/common/plugin.c
4775         * src/common/plugin.h
4776         * src/common/prefs.c
4777         * src/common/prefs.h
4778         * src/common/progressindicator.c
4779         * src/common/progressindicator.h
4780         * src/common/quoted-printable.c
4781         * src/common/quoted-printable.h
4782         * src/common/session.c
4783         * src/common/session.h
4784         * src/common/smtp.c
4785         * src/common/smtp.h
4786         * src/common/socket.c
4787         * src/common/socket.h
4788         * src/common/ssl.c
4789         * src/common/ssl.h
4790         * src/common/ssl_certificate.c
4791         * src/common/ssl_certificate.h
4792         * src/common/stringtable.c
4793         * src/common/stringtable.h
4794         * src/common/sylpheed.c
4795         * src/common/sylpheed.h
4796         * src/common/template.c
4797         * src/common/template.h
4798         * src/common/timing.h
4799         * src/common/utils.c
4800         * src/common/utils.h
4801         * src/common/version.h.in
4802         * src/common/xml.c
4803         * src/common/xml.h
4804         * src/common/xmlprops.c
4805         * src/common/xmlprops.h
4806         * src/gtk/colorlabel.c
4807         * src/gtk/colorsel.c
4808         * src/gtk/colorsel.h
4809         * src/gtk/description_window.c
4810         * src/gtk/description_window.h
4811         * src/gtk/filesel.c
4812         * src/gtk/filesel.h
4813         * src/gtk/foldersort.c
4814         * src/gtk/foldersort.h
4815         * src/gtk/gtkutils.c
4816         * src/gtk/gtkutils.h
4817         * src/gtk/inputdialog.c
4818         * src/gtk/inputdialog.h
4819         * src/gtk/logwindow.c
4820         * src/gtk/logwindow.h
4821         * src/gtk/manage_window.c
4822         * src/gtk/manage_window.h
4823         * src/gtk/menu.c
4824         * src/gtk/menu.h
4825         * src/gtk/pluginwindow.c
4826         * src/gtk/pluginwindow.h
4827         * src/gtk/prefswindow.c
4828         * src/gtk/prefswindow.h
4829         * src/gtk/progressdialog.c
4830         * src/gtk/progressdialog.h
4831         * src/gtk/sslcertwindow.c
4832         * src/gtk/sslcertwindow.h
4833         * src/plugins/clamav/clamav_plugin.c
4834         * src/plugins/clamav/clamav_plugin.h
4835         * src/plugins/clamav/clamav_plugin_gtk.c
4836         * src/plugins/demo/demo.c
4837         * src/plugins/dillo_viewer/dillo_prefs.c
4838         * src/plugins/dillo_viewer/dillo_prefs.h
4839         * src/plugins/dillo_viewer/dillo_viewer.c
4840         * src/plugins/pgpcore/passphrase.c
4841         * src/plugins/pgpcore/passphrase.h
4842         * src/plugins/pgpcore/plugin.c
4843         * src/plugins/pgpcore/select-keys.c
4844         * src/plugins/pgpcore/select-keys.h
4845         * src/plugins/pgpcore/sgpgme.c
4846         * src/plugins/pgpcore/sgpgme.h
4847         * src/plugins/pgpinline/pgpinline.c
4848         * src/plugins/pgpinline/pgpinline.h
4849         * src/plugins/pgpinline/plugin.c
4850         * src/plugins/pgpmime/pgpmime.c
4851         * src/plugins/pgpmime/pgpmime.h
4852         * src/plugins/pgpmime/plugin.c
4853         * src/plugins/spamassassin/spamassassin.c
4854         * src/plugins/spamassassin/spamassassin.h
4855         * src/plugins/spamassassin/spamassassin_gtk.c
4856         * src/plugins/trayicon/trayicon.c
4857                 update copyright header
4858
4859 2006-01-13 [paul]       1.9.100cvs141
4860
4861         * src/account.c
4862         * src/export.c
4863         * src/import.c
4864         * src/mainwindow.c
4865         * src/prefs_account.c
4866         * src/prefs_display_header.c
4867         * src/prefs_receive.c
4868         * src/prefs_send.c
4869         * src/prefs_summaries.c
4870         * src/prefs_themes.c
4871         * src/prefs_toolbar.c
4872         * src/gtk/about.c
4873                 various cleanups
4874
4875 2006-01-12 [colin]      1.9.100cvs140
4876
4877         * src/folder.c
4878         * src/folder.h
4879         * src/main.c
4880                 Add --subscribe option
4881                 Let sylpheed-claws email@domain.com equivalent to --compose
4882                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4883
4884 2006-01-12 [paul]       1.9.100cvs139
4885
4886         * src/mainwindow.c
4887                 append 'Change folder order' label with '...'
4888         * src/prefs_actions.c
4889                 allow reordering of actions list by dnd
4890         * src/gtk/foldersort.c
4891                 make the dialog nicer
4892
4893 2006-01-11 [colin]      1.9.100cvs138
4894
4895         * src/compose.c
4896                 Allow templates without text
4897
4898 2006-01-11 [paul]       1.9.100cvs137
4899
4900         * tools/README
4901         * tools/filter_conv_new.pl
4902                 add info to README
4903                 also check .sylpheed for filter.xml
4904                 be a bit informative to the user
4905
4906 2006-01-11 [colin]      1.9.100cvs136
4907
4908         * src/textview.c
4909                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
4910
4911 2006-01-10 [paul]       1.9.100cvs135
4912
4913         * tools/Makefile.am
4914         * tools/filter_conv_new.pl
4915                 add script to convert new style Sylpheed
4916                 filter rules (Sylpheed >= 0.9.99) to
4917                 Claws filtering rules
4918
4919 2006-01-10 [colin]      1.9.100cvs134
4920
4921         * src/compose.c
4922                 Fix broken line joins in certain conditions
4923                 (between two quoted lines: <enter><enter><up>
4924                  <type a wrapped sentence><go in the first line>
4925                  <insert more text><watch as line joining failed>)
4926
4927 2006-01-10 [paul]       1.9.100cvs133
4928
4929         * src/compose.c
4930                 don't report success in error dialog
4931                 thanks to Colin
4932         * src/common/utils.c
4933                 include some trailing punctuations as URI
4934                 thanks to Hiro
4935
4936 2006-01-10 [paul]       1.9.100cvs132
4937
4938         * src/mimeview.c
4939                 fix incompatible pointer type
4940                 warning
4941
4942 2006-01-10 [paul]       1.9.100cvs131
4943
4944         * src/compose.c
4945                 change Subject in window title
4946                 instantaneously
4947
4948 2006-01-09 [colin]      1.9.100cvs130
4949
4950         * src/addressbook.c
4951         * src/headerview.c
4952         * src/mainwindow.c
4953         * src/messageview.c
4954         * src/mimeview.c
4955         * src/noticeview.c
4956         * src/summaryview.c
4957                 Fix possible crashes on exit and in addressbook
4958
4959 2006-01-09 [paul]       1.9.100cvs129
4960
4961         * src/prefs_msg_colors.c
4962                 some cleanups that I forgot last time
4963
4964 2006-01-09 [paul]       1.9.100cvs128
4965
4966         * README
4967         * src/folderview.c
4968         * src/prefs_msg_colors.c
4969                 add previously hidden option, color_new, to
4970                 the gui
4971                 move the page to Display/
4972                 rework the gui
4973
4974 2006-01-09 [wwp]        1.9.100cvs127
4975
4976         * src/prefs_themes.c
4977                 made the prefs/display/themes layouts spacing less condensed
4978                 (and so they match other prefs/pages' look).
4979
4980 2006-01-09 [paul]       1.9.100cvs126
4981
4982         * src/compose.c
4983         * src/prefs_common.c
4984         * src/prefs_common.h
4985         * src/prefs_wrapping.c
4986                 remove 'wrap at send' option
4987
4988 2006-01-06 [colin]      1.9.100cvs125
4989
4990         * src/compose.c
4991                 Just make completely sure we don't insert "manual line breaks" 
4992                 when wrapping... 
4993
4994 2006-01-04 [paul]
4995
4996         * 2.0.0-rc3 released
4997
4998 2006-01-04 [paul]       1.9.100cvs124
4999
5000         * src/folderview.c
5001                 fix bug 882, 'quick scroll in folder list
5002                 displays wrong folder contents'
5003
5004 2006-01-04 [paul]       1.9.100cvs123
5005
5006         * src/plugins/pgpmime/pgpmime.c
5007                 better debug information when signing
5008                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5009
5010 2006-01-03 [colin]      1.9.100cvs122
5011
5012         * configure.ac
5013                 We need to recheck for gpgme 1.0.0 after checking
5014                 for 1.1.1, because if 1.1.1 isn't available, 
5015                 GPGME_LIBS and friends are blanked out by the 
5016                 second check.
5017
5018 2006-01-03 [colin]      1.9.100cvs121
5019
5020         * src/common/prefs.c
5021                 Windows unlink-before rename fix
5022         * src/plugins/pgpcore/sgpgme.c
5023                 Add support for PKA info if available
5024                 Both patches by Werner Koch
5025
5026 2006-01-03 [paul]       1.9.100cvs120
5027
5028         * src/messageview.c
5029                 fix bug 884, 'Send receipt' button visible in queue
5030                 Thanks to Colin
5031
5032 2006-01-02 [colin]      1.9.100cvs119
5033
5034         * src/compose.c
5035         * src/imap.c
5036                 Fix autosave on IMAP and more generally try to
5037                 return the correct ID on a newly added IMAP message
5038
5039 2006-01-02 [paul]       1.9.100cvs118
5040
5041         * manual/keyboard.xml
5042                 edited
5043
5044 2006-01-01 [paul]       1.9.100cvs117
5045
5046         * src/gtk/authors.h
5047                 alphabetical order
5048
5049 2005-12-30 [colin]      1.9.100cvs116
5050
5051         * manual/advanced.xml
5052                 Explain Pre/Post-processing differences.
5053
5054 2005-12-30 [colin]      1.9.100cvs115
5055
5056         * src/mh.c
5057                 Implement copy_msgs for a little optimization
5058         * src/imap.c
5059                 Finish yesterday's fix
5060
5061 2005-12-29 [colin]      1.9.100cvs114
5062
5063         * src/imap.c
5064                 Fix occasional failure in fetching a mail over
5065                 IMAP
5066
5067 2005-12-29 [colin]      1.9.100cvs113
5068
5069         * src/compose.c
5070                 Don't remove a draft when sending it, if it is 
5071                 locked.
5072
5073 2005-12-28 [colin]      1.9.100cvs112
5074
5075         * src/summaryview.c
5076                 Fix leak for real
5077
5078 2005-12-28 [wwp]        1.9.100cvs111
5079
5080         * doc/faq/.cvsignore
5081         * doc/faq/de/.cvsignore
5082         * doc/faq/en/.cvsignore
5083         * doc/faq/es/.cvsignore
5084         * doc/faq/fr/.cvsignore
5085         * doc/faq/it/.cvsignore
5086         * doc/manual/.cvsignore
5087         * doc/manual/de/.cvsignore
5088         * doc/manual/en/.cvsignore
5089         * doc/manual/es/.cvsignore
5090         * doc/manual/fr/.cvsignore
5091         * doc/manual/ja/.cvsignore
5092         * src/plugins/mathml_viewer/.cvsignore
5093                 rollback revival of those files (my bad, sorry for the noise).
5094
5095 2005-12-28 [wwp]        1.9.100cvs110
5096
5097         * src/compose.c
5098                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5099
5100 2005-12-28 [wwp]        1.9.100cvs109
5101
5102         * doc/faq/.cvsignore
5103         * doc/faq/de/.cvsignore
5104         * doc/faq/en/.cvsignore
5105         * doc/faq/es/.cvsignore
5106         * doc/faq/fr/.cvsignore
5107         * doc/faq/it/.cvsignore
5108         * doc/manual/.cvsignore
5109         * doc/manual/de/.cvsignore
5110         * doc/manual/en/.cvsignore
5111         * doc/manual/es/.cvsignore
5112         * doc/manual/fr/.cvsignore
5113         * doc/manual/ja/.cvsignore
5114         * src/plugins/mathml_viewer/.cvsignore
5115         * po/.cvsignore
5116                 more files to ignore.
5117
5118 2005-12-24 [colin]      1.9.100cvs108
5119
5120         * AUTHORS
5121         * src/gtk/authors.h
5122                 Update for Werner
5123
5124 2005-12-24 [colin]      1.9.100cvs107
5125
5126         * src/procmsg.c
5127                 Allow NULL src_msginfo in 
5128                 procmsg_msginfo_new_from_mimeinfo
5129
5130 2005-12-23 [paul]       1.9.100cvs106
5131
5132         * src/plugins/pgpinline/mypgpcore.def
5133                 add this forgotten file
5134
5135 2005-12-23 [colin]      1.9.100cvs105
5136
5137         * src/mainwindow.c
5138                 Fix missing break
5139
5140 2005-12-23 [colin]      1.9.100cvs104
5141
5142         * autogen.sh
5143         * src/folder.c
5144         * src/mh.c
5145         * src/common/plugin.c
5146         * src/common/socket.c
5147         * src/common/socket.h
5148         * src/common/utils.c
5149         * src/common/utils.h
5150         * src/gtk/pluginwindow.c
5151         * src/plugins/pgpcore/plugin.def
5152         * src/plugins/pgpcore/sylpheed.def
5153         * src/plugins/pgpinline/Makefile.am
5154         * src/plugins/pgpinline/plugin.def
5155         * src/plugins/pgpinline/sylpheed.def
5156         * src/plugins/pgpmime/plugin.def
5157         * src/plugins/pgpmime/sylpheed.def
5158                 Various w32 fixes by Werner Koch
5159
5160 2005-12-22 [paul]       1.9.100cvs103
5161
5162         * src/wizard.c
5163                 don't offer IMAP as 'server type' if
5164                 libetpan isn't built in
5165
5166 2005-12-22 [paul]       1.9.100cvs102
5167
5168         * AUTHORS
5169         * src/mainwindow.c
5170         * src/mainwindow.h
5171         * src/toolbar.c
5172         * src/gtk/authors.h
5173                 support GTK_TOOLBAR_BOTH_HORIZ (text
5174                 next to icon) Patch by Marien Zwart
5175                 marienz@users.sf.net
5176                 Also reword the text
5177
5178 2005-12-21 [colin]      1.9.100cvs101
5179
5180         * configure.ac
5181                 Fix DATADIRNAME
5182         * COPYING
5183                 Fix missing section and explicit the exception better
5184         * src/compose.c
5185                 Prevent mail from being lost without notice when an
5186                 SMTP error happens on trying to send an unmodified
5187                 drafted mail.
5188         * src/send_message.c
5189         * src/common/smtp.c
5190                 Fix password remembering when wrong, and add return
5191                 value checks where they should have been
5192         * src/plugins/pgpcore/sylpheed.def
5193         * src/plugins/pgpinline/sylpheed.def
5194         * src/plugins/pgpmime/sylpheed.def
5195                 Add a few symbols needed
5196
5197 2005-12-21 [paul]       1.9.100cvs100
5198
5199         * m4/codeset.m4
5200         * m4/glibc21.m4
5201         * m4/intdiv0.m4
5202         * m4/inttypes-pri.m4
5203         * m4/inttypes.m4
5204         * m4/inttypes_h.m4
5205         * m4/isc-posix.m4
5206         * m4/lcmessage.m4
5207         * m4/stdint_h.m4
5208         * m4/uintmax_t.m4
5209                 gettextization
5210                 thanks to Colin
5211
5212 2005-12-21 [paul]       1.9.100cvs99
5213
5214         * po/sv.po
5215                 fixed by Colin
5216
5217 2005-12-20 [paul]       1.9.100cvs98
5218
5219         * po/sv.po
5220                 updated by Anders Trobäck
5221
5222 2005-12-20 [colin]      1.9.100cvs97
5223
5224         * ABOUT-NLS
5225         * Makefile.am
5226         * autogen.sh
5227         * configure.ac
5228         * config/config.rpath
5229         * config/mkinstalldirs
5230         * m4/Makefile.am
5231         * m4/glibc2.m4
5232         * m4/gnupg.m4
5233         * m4/gpgme.m4
5234         * m4/intmax.m4
5235         * m4/longdouble.m4
5236         * m4/longlong.m4
5237         * m4/printf-posix.m4
5238         * m4/signed.m4
5239         * m4/size_max.m4
5240         * m4/ulonglong.m4
5241         * m4/wchar_t.m4
5242         * m4/wint_t.m4
5243         * m4/xsize.m4
5244         * po/Makefile.in.in
5245         * po/Makevars
5246         * po/bg.po
5247         * po/ca.po
5248         * po/cs.po
5249         * po/de.po
5250         * po/el.po
5251         * po/en_GB.po
5252         * po/es.po
5253         * po/fi.po
5254         * po/fr.po
5255         * po/hr.po
5256         * po/hu.po
5257         * po/it.po
5258         * po/ja.po
5259         * po/ko.po
5260         * po/nb.po
5261         * po/nl.po
5262         * po/pl.po
5263         * po/pt_BR.po
5264         * po/ru.po
5265         * po/sk.po
5266         * po/sr.po
5267         * po/stamp-po
5268         * po/sv.po
5269         * po/zh_CN.po
5270         * po/zh_TW.po
5271         * src/Makefile.am
5272         * src/codeconv.c
5273         * src/compose.c
5274         * src/exporthtml.c
5275         * src/exportldif.c
5276         * src/folder.c
5277         * src/main.c
5278         * src/manual.c
5279         * src/mh.c
5280         * src/mimeview.c
5281         * src/send_message.c
5282         * src/common/Makefile.am
5283         * src/common/fnmatch.c
5284         * src/common/fnmatch.h
5285         * src/common/fnmatch_loop.c
5286         * src/common/nntp.c
5287         * src/common/plugin.c
5288         * src/common/smtp.c
5289         * src/common/socket.c
5290         * src/common/string_match.c
5291         * src/common/sylpheed.c
5292         * src/common/utils.c
5293         * src/common/utils.h
5294         * src/common/w32_dirent.c
5295         * src/common/w32_reg.c
5296         * src/common/w32_signal.c
5297         * src/common/w32_stat.c
5298         * src/common/w32_stdio.c
5299         * src/common/w32_stdlib.c
5300         * src/common/w32_string.c
5301         * src/common/w32_time.c
5302         * src/common/w32_unistd.c
5303         * src/common/w32_wait.c
5304         * src/common/w32lib.h
5305         * src/etpan/Makefile.am
5306         * src/gtk/Makefile.am
5307         * src/plugins/clamav/Makefile.am
5308         * src/plugins/demo/Makefile.am
5309         * src/plugins/dillo_viewer/Makefile.am
5310         * src/plugins/pgpcore/Makefile.am
5311         * src/plugins/pgpcore/passphrase.c
5312         * src/plugins/pgpcore/plugin.def
5313         * src/plugins/pgpcore/sgpgme.c
5314         * src/plugins/pgpcore/sylpheed.def
5315         * src/plugins/pgpcore/version.rc
5316         * src/plugins/pgpinline/Makefile.am
5317         * src/plugins/pgpinline/plugin.def
5318         * src/plugins/pgpinline/sylpheed.def
5319         * src/plugins/pgpinline/version.rc
5320         * src/plugins/pgpmime/Makefile.am
5321         * src/plugins/pgpmime/mypgpcore.def
5322         * src/plugins/pgpmime/plugin.def
5323         * src/plugins/pgpmime/sylpheed.def
5324         * src/plugins/pgpmime/version.rc
5325         * src/plugins/spamassassin/Makefile.am
5326                 Very little ;-) patch from Werner Koch, providing
5327                 infrastructure for cross-compiling to Win32
5328
5329 2005-12-20 [paul]       1.9.100cvs96
5330
5331         * src/account.c
5332         * src/account.h
5333         * src/mainwindow.c
5334         * src/mainwindow.h
5335         * src/toolbar.c
5336         * src/toolbar.h
5337                 add a combo to the Get All button, allowing
5338                 quick retrieval from any account
5339                 Patch by Fabien Vantard, slightly modified
5340                 by Colin
5341         * src/gtk/about.c
5342                 i18n fix. Patch by Fabien Vantard
5343
5344 2005-12-19 [colin]      1.9.100cvs95
5345
5346         * src/compose.c
5347         * src/compose.h
5348                 Don't automatically join lines when they've 
5349                 been separated by the user and not automatically
5350
5351 2005-12-19 [paul]       1.9.100cvs94
5352
5353         * src/gtk/pluginwindow.c
5354                 i18n fix.
5355                 Patch by Fabien Vantard
5356
5357 2005-12-15 [paul]       1.9.100cvs93
5358
5359         * src/common/plugin.c
5360         * src/common/plugin.h
5361         * src/gtk/pluginwindow.c
5362         * src/plugins/clamav/clamav_plugin.c
5363         * src/plugins/demo/demo.c
5364         * src/plugins/dillo_viewer/dillo_viewer.c
5365         * src/plugins/pgpcore/plugin.c
5366         * src/plugins/pgpinline/plugin.c
5367         * src/plugins/pgpmime/plugin.c
5368         * src/plugins/spamassassin/spamassassin.c
5369         * src/plugins/trayicon/trayicon.c
5370                 add plugin_version()
5371
5372 2005-12-15 [colin]      1.9.100cvs92
5373
5374         * src/compose.c
5375                 Further fix bug #875
5376
5377 2005-12-15 [paul]       1.9.100cvs91
5378
5379         * src/gtk/filesel.c
5380                 fix attach_load_dir getting set to
5381                 PLUGINDIR on plugin load
5382
5383 2005-12-14 [mones]      1.9.100cvs90
5384
5385         * manual/ack.xml
5386         * manual/keyboard.xml
5387                 Initial draft and some shortcuts added
5388                 
5389         * po/es.po
5390                 Updated translation
5391
5392 2005-12-14 [colin]      1.9.100cvs89
5393
5394         * src/compose.c
5395         * src/imap.c
5396         * src/summaryview.c
5397         * src/gtk/gtkaspell.c
5398                 More leaks fixed
5399         * src/prefs_folder_item.c
5400                 Fix recursive prefs apply
5401
5402
5403 2005-12-14 [colin]      1.9.100cvs88
5404
5405         * src/compose.c
5406                 Fix bug #875 (Freeze On Inline Forward of 
5407                 Large Message)
5408
5409 2005-12-13 [colin]      1.9.100cvs87
5410
5411         * src/compose.c
5412                 Uniq-ify and sort the mimetypes list
5413                 Patch by Fabien Vantard
5414
5415 2005-12-13 [colin]      1.9.100cvs86
5416
5417         * src/imap.c
5418         * src/etpan/imap-thread.c
5419                 Fix leaks (patch by Hoa)
5420         * src/news.c
5421         * src/common/plugin.c
5422                 Fix leaks
5423
5424 2005-12-12 [colin]
5425
5426         * 2.0.0-rc2 released
5427
5428 2005-12-12 [colin]      1.9.100cvs85
5429
5430         * src/matcher.c
5431                 Fix a leak
5432
5433 2005-12-12 [wwp]        1.9.100cvs84
5434
5435         * src/gtk/icon_legend.c
5436                 fix misbehaviour and crash when closing the legend window
5437         using the Esc key (patch by Fabien Vantard).
5438
5439 2005-12-12 [paul]       1.9.100cvs83
5440
5441         * src/browseldap.c
5442         * src/foldersel.c
5443         * src/prefs_actions.c
5444         * src/prefs_filtering.c
5445         * src/prefs_matcher.c
5446         * src/prefs_spelling.glade      ** REMOVED **
5447         * src/prefs_template.c
5448         * src/gtk/foldersort.glade      ** REMOVED **
5449         * src/gtk/pluginwindow.c
5450         * src/gtk/pluginwindow.glade    ** REMOVED **
5451         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5452                 cleanups
5453
5454 2005-12-11 [paul]       1.9.100cvs82
5455
5456         * src/gtk/filesel.c
5457                 fix attach_load_dir crasher (double free)
5458
5459 2005-12-09 [paul]       1.9.100cvs81
5460
5461         * po/POTFILES.in
5462         * src/mainwindow.c
5463         * src/gtk/Makefile.am
5464         * src/gtk/icon_legend.c
5465         * src/gtk/icon_legend.h
5466                 add icon legend
5467         * src/manual.c
5468                 cleanup
5469
5470 2005-12-09 [paul]       1.9.100cvs80
5471
5472         * src/plugins/pgpcore/passphrase.c
5473                 wrap the label in the dialog
5474
5475 2005-12-09 [colin]      1.9.100cvs79
5476
5477         * src/plugins/pgpcore/sgpgme.c
5478                 Display (untrusted) on not trusted signatures
5479                 Patch by Michal Èihaø <michal@cihar.com>
5480                 Closes bug #867 (Report also key trust)
5481
5482 2005-12-09 [colin]      1.9.100cvs78
5483
5484         * src/common/plugin.c
5485                 Update licence check, following Eben Moglen's advice
5486
5487 2005-12-08 [colin]      1.9.100cvs77
5488
5489         * src/folder.c
5490                 Fix the occasionnal item->cache != NULL 
5491                 assertion failure. 
5492
5493 2005-12-08 [colin]      1.9.100cvs76
5494
5495         * src/mimeview.c
5496         * src/plugins/pgpcore/sgpgme.c
5497                 Print key id when unable to check it
5498                 Closes bug #866 (Show key id when missing)
5499
5500 2005-12-08 [paul]       1.9.100cvs75
5501
5502         * src/prefs_common.c
5503         * src/prefs_common.h
5504         * src/gtk/filesel.c
5505                 remember load attachment dir
5506
5507 2005-12-07 [colin]      1.9.100cvs74
5508
5509         * src/prefs_toolbar.c
5510                 Gtk fixes, patch by Fabien Vantard
5511
5512 2005-12-07 [colin]      1.9.100cvs73
5513
5514         * src/action.c
5515         * src/compose.c
5516         * src/compose.h
5517                 Fix bug #839 (Quoted text isn't colored after 
5518                 executing an action)
5519         * src/common/plugin.c
5520                 Require plugins to declare their licence in plugin_licence()
5521                 Refuse to load non-GPL plugins as they'd be illegal (as 
5522                 derived works of Sylpheed-Claws, they must be GPL).
5523         * src/plugins/clamav/clamav_plugin.c
5524         * src/plugins/demo/demo.c
5525         * src/plugins/dillo_viewer/dillo_viewer.c
5526         * src/plugins/pgpcore/plugin.c
5527         * src/plugins/pgpinline/plugin.c
5528         * src/plugins/pgpmime/plugin.c
5529         * src/plugins/spamassassin/spamassassin.c
5530         * src/plugins/trayicon/trayicon.c
5531                 Add plugin_licence()
5532
5533 2005-12-07 [paul]       1.9.100cvs72
5534
5535         * configure.ac
5536         * src/mainwindow.c
5537         * src/manual.c
5538         * src/manual.h
5539         * src/common/defs.h
5540                 clean up after local FAQ removal and
5541                 temporary manual removal
5542
5543 2005-12-06 [colin]      1.9.100cvs71
5544
5545         * configure.ac
5546         * doc/Makefile.am
5547         * doc/faq/.cvsignore
5548         * doc/faq/Makefile.am
5549         * doc/faq/de/.cvsignore
5550         * doc/faq/de/Makefile.am
5551         * doc/faq/de/sylpheed-faq-1.html
5552         * doc/faq/de/sylpheed-faq-2.html
5553         * doc/faq/de/sylpheed-faq-3.html
5554         * doc/faq/de/sylpheed-faq.html
5555         * doc/faq/en/.cvsignore
5556         * doc/faq/en/Makefile.am
5557         * doc/faq/en/sylpheed-faq-1.html
5558         * doc/faq/en/sylpheed-faq-2.html
5559         * doc/faq/en/sylpheed-faq-3.html
5560         * doc/faq/en/sylpheed-faq-4.html
5561         * doc/faq/en/sylpheed-faq.html
5562         * doc/faq/es/.cvsignore
5563         * doc/faq/es/Makefile.am
5564         * doc/faq/es/sylpheed-faq-1.html
5565         * doc/faq/es/sylpheed-faq-2.html
5566         * doc/faq/es/sylpheed-faq-3.html
5567         * doc/faq/es/sylpheed-faq-4.html
5568         * doc/faq/es/sylpheed-faq.html
5569         * doc/faq/fr/.cvsignore
5570         * doc/faq/fr/Makefile.am
5571         * doc/faq/fr/sylpheed-faq-1.html
5572         * doc/faq/fr/sylpheed-faq-2.html
5573         * doc/faq/fr/sylpheed-faq-3.html
5574         * doc/faq/fr/sylpheed-faq.html
5575         * doc/faq/it/.cvsignore
5576         * doc/faq/it/Makefile.am
5577         * doc/faq/it/sylpheed-faq-1.html
5578         * doc/faq/it/sylpheed-faq-2.html
5579         * doc/faq/it/sylpheed-faq-3.html
5580         * doc/faq/it/sylpheed-faq.html
5581         * doc/manual/.cvsignore
5582         * doc/manual/Makefile.am
5583         * doc/manual/de/.cvsignore
5584         * doc/manual/de/Makefile.am
5585         * doc/manual/de/sylpheed-1.html
5586         * doc/manual/de/sylpheed-10.html
5587         * doc/manual/de/sylpheed-11.html
5588         * doc/manual/de/sylpheed-12.html
5589         * doc/manual/de/sylpheed-13.html
5590         * doc/manual/de/sylpheed-14.html
5591         * doc/manual/de/sylpheed-15.html
5592         * doc/manual/de/sylpheed-16.html
5593         * doc/manual/de/sylpheed-17.html
5594         * doc/manual/de/sylpheed-18.html
5595         * doc/manual/de/sylpheed-19.html
5596         * doc/manual/de/sylpheed-2.html
5597         * doc/manual/de/sylpheed-20.html
5598         * doc/manual/de/sylpheed-3.html
5599         * doc/manual/de/sylpheed-4.html
5600         * doc/manual/de/sylpheed-5.html
5601         * doc/manual/de/sylpheed-6.html
5602         * doc/manual/de/sylpheed-7.html
5603         * doc/manual/de/sylpheed-8.html
5604         * doc/manual/de/sylpheed-9.html
5605         * doc/manual/de/sylpheed.html
5606         * doc/manual/en/.cvsignore
5607         * doc/manual/en/Makefile.am
5608         * doc/manual/en/sylpheed-1.html
5609         * doc/manual/en/sylpheed-10.html
5610         * doc/manual/en/sylpheed-11.html
5611         * doc/manual/en/sylpheed-12.html
5612         * doc/manual/en/sylpheed-13.html
5613         * doc/manual/en/sylpheed-14.html
5614         * doc/manual/en/sylpheed-15.html
5615         * doc/manual/en/sylpheed-16.html
5616         * doc/manual/en/sylpheed-17.html
5617         * doc/manual/en/sylpheed-18.html
5618         * doc/manual/en/sylpheed-19.html
5619         * doc/manual/en/sylpheed-2.html
5620         * doc/manual/en/sylpheed-20.html
5621         * doc/manual/en/sylpheed-21.html
5622         * doc/manual/en/sylpheed-22.html
5623         * doc/manual/en/sylpheed-3.html
5624         * doc/manual/en/sylpheed-4.html
5625         * doc/manual/en/sylpheed-5.html
5626         * doc/manual/en/sylpheed-6.html
5627         * doc/manual/en/sylpheed-7.html
5628         * doc/manual/en/sylpheed-8.html
5629         * doc/manual/en/sylpheed-9.html
5630         * doc/manual/en/sylpheed.html
5631         * doc/manual/es/.cvsignore
5632         * doc/manual/es/Makefile.am
5633         * doc/manual/es/sylpheed-1.html
5634         * doc/manual/es/sylpheed-10.html
5635         * doc/manual/es/sylpheed-11.html
5636         * doc/manual/es/sylpheed-12.html
5637         * doc/manual/es/sylpheed-13.html
5638         * doc/manual/es/sylpheed-14.html
5639         * doc/manual/es/sylpheed-15.html
5640         * doc/manual/es/sylpheed-16.html
5641         * doc/manual/es/sylpheed-17.html
5642         * doc/manual/es/sylpheed-18.html
5643         * doc/manual/es/sylpheed-19.html
5644         * doc/manual/es/sylpheed-2.html
5645         * doc/manual/es/sylpheed-20.html
5646         * doc/manual/es/sylpheed-3.html
5647         * doc/manual/es/sylpheed-4.html
5648         * doc/manual/es/sylpheed-5.html
5649         * doc/manual/es/sylpheed-6.html
5650         * doc/manual/es/sylpheed-7.html
5651         * doc/manual/es/sylpheed-8.html
5652         * doc/manual/es/sylpheed-9.html
5653         * doc/manual/es/sylpheed.html
5654         * doc/manual/fr/.cvsignore
5655         * doc/manual/fr/Makefile.am
5656         * doc/manual/fr/sylpheed-1.html
5657         * doc/manual/fr/sylpheed-10.html
5658         * doc/manual/fr/sylpheed-11.html
5659         * doc/manual/fr/sylpheed-12.html
5660         * doc/manual/fr/sylpheed-13.html
5661         * doc/manual/fr/sylpheed-14.html
5662         * doc/manual/fr/sylpheed-15.html
5663         * doc/manual/fr/sylpheed-16.html
5664         * doc/manual/fr/sylpheed-17.html
5665         * doc/manual/fr/sylpheed-18.html
5666         * doc/manual/fr/sylpheed-19.html
5667         * doc/manual/fr/sylpheed-2.html
5668         * doc/manual/fr/sylpheed-20.html
5669         * doc/manual/fr/sylpheed-3.html
5670         * doc/manual/fr/sylpheed-4.html
5671         * doc/manual/fr/sylpheed-5.html
5672         * doc/manual/fr/sylpheed-6.html
5673         * doc/manual/fr/sylpheed-7.html
5674         * doc/manual/fr/sylpheed-8.html
5675         * doc/manual/fr/sylpheed-9.html
5676         * doc/manual/fr/sylpheed.html
5677         * doc/manual/ja/.cvsignore
5678         * doc/manual/ja/Makefile.am
5679         * doc/manual/ja/sylpheed-1.html
5680         * doc/manual/ja/sylpheed-10.html
5681         * doc/manual/ja/sylpheed-11.html
5682         * doc/manual/ja/sylpheed-12.html
5683         * doc/manual/ja/sylpheed-13.html
5684         * doc/manual/ja/sylpheed-14.html
5685         * doc/manual/ja/sylpheed-15.html
5686         * doc/manual/ja/sylpheed-16.html
5687         * doc/manual/ja/sylpheed-17.html
5688         * doc/manual/ja/sylpheed-18.html
5689         * doc/manual/ja/sylpheed-19.html
5690         * doc/manual/ja/sylpheed-2.html
5691         * doc/manual/ja/sylpheed-20.html
5692         * doc/manual/ja/sylpheed-3.html
5693         * doc/manual/ja/sylpheed-4.html
5694         * doc/manual/ja/sylpheed-5.html
5695         * doc/manual/ja/sylpheed-6.html
5696         * doc/manual/ja/sylpheed-7.html
5697         * doc/manual/ja/sylpheed-8.html
5698         * doc/manual/ja/sylpheed-9.html
5699         * doc/manual/ja/sylpheed.html
5700         * doc/manual/ja/sylpheed.sgml
5701         * src/mainwindow.c
5702                 Remove outdated manual and faq. Noisy, eh?
5703
5704 2005-12-06 [colin]      1.9.100cvs70
5705
5706         * src/compose.c
5707         * src/quote_fmt_parse.y
5708         * src/undo.c
5709         * src/undo.h
5710                 Allow %X to position cursor at 0 
5711                 (no %X = before signature)
5712                 Fix paste as quotation putting the cursor at 0
5713                 Fix undo offsets when pasting
5714                 Insert the quote_fmt at once instead of line 
5715                 by line
5716                 Fix [Edited] when starting to reply/forward
5717
5718 2005-12-06 [paul]       1.9.100cvs69
5719
5720         * src/plugins/clamav/clamav_plugin_gtk.c
5721                 add another tooltip
5722         * src/plugins/spamassassin/spamassassin_gtk.c
5723                 rework spamassassin_create_widget_func()
5724
5725 2005-12-05 [colin]      1.9.100cvs68
5726
5727         * po/POTFILES.in
5728                 Fix make release ;-)
5729
5730 2005-12-05 [colin]      1.9.100cvs67
5731
5732         * src/compose.c
5733         * src/compose.h
5734                 Fix cursor positioning (not obeying %X)
5735
5736 2005-12-05 [paul]       1.9.100cvs66
5737
5738         * src/plugins/dillo_viewer/dillo_prefs.c
5739                 fix compilation warning
5740
5741 2005-12-05 [paul]       1.9.100cvs65
5742
5743         * src/prefs_spelling.c
5744         * src/plugins/trayicon/trayicon.c
5745                 cleanups - remove unused stuff
5746
5747 2005-12-05 [paul]       1.9.100cvs64
5748
5749         * README
5750         * manual/plugins.xml
5751                 remove info about removed mathml_viewer plugin
5752
5753 2005-12-05 [paul]       1.9.100cvs63
5754
5755         * configure.ac
5756         * src/plugins/Makefile.am
5757         * src/plugins/mathml_viewer/.cvsignore
5758         * src/plugins/mathml_viewer/Makefile.am
5759         * src/plugins/mathml_viewer/mathml_viewer.c
5760                 remove unmaintained mathml_viewer plugin
5761
5762 2005-12-05 [paul]       1.9.100cvs62
5763
5764         * src/summaryview.c
5765                 obey prefs_common.always_show_msg when
5766                 moving a msg
5767                 Thanks to Colin
5768
5769 2005-12-05 [paul]       1.9.100cvs61
5770
5771         * src/compose.c
5772         * src/prefs_account.c
5773         * src/prefs_filtering.c
5774         * src/prefs_quote.c
5775         * src/prefs_spelling.c
5776         * src/prefs_toolbar.c
5777         * src/summaryview.c
5778         * src/gtk/gtkutils.c
5779         * src/gtk/quicksearch.c
5780         * src/plugins/dillo_viewer/dillo_prefs.c
5781                 dialog cleanups
5782
5783 2005-12-04 [paul]       1.9.100cvs60
5784
5785         * src/inc.c
5786         * src/prefs_account.c
5787         * src/prefs_account.h
5788                 allow a Local account to specify a
5789                 default inbox
5790                 (closes bug 843 'Inbox cannot be changed for local
5791                  mailboxes')
5792
5793 2005-12-04 [colin]      1.9.100cvs59
5794
5795         * src/plugins/trayicon/trayicon.c
5796                 Remove Get, rename Get All to Get Mail in order to
5797                 be consistent with the default main toolbar
5798
5799 2005-12-03 [colin]      1.9.100cvs58
5800
5801         * manual/gpl.xml
5802         * manual/sylpheed-claws-manual.xml
5803                 Add GPL appendix
5804
5805 2005-12-03 [paul]       1.9.100cvs57
5806
5807         * AUTHORS
5808         * po/sv.po
5809         * src/gtk/authors.h
5810                 new (partially complete) Swedish translation
5811                 by Anders Troback <sylpheed@troback.com>
5812
5813 2005-12-02 [paul]       1.9.100cvs56
5814
5815         * configure.ac
5816                 libetpan 0.41 required
5817
5818 2005-12-02 [paul]       1.9.100cvs55
5819
5820         * src/plugins/clamav/clamav_plugin.c
5821         * src/plugins/clamav/clamav_plugin.h
5822         * src/plugins/clamav/clamav_plugin_gtk.c
5823         * src/plugins/spamassassin/spamassassin.c
5824         * src/plugins/spamassassin/spamassassin.h
5825         * src/plugins/spamassassin/spamassassin_gtk.c
5826                 unregister prefs pages on unloading, thus
5827                 preventing a crash
5828                 (thanks to Colin for the hint)
5829
5830 2005-12-02 [wwp]        1.9.100cvs54
5831
5832         * src/quote_fmt.h
5833         * src/quote_fmt_parse.y
5834                 fix misuse of gboolean*, use gboolean instead
5835                 (thanks to Paul, Colin, for pointing out that scaring one)
5836
5837 2005-12-02 [paul]       1.9.100cvs53
5838
5839         * src/plugins/clamav/clamav_plugin.c
5840                 int no --> unsigned int no
5841         * src/plugins/clamav/clamav_plugin_gtk.c
5842                 rework config page
5843
5844 2005-12-02 [wwp]        1.9.100cvs52
5845
5846         * src/compose.c
5847         * src/prefs_template.c
5848         * src/quote_fmt.h
5849         * src/quote_fmt_parse.y
5850                 prevent from executing |f and |p templates commands when
5851                 adding or replacing templates in prefs (avoids annoying and
5852                 potentially dangerous behaviours)
5853
5854 2005-12-02 [paul]       1.9.100cvs51
5855
5856         * src/prefs_common.c
5857                 allow translation of some default values
5858                 Patch by Fabien Vantard
5859
5860 2005-12-02 [paul]       1.9.100cvs50
5861
5862         * src/codeconv.c
5863         * src/codeconv.h
5864         * src/prefs_common.c
5865         * src/prefs_common.h
5866         * src/prefs_message.c
5867         * src/textview.c
5868                 remove obsolete 'convert_mb_alnum' option
5869                 and related stuff
5870         * src/gtk/about.c
5871                 remove unused 'about_textview_visibility_notify'
5872
5873 2005-12-02 [paul]       1.9.100cvs49
5874
5875         * src/prefs_account.c
5876         * src/prefs_compose_writing.c
5877         * src/prefs_fonts.c
5878         * src/prefs_gtk.h
5879         * src/prefs_image_viewer.c
5880         * src/prefs_message.c
5881         * src/prefs_other.c
5882         * src/prefs_receive.c
5883         * src/prefs_send.c
5884         * src/prefs_spelling.c
5885         * src/prefs_summaries.c
5886         * src/prefs_wrapping.c
5887         * src/plugins/dillo_viewer/dillo_prefs.c
5888         * src/plugins/pgpcore/prefs_gpg.c
5889                 several cleanups to the prefs dialogs
5890                 (slightly modified) patch by Fabien Vantard
5891
5892 2005-12-02 [paul]       1.9.100cvs48
5893
5894         * src/main.c
5895                 --exit means exit
5896         * src/send_message.c
5897                 fix crash on send when connection fails
5898
5899         Thanks to Colin
5900
5901 2005-12-01 [colin]      1.9.100cvs47
5902
5903         * src/html.c
5904                 Translate &hellip; to "..."
5905
5906 2005-11-30 [colin]      1.9.100cvs46
5907
5908         * src/matcher.c
5909         * src/matcher.h
5910                 Optimize back yesterday's fix.
5911
5912 2005-11-30 [paul]       1.9.100cvs45
5913
5914         * manual/faq.xml
5915                 standardised
5916         * manual/intro.xml
5917                 written by Colin, edited by me
5918
5919 2005-11-29 [colin]      1.9.100cvs44
5920
5921         * src/matcher.c
5922                 Skip headers unconditionnaly in match_body if the
5923                 rule is not message or ~message
5924
5925 2005-11-29 [colin]      1.9.100cvs43
5926
5927         * src/matcher.c
5928                 Fix body_part and such, not skipping headers 
5929                 if the matchcriteria wasn't the first in the rule
5930
5931 2005-11-29 [colin]      1.9.100cvs42
5932
5933         * src/compose.c
5934                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
5935                 option missing from message view window)
5936                 Fix double text D'n'D with gtk-2.8
5937         * src/matcher.c
5938                 Fix ~message, ~headers_part, ~body_part rules
5939         * src/messageview.c
5940                 Add Windows-1252 (Closes bug #863)
5941                 Fix accels
5942         * src/gtk/gtkaspell.c
5943                 Properly destroy accels in all menus
5944
5945 2005-11-29 [mones]      1.9.100cvs41
5946
5947         * po/es.po
5948                 Updated.
5949
5950 2005-11-27 [colin]      1.9.100cvs40
5951
5952         * src/mh_gtk.c
5953                 "/Remove mailbox" -> "/Remove mailbox..."
5954
5955 2005-11-27 [paul]       1.9.100cvs39
5956
5957         * AUTHORS
5958         * po/de.po
5959         * src/gtk/authors.h
5960                 updated by new maintainer, Stephan Sachse
5961
5962 2005-11-27 [paul]       1.9.100cvs38
5963
5964         * manual/faq.xml
5965                 written by Colin, edited by me
5966
5967 2005-11-27 [paul]       1.9.100cvs37
5968
5969         * src/prefs_common.c
5970         * src/prefs_common.h
5971         * src/prefs_receive.c
5972         * src/prefs_summaries.c
5973                 move 'go to inbox after receiving new mail'
5974                 option from display/sumamaries to mail
5975                 handling/receive, and rework prefs_summaries
5976                 dialog a little
5977
5978 2005-11-25 [martin]     1.9.100cvs36
5979
5980         * po/de.po
5981             fixed windows-1252 translation;
5982             translated some new and fuzzy strings
5983
5984 2005-11-25 [paul]       1.9.100cvs35
5985
5986         * src/plugins/clamav/clamav_plugin.c
5987                 complete the update done in cvs34
5988
5989 2005-11-25 [paul]       1.9.100cvs34
5990
5991         * src/plugins/clamav/clamav_plugin.c
5992                 reflect upstream changes
5993
5994 2005-11-25 [paul]       1.9.100cvs33
5995
5996         * manual/ack.xml
5997         * manual/plugins.xml
5998         * manual/sylpheed-claws-manual.xml
5999                 written/updated by Colin, edited by me
6000         * tools/acroread2sylpheed.pl
6001                 update binary name
6002
6003 2005-11-24 [colin]      1.9.100cvs32
6004
6005         * src/compose.c
6006                 Fix bug #856 (reediting messages forgets Request
6007                 Return Receipt)
6008
6009 2005-11-24 [paul]       1.9.100cvs31
6010
6011         * manual/addrbook.xml
6012         * manual/starting.xml
6013                 written by Colin, proofread, edited, adapted by me
6014         * manual/advanced.xml
6015                 add some Actions examples
6016         * src/importldif.c
6017                 use a Save button instead of a Close button
6018         * src/wizard.c
6019                 indicate mandatory fields
6020                 fix page display
6021                 Thanks to Colin
6022
6023 2005-11-23 [colin]      1.9.100cvs30
6024
6025         * src/addressbook.c
6026                 Rename menu item, fix possible crash after
6027                 deletion of books
6028         * src/addrindex.c
6029                 Allow searching for '*' in ldap
6030         * src/browseldap.c
6031                 Fix "Browse Entry" (did anyone use it?)
6032         * src/wizard.c
6033                 Add guards for mandatory information
6034
6035 2005-11-23 [paul]       1.9.100cvs29
6036
6037         * manual/advanced.xml
6038                 corrections to the English
6039
6040 2005-11-23 [colin]      1.9.100cvs28
6041
6042         * src/mimeview.c
6043                 Fix possible crash at exit. After the call to
6044                 gtk_container_remove(), the Viewer's widget has no
6045                 more parent so gtk+ automatically frees it and its
6046                 sons. If destroy_viewer() then try to access it,
6047                 problems ensue.
6048
6049 2005-11-22 [colin]      1.9.100cvs27
6050
6051         * src/compose.c
6052         * src/gtk/gtkaspell.c
6053                 Fix right-clicking on a misspelled word
6054                 Fix More... in suggestions menu
6055
6056 2005-11-22 [wwp]        1.9.100cvs26
6057
6058         * src/prefs_template.c
6059                 templates works: re-sort templates list when adding or replacing,
6060                 prevent from adding or replacing when the template name is empty
6061
6062 2005-11-21 [colin]      1.9.100cvs25
6063
6064         * src/addressbook.c
6065                 Fix some addressbook suckage (dnd, select all)
6066         * src/compose.c
6067         * src/gtk/gtkaspell.c
6068         * src/gtk/gtkaspell.h
6069                 Make the spellchecker menu work with the 
6070                 GtkTextView one instead of overriding it
6071
6072 2005-11-20 [paul]       1.9.100cvs24
6073
6074         * manual/handling.xml
6075                 proofread and corrected
6076
6077 2005-11-20 [paul]       1.9.100cvs23
6078
6079         * manual/Makefile
6080                 generate html as one file
6081         * manual/advanced.xml
6082                 fix output generation
6083                 reformat hidden options list
6084         * manual/manual.xml     ** REMOVED **
6085         * manual/sylpheed-claws-manual.xml      ** ADDED **
6086                 renamed
6087
6088 2005-11-18 [colin]      1.9.100cvs22
6089
6090         * src/prefs_account.c
6091                 Fix layout in news and mbox accounts
6092         * manual/account.xml
6093         * manual/advanced.xml
6094                 New contents for Paul to check :)
6095
6096 2005-11-18 [wwp]        1.9.100cvs21
6097
6098         * src/gtk/quicksearch.c
6099                 don't update extended quicksearch buttons twice
6100
6101 2005-11-18 [paul]       1.9.100cvs20
6102
6103         * src/textview.c
6104                 complete 1.9.100cvs19
6105
6106 2005-11-18 [paul]       1.9.100cvs19
6107
6108         * src/compose.c
6109                 cosmetic improvements
6110         * src/textview.c
6111                 also list text/* attachments
6112
6113 2005-11-18 [colin]      1.9.100cvs18
6114
6115         * src/summaryview.c
6116                 Use column 0 instead of -1 in 
6117                 gtk_ctree_node_moveto, in a naive
6118                 hope it'll fix the gtk-related crashes
6119
6120 2005-11-18 [colin]      1.9.100cvs17
6121
6122         * src/gtk/inputdialog.c
6123                 Fix icon staying the first one
6124
6125 2005-11-17 [wwp]        1.9.100cvs16
6126                 fix possible problem showing some quicksearch buttons, and a bad
6127                 call to g_return_if_fail in a function that returns a value (both
6128                 fixes by Fabien Vantard)
6129
6130 2005-11-15 [wwp]        1.9.100cvs15
6131
6132         * src/gtk/quicksearch.c
6133                 added a tooltip to that obscure ... quicksearch button
6134
6135 2005-11-15 [wwp]        1.9.100cvs14
6136
6137         * src/gtk/quicksearch.c
6138                 add a quicksearch helper to filtering expression users: the ... button
6139                 raises the condition expr window. condition expressions set up w/ this
6140                 window are used by the quicksearch if the user closes it pressing OK.
6141
6142 2005-11-14 [paul]       1.9.100cvs13
6143
6144         * src/plugins/clamav/clamav_plugin.c
6145         * src/plugins/spamassassin/spamassassin.c
6146                 change plugin type following recent merging
6147
6148 2005-11-14 [wwp]        1.9.100cvs12
6149
6150         * src/folder.c
6151                 prevent from crashing when copying/moving message(s) from and
6152                 to the same folder
6153
6154 2005-11-14 [paul]       1.9.100cvs11
6155
6156         * src/plugins/clamav/Makefile.am
6157         * src/plugins/clamav/clamav_plugin.c
6158         * src/plugins/clamav/clamav_plugin.h
6159         * src/plugins/clamav/clamav_plugin_gtk.c
6160                 also merge clamav and clamav_gtk plugins
6161
6162 2005-11-13 [colin]      1.9.100cvs10
6163
6164         * configure.ac
6165         * src/plugins/spamassassin/Makefile.am
6166         * src/plugins/spamassassin/spamassassin.c
6167         * src/plugins/spamassassin/spamassassin.h
6168         * src/plugins/spamassassin/spamassassin_gtk.c
6169                 Merge spamassassin and spamassassin_gtk plugins,
6170                 and build it by default.
6171
6172 2005-11-12 [colin]      1.9.100cvs9
6173
6174         * src/etpan/imap-thread.c
6175                 Fix gcc warning
6176
6177 2005-11-12 [colin]      1.9.100cvs8
6178
6179         * src/procmime.c
6180                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6181
6182 2005-11-10 [colin]      1.9.100cvs7
6183
6184         * src/main.c
6185                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6186                 minimised state)
6187
6188 2005-11-10 [wwp]        1.9.100cvs6
6189
6190         * src/gtk/description_window.c
6191                 fix a crash when closing description windows using the WM's [X] button
6192
6193 2005-11-09 [colin]      1.9.100cvs5
6194
6195         * src/common/ssl.c
6196                 Update libetpan call to follow upstream
6197                 (yes, this requires libetpan-0.40cvs3)
6198
6199 2005-11-08 [colin]      1.9.100cvs4
6200
6201         * src/compose.c
6202         * src/textview.c
6203         * src/common/utils.c
6204         * src/common/utils.h
6205                 Enhance the email parser
6206
6207 2005-11-08 [colin]      1.9.100cvs3
6208
6209         * src/procmime.c
6210                 Fix what looks like an off-by-one (fixes 
6211                 attachments from the Bat)
6212
6213 2005-11-08 [wwp]        1.9.100cvs2
6214
6215         * src/main.c
6216                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6217
6218 2005-11-08 [wwp]        1.9.100cvs1
6219
6220         * src/main.c
6221                 allow exiting Sylpheed-Claws from command-line
6222
6223 2005-11-08 [paul]       1.9.100
6224
6225         1.9.100 released
6226
6227 2005-11-07 [colin]      1.9.99cvs17
6228
6229         * src/addritem.c
6230         * src/ldif.c
6231                 Fix import of base-64 encoded items
6232
6233 2005-11-07 [colin]      1.9.99cvs16
6234
6235         * src/send_message.c
6236                 Fix bug #314 (Queue does not empty under certain 
6237                 circumstances)
6238
6239 2005-11-07 [paul]       1.9.99cvs15
6240
6241         * src/mutt.c
6242         * src/pine.c
6243                 fix buffer overflows
6244                 Thanks to Colin
6245
6246 2005-11-07 [paul]       1.9.99cvs14
6247
6248         * doc/man/Makefile.am
6249         * doc/man/sylpheed-claws.1      ** ADDED **
6250         * doc/man/sylpheed.1            ** DELETED **
6251                 rename and update the man file
6252
6253 2005-11-06 [colin]      1.9.99cvs13
6254
6255         * src/ldif.c
6256                 Fix ldif_get_line() that returned empty strings
6257                 (Didn't understand why). Also fix a possible
6258                 buffer overflow.
6259
6260 2005-11-06 [wwp]        1.9.99cvs12
6261
6262         * src/textview.c
6263         * src/gtk/about.c
6264         * src/gtk/gtkutils.c
6265         * src/gtk/gtkutils.h
6266                 fix a compilation warning,
6267                 make links sensitive in the about dialog
6268
6269 2005-11-04 [wwp]        1.9.99cvs11
6270
6271         * src/gtk/about.c
6272                 don't wrap or translate URIs, and a bit text format cleanup
6273
6274 2005-11-04 [wwp]        1.9.99cvs10
6275
6276         * src/gtk/about.c
6277                 better textview tagging implementation (no more use of marks for
6278                 postponed tagging)
6279
6280 2005-11-02 [colin]      1.9.99cvs9
6281
6282         * src/common/ssl.c
6283                 Forgot an ifdef
6284
6285 2005-11-02 [colin]      1.9.99cvs8
6286
6287         * configure.ac
6288                 Require libetpan-0.40 due to upstream fix
6289         * src/common/ssl.c
6290                 Tell libetpan not to call SSL_Library_Init,
6291                 as we do it ourselves.
6292
6293 2005-11-02 [colin]      1.9.99cvs7
6294
6295         * po/POTFILES.in
6296                 Add missing files (thanks to Fabien Vantard)
6297
6298 2005-11-02 [colin]      1.9.99cvs6
6299
6300         * src/summaryview.c
6301                 Fix totals when read messages are hidden or quicksearch
6302                 is on
6303         * src/ssl_manager.c
6304         * src/ssl_manager.h
6305         * src/common/ssl_certificate.c
6306         * src/common/ssl_certificate.h
6307         * src/gtk/sslcertwindow.c
6308         * src/gtk/sslcertwindow.h
6309                 Fix copyright on my stuff
6310
6311 2005-11-02 [wwp]        1.9.99cvs5
6312
6313         * src/prefs_themes.c
6314                 fix directory name checking (theme installation/removal),
6315                 made related error a bit more verbose
6316
6317 2005-11-02 [colin]      1.9.99cvs4
6318
6319         * src/summaryview.c
6320                 Fix typo (probably fixes bug #841 (Sort by the From 
6321                 field doesn't work)
6322
6323 2005-11-02 [paul]       1.9.99cvs3
6324
6325         * po/ko.po
6326         * po/nb.po
6327                 updated by SungHyun Nam, Geir Helland
6328         * src/wizard.c
6329                 fix typo in welcome message. spotted by
6330                 Andrea Spadaccini
6331
6332 2005-11-01 [colin]      1.9.99cvs2
6333
6334         * src/compose.c
6335                 Fix replying to ml wen confirming subscription
6336         * src/messageview.c
6337         * src/mimeview.c
6338         * src/mimeview.h
6339         * src/privacy.h
6340         * src/summaryview.c
6341                 Make key check non blocking
6342
6343 2005-10-31 [paul]       1.9.99cvs1
6344
6345         * tools/claws.i18n.status.pl
6346                 updated for ChangeLog
6347
6348 2005-10-31 [paul]       1.9.99
6349
6350         1.9.99 released
6351
6352 2005-10-31 [paul]       1.9.15cvs131
6353
6354         * .cvsignore
6355         * ChangeLog
6356         * ChangeLog.claws       ** REMOVED **
6357         * ChangeLog-gtk2.claws  ** REMOVED **
6358         * ChangeLog.gtk1        ** ADDED **
6359         * INSTALL
6360         * Makefile.am
6361         * NEWS
6362         * README
6363         * README.claws          ** REMOVED **
6364         * README.jp             ** REMOVED **
6365         * RELEASE_NOTES         ** ADDED **
6366         * RELEASE_NOTES.claws   ** REMOVED **
6367         * commitHelper
6368         * configure.ac
6369         * sylpheed.spec.in      ** REMOVED **
6370                 tidy up and update the default docs:
6371                 ChangeLog.claws is renamed ChangeLog.gtk1
6372                 ChangeLog-gtk2.claws is renamed ChangeLog
6373                 README.claws is renamed README
6374                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6375
6376 2005-10-31 [paul]       1.9.15cvs130
6377
6378         * po/it.po
6379                 fix errors
6380
6381 2005-10-31 [paul]       1.9.15cvs129
6382
6383         * po/ca.po
6384         * po/de.po
6385         * po/en_GB.po
6386         * po/fr.po
6387         * po/it.po
6388         * po/pt_BR.po
6389         * po/sk.po
6390         * po/sr.po
6391         * po/zh_CN.po
6392                 updated by Miquel Oliete, Stephan Sachse and
6393                 Thomas Gilgin, me, Fabien Vantard, Andrea
6394                 Spadaccini, Frederico Goncalves Guimaraes,
6395                 Andrej Kacian, Aleksandar Urosevic, and
6396                 Ralgh Young.
6397
6398 2005-10-31 [mones]      1.9.15cvs128
6399
6400         * manual/faq.xml
6401                 More questions.
6402         
6403         * po/es.po
6404                 Updated for release.
6405
6406 2005-10-30 [colin]      1.9.15cvs127
6407
6408         * src/compose.c
6409                 Place cursor before rewrapping (fixes cursor
6410                 pos if quotation gets rewrapped)
6411
6412 2005-10-29 [paul]       1.9.15cvs126
6413
6414         * src/crash.c
6415         * src/foldersel.c
6416         * src/main.c
6417         * src/messageview.c
6418         * src/toolbar.c
6419         * src/gtk/authors.h
6420                 corrections to text items
6421
6422 2005-10-28 [colin]      1.9.15cvs125
6423
6424         * src/messageview.c
6425                 Make "hit 'C' to check sig" work from extern 
6426                 messageviews
6427
6428 2005-10-27 [colin]      1.9.15cvs124
6429
6430         * src/summaryview.c
6431                 Add a hack to avoid segfaulting when hammering 
6432                 on gtk's events
6433
6434 2005-10-27 [wwp]        1.9.15cvs123
6435
6436         * src/prefs_themes.c
6437                 sort list of themes names in themes prefs
6438
6439 2005-10-27 [paul]       1.9.15cvs122
6440
6441         * src/folder.c
6442         * src/prefs_account.c
6443                 fix building on Solaris
6444                 Patch by Alex Moore
6445
6446 2005-10-27 [wwp]        1.9.15cvs121
6447
6448         * src/summaryview.c
6449         * src/gtk/gtksctree.c
6450                 speed up unselecting messages in summary view (thanks to Colin)
6451
6452 2005-10-27 [paul]       1.9.15cvs120
6453
6454         * src/mainwindow.c
6455                 fix a compilation warning
6456         * src/summaryview.c
6457                 fix updating of 'n items selected' count
6458                 when deselecting
6459
6460 2005-10-27 [martin]     1.9.15cvs119
6461
6462         * src/action.c
6463                 ignore actions with a leading '/' in the action menu name
6464                 fixes a crash on menu creation
6465         * src/prefs_actions.c
6466                 do not allow a leading '/' in the action menu name
6467
6468 2005-10-27 [paul]       1.9.15cvs118
6469
6470         * src/main.c
6471                 fix compilation warning
6472
6473 2005-10-27 [paul]       1.9.15cvs117
6474
6475         * src/procmime.c
6476                 add #if HAVE_LOCALE_H
6477
6478 2005-10-27 [paul]       1.9.15cvs116
6479
6480         * src/plugins/clamav/clamav_plugin.c
6481         * src/plugins/dillo_viewer/dillo_viewer.c
6482         * src/plugins/mathml_viewer/mathml_viewer.c
6483         * src/plugins/pgpcore/plugin.c
6484         * src/plugins/pgpinline/plugin.c
6485         * src/plugins/pgpmime/plugin.c
6486         * src/plugins/spamassassin/spamassassin.c
6487         * src/plugins/trayicon/trayicon.c
6488                 plugin_init() : make error messages more
6489                 informative
6490
6491 2005-10-26 [wwp]        1.9.15cvs115
6492
6493         * src/prefs_matcher.c
6494                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6495
6496 2005-10-26 [wwp]        1.9.15cvs114
6497
6498         * src/procmime.c
6499         * src/gtk/gtksctree.c
6500         * src/plugins/spamassassin/libspamc.c
6501         * src/plugins/spamassassin/spamassassin.c
6502                 fix some compilation warnings more
6503
6504 2005-10-26 [mones]      1.9.15cvs113
6505
6506         * po/es.po
6507                 Updated translation
6508
6509 2005-10-26 [paul]       1.9.15cvs112
6510
6511         * src/prefs_message.c
6512                 give all display_xface stuff the
6513                 #if HAVE_LIBCOMPFACE treatment, thus
6514                 preventing a crash
6515                 (Thanks to Wolfgang Enderlein)
6516
6517 2005-10-26 [colin]      1.9.15cvs111
6518
6519         * src/gedit-print.c
6520                 Fix date format
6521         * src/imap_gtk.c
6522         * src/news_gtk.c
6523                 Remove context menu items that should not be there
6524         * src/jpilot.c
6525                 Fix encoding
6526         * src/main.c
6527         * src/mainwindow.c
6528                 Don't show the mainwindow too soon
6529
6530 2005-10-26 [wwp]        1.9.15cvs110
6531
6532         * src/folder.c
6533         * src/manual.c
6534         * src/summaryview.c
6535                 fix uninitialized pointers in the folder updating hook
6536                 (thanks to Colin)
6537
6538 2005-10-25 [mones]      1.9.15cvs109
6539
6540         * manual/faq.xml
6541                 General information subsection completed. 
6542                 Removed archaic references.
6543                 
6544         * manual/Makefile
6545         * manual/dtd/manual.dsl
6546                 Added customization stylesheet for getting paragraphs
6547                 fully justified in PDF output (as suggested by Colin).
6548
6549 2005-10-25 [colin]      1.9.15cvs108
6550
6551         * src/compose.c
6552                 Fix a second leak
6553
6554 2005-10-25 [colin]      1.9.15cvs107
6555
6556         * src/addrbook.c
6557         * src/addrindex.c
6558                 Fix leak (xml_get_element() allocates memory)
6559         * src/compose.c
6560                 Fix leak + dead code (shame!)
6561         * src/procmime.c
6562                 Fix leak
6563
6564 2005-10-25 [colin]      1.9.15cvs106
6565
6566         * src/mimeview.c
6567                 Fix encoding issue in Save all and in 
6568                 overwrite-confirmation alertpanel
6569
6570 2005-10-25 [colin]      1.9.15cvs105
6571
6572         * src/common/socket.c
6573                 Fix a leak - Thanks to Christopher Aillon
6574                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6575
6576 2005-10-25 [paul]       1.9.15cvs104
6577
6578         * src/wizard.c
6579                 Always guess servers from the right-hand
6580                 email part and guess username from the
6581                 left-hand part. (Thanks to Colin)
6582                 add an X-Face to the welcome message
6583
6584 2005-10-25 [paul]       1.9.15cvs103
6585
6586         * manual/handling.xml
6587                 written by Colin, edited by me
6588
6589 2005-10-25 [wwp]        1.9.15cvs102
6590
6591         * src/folderview.c
6592         * src/grouplistdialog.c
6593         * src/imap.c
6594         * src/noticeview.c
6595                 fix some compilation warnings
6596
6597 2005-10-24 [paul]
6598
6599         1.9.99-rc3 released
6600
6601 2005-10-24 [paul]       1.9.15cvs101
6602
6603         * src/gtk/about.c
6604                 fix window sizing
6605
6606 2005-10-24 [paul]       1.9.15cvs100
6607
6608         * src/pixmaps/offline.xpm
6609         * src/pixmaps/online.xpm
6610                 replace with last default versions
6611
6612 2005-10-24 [colin]      1.9.15cvs99
6613
6614         * src/imap.c
6615                 Fix bug when moving a folder
6616         * src/imap_gtk.c
6617         * src/mh_gtk.c
6618                 "Delete folder" pops up a window, so it 
6619                 should be suffixed with "..."
6620         * src/plugins/pgpcore/sgpgme.c
6621                 Include locale.h
6622
6623 2005-10-24 [mones]      1.9.15cvs98
6624
6625         * manual/Makefile
6626         * manual/account.xml
6627         * manual/ack.xml
6628         * manual/addrbook.xml
6629         * manual/advanced.xml
6630         * manual/faq.xml
6631         * manual/glossary.xml
6632         * manual/gpl.xml
6633         * manual/handling.xml
6634         * manual/intro.xml
6635         * manual/keyboard.xml
6636         * manual/manual.xml
6637         * manual/plugins.xml
6638         * manual/starting.xml
6639         * manual/dtd/sdocbook.dtd
6640                 Initial manual structure and some content.
6641
6642 2005-10-23 [wwp]        1.9.15cvs97
6643
6644         * src/gtk/about.c
6645                 fix a typo
6646
6647 2005-10-23 [wwp]        1.9.15cvs96
6648
6649         * src/gtk/about.c
6650         * src/gtk/authors.h
6651                 rework of the about window (main work by Paul), also featuring a few
6652                 fixes for typos and duplicate names
6653
6654 2005-10-23 [wwp]        1.9.15cvs95
6655
6656         * src/.cvsignore
6657                 Ignore the right binary name (sylpheed-claws now)
6658
6659 2005-10-23 [paul]       1.9.15cvs94
6660
6661         * src/compose.c
6662                 when using Folder Pref 'Default To for
6663                 replies' make the entry in the Compose
6664                 window bold
6665                 Patch by Fabien Vantard
6666
6667 2005-10-22 [colin]      1.9.15cvs93
6668
6669         * src/codeconv.c
6670                 Fix leak
6671
6672 2005-10-22 [colin]      1.9.15cvs92
6673
6674         * src/codeconv.c
6675                 try to convert using locale (apart utf8) if necessary
6676
6677 2005-10-22 [colin]      1.9.15cvs91
6678
6679         * src/pixmaps/new.xpm
6680         * src/pixmaps/unread.xpm
6681                 Make the unread envelope blue again and
6682                 saturate the new one a bit more.
6683
6684 2005-10-22 [colin]      1.9.15cvs90
6685
6686         * src/compose.c
6687                 When replying to a mail sent by one of our accounts,
6688                 use the original list of recipients. Let 'Reply All'
6689                 and 'Reply to sender' work like previously.
6690
6691 2005-10-21 [colin]      1.9.15cvs89
6692
6693         * src/prefs_filtering.c
6694                 Clear fields after add and replace
6695         * src/textview.c
6696                 Display xface differently (better)
6697         * src/plugins/pgpinline/pgpinline.c
6698                 Fix crappy encodings/recodings
6699
6700 2005-10-21 [paul]       1.9.15cvs88
6701
6702         * src/compose.c
6703         * src/prefs_folder_item.c
6704         * src/toolbar.c
6705                 fix news folder Folder Properties
6706                 (thanks to Colin)
6707         * src/folderview.c
6708                 update folderview after Themes change
6709                 keep selected folder selected
6710                 (thanks to Colin)
6711
6712 2005-10-21 [paul]       1.9.15cvs87
6713
6714         * tools/Makefile.am
6715         * tools/OOo2sylpheed.pl
6716         * tools/README
6717         * tools/README.sylprint
6718         * tools/asus_mailled.sh         ** REMOVED **
6719         * tools/filter_conv.pl
6720         * tools/freshmeat_search.pl
6721         * tools/google_search.pl
6722         * tools/gpg-sign-syl            ** REMOVED **
6723         * tools/kmail2sylpheed.pl
6724         * tools/kmail2sylpheed_v2.pl
6725         * tools/multiwebsearch.pl
6726         * tools/nautilus2sylpheed.sh
6727         * tools/newscache_clean.pl
6728         * tools/outlook2sylpheed.pl
6729         * tools/sylpheed-switcher       ** REMOVED **
6730         * tools/sylprint.pl
6731         * tools/sylprint.rc
6732         * tools/tb2sylpheed
6733         * tools/vcard2xml.py
6734         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6735                 update default config dir
6736                 update binary name (thanks to Fabien Vantard)
6737                 remove obsolete scripts
6738
6739 2005-10-21 [colin]      1.9.15cvs86
6740
6741         * src/inc.c
6742                 Fix possible leak and units. Based on a patch by
6743                 Fabien Vantard.
6744
6745 2005-10-20 [colin]      1.9.15cvs85
6746
6747         * src/textview.c
6748                 Clear xface when clearing textview
6749
6750 2005-10-20 [colin]      1.9.15cvs84
6751
6752         * configure.ac
6753         * src/folderview.c
6754         * src/headerview.c
6755         * src/main.c
6756         * src/prefs_common.c
6757         * src/prefs_common.h
6758         * src/prefs_message.c
6759         * src/textview.c
6760         * src/textview.h
6761         * src/common/defs.h
6762         * src/common/utils.c
6763         * src/common/utils.h
6764         * src/gtk/gtkutils.c
6765         * src/gtk/gtkutils.h
6766                 Migrate config to .sylpheed-claws (Automatically)
6767                 Add a way to get the Xface in the TextView
6768
6769 2005-10-20 [colin]      1.9.15cvs83
6770
6771         * src/gtk/Makefile.am
6772         * src/gtk/about.c
6773         * src/gtk/authors.h
6774                 Make the about dialog *grooovy*
6775
6776 2005-10-20 [colin]      1.9.15cvs82
6777
6778         * src/mimeview.c
6779                 Use "Open with" on double click if no command
6780                 was found
6781
6782 2005-10-20 [colin]      1.9.15cvs81
6783
6784         * src/imap.c
6785         * src/etpan/imap-thread.c
6786                 Fix possible crash.
6787
6788 2005-10-20 [paul]       1.9.15cvs80
6789
6790         * src/folder.c
6791                 don't show clipkey icon if the only
6792                 attachment is the signature
6793                 Patch by Colin
6794
6795 2005-10-20 [paul]       1.9.15cvs79
6796
6797         * AUTHORS
6798         * src/plugins/pgpmime/pgpmime.c
6799                 name the PGP/MIME signature 'signature.asc'
6800                 Patch by Andrew Nelson <freeandy@gmail.com>
6801
6802 2005-10-19 [colin]      1.9.15cvs78
6803
6804         * src/plugins/pgpmime/pgpmime.c
6805                 Oops, no need to double-check though
6806
6807 2005-10-19 [colin]      1.9.15cvs77
6808
6809         * src/plugins/pgpinline/pgpinline.c
6810         * src/plugins/pgpmime/pgpmime.c
6811                 Check that my_tmpfile() doesn't 
6812                 return NULL
6813
6814 2005-10-19 [colin]      1.9.15cvs76
6815
6816         * src/common/utils.c
6817                 Use shorter mime boundaries to avoid having
6818                 MTAs rewrapping our headers, breaking the
6819                 PGP signature in the process 
6820         * src/compose.c
6821         * src/plugins/pgpmime/pgpmime.c
6822                 Check for boundary uniqueness to be sure
6823                 it won't happen, instead of hoping for the
6824                 best
6825
6826 2005-10-19 [colin]      1.9.15cvs75
6827
6828         * sylpheed-claws.desktop
6829         * src/Makefile.am
6830         * src/main.c
6831                 Ship a sylpheed-claws binary instead
6832                 of a sylpheed one. Change the socket
6833                 name, too
6834         * src/folderview.c
6835                 Update folder only if it changed
6836         * src/wizard.c
6837                 Fix i18n in welcome mail, patch by
6838                 Fabien Vantard
6839
6840 2005-10-19 [paul]
6841
6842         1.9.99-rc2 released
6843
6844 2005-10-19 [paul]       1.9.15cvs74
6845
6846         * src/folder.c
6847         * src/folderview.c
6848                 fix summaryview update
6849                 Patch by Colin
6850
6851 2005-10-18 [colin]      1.9.15cvs73
6852
6853         * src/plugins/pgpcore/passphrase.c
6854                 Don't XGrabServer, and try a bit more to 
6855                 sync everything before grabbing mouse/keyboard
6856
6857 2005-10-18 [colin]      1.9.15cvs72
6858
6859         * src/Makefile.am
6860         * src/addressadd.c
6861         * src/addressbook.c
6862         * src/folderview.c
6863         * src/grouplistdialog.c
6864         * src/mimeview.c
6865         * src/stock_pixmap.c
6866         * src/stock_pixmap.h
6867         * src/summaryview.c
6868         * src/gtk/gtksctree.c
6869         * src/gtk/gtksctree.h
6870         * src/pixmaps/empty.xpm
6871                 Implement a wrapper call for gtk_ctree_set_node_info
6872                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6873                 pixmap instead of a NULL one. This works around some
6874                 memory problems deep inside gtk, revealed by valgrind,
6875                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6876                 as locked crashes sylpheed.), as well as, probably, 
6877                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6878
6879 2005-10-17 [colin]      1.9.15cvs71
6880
6881         * src/mimeview.c
6882                 Provide visual feedback when checking
6883                 signature
6884
6885 2005-10-17 [colin]      1.9.15cvs70
6886
6887         * src/main.c
6888                 Keep the folder list frozen while checking caches...
6889
6890 2005-10-17 [colin]      1.9.15cvs69
6891
6892         * src/addr_compl.c
6893                 Fi bug #833 (Autocompleting from addressbook 
6894                 fails with extended chars)
6895         * src/imap.c
6896                 Fix 'adding messages' staying in statusbar
6897                 after an error
6898
6899 2005-10-17 [wwp]        1.9.15cvs68
6900
6901         * src/ssl_manager.c
6902                 Fix buttons' layout resizing when window size changes
6903
6904 2005-10-17 [wwp]        1.9.15cvs67
6905
6906         * src/account.c
6907         * src/prefs_account.c
6908         * src/prefs_common.c
6909         * src/prefs_common.h
6910         * src/prefs_folder_item.c
6911         * src/prefs_gtk.c
6912         * src/gtk/logwindow.c
6913         * src/gtk/pluginwindow.c
6914         * src/gtk/prefswindow.c
6915         * src/gtk/prefswindow.h
6916                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
6917
6918 2005-10-17 [paul]       1.9.15cvs66
6919
6920         * configure.ac
6921                 fix missing libetpan message
6922         * po/en_GB.po
6923                 updated
6924         * src/crash.c
6925         * src/manual.c
6926         * src/prefs_themes.c
6927         * src/common/defs.h
6928                 add some new URI defines, change some
6929                 others
6930         * src/wizard.c
6931                 make welcome message translatable
6932                 small improvements to english
6933                 other tweaks
6934         * src/gtk/menu.c
6935                 fix warnings
6936
6937 2005-10-17 [paul]       1.9.15cvs65
6938
6939         * src/summaryview.c
6940                 fix column titles
6941
6942 2005-10-16 [mones]      1.9.15cvs64
6943
6944         * po/es.po
6945                 Updated translation
6946
6947 2005-10-16 [colin]
6948
6949         1.9.99-rc1 released
6950
6951 2005-10-16 [colin]      1.9.15cvs63
6952
6953         * src/wizard.c
6954                 Fix whitespace
6955
6956 2005-10-16 [colin]      1.9.15cvs62
6957
6958         * src/toolbar.c
6959                 s/Get All/Get Mail/
6960         * src/wizard.c
6961                 Real welcome mail text, thanks Paul
6962
6963 2005-10-16 [colin]      1.9.15cvs61
6964
6965         * src/editldap.c
6966         * src/exporthtml.c
6967         * src/main.c
6968         * src/mainwindow.c
6969         * src/prefs_themes.c
6970         * src/prefs_toolbar.c
6971         * src/plugins/demo/demo.c
6972         * src/plugins/trayicon/trayicon.c
6973                 s/Sylpheed/Sylpheed-Claws/
6974
6975 2005-10-16 [colin]      1.9.15cvs60
6976
6977         * src/wizard.c
6978                 Add a welcome email in the first empty mailbox
6979         * src/prefs_common.c
6980                 Change one more default
6981
6982 2005-10-16 [colin]      1.9.15cvs59
6983
6984         * src/wizard.c
6985                 Remove printf
6986
6987 2005-10-16 [colin]      1.9.15cvs58
6988
6989         * src/toolbar.c
6990         * src/prefs_common.c
6991                 Change some defaults
6992
6993 2005-10-16 [colin]      1.9.15cvs57
6994
6995         * src/toolbar.c
6996         * src/prefs_common.c
6997                 Change some defaults
6998
6999 2005-10-16 [colin]      1.9.15cvs56
7000
7001         * src/wizard.c
7002                 By default, initialize fonts to have
7003                 the same size as normal GtkWidgets
7004
7005 2005-10-16 [colin]      1.9.15cvs55
7006
7007         * src/mimeview.c
7008                 Fix message a bit more
7009
7010 2005-10-16 [colin]      1.9.15cvs54
7011
7012         * src/addressbook.c
7013                 Second attempt at flicker fixing
7014
7015 2005-10-16 [colin]      1.9.15cvs53
7016
7017         * src/addressbook.c
7018                 Fix flicker
7019
7020 2005-10-16 [wwp]        1.9.15cvs52
7021
7022         * src/addressbook.c
7023         * src/editaddress.c
7024         * src/prefs_common.c
7025         * src/prefs_common.h
7026                 Remember window sizes (address book)
7027
7028 2005-10-16 [wwp]        1.9.15cvs51
7029
7030         * src/plugins/clamav/clamav_plugin_gtk.c
7031         * src/plugins/spamassassin/spamassassin_gtk.c
7032                 Fix compilation warnings (missing #include).
7033
7034 2005-10-16 [colin]      1.9.15cvs50
7035
7036         * src/mimeview.c
7037         * src/summaryview.c
7038         * src/textview.c
7039                 Make 'c' check signature, and forward
7040                 c, l, y, t from summaryview to mimeview
7041
7042 2005-10-16 [colin]      1.9.15cvs49
7043
7044         * src/addressbook.c
7045                 Put border around buttons
7046         * src/mainwindow.c
7047         * src/summaryview.c
7048                 Rework menus (Patch based on a patch
7049                 by Paul)
7050
7051 2005-10-15 [wwp]        1.9.15cvs48
7052
7053         * src/editjpilot.c
7054         * src/editldap.c
7055         * src/editvcard.c
7056         * src/exphtmldlg.c
7057         * src/expldifdlg.c
7058         * src/export.c
7059         * src/import.c
7060         * src/importldif.c
7061         * src/importmutt.c
7062         * src/importpine.c
7063         * src/prefs_account.c
7064         * src/prefs_spelling.c
7065         * src/gtk/gtkutils.c
7066         * src/gtk/gtkutils.h
7067         * src/plugins/clamav/clamav_plugin_gtk.c
7068         * src/plugins/spamassassin/spamassassin_gtk.c
7069                 use nicer browse-for-file/dir buttons than the "..." ones,
7070                 code factorizing more.
7071
7072 2005-10-14 [colin]      1.9.15cvs47
7073
7074         * src/mainwindow.c
7075                 set relief on the account switcher so that people see it
7076                 grey out Create processing rules when no message is selected
7077         * src/prefs_filtering.c
7078                 ask before closing if the rule has not been modified, even if
7079                 it's not valid
7080         * src/prefs_matcher.c
7081                 fix sensitivity when entering the dialog
7082         * src/gtk/inputdialog.c
7083                 display a better icon on password ask
7084         * src/plugins/pgpcore/passphrase.c
7085                 make the dialog look better
7086
7087 2005-10-14 [paul]       1.9.15cvs46
7088
7089         * src/folderview.c
7090                 indicate presense of marked msgs in
7091                 unexpanded subfolders
7092
7093 2005-10-14 [paul]       1.9.15cvs45
7094
7095         * src/prefs_actions.c
7096         * src/prefs_common.c
7097         * src/prefs_common.h
7098         * src/prefs_filtering_action.c
7099         * src/prefs_matcher.c
7100         * src/prefs_template.c
7101                 remember window sizes
7102                 fix Info button size
7103
7104         Patches by wwp
7105
7106 2005-10-13 [colin]      1.9.15cvs44
7107
7108         * src/mimeview.c
7109         * src/noticeview.c
7110         * src/noticeview.h
7111                 Add a tooltip on the icon (optional) 
7112                 Get rid of the signature buttons and only
7113                 use the icon+tooltip
7114
7115 2005-10-13 [colin]      1.9.15cvs43
7116
7117         * src/noticeview.c
7118         * src/noticeview.h
7119                 Add hand cursor for hovering over icon
7120
7121 2005-10-13 [colin]      1.9.15cvs42
7122
7123         * src/summaryview.c
7124                 Fix crash when quicksearch's hidden 
7125                 at startup
7126
7127 2005-10-13 [colin]      1.9.15cvs41
7128
7129         * src/compose.c
7130                 Set subject when forwarding multiple mails
7131                 Check that other recipient than the default Cc or Bcc
7132                 have been set before sending.
7133
7134 2005-10-13 [colin]      1.9.15cvs40
7135
7136         * src/imap.c
7137                 Batch per-folder
7138                 Introduce locking, but don't use it yet
7139
7140 2005-10-13 [colin]      1.9.15cvs39
7141
7142         * src/gtk/quicksearch.c
7143                 Reset quicksearch when hiding it
7144                 Make sticky a real pref
7145
7146 2005-10-13 [colin]      1.9.15cvs38
7147
7148         * src/summaryview.c
7149                 Faster prefs apply
7150
7151 2005-10-13 [colin]      1.9.15cvs37
7152
7153         * src/mimeview.c
7154         * src/noticeview.c
7155         * src/noticeview.h
7156         * src/plugins/pgpcore/sgpgme.c
7157                 Make privacy icon clickable
7158                 Move Trust field in Full info
7159                 When trust is less than full, don't display
7160                 a warning icon
7161
7162 2005-10-13 [colin]      1.9.15cvs36
7163
7164         * src/folder.c
7165                 Batch on flags sync
7166         * src/folderview.c
7167                 Revert speed hack which is dangerous in fact
7168                 Apply prefs faster
7169
7170 2005-10-13 [colin]      1.9.15cvs35
7171
7172         * src/folder_item_prefs.c
7173                 Fix pref corruption on folder move. Patch
7174                 by wwp
7175
7176 2005-10-13 [paul]       1.9.15cvs34
7177
7178         * src/export.c
7179         * src/import.c
7180                 fix typos in g_warnings
7181         * src/prefs_account.c
7182                 add a file selector for Signature file
7183
7184         Patches by wwp
7185
7186 2005-10-12 [colin]      1.9.15cvs33
7187
7188         * src/mimeview.c
7189                 Provide a quick way to go back from a
7190                 signature's full info to the email part
7191
7192 2005-10-12 [colin]      1.9.15cvs32
7193
7194         * src/compose.c
7195                 Remove old hack of encoding signed mails with base64.
7196                 QP works equally well.
7197
7198 2005-10-12 [colin]      1.9.15cvs31
7199
7200         * src/crash.c
7201                 Replace deprecated GtkText with GtkTextView
7202         * src/imap.c
7203                 Fix a logic bug about counts in imap_select
7204                 (previously un-triggered)
7205         * src/mainwindow.c
7206         * src/summaryview.c
7207         * src/news.c
7208                 Allow local deletion of news posts
7209         * src/mimeview.c
7210                 Show GPG noticeview on the message/rfc822 part
7211                 in addition to the text/plain one
7212         * src/prefs_image_viewer.c
7213           src/plugins/pgpcore/prefs_gpg.c
7214                 Polish (set the label as part of the checkbox)
7215         * src/wizard.c
7216                 Don't sit there doing nothing after destroying
7217                 the window - return err
7218
7219 2005-10-11 [colin]      1.9.15cvs30
7220
7221         * src/folderview.c
7222                 Apply processing rules before showing folders.
7223                 Early folder show (before flags sync) will only
7224                 be done when there are no processing rules (nor
7225                 pre- or post- ones)
7226         * src/imap.c
7227                 Fix stuff related to mail subdir, creation and 
7228                 deletion of folders 
7229         * src/imap_gtk.c
7230                 Don't allow creation of folders in NoInferior
7231                 folders, as it won't work
7232
7233 2005-10-10 [colin]      1.9.15cvs29
7234
7235         * src/compose.c
7236                 Reselect "None" Privacy system when selecting an
7237                 account with no privacy system defined
7238
7239 2005-10-10 [colin]      1.9.15cvs28
7240
7241         * src/mainwindow.c
7242                 Add Windows-1252 encoding
7243         * src/prefs_common.c
7244                 Rework some defaults:
7245                 - autosave to draft by default
7246                 - don't show header pane (it's already in the textview)
7247                 - Select first new or unread mail on entry
7248                 - Assume 'Yes' to change folder when there's no more
7249                   unread message
7250         * src/prefs_matcher.c
7251                 Fix a gtk assertion failure
7252         * src/gtk/colorlabel.c
7253                 Workaround bad repainting on selection
7254         * src/main.c
7255                 Freeze/thaw (a bit faster on ssh -X)
7256         * src/msgcache.c
7257                 Get rid of StrdupConverter that just adds an
7258                 extra strdup/free 
7259         * src/etpan/imap_thread.c
7260                 memset buf to 0
7261
7262 2005-10-10 [colin]      1.9.15cvs27
7263
7264         * src/export.c
7265         * src/import.c
7266                 Fix compile on gtk 2.4. Patch by wwp
7267
7268 2005-10-09 [colin]      1.9.15cvs26
7269
7270         * src/mainwindow.c
7271         * src/messageview.c
7272         * src/summaryview.c
7273                 Clarify forward menus. Patch by wwp
7274
7275 2005-10-09 [colin]      1.9.15cvs25
7276
7277         * src/compose.c
7278         * src/compose.h
7279                 Fix bug #829 (Non-working "Encrypt message by 
7280                 default when replying to an encrypted message")
7281
7282 2005-10-08 [colin]      1.9.15cvs24
7283
7284         * src/wizard.c
7285                 Fix bug #827 ("Welcome" setup wizard after a 
7286                 permission error gives up & forgets itself.)
7287
7288 2005-10-08 [colin]      1.9.15cvs23
7289
7290         * src/procmime.c
7291                 Fix bug #828 (Ignoring headers with spaces around = sign)
7292
7293 2005-10-08 [colin]      1.9.15cvs22
7294
7295         * src/export.c
7296                 Warning fix by wwp
7297
7298 2005-10-08 [colin]      1.9.15cvs21
7299
7300         * src/folder.c
7301         * src/folder.h
7302                 Add a processing_pending indicator, set on 
7303                 folder_item_open and cleared after 
7304                 folder_item_process_open
7305         * src/folderview.c
7306         * src/summaryview.c
7307                 wrap procmsg_msginfo_*_flags, and in the
7308                 wrapper check that there's no folder processing 
7309                 pending. If there is, defer the flags change until 
7310                 processing is done to avoid stepping over each
7311                 other's toes.
7312                 Freeze during processing, but not during scanning.
7313
7314 2005-10-07 [colin]      1.9.15cvs20
7315
7316         * src/plugins/pgpcore/passphrase.c
7317                 Fix bug #826 (X-Server hangs when 
7318                 right-clicking a PGP encrypted message)
7319
7320 2005-10-07 [paul]       1.9.15cvs19
7321
7322         * src/compose.c
7323                 fix compose_entries[]
7324                 patch by Fabien Vantard
7325
7326 2005-10-06 [colin]      1.9.15cvs18
7327
7328         * src/pixmaps/address.xpm
7329         * src/pixmaps/address_book.xpm
7330         * src/pixmaps/book.xpm
7331         * src/pixmaps/check_spelling.xpm
7332         * src/pixmaps/checkbox_off.xpm
7333         * src/pixmaps/checkbox_on.xpm
7334         * src/pixmaps/close.xpm
7335         * src/pixmaps/complete.xpm
7336         * src/pixmaps/continue.xpm
7337         * src/pixmaps/deleted.xpm
7338         * src/pixmaps/down_arrow.xpm
7339         * src/pixmaps/exec.xpm
7340         * src/pixmaps/forwarded.xpm
7341         * src/pixmaps/group.xpm
7342         * src/pixmaps/ignorethread.xpm
7343         * src/pixmaps/interface.xpm
7344         * src/pixmaps/jpilot.xpm
7345         * src/pixmaps/ldap.xpm
7346         * src/pixmaps/linewrap.xpm
7347         * src/pixmaps/linewrapcurrent.xpm
7348         * src/pixmaps/mail.xpm
7349         * src/pixmaps/mail_attach.xpm
7350         * src/pixmaps/mail_compose.xpm
7351         * src/pixmaps/mail_forward.xpm
7352         * src/pixmaps/mail_receive.xpm
7353         * src/pixmaps/mail_receive_all.xpm
7354         * src/pixmaps/mail_reply.xpm
7355         * src/pixmaps/mail_reply_to_all.xpm
7356         * src/pixmaps/mail_reply_to_author.xpm
7357         * src/pixmaps/mail_send.xpm
7358         * src/pixmaps/mail_send_queue.xpm
7359         * src/pixmaps/mime_application.xpm
7360         * src/pixmaps/mime_audio.xpm
7361         * src/pixmaps/mime_image.xpm
7362         * src/pixmaps/mime_message.xpm
7363         * src/pixmaps/mime_text_enriched.xpm
7364         * src/pixmaps/mime_text_html.xpm
7365         * src/pixmaps/mime_text_plain.xpm
7366         * src/pixmaps/mime_unknown.xpm
7367         * src/pixmaps/new.xpm
7368         * src/pixmaps/news_compose.xpm
7369         * src/pixmaps/offline.xpm
7370         * src/pixmaps/online.xpm
7371         * src/pixmaps/paste.xpm
7372         * src/pixmaps/preferences.xpm
7373         * src/pixmaps/privacy_emblem_encrypted.xpm
7374         * src/pixmaps/privacy_expired.xpm
7375         * src/pixmaps/privacy_failed.xpm
7376         * src/pixmaps/privacy_passed.xpm
7377         * src/pixmaps/privacy_signed.xpm
7378         * src/pixmaps/privacy_unknown.xpm
7379         * src/pixmaps/privacy_warn.xpm
7380         * src/pixmaps/properties.xpm
7381         * src/pixmaps/replied.xpm
7382         * src/pixmaps/search.xpm
7383         * src/pixmaps/unread.xpm
7384         * src/pixmaps/up_arrow.xpm
7385         * src/pixmaps/vcard.xpm
7386                 Modernize internal theme, with icons from the 
7387                 Gnomaws theme. Keep some of the old ones where
7388                 they were better.
7389
7390 2005-10-06 [colin]      1.9.15cvs17
7391
7392         * src/summaryview.c
7393                 Little optimisations + bugfix
7394         * src/toolbar.c
7395                 Remove default useless items - useless being defined
7396                 by the default relevant prefs
7397         * src/wizard.c
7398                 include config.h to make gettext work
7399         * src/prefs_themes.c
7400                 Fix selection of current theme in prefs
7401
7402 2005-10-06 [colin]      1.9.15cvs16
7403
7404         * src/prefs_common.c
7405         * src/prefs_common.h
7406         * src/prefs_summaries.c
7407         * src/folderview.c
7408                 Add a warning dialog on Mark all read 
7409                 (with pref to get rid of it)
7410
7411 2005-10-06 [paul]       1.9.15cvs15
7412
7413         * po/nb.po
7414         * po/pt_BR.po
7415                 updated by Geir Helland and Frederico
7416                 Goncalves Guimaraes
7417
7418 2005-10-05 [colin]      1.9.15cvs14
7419
7420         * src/folder.c
7421         * src/folder.h
7422         * src/folderview.c
7423         * src/folderview.h
7424         * src/imap_gtk.c
7425         * src/mh_gtk.c
7426         * src/mainwindow.c
7427         * src/setup.c
7428                 add a way to rescan without rebuilding
7429                 make moving a bit faster (less folders changes)
7430                 don't lock the tree on Get 
7431         * src/imap.c
7432                 Don't re-delete deleted messages before expunging
7433         * src/summaryview.c
7434                 Set batch mode when deleting mails
7435
7436 2005-10-05 [paul]       1.9.15cvs13
7437
7438         * src/mainwindow.c
7439         * src/mainwindow.h
7440                 fix disabled Execute menu item
7441         * src/toolbar.c
7442                 match the change in 1.9.15cvs10: use Compose
7443                 instead of News by default
7444
7445 2005-10-04 [colin]      1.9.15cvs12
7446
7447         * src/compose.c
7448                 When replying to an ML post with Reply-To set
7449                 to the poster's email, honor it (as before),
7450                 but also honor our user's request to reply to
7451                 the mailing list: set the ML address in the To
7452                 field and the Reply-To address in the Cc: 
7453                 field.
7454
7455 2005-10-04 [colin]      1.9.15cvs11
7456
7457         * src/plugins/trayicon/trayicon.c
7458                 Finish cosmetic change - thanks to wwp
7459
7460 2005-10-04 [colin]      1.9.15cvs10
7461
7462         * src/toolbar.c
7463                 Use Compose instead of Email by default.
7464                 Spotted by wwp.
7465
7466 2005-10-04 [colin]      1.9.15cvs9
7467
7468         * src/folder.c
7469         * src/folder.h
7470         * src/folderview.c
7471         * src/imap.c
7472         * src/etpan/imap-thread.c
7473         * src/etpan/imap-thread.h
7474                 Try to make IMAP faster, by simplifying SEARCH
7475                 commands, avoiding sending two STATUS in a row,
7476                 and deferring flags sync and processing just
7477                 after displaying the folder. 
7478                 This will update the SummaryView in certain
7479                 cases (new mails not already fetched, flags
7480                 changed from another client) but in a non-
7481                 blocking manner.
7482
7483 2005-10-04 [colin]      1.9.15cvs8
7484
7485         * src/plugins/trayicon/trayicon.c
7486                 Relabel "Offline" to "Work offline"
7487
7488 2005-10-04 [colin]      1.9.15cvs7
7489
7490         * src/export.c
7491         * src/import.c
7492         * src/mbox.c
7493                 Fix mbox import/export buglets
7494                 Patch by wwp
7495         * src/plugins/trayicon/trayicon.c
7496                 Add offline swithc
7497                 Patch by wwp
7498
7499 2005-10-04 [colin]      1.9.15cvs6
7500
7501         * src/folder.c
7502         * src/folderview.c
7503         * src/summaryview.c
7504                 Better fix (don't break mark all read) for cvs2
7505
7506 2005-10-03 [colin]      1.9.15cvs5
7507
7508         * src/folder.c
7509                 Use a sane sort by default
7510
7511 2005-10-03 [colin]      1.9.15cvs4
7512
7513         * src/inc.c
7514                 Add a 'Only once' button for overriding offline mode
7515         * src/prefs_account.c
7516         * src/wizard.c
7517                 Add Local mbox to the wizard
7518                 Add IMAP subdir to the wizard (or the wizard is useless
7519                 for such accounts, or even worse than useless)
7520                 Move IMAP subdir from Advanced to Receive tab, as it's
7521                 not that uncommon
7522
7523 2005-10-03 [colin]      1.9.15cvs3
7524
7525         * src/send_message.c
7526                 Forgot this one in cvs1
7527
7528 2005-10-03 [colin]      1.9.15cvs2
7529
7530         * src/folder.c
7531                 Faster close when leaving a folder with lots
7532                 of new mails. Idea by David Relson.
7533
7534 2005-10-03 [colin]      1.9.15cvs1
7535
7536         * src/compose.c
7537         * src/imap.c
7538         * src/inc.c
7539         * src/main.c
7540         * src/messageview.c
7541         * src/news.c
7542         * src/summaryview.c
7543         * src/gtk/sslcertwindow.c
7544         * src/plugins/trayicon/trayicon.c
7545                 Add accels to every AlertPanel. Patch by Fabien 
7546                 Vantard
7547
7548 2005-10-03 [paul]       1.9.15
7549
7550         1.9.15 released
7551
7552 2005-10-03 [paul]       1.9.14cvs68
7553
7554         * po/ca.po
7555         * po/de.po
7556         * po/es.po
7557         * po/fi.po
7558         * po/fr.po
7559         * po/sk.po
7560         * po/sr.po
7561         * po/zh_CN.po
7562                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7563                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7564                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7565
7566 2005-10-03 [paul]       1.9.14cvs67
7567
7568         * src/send_message.c
7569                 prevent hang on Cancel
7570                 patch by Colin
7571
7572 2005-10-03 [paul]       1.9.14cvs66
7573
7574         * src/main.c
7575                 fix crash in IMAP caused by discrepancy
7576                 between check_at_startup and offline mode
7577                 Patch by Colin
7578
7579 2005-10-01 [paul]       1.9.14cvs65
7580
7581         * src/inc.c
7582                 fix engrish
7583
7584 2005-10-01 [paul]       1.9.14cvs64
7585         * src/export.c
7586         * src/import.c
7587                 synchronise import_mbox() and export_mbox()
7588         * src/mbox.c
7589                 proc_mbox(): add alert if file cannot be opened
7590                 export_list_to_mbox(): test if dest file exists,
7591                 prompt user to overwrite if it does. add alert
7592                 if file cannot be created
7593                                                                 
7594         Patch by wwp
7595                                                                                                                 
7596
7597 2005-09-30 [paul]       1.9.14cvs63
7598
7599         * src/addressbook.c
7600                 Fix sensitivity of a menu
7601         * src/codeconv.c
7602                 Respect hidden pref for mails with no encoding
7603         * src/common/xml.c
7604                 Fix memory corruption
7605         * src/plugins/pgpcore/sgpgme.c
7606                 Fix segfault on incomplete sigs, and display
7607                 of S/Mime UIDs
7608
7609         Patches by Colin
7610
7611 2005-09-30 [colin]      1.9.14cvs62
7612
7613         * src/partial_download.c
7614                 Little logic fix in almost-dead code
7615         * src/pop.c
7616                 Fix partial download when there's no new mail
7617
7618 2005-09-29 [paul]       1.9.14cvs61
7619
7620         * src/plugins/pgpinline/pgpinline.c
7621                 fix bug 819, 'crash accessing sign message'
7622                 Patch by Colin
7623
7624 2005-09-28 [martin]     1.9.14cvs60
7625
7626         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7627                 fix bug #790 (Crash when restarting window manager (fluxbox))
7628
7629 2005-09-28 [paul]       1.9.14cvs59
7630
7631         * src/gtk/gtkaspell.c
7632                 fix off-by-one typo
7633
7634 2005-09-27 [colin]      1.9.14cvs58
7635
7636         * src/plugins/pgpcore/sgpgme.c
7637                 Report error when there's one, instead of
7638                 "Signature unchecked" 
7639
7640 2005-09-27 [colin]      1.9.14cvs57
7641
7642         * src/prefs_quote.c
7643                 Fix bug #816 (Weird quotation with spaces)
7644
7645 2005-09-27 [colin]      1.9.14cvs56
7646
7647         * src/codeconv.c
7648         * src/compose.c
7649         * src/compose.h
7650                 Put subject in compose's title
7651                 Fix Automatic encoding so that it's really automatic:
7652                 first try default locale's charset, then charset of the replied mail, 
7653                 then utf-8
7654                 Fix encoding of headers (must be in strict mode too)
7655
7656 2005-09-26 [colin]      1.9.14cvs55
7657
7658         * src/gtk/gtkaspell.c
7659                 Fix previous patch - don't color the space,
7660                 just uncolor it :)
7661
7662 2005-09-26 [colin]      1.9.14cvs54
7663
7664         * src/gtk/gtkaspell.c
7665                 Unmark space if possible
7666
7667 2005-09-26 [colin]      1.9.14cvs53
7668
7669         * src/imap.c
7670                 log_error instead of alertpanel according to the pref
7671         * src/etpan/imap-thread.c
7672                 Print connect status, copy only necessary size to 
7673                 logger
7674         * src/plugins/pgpmime/pgpmime.c
7675                 Handle S/Mime signatures (verification only). Patch based
7676                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7677
7678 2005-09-26 [paul]       1.9.14cvs52
7679
7680         * src/common/passcrypt.c
7681                 this 'workaround' not necessary on NetBSD.
7682                 Thanks to Daniel Gustafson
7683
7684 2005-09-26 [paul]
7685
7686         1.9.15-rc4 released
7687
7688 2005-09-26 [paul]       1.9.14cvs51
7689
7690         * src/summaryview.c
7691                 Skip currently selected message when
7692                 looking for next new or unread message
7693                 in current folder. Patch by Colin
7694         * src/common/passcrypt.c
7695                 eliminate warnings on *BSD. Patch by
7696                 Daniel Gustafson
7697
7698 2005-09-26 [colin]      1.9.14cvs50
7699
7700         * src/procmsg.c
7701                 Call postfiltering hook anyway
7702
7703 2005-09-22 [colin]      1.9.14cvs49
7704
7705         * src/codeconv.c
7706         * src/codeconv.h
7707                 Add a strict mode that doesn't replace with _
7708         * src/compose.c
7709         * src/compose.h
7710                 Use strict conversion while sending
7711                 Fix race when drafting while sending (happens
7712                 on IMAP)
7713                 Fix d'n'd of messages from summaryview
7714         * src/prefs_common.c
7715         * src/prefs_common.h
7716                 add hidden utf8_instead_of_locale_for_broken_mail 
7717                 pref for people that preferred the default charset 
7718                 to be utf8 for broken mails
7719         * src/quote_fmt_parse.y
7720                 fix bug #815 (No quote insert if "From:" fied 
7721                 contained Russian letters)
7722         * src/summaryview.c
7723                 Fix d'n'd of messages to compose
7724
7725 2005-09-22 [paul]       1.9.14cvs48
7726
7727         * src/compose.c
7728                 fix bug where attachments Name entry
7729                 would display Path instead
7730
7731 2005-09-21 [paul]       1.9.14cvs47
7732
7733         * README
7734         * README.jp
7735         * configure.ac
7736         * config/config.rpath
7737         * doc/manual/en/sylpheed-20.html
7738         * doc/manual/es/sylpheed-20.html
7739         * po/bg.po
7740         * po/ca.po
7741         * po/de.po
7742         * po/es.po
7743         * po/fr.po
7744         * po/it.po
7745         * po/pt_BR.po
7746         * po/sk.po
7747         * po/zh_TW.po
7748         * src/account.c
7749         * src/account.h
7750         * src/action.c
7751         * src/action.h
7752         * src/adbookbase.h
7753         * src/addr_compl.c
7754         * src/addr_compl.h
7755         * src/addrbook.c
7756         * src/addrbook.h
7757         * src/addrcache.c
7758         * src/addrcache.h
7759         * src/addrcindex.c
7760         * src/addrcindex.h
7761         * src/addrclip.c
7762         * src/addrclip.h
7763         * src/addrdefs.h
7764         * src/addressadd.c
7765         * src/addressadd.h
7766         * src/addressbook.c
7767         * src/addressbook.h
7768         * src/addressitem.h
7769         * src/addrgather.c
7770         * src/addrgather.h
7771         * src/addrharvest.c
7772         * src/addrharvest.h
7773         * src/addrindex.c
7774         * src/addrindex.h
7775         * src/addritem.c
7776         * src/addritem.h
7777         * src/addrquery.c
7778         * src/addrquery.h
7779         * src/addrselect.c
7780         * src/addrselect.h
7781         * src/alertpanel.c
7782         * src/alertpanel.h
7783         * src/browseldap.c
7784         * src/browseldap.h
7785         * src/codeconv.c
7786         * src/codeconv.h
7787         * src/compose.c
7788         * src/compose.h
7789         * src/crash.c
7790         * src/crash.h
7791         * src/customheader.c
7792         * src/customheader.h
7793         * src/displayheader.c
7794         * src/displayheader.h
7795         * src/editaddress.c
7796         * src/editaddress.h
7797         * src/editbook.c
7798         * src/editbook.h
7799         * src/editgroup.c
7800         * src/editgroup.h
7801         * src/editjpilot.c
7802         * src/editjpilot.h
7803         * src/editldap.c
7804         * src/editldap.h
7805         * src/editldap_basedn.c
7806         * src/editldap_basedn.h
7807         * src/editvcard.c
7808         * src/editvcard.h
7809         * src/enriched.c
7810         * src/enriched.h
7811         * src/exphtmldlg.c
7812         * src/exphtmldlg.h
7813         * src/expldifdlg.c
7814         * src/expldifdlg.h
7815         * src/export.c
7816         * src/export.h
7817         * src/exporthtml.c
7818         * src/exporthtml.h
7819         * src/exportldif.c
7820         * src/exportldif.h
7821         * src/filtering.c
7822         * src/filtering.h
7823         * src/folder.c
7824         * src/folder.h
7825         * src/folder_item_prefs.c
7826         * src/folder_item_prefs.h
7827         * src/foldersel.c
7828         * src/foldersel.h
7829         * src/folderutils.c
7830         * src/folderutils.h
7831         * src/folderview.c
7832         * src/folderview.h
7833         * src/grouplistdialog.c
7834         * src/grouplistdialog.h
7835         * src/headerview.c
7836         * src/headerview.h
7837         * src/html.c
7838         * src/html.h
7839         * src/image_viewer.c
7840         * src/image_viewer.h
7841         * src/imap.c
7842         * src/imap.h
7843         * src/imap_gtk.c
7844         * src/imap_gtk.h
7845         * src/import.c
7846         * src/import.h
7847         * src/importldif.c
7848         * src/importldif.h
7849         * src/importmutt.c
7850         * src/importmutt.h
7851         * src/importpine.c
7852         * src/importpine.h
7853         * src/inc.c
7854         * src/inc.h
7855         * src/jpilot.c
7856         * src/jpilot.h
7857         * src/ldapctrl.c
7858         * src/ldapctrl.h
7859         * src/ldaplocate.c
7860         * src/ldaplocate.h
7861         * src/ldapquery.c
7862         * src/ldapquery.h
7863         * src/ldapserver.c
7864         * src/ldapserver.h
7865         * src/ldaputil.c
7866         * src/ldaputil.h
7867         * src/ldif.c
7868         * src/ldif.h
7869         * src/localfolder.c
7870         * src/localfolder.h
7871         * src/main.c
7872         * src/main.h
7873         * src/mainwindow.c
7874         * src/mainwindow.h
7875         * src/manual.c
7876         * src/manual.h
7877         * src/matcher.c
7878         * src/matcher.h
7879         * src/matcher_parser.h
7880         * src/matcher_parser_lex.l
7881         * src/matcher_parser_parse.y
7882         * src/mbox.c
7883         * src/mbox.h
7884         * src/message_search.c
7885         * src/message_search.h
7886         * src/messageview.c
7887         * src/messageview.h
7888         * src/mh.c
7889         * src/mh.h
7890         * src/mh_gtk.c
7891         * src/mh_gtk.h
7892         * src/mimeview.c
7893         * src/mimeview.h
7894         * src/msgcache.c
7895         * src/msgcache.h
7896         * src/mutt.c
7897         * src/mutt.h
7898         * src/news.c
7899         * src/news.h
7900         * src/news_gtk.c
7901         * src/news_gtk.h
7902         * src/noticeview.c
7903         * src/noticeview.h
7904         * src/partial_download.c
7905         * src/partial_download.h
7906         * src/pine.c
7907         * src/pine.h
7908         * src/pop.c
7909         * src/pop.h
7910         * src/prefs_account.c
7911         * src/prefs_account.h
7912         * src/prefs_actions.c
7913         * src/prefs_actions.h
7914         * src/prefs_common.c
7915         * src/prefs_common.h
7916         * src/prefs_compose_writing.c
7917         * src/prefs_compose_writing.h
7918         * src/prefs_customheader.c
7919         * src/prefs_customheader.h
7920         * src/prefs_display_header.c
7921         * src/prefs_display_header.h
7922         * src/prefs_ext_prog.c
7923         * src/prefs_ext_prog.h
7924         * src/prefs_filtering.c
7925         * src/prefs_filtering.h
7926         * src/prefs_filtering_action.c
7927         * src/prefs_filtering_action.h
7928         * src/prefs_folder_column.c
7929         * src/prefs_folder_column.h
7930         * src/prefs_folder_item.c
7931         * src/prefs_folder_item.h
7932         * src/prefs_fonts.c
7933         * src/prefs_fonts.h
7934         * src/prefs_gtk.c
7935         * src/prefs_gtk.h
7936         * src/prefs_image_viewer.c
7937         * src/prefs_image_viewer.h
7938         * src/prefs_matcher.c
7939         * src/prefs_matcher.h
7940         * src/prefs_message.c
7941         * src/prefs_message.h
7942         * src/prefs_msg_colors.c
7943         * src/prefs_msg_colors.h
7944         * src/prefs_other.c
7945         * src/prefs_other.h
7946         * src/prefs_quote.c
7947         * src/prefs_quote.h
7948         * src/prefs_receive.c
7949         * src/prefs_receive.h
7950         * src/prefs_send.c
7951         * src/prefs_send.h
7952         * src/prefs_spelling.c
7953         * src/prefs_spelling.h
7954         * src/prefs_summaries.c
7955         * src/prefs_summaries.h
7956         * src/prefs_summary_column.c
7957         * src/prefs_summary_column.h
7958         * src/prefs_template.c
7959         * src/prefs_template.h
7960         * src/prefs_themes.c
7961         * src/prefs_themes.h
7962         * src/prefs_toolbar.c
7963         * src/prefs_toolbar.h
7964         * src/prefs_wrapping.c
7965         * src/prefs_wrapping.h
7966         * src/privacy.c
7967         * src/privacy.h
7968         * src/procheader.c
7969         * src/procheader.h
7970         * src/procmime.c
7971         * src/procmime.h
7972         * src/procmsg.c
7973         * src/procmsg.h
7974         * src/quote_fmt.c
7975         * src/quote_fmt_parse.y
7976         * src/recv.c
7977         * src/recv.h
7978         * src/remotefolder.c
7979         * src/remotefolder.h
7980         * src/send_message.c
7981         * src/send_message.h
7982         * src/setup.c
7983         * src/setup.h
7984         * src/simple-gettext.c
7985         * src/sourcewindow.c
7986         * src/sourcewindow.h
7987         * src/ssl_manager.c
7988         * src/ssl_manager.h
7989         * src/statusbar.c
7990         * src/statusbar.h
7991         * src/stock_pixmap.c
7992         * src/stock_pixmap.h
7993         * src/summary_search.c
7994         * src/summary_search.h
7995         * src/summaryview.c
7996         * src/summaryview.h
7997         * src/syldap.c
7998         * src/syldap.h
7999         * src/textview.c
8000         * src/textview.h
8001         * src/toolbar.c
8002         * src/toolbar.h
8003         * src/undo.c
8004         * src/undo.h
8005         * src/unmime.c
8006         * src/unmime.h
8007         * src/vcard.c
8008         * src/vcard.h
8009         * src/wizard.c
8010         * src/wizard.h
8011         * src/common/base64.c
8012         * src/common/base64.h
8013         * src/common/defs.h
8014         * src/common/hooks.c
8015         * src/common/hooks.h
8016         * src/common/log.c
8017         * src/common/log.h
8018         * src/common/md5.c
8019         * src/common/md5.h
8020         * src/common/mgutils.c
8021         * src/common/mgutils.h
8022         * src/common/nntp.c
8023         * src/common/nntp.h
8024         * src/common/passcrypt.c
8025         * src/common/passcrypt.h.in
8026         * src/common/plugin.c
8027         * src/common/plugin.h
8028         * src/common/prefs.c
8029         * src/common/prefs.h
8030         * src/common/progressindicator.c
8031         * src/common/progressindicator.h
8032         * src/common/quoted-printable.c
8033         * src/common/quoted-printable.h
8034         * src/common/session.c
8035         * src/common/session.h
8036         * src/common/smtp.c
8037         * src/common/smtp.h
8038         * src/common/socket.c
8039         * src/common/socket.h
8040         * src/common/ssl.c
8041         * src/common/ssl.h
8042         * src/common/ssl_certificate.c
8043         * src/common/ssl_certificate.h
8044         * src/common/string_match.c
8045         * src/common/string_match.h
8046         * src/common/stringtable.c
8047         * src/common/sylpheed.c
8048         * src/common/sylpheed.h
8049         * src/common/template.c
8050         * src/common/template.h
8051         * src/common/timing.h
8052         * src/common/utils.c
8053         * src/common/utils.h
8054         * src/common/uuencode.c
8055         * src/common/uuencode.h
8056         * src/common/version.h.in
8057         * src/common/xml.c
8058         * src/common/xml.h
8059         * src/common/xmlprops.c
8060         * src/common/xmlprops.h
8061         * src/gtk/about.c
8062         * src/gtk/about.h
8063         * src/gtk/colorlabel.c
8064         * src/gtk/colorlabel.h
8065         * src/gtk/colorsel.c
8066         * src/gtk/colorsel.h
8067         * src/gtk/description_window.c
8068         * src/gtk/description_window.h
8069         * src/gtk/filesel.c
8070         * src/gtk/filesel.h
8071         * src/gtk/foldersort.c
8072         * src/gtk/foldersort.h
8073         * src/gtk/gtkutils.c
8074         * src/gtk/gtkutils.h
8075         * src/gtk/inputdialog.c
8076         * src/gtk/inputdialog.h
8077         * src/gtk/logwindow.c
8078         * src/gtk/logwindow.h
8079         * src/gtk/manage_window.c
8080         * src/gtk/manage_window.h
8081         * src/gtk/menu.c
8082         * src/gtk/menu.h
8083         * src/gtk/pluginwindow.c
8084         * src/gtk/pluginwindow.h
8085         * src/gtk/prefswindow.c
8086         * src/gtk/prefswindow.h
8087         * src/gtk/progressdialog.c
8088         * src/gtk/progressdialog.h
8089         * src/gtk/quicksearch.c
8090         * src/gtk/quicksearch.h
8091         * src/gtk/sslcertwindow.c
8092         * src/gtk/sslcertwindow.h
8093         * src/plugins/clamav/clamav_plugin.c
8094         * src/plugins/clamav/clamav_plugin.h
8095         * src/plugins/clamav/clamav_plugin_gtk.c
8096         * src/plugins/demo/demo.c
8097         * src/plugins/dillo_viewer/dillo_prefs.c
8098         * src/plugins/dillo_viewer/dillo_prefs.h
8099         * src/plugins/dillo_viewer/dillo_viewer.c
8100         * src/plugins/mathml_viewer/mathml_viewer.c
8101         * src/plugins/pgpcore/passphrase.c
8102         * src/plugins/pgpcore/passphrase.h
8103         * src/plugins/pgpcore/plugin.c
8104         * src/plugins/pgpcore/prefs_gpg.c
8105         * src/plugins/pgpcore/prefs_gpg.h
8106         * src/plugins/pgpcore/select-keys.c
8107         * src/plugins/pgpcore/select-keys.h
8108         * src/plugins/pgpcore/sgpgme.c
8109         * src/plugins/pgpcore/sgpgme.h
8110         * src/plugins/pgpinline/pgpinline.c
8111         * src/plugins/pgpinline/pgpinline.h
8112         * src/plugins/pgpinline/plugin.c
8113         * src/plugins/pgpmime/pgpmime.c
8114         * src/plugins/pgpmime/pgpmime.h
8115         * src/plugins/pgpmime/plugin.c
8116         * src/plugins/spamassassin/spamassassin.c
8117         * src/plugins/spamassassin/spamassassin.h
8118         * src/plugins/spamassassin/spamassassin_gtk.c
8119         * src/plugins/trayicon/trayicon.c
8120         * tools/OOo2sylpheed.pl
8121         * tools/acroread2sylpheed.pl
8122         * tools/asus_mailled.sh
8123         * tools/filter_conv.pl
8124         * tools/freshmeat_search.pl
8125         * tools/google_search.pl
8126         * tools/kmail2sylpheed.pl
8127         * tools/kmail2sylpheed_v2.pl
8128         * tools/maildir2sylpheed.pl
8129         * tools/multiwebsearch.pl
8130         * tools/newscache_clean.pl
8131         * tools/outlook2sylpheed.pl
8132         * tools/sylpheed-switcher
8133         * tools/update-po
8134         * tools/vcard2xml.py
8135         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8136                 update FSF address
8137
8138 2005-09-21 [colin]      1.9.14cvs46
8139
8140         * src/gedit-print.c
8141         * src/procmsg.c
8142         * src/procmsg.h
8143         * src/textview.c
8144         * src/summaryview.c
8145                 Remove some printing hacks (deselection/reselection),
8146                 which by the way fix printing the currently 
8147                 displayed mime part (still only text)
8148                 Plus a little optimisation of summary_show
8149
8150
8151 2005-09-20 [colin]      1.9.14cvs45
8152
8153         * src/mainwindow.c
8154         * src/messageview.c
8155                 GUI fixups: add accels, set message
8156                 view title to displayed mail's subject
8157         * src/prefs_spelling.c
8158         * src/gtk/gtkaspell.c
8159                 GUI fixups: allow underlining misspelled
8160                 words instead of coloring them (a11y!)
8161
8162 2005-09-19 [colin]
8163
8164         1.9.15rc3 released
8165
8166 2005-09-19 [colin]      1.9.14cvs44
8167
8168         * src/compose.c
8169                 Fix draft message
8170         * src/gtk/gtkaspell.c
8171                 Fix wrong test ;-)
8172
8173 2005-09-19 [colin]      1.9.14cvs43
8174
8175         * src/addressbook.c
8176                 Fix sensitivity of Delete button
8177         * src/compose.c
8178                 Warn if the requested Privacy system
8179                 is not available
8180         * src/exphtmldlg.c
8181         * src/expldifdlg.c
8182         * src/importldif.c
8183         * src/importmutt.c
8184         * src/importpine.c
8185                 Fix crappy UI
8186         * src/
8187         * src/ssl.h
8188         * src/prefs_account.h
8189         * src/prefs_account.c
8190                 Save SSL prefs even in builds that have
8191                 SSL support disable
8192         * src/imap.c
8193         * src/inc.c
8194         * src/news.c
8195         * src/send_message.c
8196                 Warn if connection should be secure, but
8197                 SSL support isn't compiled in
8198         * src/gtkaspell.c
8199                 Fix word separation on UTF-8 systems
8200                 Fixes bug #812 (Strange inline spellchecking)
8201         * src/compose.c
8202                 Warn if the requested Privacy system
8203                 is not available
8204                 Factorize offline warning
8205         * src/imap.c
8206         * src/imap_gtk.c
8207         * src/imap_gtk.h
8208         * src/inc.h
8209         * src/news_gtk.c
8210         * src/news_gtk.h
8211         * src/messageview.c
8212                 Factorize offline warning
8213
8214 2005-09-19 [paul]
8215
8216         1.9.15-rc2 released
8217
8218 2005-09-18 [colin]      1.9.14cvs42
8219
8220         * src/codeconv.c
8221         * src/codeconv.h
8222         * src/procmime.c
8223                 Add a way to get locale's charset ignoring utf-8,
8224                 and use that as default encoding for broken mails
8225
8226 2005-09-18 [colin]      1.9.14cvs41
8227
8228         * src/gtk/logwindow.c
8229                 Translate string. Patch by Fabien Vantard
8230
8231 2005-09-18 [colin]      1.9.14cvs40
8232
8233         * configure.ac
8234                 Fix bug #803 (IMAP/SSL support breaks with 
8235                 GnuTLS libetpan 0.38)
8236
8237 2005-09-18 [colin]      1.9.14cvs39
8238
8239         * src/codeconv.c
8240         * src/compose.c
8241         * src/procmime.c
8242                 More charsets fixes. Fixes bug #806 (non
8243                 ascii characters in subject line)
8244
8245 2005-09-17 [paul]       1.9.14cvs38
8246
8247         * src/folderview.c
8248         * src/mainwindow.c
8249                 fix gcc-2.95 issues
8250                 Patch by Pawel Pekala
8251
8252 2005-09-17 [colin]      1.9.14cvs37
8253
8254         * src/addrindex.c
8255                 bugfix for NO-USE LDAP compilation, patch 
8256                 by Fabien Vantard
8257
8258 2005-09-17 [colin]      1.9.14cvs36
8259
8260         * src/prefs_actions.c
8261         * src/prefs_customheader.c
8262         * src/prefs_display_header.c
8263         * src/prefs_filtering_action.c
8264         * src/prefs_matcher.c
8265         * src/prefs_toolbar.c
8266                 Fix strange casts (less elegant but
8267                 works better)
8268
8269 2005-09-16 [colin]      1.9.14cvs35
8270
8271         * src/jpilot.c
8272                 Missed that one
8273
8274 2005-09-16 [colin]      1.9.14cvs34
8275
8276         * configure.ac
8277         * src/Makefile.am
8278         * src/addr_compl.c
8279         * src/addrindex.c
8280         * src/browseldap.c
8281         * src/editldap.c
8282         * src/ldaplocate.c
8283         * src/ldapquery.c
8284         * src/ldapquery.h
8285         * src/ldapserver.c
8286         * src/ldapserver.h
8287         * src/main.c
8288         * src/matcher_parser_parse.y
8289         * src/prefs_themes.c
8290         * src/etpan/Makefile.am
8291         * src/gtk/description_window.c
8292         * src/plugins/clamav/Makefile.am
8293         * src/plugins/clamav/clamav_plugin.c
8294         * src/plugins/dillo_viewer/Makefile.am
8295         * src/plugins/pgpcore/Makefile.am
8296         * src/plugins/pgpinline/Makefile.am
8297         * src/plugins/pgpmime/Makefile.am
8298         * src/plugins/trayicon/Makefile.am
8299                 Fix 100% cpu usage in address completion list
8300                 Fix little bugs (return with no values etc)
8301                 Fix all warnings (with common CFLAGS)
8302
8303 2005-09-15 [colin]      1.9.14cvs33
8304
8305         * src/addressbook.c
8306                 Fix bug where sometimes a group's email list is empty,
8307                 force its refresh (probably fixes "Re: how to create a 
8308                 distribution list")
8309         * src/ldapquery.c
8310                 Don't return to the callback in the main thread from the
8311                 fetch thread (or face segs!)
8312
8313 2005-09-15 [paul]       1.9.14cvs32
8314
8315         * src/prefs_matcher.c
8316                 forgotten in last commit
8317
8318 2005-09-15 [paul]       1.9.14cvs31
8319
8320         * src/prefs_actions.c
8321         * src/prefs_filtering_action.c
8322         * src/prefs_quote.c
8323         * src/quote_fmt.c
8324         * src/summaryview.c
8325         * src/gtk/description_window.c
8326         * src/gtk/description_window.h
8327         * src/gtk/quicksearch.c
8328                 allow interaction with the called
8329                 description window
8330                 Patch by Anders Hammar
8331
8332 2005-09-14 [paul]       1.9.14cvs30
8333
8334         * src/compose.c
8335                 fix a little annoyance when pasting with 3rd button 
8336                 with wrap_pastes=0 and wrap_input=1
8337                 Patch by Colin
8338
8339 2005-09-14 [paul]       1.9.14cvs29
8340
8341         * src/prefs_account.c
8342                 disable 'Filter messages on receiving' for
8343                 SMTP-only accounts
8344                 Patch  by Anders Hammar
8345
8346 2005-09-14 [paul]       1.9.14cvs28
8347
8348         * po/sk.po
8349                 fix crash
8350                 updated by Andrej Kacian
8351
8352 2005-09-14 [paul]
8353
8354         1.9.15-rc1 released
8355
8356 2005-09-14 [paul]       1.9.14cvs27
8357
8358         * po/es.po
8359                 updated by Ricardo Mones Lastra
8360         * src/compose.c
8361         * src/compose.h
8362                 associate no_wrap_tags to Compose windows
8363                 instead of using a static one
8364                 Patch by Colin
8365         * src/mbox.c
8366                 fix proc_mbox()
8367                 Patch by wwp
8368         * src/textview.c
8369                 remove unneeded printf()
8370
8371 2005-09-14 [paul]       1.9.14cvs26
8372
8373         * src/addrcache.c
8374         * src/codeconv.h
8375         * src/folder.h
8376         * src/mainwindow.h
8377         * src/mh.c
8378         * src/mimeview.h
8379         * src/partial_download.c
8380         * src/pop.c
8381         * src/prefs_account.c
8382         * src/prefs_account.h
8383         * src/prefs_actions.c
8384         * src/prefs_customheader.c
8385         * src/prefs_display_header.c
8386         * src/prefs_filtering_action.c
8387         * src/prefs_matcher.c
8388         * src/prefs_toolbar.c
8389         * src/privacy.h
8390         * src/procmime.c
8391         * src/procmime.h
8392         * src/procmsg.h
8393         * src/textview.c
8394         * src/undo.h
8395         * src/common/plugin.c
8396         * src/common/session.h
8397         * src/common/socket.c
8398         * src/common/socket.h
8399         * src/common/template.c
8400         * src/gtk/gtkaspell.c
8401         * src/gtk/quicksearch.h
8402         * src/plugins/pgpcore/passphrase.c
8403         * src/plugins/pgpcore/prefs_gpg.h
8404         * src/plugins/pgpcore/select-keys.c
8405         * src/plugins/pgpcore/select-keys.h
8406         * src/plugins/pgpcore/sgpgme.c
8407         * src/plugins/pgpinline/pgpinline.c
8408         * src/plugins/pgpmime/pgpmime.c
8409         * src/plugins/trayicon/trayicon.c
8410                 fix compilation warnings
8411                 Patch by Daniel Gustafson
8412
8413 2005-09-14 [paul]       1.9.14cvs25
8414
8415         * src/addressbook.c
8416                 add missing column header, and other small
8417                 bug fixes
8418                 Patch by Anders Hammar
8419
8420 2005-09-13 [colin]      1.9.14cvs24
8421
8422         * src/gtk/gtkaspell.c
8423                 Fix non-utf8 in menu
8424                 Fix little leaks
8425                 Nullify struct members after free()s
8426
8427 2005-09-13 [colin]      1.9.14cvs23
8428
8429         * src/compose.c
8430                 Test utf8 compliance before inserting to 
8431                 buffer, and try to convert if necessary
8432         * src/procmime.c
8433                 If no charset is present, use the locale 
8434                 one instead of us-ascii
8435         * src/procmsg.c
8436                 Add Sender, List-Post and To in the checked 
8437                 headers for automatic rules creation 
8438                 (thanks to wwp)
8439         * src/prefs_themes.c
8440         * src/gtk/gtkaspell.c
8441                 Remove deprecated functions. 
8442                 patch by Daniel Gustafson
8443
8444 2005-09-12 [colin]      1.9.14cvs22
8445
8446         * src/compose.c
8447                 Fix bug #448 (Scrolling/Redraw issue with 
8448                 address-fields in Header)
8449         * src/mainwindow.c
8450         * src/summaryview.c
8451         * src/summaryview.h
8452                 Fix loss of MSG_MARKED on move/copy
8453                 Fix bug #804 (Quicksearch togglebutton doesn't 
8454                 get depressed after '/' key is pressed)
8455
8456 2005-09-12 [paul]       1.9.14cvs21
8457
8458         * AUTHORS
8459         * src/gtk/logwindow.c
8460                 add 'Clear Log' to popup menu
8461                 Patch by Anders Hammar <anders.hammar@telia.com>
8462
8463 2005-09-12 [paul]       1.9.14cvs20
8464
8465         * src/compose.c
8466                 set correct sensitivity on attachments
8467                 popup menu
8468         * src/folder.c
8469                 fix typo
8470         * src/prefs_spelling.c
8471                 fix crash when no LANG env is set
8472         * src/common/xml.c
8473                 fix crash in wizard
8474                 don't use memeory after free
8475
8476         All patches by Daniel Gustafson
8477
8478 2005-09-12 [paul]       1.9.14cvs19
8479
8480         * src/prefs_themes.c
8481                 make theme info selectable
8482         * src/gtk/description_window.c
8483                 make window non-modal
8484         * tools/README
8485                 add details of asus_mailed.sh
8486         * tools/claws.i18n.status.pl
8487                 update for new zh_TW translator
8488                 widen the output
8489                 create alternate coloured lines
8490                 improve readability
8491
8492 2005-09-10 [colin]      1.9.14cvs18
8493
8494         * src/plugins/pgpcore/select-keys.c
8495                 Better order for the buttons
8496
8497 2005-09-10 [colin]      1.9.14cvs17
8498
8499         * src/compose.c
8500         * src/plugins/pgpcore/select-keys.c
8501         * src/plugins/pgpcore/select-keys.h
8502         * src/plugins/pgpcore/sgpgme.c
8503                 Add a "Don't encrypt" button to the key
8504                 selection dialog. Fixes bug #177 (There should be a 
8505                 'Don't encrypt button in the Select Keys dialog)
8506
8507 2005-09-10 [colin]      1.9.14cvs16
8508
8509         * src/compose.c
8510                 Fix bug #572 (%X option does not work with templates)
8511
8512 2005-09-10 [colin]      1.9.14cvs15
8513
8514         * src/toolbar.c 
8515                 Remove g_print
8516
8517 2005-09-10 [colin]      1.9.14cvs14
8518
8519         * src/imap.c
8520                 Fix a possible crash
8521
8522 2005-09-09 [colin]      1.9.14cvs13
8523
8524         * src/imap.c
8525         * src/etpan/imap-thread.c
8526         * src/etpan/imap-thread.h
8527                 Fix moving from queue or drafts to normal folders
8528                 Fix bug #794 (No way to delete without expunging)
8529                 Take flags unset by other mailers into account
8530                 Take deleted flag set by other mailers into account
8531                 Fix unsetting REPLIED flag
8532                 Fix crash when capabilities can't be retrieved
8533         * src/mainwindow.c
8534         * src/mainwindow.h
8535                 Add M_DELAYED_FLAGS condition, and let the user use
8536                 Execute in order to be able to expunge deleted mails,
8537                 even if he's not in delayed execute mode
8538         * src/prefs_spelling.c
8539                 Use 'en' dictionary by default if LANG is POSIX or C
8540         * src/gtk/prefswindow.c
8541                 Fix bug #767 (Preferences windows expanding) by making
8542                 the window a bit larger when the resolution is greater
8543                 than 640x480, and by putting the prefs in a
8544                 GtkScrolledWindow.
8545
8546 2005-09-09 [paul]       1.9.14cvs12
8547
8548         * AUTHORS
8549         * configure.ac
8550         * po/zh_TW.Big5.po      ** REMOVED **
8551         * po/zh_TW.po           ** ADDED **
8552                 updated by Wei-Lun Chao
8553
8554 2005-09-09 [paul]       1.9.14cvs11
8555
8556         * src/mainwindow.c
8557                 fix asserts
8558         * src/common/xml.c
8559                 delay memory allocation until file is
8560                 opened successfully
8561                 Patch by Daniel Gustafson
8562
8563 2005-09-09 [colin]      1.9.14cvs10
8564
8565         * src/imap.c
8566                 Add guards
8567
8568 2005-09-08 [colin]      1.9.14cvs9
8569
8570         * src/compose.c
8571                 Alert when we can't save draft
8572                 Fix various wrap/color issues
8573                 Add mid-click pasting respecting wrap_paste option
8574         * src/folder.c
8575         * src/folder.h
8576         * src/folder_item_prefs.c
8577         * src/folder_item_prefs.h
8578         * src/imap.c
8579         * src/imap_gtk.c
8580         * src/imap_gtk.h
8581         * src/main.c
8582         * src/mainwindow.c
8583         * src/mainwindow.h
8584         * src/news.c
8585         * src/news_gtk.c
8586         * src/news_gtk.h
8587         * src/prefs_folder_item.c
8588                 Fix the impossibility to synchronise folders for
8589                 offline use (IMAP and NNTP are concerned)
8590
8591 2005-09-08 [colin]      1.9.14cvs8
8592
8593         * configure.ac
8594                 Build LDAP and JPilot by default if available
8595         * src/textview.c
8596                 Fix use after free
8597
8598 2005-09-08 [paul]       1.9.14cvs7
8599
8600         * doc/manual/en/sylpheed-1.html
8601         * doc/manual/en/sylpheed-18.html
8602         * doc/manual/en/sylpheed-19.html
8603         * doc/manual/en/sylpheed-4.html
8604         * doc/manual/en/sylpheed-6.html
8605         * doc/manual/en/sylpheed.html
8606                 a few minor updates, plus include some
8607                 details about plugins and their requirements
8608         * src/mainwindow.c
8609                 minor changes to English in /View/Sort
8610
8611 2005-09-07 [colin]      1.9.14cvs6
8612
8613         * doc/manual/en/sylpheed-1.html
8614         * doc/manual/en/sylpheed-10.html
8615         * doc/manual/en/sylpheed-11.html
8616         * doc/manual/en/sylpheed-12.html
8617         * doc/manual/en/sylpheed-13.html
8618         * doc/manual/en/sylpheed-14.html
8619         * doc/manual/en/sylpheed-15.html
8620         * doc/manual/en/sylpheed-16.html
8621         * doc/manual/en/sylpheed-17.html
8622         * doc/manual/en/sylpheed-18.html
8623         * doc/manual/en/sylpheed-19.html
8624         * doc/manual/en/sylpheed-2.html
8625         * doc/manual/en/sylpheed-20.html
8626         * doc/manual/en/sylpheed-21.html
8627         * doc/manual/en/sylpheed-22.html
8628         * doc/manual/en/sylpheed-3.html
8629         * doc/manual/en/sylpheed-4.html
8630         * doc/manual/en/sylpheed-5.html
8631         * doc/manual/en/sylpheed-6.html
8632         * doc/manual/en/sylpheed-7.html
8633         * doc/manual/en/sylpheed-8.html
8634         * doc/manual/en/sylpheed-9.html
8635         * doc/manual/en/sylpheed.html
8636                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8637
8638 2005-09-07 [colin]      1.9.14cvs5
8639
8640         * src/mainwindow.c
8641                 Make labels more to-the-point
8642
8643 2005-09-07 [colin]      1.9.14cvs4
8644
8645         * doc/manual/en/sylpheed-1.html
8646         * doc/manual/en/sylpheed-12.html
8647         * doc/manual/en/sylpheed-13.html
8648         * doc/manual/en/sylpheed-14.html
8649         * doc/manual/en/sylpheed-15.html
8650         * doc/manual/en/sylpheed-16.html
8651         * doc/manual/en/sylpheed-17.html
8652         * doc/manual/en/sylpheed-18.html
8653         * doc/manual/en/sylpheed-19.html
8654         * doc/manual/en/sylpheed-2.html
8655         * doc/manual/en/sylpheed-20.html
8656         * doc/manual/en/sylpheed-21.html
8657         * doc/manual/en/sylpheed-22.html
8658         * doc/manual/en/sylpheed-4.html
8659         * doc/manual/en/sylpheed-5.html
8660         * doc/manual/en/sylpheed-6.html
8661         * doc/manual/en/sylpheed-7.html
8662         * doc/manual/en/sylpheed-8.html
8663         * doc/manual/en/sylpheed-9.html
8664         * doc/manual/en/sylpheed.html
8665                 Update manual
8666
8667 2005-09-07 [colin]      1.9.14cvs3
8668
8669         * doc/faq/en/sylpheed-faq-1.html
8670         * doc/faq/en/sylpheed-faq-2.html
8671         * doc/faq/en/sylpheed-faq-3.html
8672         * doc/faq/en/sylpheed-faq.html
8673                 Update FAQ
8674
8675 2005-09-07 [colin]      1.9.14cvs2
8676
8677         * src/folderview.c
8678         * src/procmsg.c
8679         * src/summaryview.c
8680         * src/toolbar.c
8681                 Fix special subfolders:
8682                 - Inherit parent's icon
8683                 - sent contents of queues subfolders
8684                 - empty subfolders of trashes
8685         * src/mainwindow.c
8686                 Remove outdated manual and faq entries
8687         * src/common/utils.c
8688                 Add quotes around %s coming from mailcap
8689
8690 2005-09-07 [colin]      1.9.14cvs1
8691
8692         * src/compose.c
8693                 After saving draft, set modified to FALSE
8694         * src/mimeview.c
8695         * src/common/utils.c
8696         * src/common/utils.h
8697                 Try to open mime parts using what is 
8698                 indicated in ~/.mailcap or /etc/mailcap,
8699                 if possible.
8700
8701 2005-09-05 [paul]       1.9.14
8702
8703         1.9.14 released
8704
8705         * po/sk.po
8706                 updated by Andrej Kacian
8707
8708 2005-09-05 [paul]       1.9.13cvs83
8709
8710         * po/de.po
8711         * po/es.po
8712         * po/fi.po
8713         * po/fr.po
8714         * po/nb.po
8715         * po/pt_BR.po
8716         * po/sr.po
8717                 updated translations by Thomas Gilgin, Ricardo Mones
8718                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8719                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8720
8721 2005-09-04 [paul]       1.9.13cvs82
8722
8723         * src/compose.c
8724                 only warn about exceeded line length limit
8725                 on send
8726
8727 2005-09-04 [paul]       1.9.13cvs81
8728
8729         * src/compose.c
8730                 fix crash in 'line length exceeded' dialogue
8731
8732 2005-09-02 [paul]       1.9.13cvs80
8733
8734         * src/imap.c
8735                 fix bug 795, 'Connection lost IMAP'
8736                 and add statusbar prints
8737                 Patch by Colin
8738
8739 2005-09-02 [paul]       1.9.13cvs79
8740
8741         * src/compose.c
8742                 compose_wrap_paragraph() becomes
8743                 compose_beautify_paragraph()
8744                 Patch by Colin
8745
8746 2005-09-02 [colin]      1.9.13cvs78
8747
8748         * src/folderview.c
8749                 Micro-fix
8750
8751 2005-09-01 [colin]      1.9.13cvs77
8752
8753         * src/imap.c
8754                 Maybe fix bug #795 (Connection lost IMAP)
8755                 Don't try to send logout when we're disconnected.
8756         * src/summaryview.c
8757                 Include locked and marked emails in HRM
8758                 view. Fixes bug #800 (Locked messages no longer 
8759                 show up when hide read messages is used)
8760
8761 2005-09-01 [paul]       1.9.13cvs76
8762
8763         * src/prefs_common.c
8764                 fix bad cutting
8765
8766 2005-08-31 [colin]      1.9.13cvs75
8767
8768         * src/folderview.c
8769         * src/folderview.h
8770         * src/prefs_summaries.c
8771         * src/summaryview.c
8772                 Fix "go to next new", fix preference
8773                 (Open unread/next swapped)
8774
8775 2005-08-31 [paul]       1.9.13cvs74
8776
8777         * src/compose.c
8778         * src/folderview.c
8779         * src/headerview.c
8780         * src/headerview.h
8781         * src/mainwindow.c
8782         * src/prefs_common.c
8783         * src/prefs_common.h
8784         * src/prefs_fonts.c
8785         * src/summaryview.c
8786         * src/textview.c
8787         * src/common/defs.h
8788                 remove obsolete BOLD_FONT setting
8789                 fix font update in headerview and textview
8790                 headers after prefs change
8791                 Patch By Colin
8792
8793 2005-08-31 [paul]
8794
8795         1.9.14-rc4 released
8796
8797 2005-08-30 [colin]      1.9.13cvs73
8798
8799         * src/summaryview.c
8800                 When Hide read messages is selected and we
8801                 refresh the summaryview, don't remove the 
8802                 currently displayed message. Fixes bug #797
8803                 (Summary view reloads when new mail is 
8804                 downloaded in 1.9.14 rc)
8805
8806 2005-08-30 [colin]      1.9.13cvs72
8807
8808         * src/folderview.c
8809                 Fix flickering
8810         * src/mainwindow.c
8811                 Remove useless callback
8812         * src/mimeview.c
8813         * src/gtk/filesel.c
8814         * src/gtk/filesel.h
8815                 Add a filesel_select_file_save_folder() - used by Save All
8816
8817 2005-08-29 [paul]       1.9.13cvs71
8818
8819         * AUTHORS
8820         * src/matcher_parser_parse.y
8821         * src/etpan/imap-thread.c
8822                 fix building on FreeBSD
8823                 Patch by Daniel Gustafson <daniel@hobbit.se>
8824
8825 2005-08-29 [paul]       1.9.13cvs70
8826
8827         * src/plugins/pgpinline/pgpinline.c
8828                 only initialise sig result if it's been handled
8829                 Patch by Colin
8830
8831 2005-08-29 [paul]       1.9.13cvs69
8832         
8833         Patches by Colin:
8834
8835         * src/imap.c
8836         * src/common.utils.c
8837         * src/common/utils.h
8838                 optimisation
8839         * src/stock_pixmap.h
8840                 fix wrong icon reference
8841         * src/pixmaps/trash_btn.xpm
8842                 replace with nicer image
8843
8844 2005-08-28 [colin]      1.9.13cvs68
8845
8846         * src/Makefile.am
8847         * src/stock_pixmap.c
8848         * src/stock_pixmap.h
8849         * src/toolbar.c
8850         * src/pixmaps/trash_btn.xpm
8851                 Add a specific trash xpm for the button
8852
8853 2005-08-28 [colin]      1.9.13cvs67
8854
8855         * src/imap.c
8856                 Fix leak
8857
8858 2005-08-27 [colin]      1.9.13cvs66
8859
8860         * src/imap.c
8861         * src/procmime.c
8862                 Correctly fix "Problem with replies", fixes
8863                 pgpmime encryption too. 
8864
8865 2005-08-27 [colin]      1.9.13cvs65
8866
8867         * src/folder.c
8868         * src/procmsg.c
8869         * src/procmsg.h
8870         * src/summaryview.c
8871                 Fix bug #517 (messages removed from summaryview 
8872                 when moving fails)
8873
8874 2005-08-27 [colin]      1.9.13cvs64
8875
8876         * tools/Makefile.am
8877         * tools/asus_mailled.sh
8878                 Add a script to blink ASUS laptops' mail LED where there
8879                 is unread mail.
8880
8881 2005-08-27 [colin]      1.9.13cvs63
8882
8883         * src/imap.c
8884         * src/etpan/imap-thread.c
8885         * src/etpan/imap-thread.h
8886                 Implement automatic choosing of login method
8887                 Fixes bug #791
8888         * src/gtk/.cvsignore
8889                 Add sylpheed-marshal.[ch]
8890
8891 2005-08-27 [colin]      1.9.13cvs62
8892
8893         * src/common/utils.c
8894                 Fix confusing perror
8895
8896 2005-08-27 [colin]      1.9.13cvs61
8897
8898         * src/toolbar.c
8899         * src/toolbar.h
8900                 Remove A_DELETE, replace it with 
8901                 A_TRASH and A_DELETE_REAL. Automatically
8902                 rewrite config files to replace A_DELETE
8903                 with A_TRASH (no functionality change).
8904                 Fixes half of #794
8905
8906 2005-08-26 [colin]      1.9.13cvs60
8907
8908         * src/procmime.c
8909                 Previous "Problem with replies" fix brought other
8910                 problems, fixing them
8911
8912 2005-08-26 [colin]      1.9.13cvs59
8913
8914         * src/procmime.c
8915                 Fix "Problem with replies". This happened only
8916                 on IMAP...
8917         * src/procmsg.c
8918                 Factorize code a bit
8919         * src/compose.c
8920                 Speed improvement on very long messages (wrapping)
8921                 Fix signature color on Reedit and Redirect
8922                 On Reedit, don't attach pgp-signatures parts, but
8923                 set signing to On.
8924
8925 2005-08-24 [paul]       1.9.13cvs58
8926
8927         * src/compose.c
8928                 don't claim success when clicking
8929                 Cancel on the passphrase box.
8930                 Patch by Colin
8931
8932 2005-08-24 [paul]       1.9.13cvs57
8933
8934         * src/main.c
8935                 fix misplaced sylpheed.log
8936         * src/common/defs.h
8937                 define UIDL_DIR
8938
8939 2005-08-24 [paul]       1.9.13cvs56
8940
8941         * src/imap.c
8942         * src/etpan/imap-thread.c
8943         * src/etpan/imap-thread.h
8944                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
8945                 Patch by Colin
8946         * src/gtk/sylpheed-marshal.c    ** REMOVED **
8947         * src/gtk/sylpheed-marshal.h    ** REMOVED **
8948                 remove autogenerated files
8949         * tools/kdeservicemenu/README
8950         * tools/kdeservicemenu/install.sh
8951         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8952         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8953                 use Claws icon, use 'Sylpheed-Claws' in menu,
8954                 use kdialog, and other cleanups
8955
8956 2005-08-23 [paul]       1.9.13cvs55
8957
8958         * src/compose.c
8959                 fix paste/wrap crash
8960                 Patch by Colin
8961
8962 2005-08-23 [paul]       1.9.13cvs54
8963
8964         * src/main.c
8965                 fix crash recovery
8966                 Patch by Colin
8967
8968 2005-08-23 [paul]       1.9.13cvs53
8969
8970         * src/addressbook.c
8971         * src/editaddress.c
8972                 view all data of LDAP contacts
8973                 Patch by Colin
8974
8975 2005-08-23 [paul]       1.9.13cvs52
8976
8977         * src/addressbook.c
8978                 fix issues with the Search field
8979                 Patch by Colin
8980
8981 2005-08-22 [paul]       1.9.13cvs51
8982
8983         * src/folderview.c
8984                 put name of folder in processing dialog
8985                 title
8986         * src/prefs_folder_item.c
8987                 improve english usage
8988
8989 2005-08-22 [paul]       1.9.13cvs50
8990
8991         * src/filtering.c
8992         * src/filtering.h
8993         * src/matcher.c
8994         * src/matcher_parser_lex.l
8995         * src/matcher_parser_parse.y
8996         * src/prefs_filtering.c
8997                 add Filtering/Processing rule names feature.
8998                 (the incompatible old matcherrc is saved as
8999                 matcherrc.pre_names).
9000                 Patch by Colin
9001
9002 2005-08-22 [paul]       1.9.13cvs49
9003
9004         * src/procmsg.c
9005                 fix colour labelling
9006                 Patch by Colin
9007
9008 2005-08-22 [paul]       1.9.13cvs48
9009
9010         * src/textview.c
9011                 fix open_image_cb()
9012
9013 2005-08-22 [paul]       1.9.13cvs47
9014
9015         * src/imap.c
9016                 fix bug 789, 'SC crashes with imap (CVS ver)'
9017                 Patch by Colin
9018
9019 2005-08-22 [paul]       1.9.13cvs46
9020
9021         * src/mimeview.c
9022         * src/prefs_common.c
9023         * src/common/defs.h
9024                 define reused defaults in defs.h
9025         * src/textview.c
9026                 add 'Open image' to image popup menu
9027
9028 2005-08-21 [colin]      1.9.13cvs45
9029
9030         * src/summaryview.c
9031                 Fix bug #788 (Bogus "From" address displayed)
9032
9033 2005-08-20 [colin]      1.9.13cvs44
9034
9035         * src/folder.c
9036                 Fix buf #787 (multilevel delete causes SIGSEGV)
9037
9038 2005-08-19 [colin]      1.9.13cvs43
9039
9040         * src/inc.c
9041         * src/prefs_common.c
9042         * src/prefs_common.h
9043                 Add an hidden pref to allow modifying the
9044                 update stepping in incorporation.
9045                 Patch by wwp.
9046
9047 2005-08-19 [colin]      1.9.13cvs42
9048
9049         * src/compose.c
9050         * src/procmime.c
9051                 Workaround for broken MUAs: encode 
9052                 Content-type: name: as ASCII and 
9053                 Content-Disposition: filename: as
9054                 per rfc2231
9055         * src/prefs_account.c
9056                 Fix invisible-ness of SMTP SSL prefs
9057                 in NNTP accounts
9058
9059 2005-08-19 [paul]       1.9.13cvs41
9060
9061         * src/compose.c
9062         * src/prefs_common.c
9063         * src/prefs_common.h
9064         * src/prefs_wrapping.c
9065                 paste with or without wrapping.
9066                 patch by Colin
9067
9068 2005-08-19 [paul]       1.9.13cvs40
9069
9070         * src/prefs_common.c
9071         * src/prefs_common.h
9072         * src/summaryview.c
9073                 reintroduce enable_swap_from as a
9074                 hidden pref. patch by Colin
9075         * src/quote_fmt_parse.y
9076         * src/plugins/clamav/clamav_plugin.c
9077         * src/plugins/dillo_viewer/dillo_viewer.c
9078         * src/plugins/mathml_viewer/mathml_viewer.c
9079         * src/plugins/pgpcore/sgpgme.c
9080         * src/plugins/pgpinline/pgpinline.c
9081         * src/plugins/pgpmime/pgpmime.c
9082                 tidy up. patch by Colin
9083
9084 2005-08-19 [paul]       1.9.13cvs39
9085
9086         * configure.ac
9087                 complete cvs38's sync
9088         * src/editaddress.c
9089         * src/gedit-print.c
9090         * src/mutt.c
9091         * src/etpan/etpan-log.c
9092         * src/etpan/imap-thread.c
9093         * src/gtk/gtksourceprintjob.c
9094                 fix compilation warnings
9095                 (patch by Colin)
9096
9097 2005-08-19 [paul]       1.9.13cvs38
9098
9099         sync with main:
9100
9101         * src/account.c
9102         * src/action.c
9103         * src/addrbook.c
9104         * src/addrcache.c
9105         * src/addrharvest.c
9106         * src/addrindex.c
9107         * src/codeconv.c
9108         * src/compose.c
9109         * src/crash.c
9110         * src/exporthtml.c
9111         * src/exportldif.c
9112         * src/folder.c
9113         * src/image_viewer.c
9114         * src/inc.c
9115         * src/inc.h
9116         * src/jpilot.c
9117         * src/ldif.c
9118         * src/main.c
9119         * src/matcher.c
9120         * src/mbox.c
9121         * src/messageview.c
9122         * src/mh.c
9123         * src/mimeview.c
9124         * src/msgcache.c
9125         * src/mutt.c
9126         * src/news.c
9127         * src/partial_download.c
9128         * src/pine.c
9129         * src/pop.c
9130         * src/prefs_actions.c
9131         * src/prefs_common.c
9132         * src/prefs_customheader.c
9133         * src/prefs_display_header.c
9134         * src/prefs_gtk.c
9135         * src/prefs_themes.c
9136         * src/procheader.c
9137         * src/procmime.c
9138         * src/procmsg.c
9139         * src/recv.c
9140         * src/send_message.c
9141         * src/simple-gettext.c
9142         * src/sourcewindow.c
9143         * src/textview.c
9144         * src/vcard.c
9145         * src/common/defs.h
9146         * src/common/log.c
9147         * src/common/plugin.c
9148         * src/common/prefs.c
9149         * src/common/session.c
9150         * src/common/session.h
9151         * src/common/socket.c
9152         * src/common/socket.h
9153         * src/common/ssl_certificate.c
9154         * src/common/template.c
9155         * src/common/utils.c
9156         * src/common/utils.h
9157         * src/common/xml.c
9158         * src/gtk/about.c
9159         added wrappers for C library function that
9160                 take pathname arguments.
9161                 enabled compilation with MinGW.
9162                 use GDir instead of directly using opendir().
9163                 added rename_force().
9164
9165 2005-08-19 [paul]       1.9.13cvs37
9166         
9167         patches by Colin:
9168         * src/compose.c
9169                 fix privacy settings on re-editing
9170                 a sent message
9171         * src/jpilot.c
9172                 fix encoding bug
9173         * src/folder.c
9174         * src/procmsg.c
9175         * src/procmsg.h
9176         * src/summaryview.c
9177                 flag changing optimisation
9178
9179 2005-08-18 [martin]     1.9.13cvs36
9180
9181         * commitHelper
9182             added my login
9183         * src/addrcache.c
9184         * src/addrharvest.c
9185         * src/addrindex.c
9186         * src/compose.c
9187         * src/grouplistdialog.c
9188         * src/main.c
9189         * src/mainwindow.c
9190         * src/msgcache.c
9191         * src/mutt.c
9192         * src/pine.c
9193         * src/prefs_account.c
9194         * src/prefs_themes.c
9195         * src/stock_pixmap.c
9196         * src/summaryview.c
9197         * src/gtk/about.c
9198         * src/gtk/logwindow.c
9199             removed deprecated glib and gdk stuff
9200         * src/plugins/pgpcore/select-keys.c
9201             convert attributes from locale to utf8
9202
9203 2005-08-17 [paul]       1.9.13cvs35
9204
9205         * src/account.c
9206         * src/addressbook.c
9207                 use new GTK_STOCK_ icons if available
9208         * src/summaryview.c
9209         * src/gtk/gtksctree.c
9210         * src/gtk/gtksctree.h
9211                 faster range select. patch by Colin
9212
9213 2005-08-17 [paul]       1.9.13cvs34
9214
9215         patches by colin:
9216         * src/addressbook.c
9217         * src/addressitem.h
9218                 Add an edit button for contacts, fix selections
9219                 of gtksctree items
9220         * src/editaddress.c
9221                 Change labels, let Save be always possible in the
9222                 email and user atributes tabs
9223         * src/folderview.c
9224                 fix sort issues
9225         * src/summaryview.c
9226                 select next item instead of the displayed one
9227                 after deletion
9228
9229         * src/gtk/progressdialog.c
9230                 use prefs_common.enable_rules_hint
9231
9232 2005-08-13 [hoa]        1.9.13cvs33
9233
9234         * src/etpan/imap-thread.c
9235                 fixed build on Solaris.
9236
9237 2005-08-10 [colin]      1.9.13cvs32
9238
9239         * src/procmsg.c
9240                 Fix cvs31 (missing fclose before reading
9241                 the file)
9242
9243 2005-08-10 [colin]      1.9.13cvs31
9244
9245         * src/procmsg.c
9246                 Fix procmsg_msginfo_new_from_mimeinfo() when
9247                 the MimeInfo isn't stored in memory. This fixes
9248                 replying to an attached message.
9249
9250 2005-08-10 [colin]      1.9.13cvs30
9251
9252         * src/mainwindow.c
9253                 Fix slowness in account changing
9254
9255 2005-08-10 [colin]      1.9.13cvs29
9256
9257         * src/folder.c
9258         * src/folderutils.c
9259         * src/folderview.c
9260         * src/imap_gtk.c
9261         * src/mainwindow.c
9262         * src/mh_gtk.c
9263         * src/procmsg.c
9264         * src/summaryview.c
9265                 Optimize folder_has_parent_of_type
9266                 Prevent moving special sub-folders from contextual menus
9267                 Rework message a bit ("Empty all messages" -> "Delete all
9268                 messages")
9269                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9270                 and "Deleted Items" folders)
9271
9272 2005-08-08 [colin]      1.9.13cvs28
9273
9274         * src/summaryview.c
9275         * src/prefs_summaries.c
9276                 Make "Select first unread|new" more flexible
9277                 (just prioritize new or unread)
9278
9279 2005-08-08 [colin]      1.9.13cvs27
9280
9281         * src/summaryview.c
9282                 If "select first new" is selected and there only
9283                 are unread messages, fallback to "select first
9284                 unread".
9285
9286 2005-08-08 [colin]      1.9.13cvs26
9287
9288         * src/folder.c
9289                 Fix shameful bugs (and bug #779)
9290
9291 2005-08-08 [colin]      1.9.13cvs25
9292
9293         * src/folder.c
9294         * src/folder.h
9295                 Cache parents' type to make folder_has_parent_of_type
9296                 faster
9297         * src/folderview.c
9298                 Forbid DnD of special sub-folders
9299         * src/procmsg.c
9300         * src/procmsg.h
9301                 Add MAIL_POSTFILTERING_HOOK
9302         * src/summaryview.c
9303                 Revert over-zealous deletion of the use_addr_book 
9304                 code
9305
9306 2005-08-07 [colin]      1.9.13cvs24
9307
9308         * src/folder.c
9309                 Fix big mistake (passing MsgInfo instead 
9310                 of FolderItem)
9311
9312 2005-08-07 [colin]      1.9.13cvs23
9313
9314         * src/compose.c
9315         * src/folder.c
9316         * src/folder.h
9317         * src/foldersel.c
9318         * src/folderutils.c
9319         * src/folderview.c
9320         * src/imap.c
9321         * src/mainwindow.c
9322         * src/messageview.c
9323         * src/mh.c
9324         * src/msgcache.c
9325         * src/procmime.c
9326         * src/summaryview.c
9327                 Make subfolders of Drafts, Queue, Outbox, Trash
9328                 work like their parents. 
9329                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9330
9331 2005-08-07 [colin]      1.9.13cvs22
9332
9333         * src/addressbook.c
9334                 Fix bug #771 (Dragged contacts not saved)
9335
9336 2005-08-07 [paul]       1.9.13cvs21
9337
9338         * src/summaryview.c
9339                 fix bug 32 'Search Doesn't display results
9340                 if "Hide Read Messages" is chosen'
9341                 be more literal in interpreting 'Hide read
9342                 messages'
9343
9344 2005-08-07 [colin]      1.9.13cvs20
9345
9346         * src/folderview.c
9347                 Add debug
9348         * src/summaryview.c
9349                 Faster 'unthread_for_execution'
9350
9351 2005-08-06 [paul]       1.9.13cvs19
9352
9353         * src/mainwindow.c
9354                 add mnemonics to Set displayed columns
9355                 fix bug where msgview_visible option was
9356                 overwritten as TRUE on startup
9357
9358 2005-08-06 [paul]       1.9.13cvs18
9359
9360         * src/mainwindow.c
9361                 refer to 'displayed columns in folder/message
9362                 list' not 'displayed items in summary/message view'
9363         * src/prefs_display_header.c
9364                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9365                 be consistent with similar dialogues
9366         * src/prefs_folder_column.c
9367         * src/prefs_summary_column.c
9368                 'columns' not 'items', and folder and message lists,
9369                 instead of folder and summary views;
9370                 Use 'Hidden columns' as list heading not 'Available
9371                 items';
9372                 move the 'Remove' button to the right hand side;
9373                 top-align the buttons;
9374                 remove unneeded vbox
9375         * src/prefs_summaries.c
9376                 put the 2 column prefs buttons in a frame to reduce
9377                 overall width; refer to columns not items &c.
9378
9379 2005-08-05 [colin]      1.9.13cvs17
9380
9381         * src/prefs_common.c
9382         * src/prefs_common.h
9383         * src/mainwindow.c
9384         * src/compose.c
9385         * src/messageview.c
9386                 Add an hidden toolbar_detachable pref, so
9387                 that I can get rid of these painful handles
9388                 in the toolbars. Defaults to TRUE to avoid
9389                 changing the GUI on unsuspecting people...
9390
9391 2005-08-05 [colin]      1.9.13cvs16
9392
9393         * src/Makefile.am
9394         * src/prefs_folder_column.c
9395         * src/prefs_folder_column.h
9396                 Add prefs for folder columns
9397         * src/folderview.c
9398         * src/folderview.h
9399         * src/mainwindow.c
9400         * src/mainwindow.h
9401         * src/prefs_common.c
9402         * src/prefs_common.h
9403         * src/prefs_summaries.c
9404                 Use them
9405         * src/prefs_summary_column.c
9406         * src/summaryview.c
9407         * src/summaryview.h
9408                 Add a To column
9409         * src/textview.c
9410         * src/common/utils.c
9411         * src/common/utils.h
9412                 Move uri colourisation functions
9413                 to utils
9414         * src/compose.c
9415                 Colourise URIs
9416         * src/imap.c
9417                 Fix bug with LIST where we'd try
9418                 to get Folder//////[...]/// 
9419
9420 2005-08-05 [paul]       1.9.13cvs15
9421
9422         * src/prefs_summaries.c
9423                 improve the English usage
9424         * src/summaryview.c
9425                 set font on column change
9426                 thanks to Colin
9427
9428 2005-08-05 [paul]       1.9.13cvs14
9429
9430         * src/prefs_common.c
9431         * src/prefs_common.h
9432         * src/prefs_summaries.c
9433         * src/summaryview.c
9434                 replace 'open_unread_on_enter' option with
9435                 'select_on_entry' option. opening/not opening
9436                 is now exclusively controlled by 'always_show_msg'
9437
9438 2005-08-04 [colin]      1.9.13cvs13
9439
9440         * src/compose.c
9441                 Remove dead code
9442                 Add colourisation of quotes and signatures
9443         * src/folderview.c
9444                 Fix possible crashes
9445         * src/messageview.c
9446                 Change an assert that is no problem
9447         * src/news.c
9448         * src/news_gtk.c
9449         * src/news_gtk.h
9450                 Fix offline mode
9451         * src/gtk/quicksearch.c
9452                 Fix a possible crash
9453
9454 2005-08-03 [colin]      1.9.13cvs12
9455
9456         * src/prefs_account.c
9457                 Fix bug #777 (Sylpheed crash in account configuration)
9458
9459 2005-08-03 [colin]      1.9.13cvs11
9460
9461         * src/addressbook.c
9462         * src/editaddress.c
9463         * src/editgroup.c
9464                 Fixing addressbook, round 2
9465         * src/textview.c
9466                 Fix emphasis color on rechecking 'Colorize messages'
9467
9468 2005-08-03 [paul]       1.9.13cvs10
9469
9470         sync with main
9471
9472         * src/addr_compl.c
9473         * src/compose.c
9474         * src/main.c
9475         * src/pop.c
9476         * src/prefs_account.c
9477         * src/procmime.c
9478         * src/procmsg.c
9479         * src/quote_fmt_parse.y
9480         * src/textview.c
9481         * src/common/quoted-printable.c
9482         * src/common/utils.c
9483         * src/common/utils.h
9484         * src/common/xml.c
9485                 replaced incorrect locale-independent
9486                 ctype functions with GLib's. Corrected
9487                 signedness mismatch.
9488         * src/headerview.c
9489                 headerview_create(): added spacing for vbox.
9490         * src/gtk/about.c
9491                 set focus to the OK button.
9492
9493 2005-08-03 [colin]      1.9.13cvs9
9494
9495         * src/folderview.c
9496                 Fix possible crash
9497
9498 2005-08-02 [colin]      1.9.13cvs8
9499
9500         * src/mainwindow.c
9501                 Fix cast
9502         * src/addressbook.c
9503         * src/addressitem.h
9504                 Fix a cast and more generally, try to make the
9505                 GUI more intuitive and consistent (round 1)
9506
9507 2005-08-02 [paul]       1.9.13cvs7
9508
9509         * src/folder.h
9510                 missing in 1.9.13cvs6
9511
9512 2005-08-02 [colin]      1.9.13cvs6
9513
9514         * src/folder.c
9515                 Fix one more leak
9516
9517 2005-08-02 [colin]      1.9.13cvs5
9518
9519         * src/folder.c
9520         * src/folderview.c
9521         * src/imap.c
9522         * src/main.c
9523         * src/mbox.c
9524         * src/procmsg.c
9525         * src/summaryview.c
9526                 Fix a number of folder_item_get_msg_list()-related
9527                 leaks (missing procmsg_msginfo_free()s)
9528
9529 2005-08-01 [colin]      1.9.13cvs4
9530
9531         * src/folderview.c
9532         * src/folderview.h
9533         * src/mainwindow.c
9534         * src/prefs_fonts.c
9535         * src/prefs_summaries.c
9536         * src/prefs_themes.c
9537         * src/summaryview.c
9538         * src/summaryview.h
9539         * src/textview.c
9540         * src/textview.h
9541                 Fix instant-apply of summary and folderview-related prefs
9542                 Fix erroneous g_free and alertpanels in prefs_theme
9543                 Add instant-apply for fonts
9544                 Defer applying of prefs a little bit so it's done only
9545                 once even if requested by multiples prefs pages
9546
9547 2005-08-01 [paul]       1.9.13cvs3
9548
9549         * src/main.c
9550                 fix bug 776 'S.C. crashes on close'
9551                 thanks to Colin
9552         * src/etpan/etpan-thread-manager-types.h
9553                 add missing include
9554                 thanks to Hoa
9555
9556 2005-07-25 [paul]       1.9.13cvs2
9557
9558         * src/summaryview.c
9559                 fix typos. spotted by Fabien Vantard
9560
9561 2005-07-24 [paul]       1.9.13cvs1
9562
9563         * doc/man/sylpheed.1
9564                 update man page, incorporating fix of
9565                 bug 769 'Typo in manpage'
9566         * src/etpan/imap-thread.c
9567                 fix NetBSD openssl dependencies. patch by
9568                 George Michaelson <ggm@apnic.net>
9569         * po/pt_BR.po
9570                 updated by Frederico Goncalves Guimaraes
9571
9572 2005-07-22 [paul]       1.9.13
9573
9574         1.9.13 release
9575
9576 2005-07-22 [paul]       1.9.12cvs91
9577
9578         * AUTHORS
9579         * INSTALL
9580         * README.claws
9581         * RELEASE_NOTES.claws
9582                 updated for release
9583         * configure.ac
9584         * po/nb.po
9585         * tools/claws.i18n.status.pl
9586                 add Norwegian translation. submiited by
9587                 Geir Helland <pjallabais@users.sourceforge.net>
9588         * po/ca.po
9589         * po/de.po
9590         * po/es.po
9591         * po/fi.po
9592         * po/fr.po
9593         * po/it.po
9594         * po/sk.po
9595         * po/sr.po
9596         * po/zh_CN.po
9597                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9598                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9599                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9600                 Yang Guilong
9601         * src/plugins/clamav/clamav_plugin_gtk.c
9602         * src/plugins/spamassassin/spamassassin_gtk.c
9603                 replace outdated description strings
9604
9605 2005-07-21 [colin]      1.9.12cvs90
9606
9607         * src/folder.c
9608                 Set folder to batch mode when scanning it. Makes deletion
9609                 of unread mails on IMAP much faster (due to the UNREAD 
9610                 flag unsetting)
9611
9612 2005-07-21 [darko]      1.9.12cvs89
9613
9614         * configure.ac
9615                 link against libresolv if necessary (patch by Paul)
9616         * src/msgcache.c
9617                 use glib's portable macros to determine endianness
9618
9619 2005-07-21 [paul]       1.9.12cvs88
9620
9621         * src/crash.c
9622         * src/gtk/about.c
9623                 update compiled-in features list
9624
9625 2005-07-20 [colin]      1.9.12cvs87
9626
9627         * src/folder.c
9628         * src/textview.c
9629                 Gcc 2.9x compilation fixes, thanks to Darko
9630         * src/plugins/clamav/clamav_plugin.c
9631                 Little optimisation: load virus database only once
9632         * src/plugins/spamassassin/spamassassin.c
9633                 Big optimisation: filtering one mail took at least 1 second,
9634                 now it takes at least 50ms. Doesn't speed up spamassassin 
9635                 itself, but should already be much more tolerable.
9636
9637 2005-07-20 [colin]      1.9.12cvs86
9638
9639         * src/summaryview.c
9640                 Fix performance issue
9641
9642 2005-07-19 [colin]      1.9.12cvs85
9643
9644         * src/plugins/pgpinline/plugin.c
9645                 Fix warning
9646
9647 2005-07-19 [colin]      1.9.12cvs84
9648
9649         * configure.ac
9650         * src/plugins/Makefile.am
9651         * src/plugins/pgpinline/.cvsignore
9652         * src/plugins/pgpinline/Makefile.am
9653         * src/plugins/pgpinline/pgpinline.c
9654         * src/plugins/pgpinline/pgpinline.deps
9655         * src/plugins/pgpinline/pgpinline.h
9656         * src/plugins/pgpinline/plugin.c
9657                 Put pgpinline in the main tree
9658
9659 2005-07-19 [paul]       1.9.12cvs83
9660
9661         * src/prefs_actions.c
9662                 prevent '//' in menu names, which cause a crash
9663                 thanks to Colin
9664
9665 2005-07-19 [paul]       1.9.12cvs82
9666
9667         * configure.ac
9668                 be generally more informative in configure output.
9669                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9670                 '[ --disable-openssl ...', as --enable-openssl is default
9671                 PGP/MIME: don't check for GPGME again, check for
9672                 pgpcore instead. Therefore prevent the possibility of
9673                 attempting to build pgpmime if pgpcore dependencies are
9674                 not met
9675                 ClamAV: use pkgconfig to check for lib
9676                 libgnomeprint: revert logic on inner test to match
9677                 everything else
9678         * src/plugins/pgpcore/sgpgme.c
9679                 add missing include
9680
9681 2005-07-19 [colin]      1.9.12cvs81
9682
9683         * src/summaryview.c
9684                 Fix slow thread rebuilding in particular
9685                 cases
9686
9687 2005-07-19 [paul]       1.9.12cvs80
9688
9689         * sylpheed-claws.desktop
9690                 fix typo, spotted by Stephan Sachse
9691         * src/account.c
9692                 replace GTK_STOCK_ADD with
9693                 GTK_STOCK_NEW button
9694
9695 2005-07-18 [colin]      1.9.12cvs79
9696
9697         * src/etpan/imap-thread.c
9698                 Fix return value (Thanks Hoa)
9699
9700 2005-07-18 [colin]      1.9.12cvs78
9701
9702         * src/imap.c
9703                 Allow empty passwords
9704                 Create drafts/queue/outbox if necessary
9705         * src/summaryview.c
9706                 Remove old code
9707         * src/etpan/imap-thread.c
9708                 Fix STARTTLS (Thanks to Hoa)
9709
9710 2005-07-18 [paul]       1.9.12cvs77
9711
9712         * ChangeLog-gtk2.jp
9713         * ChangeLog.jp
9714                 removed
9715         * Makefile.am
9716                 updated to reflect additions and removals
9717         * TODO
9718                 updated to be claws-specific
9719         * TODO-gtk2
9720         * TODO-gtk2.jp
9721         * TODO.jp
9722         * sylpheed-128x128.png
9723         * sylpheed-64x64.png
9724                 removed
9725         * sylpheed-claws-128x128.png
9726         * sylpheed-claws-64x64.png
9727         * sylpheed-claws.desktop
9728         * sylpheed-claws.png
9729                 added
9730         * sylpheed.desktop
9731         * sylpheed.png
9732                 removed
9733
9734 2005-07-17 [paul]       1.9.12cvs76
9735
9736         * src/account.c
9737         * src/addressbook.c
9738         * src/alertpanel.c
9739         * src/alertpanel.h
9740         * src/compose.c
9741         * src/exphtmldlg.c
9742         * src/expldifdlg.c
9743         * src/folderview.c
9744         * src/imap_gtk.c
9745         * src/inc.c
9746         * src/message_search.c
9747         * src/messageview.c
9748         * src/mh_gtk.c
9749         * src/news_gtk.c
9750         * src/prefs_actions.c
9751         * src/prefs_filtering.c
9752         * src/prefs_matcher.c
9753         * src/prefs_template.c
9754         * src/prefs_themes.c
9755         * src/ssl_manager.c
9756         * src/summary_search.c
9757         * src/textview.c
9758         * src/toolbar.c
9759         * src/gtk/sslcertwindow.c
9760         * src/plugins/pgpcore/sgpgme.c
9761                 rework alertpanels
9762
9763 2005-07-17 [colin]      1.9.12cvs75
9764
9765         * src/privacy.c
9766                 add a PrivacySystem accessor that checks that
9767                 the system cached in a MimeInfo's privacydata
9768                 is still registered. Use this accessor instead
9769                 of directly using data->system. Fixes crashes
9770                 after unloading pgp plugins.
9771
9772 2005-07-17 [colin]      1.9.12cvs74
9773
9774         * src/alertpanel.c
9775                 Change geometry hints to a simple default size.
9776                 Fixes the certs dialogs.
9777
9778 2005-07-17 [colin]      1.9.12cvs73
9779
9780         * src/gtk/sslcertwindow.c
9781                 Use a gtkExpander
9782
9783 2005-07-17 [colin]      1.9.12cvs72
9784
9785         * src/plugins/pgpcore/Makefile.am
9786         * src/plugins/pgpmime/Makefile.am
9787                 Add gpgme libs
9788
9789 2005-07-17 [paul]       1.9.12cvs71
9790
9791         * configure.ac
9792                 add --disable-gnomeprint option
9793                 modified version of patch by Marius Mauch
9794
9795 2005-07-17 [paul]       1.9.12cvs70
9796
9797         * src/common/defs.h
9798                 update urls
9799         * src/account.c
9800         * src/action.c
9801         * src/addressbook.c
9802         * src/compose.c
9803         * src/foldersel.c
9804         * src/folderview.c
9805         * src/html.c
9806         * src/imap_gtk.c
9807         * src/main.c
9808         * src/mainwindow.c
9809         * src/messageview.c
9810         * src/mh_gtk.c
9811         * src/mimeview.c
9812         * src/news_gtk.c
9813         * src/prefs_account.c
9814         * src/prefs_send.c
9815         * src/prefs_summaries.c
9816         * src/procmsg.c
9817         * src/summaryview.c
9818         * src/common/utils.c
9819         * src/common/xml.c
9820         * src/plugins/pgpcore/passphrase.c
9821         * src/plugins/pgpcore/select-keys.c
9822                 replace inappropriately used backticks
9823                 with single quotes
9824
9825 2005-07-16 [colin]      1.9.12cvs69
9826
9827         * src/image_viewer.c
9828                 Add extra paranoid checks
9829
9830 2005-07-16 [colin]      1.9.12cvs68
9831
9832         * src/plugins/pgpcore/prefs_gpg.c
9833                 Don't auto-check sigs by default, as it
9834                 can be really slow.
9835
9836 2005-07-16 [colin]      1.9.12cvs67
9837
9838         * src/plugins/pgpcore/sgpgme.c
9839                 Make messages a bit better.
9840
9841 2005-07-16 [colin]      1.9.12cvs66
9842
9843         * src/imap.c
9844                 Remove pseudo-log
9845         * src/etpan/imap-thread.c
9846                 Add real log
9847
9848 2005-07-16 [colin]      1.9.12cvs65
9849
9850         * src/main.c
9851         * src/prefs_other.c
9852                 And now, fix build with libetpan :-/
9853
9854 2005-07-15 [colin]      1.9.12cvs64
9855
9856         * src/prefs_other.c
9857                 Continue fixing build without libetpan.
9858
9859 2005-07-15 [colin]      1.9.12cvs63
9860
9861         * src/main.c
9862                 Fix build with --disable-libetpan
9863
9864 2005-07-15 [colin]      1.9.12cvs62
9865
9866         * configure.ac
9867                 Bump libetpan's version
9868
9869 2005-07-15 [colin]      1.9.12cvs61
9870
9871         * src/etpan/imap-thread.c
9872                 Actually stop logging :)
9873
9874 2005-07-15 [colin]      1.9.12cvs60
9875
9876         * src/addressbook.c
9877                 Fix dnd of multiple addresses.
9878
9879 2005-07-15 [hoa]        1.9.12cvs59
9880
9881         * src/etpan/imap-thread.c
9882             disable login of IMAP password in libetpan log file.
9883
9884 2005-07-15 [paul]       1.9.12cvs58
9885
9886         * src/account.c
9887                 don't automatically sort
9888                 do allow drag n drop
9889
9890 2005-07-15 [paul]       1.9.12cvs57
9891
9892         * src/account.c
9893         * src/ssl_manager.c
9894                 alphabetical listing
9895
9896 2005-07-15 [paul]       1.9.12cvs56
9897
9898         * src/gtk/pluginwindow.c
9899                 sort plugin list alphabetically
9900
9901 2005-07-15 [paul]       1.9.12cvs55
9902
9903         * src/prefs_spelling.c
9904         * src/prefs_wrapping.c
9905                 unify English usage
9906
9907 2005-07-15 [colin]      1.9.12cvs54
9908
9909         * src/wizard.c
9910                 Typo fix
9911
9912 2005-07-15 [paul]       1.9.12cvs53
9913
9914         * src/prefs_message.c
9915                 make 'show cursor' a hidden option
9916
9917 2005-07-14 [colin]      1.9.12cvs52
9918
9919         * src/plugins/spamassassin/Makefile.am
9920         * src/plugins/clamav/Makefile.am
9921                 Fix double EXTRA_DISTs
9922
9923 2005-07-14 [colin]      1.9.12cvs51
9924
9925         * src/plugins/clamav/Makefile.am
9926         * src/plugins/clamav/clamav_plugin_gtk.deps
9927         * src/plugins/spamassassin/Makefile.am
9928         * src/plugins/spamassassin/spamassassin_gtk.deps
9929                 Make $plugin_gtk depend on $plugin
9930
9931 2005-07-14 [hoa]        1.9.12cvs50
9932
9933         * src/etpan/imap-thread.c
9934                 enable debug log of libetpan when running with --debug
9935
9936 2005-07-14 [colin]      1.9.12cvs49
9937
9938         * configure.ac
9939         * src/common/Makefile.am
9940         * src/common/plugin.c
9941         * src/common/plugin.h
9942                 Add a little plugin dependancy system.
9943                 Plugins can ship a $plugin_name.deps file
9944                 (near them in PLUGINDIR) so that their
9945                 dependancies are loaded if possible.
9946         * src/plugins/Makefile.am
9947         * src/plugins/pgpcore/Makefile.am
9948         * src/plugins/pgpcore/passphrase.c
9949         * src/plugins/pgpcore/passphrase.h
9950         * src/plugins/pgpcore/plugin.c
9951         * src/plugins/pgpcore/prefs_gpg.c
9952         * src/plugins/pgpcore/prefs_gpg.h
9953         * src/plugins/pgpcore/select-keys.c
9954         * src/plugins/pgpcore/select-keys.h
9955         * src/plugins/pgpcore/sgpgme.c
9956         * src/plugins/pgpcore/sgpgme.h
9957                 Introduce pgpcore, used by pgpmime and
9958                 pgpinline
9959         * src/plugins/pgpmime/Makefile.am
9960         * src/plugins/pgpmime/passphrase.c
9961         * src/plugins/pgpmime/passphrase.h
9962         * src/plugins/pgpmime/pgpmime.c
9963         * src/plugins/pgpmime/pgpmime.deps
9964         * src/plugins/pgpmime/plugin.c
9965         * src/plugins/pgpmime/prefs_gpg.c
9966         * src/plugins/pgpmime/prefs_gpg.h
9967         * src/plugins/pgpmime/select-keys.c
9968         * src/plugins/pgpmime/select-keys.h
9969         * src/plugins/pgpmime/sgpgme.c
9970         * src/plugins/pgpmime/sgpgme.h
9971                 Remove the core from pgpmime and add the
9972                 dependancy to pgpcore.
9973
9974 2005-07-14 [paul]       1.9.12cvs48
9975
9976         * src/stock_pixmap.c
9977                 forgot this in last commit
9978
9979 2005-07-14 [paul]       1.9.12cvs47
9980
9981         * src/account.c
9982         * src/addressbook.c
9983                 add accelerators for the buttons (sync with main)
9984         * src/compose.c
9985         * src/compose.h
9986                 add accelerators for the buttons.
9987                 fix editing with external editor.
9988                 replace gdk_input_*() with GIOChannel;
9989                 (sync with main)
9990         * src/foldersel.c
9991                 display folder names with new/unread
9992                 representation (sync with main)
9993         * src/main.c
9994                 specify default window icon (sync with main)
9995         * src/prefs_common.c
9996                 use_addr_book default to FALSE
9997         * src/summaryview.c
9998         * src/textview.c
9999                 add accelerators for the buttons (sync with main)
10000         * src/gtk/menu.c
10001                 fix typos
10002         * src/pixmaps/sylpheed_icon.xpm
10003                 updated
10004
10005 2005-07-13 [paul]       1.9.12cvs46
10006
10007         * src/plugins/pgpmime/pgpmime.c
10008         * src/plugins/pgpmime/sgpgme.c
10009                 (temporarily) use deprecated gpgme_data_rewind()
10010                 while largefile support is not present
10011                 (as suggested by Colin)
10012
10013 2005-07-13 [paul]       1.9.12cvs45
10014
10015         * configure.ac
10016                 remove large file support (for now):
10017                 it breaks too many things
10018
10019 2005-07-13 [paul]       1.9.12cvs44
10020
10021         * configure.ac
10022                 add large file support
10023         * src/html.c
10024                 fix bug #763 where href attribute was not
10025                 the very first attribute of a link
10026                 patch by Thomas Gilgin
10027
10028 2005-07-13 [colin]      1.9.12cvs43
10029
10030         * src/gtk/pluginwindow.c
10031                 Little portability fix
10032
10033 2005-07-13 [colin]      1.9.12cvs42
10034
10035         * src/plugins/pgpmime/sgpgme.c
10036                 Fix crasher.
10037
10038 2005-07-13 [colin]      1.9.12cvs41
10039
10040         * src/plugins/pgpmime/pgpmime.c
10041         * src/plugins/pgpmime/sgpgme.c
10042                 Use gpgme_data_release_and_get_mem instead
10043                 of gpgme_data_read.
10044
10045 2005-07-13 [colin]      1.9.12cvs40
10046
10047         * configure.ac
10048         * src/plugins/pgpmime/passphrase.c
10049         * src/plugins/pgpmime/passphrase.h
10050         * src/plugins/pgpmime/pgpmime.c
10051         * src/plugins/pgpmime/plugin.c
10052         * src/plugins/pgpmime/select-keys.c
10053         * src/plugins/pgpmime/select-keys.h
10054         * src/plugins/pgpmime/sgpgme.c
10055         * src/plugins/pgpmime/sgpgme.h
10056                 Port pgpmime to gpgme-1.0.
10057
10058 2005-07-12 [paul]       1.9.12cvs39
10059
10060         * AUTHORS
10061         * src/toolbar.c
10062         * src/toolbar.h
10063                 add a 'Go to Prev' button to the toolbar.
10064                 correct tooltip text of go to buttons.
10065                 based on patch by Yang Guilong <bamanzi@gmail.com>
10066
10067 2005-07-12 [colin]      1.9.12cvs38
10068
10069         * src/statusbar.c
10070                 Fix progress bar showing stuff at startup.
10071
10072 2005-07-12 [paul]       1.9.12cvs37
10073
10074         * src/editjpilot.c
10075                 fix building with jpilot support
10076
10077 2005-07-11 [colin]      1.9.12cvs36
10078
10079         * src/inc.c
10080                 Add visual indication that filtering is running
10081         * src/textview.c
10082                 Make {}[] uri delimiters
10083         * src/summaryview.c
10084                 Remove useless (and slow) calls
10085
10086 2005-07-11 [paul]       1.9.12cvs35
10087
10088         * src/plugins/clamav/clamav_plugin_gtk.c
10089         * src/plugins/dillo_viewer/dillo_prefs.c
10090         * src/plugins/pgpmime/prefs_gpg.c
10091         * src/plugins/spamassassin/spamassassin_gtk.c
10092                 gather plugins prefs together under their
10093                 own 'Plugins' heading
10094
10095 2005-07-11 [paul]       1.9.12cvs34
10096
10097         sync with main
10098
10099         * src/account.c
10100                 account_delete(): modified alert dialog
10101         * src/editjpilot.c
10102         * src/editvcard.c
10103                 fixed a crash when cancelling file selection
10104                 dialog by Escape key. Made non-ascii filename
10105                 selectable.
10106         * src/prefs_template.c
10107                 prefs_template_window_create(): make scrolled
10108                 window policy AUTOMATIC
10109
10110 2005-07-10 [hoa]        1.9.12cvs33
10111
10112         * src/etpan/imap-thread.c
10113                 workaround for old Courier IMAP servers.
10114
10115 2005-07-10 [colin]      1.9.12cvs32
10116
10117         * src/folder.c
10118         * src/statusbar.c
10119         * src/statusbar.h
10120                 Add visual progress indicator on filtering/processing
10121                 Factorize the progress bar code
10122         * src/imap.c
10123         * src/imap.h
10124         * src/etpan/imap-thread.c
10125                 Add a reference counter to avoid destroying the Folder
10126                 while it's in use by another callback.
10127
10128 2005-07-09 [hoa]        1.9.12cvs31
10129
10130         * src/imap.c
10131         * src/etpan/imap-thread.c
10132                 fixed deadlock when removing IMAP account.
10133
10134 2005-07-08 [colin]      1.9.12cvs30
10135
10136         * src/textview.c
10137         * src/unmime.c
10138                 Fix again problems decoding broken headers
10139         * src/gtk/inputdialog.c
10140                 Fix local variable shadowing a global one
10141
10142 2005-07-08 [colin]      1.9.12cvs29
10143
10144         * src/msgcache.c
10145                 Make the cache/mark files platform-agnostic by writing
10146                 them in little-endian format. Reading them is also done
10147                 in little-endian format, of course; however, in order
10148                 to avoid trashing mark data on big-endian machines, the
10149                 files are, at first, read from the native format if the
10150                 little-endian one doesn't exist. This is easy to deter-
10151                 mine by trying to open a file with a swapped data_ver
10152                 and seeing if it's the wanted version.
10153                 Little-endian using users should see absolutely no
10154                 difference, Big-endian users may get a very little
10155                 performance drop due to byte-swapping.
10156                 Tested on i386 and ppc32. 
10157                 Fixes bug #159 (The index file, in the mailboxes, is 
10158                 hardware depending).
10159
10160                 To have the cache/mark files updated to the new little-
10161                 endian format, "Check for new messages" or even
10162                 "Rebuild folder tree" aren't enough. Files will be
10163                 updated as soon as a folder has been opened/closed.
10164                 To update everything, just select all folders by
10165                 selecting them one by one.
10166
10167 2005-07-07 [colin]      1.9.12cvs28
10168
10169         * src/imap.c
10170                 Remember the folder separator per IMAPFolder
10171                 instead of globally.
10172                 Revive the Session on noop; fixes bug #761
10173                 (mark a bunch of unread messages as read takes 
10174                 forever)
10175
10176 2005-07-07 [darko]      1.9.12cvs27
10177
10178         * src/common/template.c
10179                 Sort templates alphabetically
10180
10181 2005-07-06 [colin]      1.9.12cvs26
10182
10183         * src/imap.c
10184                 Try to use the correct separator in
10185                 most cases. Possibly fixes bug #759
10186                 (only creates the INBOX folder when 
10187                 setting up new IMAP account) and 
10188                 bug #760 (Can't retrieve messages)
10189
10190 2005-07-06 [colin]      1.9.12cvs25
10191
10192         * src/imap.c
10193                 Use real_path in status command. This will
10194                 help later, when namespaces will be used.
10195
10196 2005-07-06 [colin]      1.9.12cvs24
10197
10198         * configure.ac
10199         * src/account.c
10200         * src/folder.c
10201         * src/imap.c
10202         * src/etpan/etpan-log.c
10203         * src/etpan/etpan-thread-manager.c
10204         * src/etpan/imap-thread.c
10205                 Add a --disable-libetpan parameter. With this,
10206                 users that don't want IMAP4 support can avoid
10207                 the new dependancy (and have no IMAP support).
10208                 Users that have IMAP4 accounts and use this
10209                 parameter won't lose their configuration, their
10210                 IMAP accounts will just be invisible and not
10211                 used.
10212         * src/textview.c
10213                 Make the "Copy ..." contextual menu items 
10214                 copy to both the X clipboard and the gtk 
10215                 clipboard - as most other apps do.
10216         * src/gtk/about.c
10217                 Add a notice about OpenSSL usage, in order to
10218                 comply with OpenSSL's license (point 6):
10219                 http://www.openssl.org/source/license.html
10220
10221 2005-07-06 [colin]      1.9.12cvs23
10222
10223         * src/alertpanel.c
10224                 Fix a minimum size for alertpanels
10225         * src/compose.c
10226                 Show 'No space left on device' type errors
10227                 when queuing/sending
10228         * src/imap_gtk.c
10229         * src/mh_gtk.c
10230                 Rework folder's deletion message (remove 
10231                 extra \n)
10232
10233 2005-07-05 [colin]      1.9.12cvs22
10234
10235         * src/imap.c
10236                 Add an alertpanel on auth error
10237                 Add pseudo-log
10238                 Remove pthread-related stuff
10239
10240 2005-07-05 [colin]      1.9.12cvs21
10241
10242         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10243                 Fix crash on plugin reloading (with a hack)
10244
10245 2005-07-05 [colin]      1.9.12cvs20
10246
10247         * src/prefs_account.c
10248         * src/prefs_account.h
10249                 Fix typo
10250         * src/gtk/filesel.c
10251         * src/gtk/filesel.h
10252                 Add a way to filter the view
10253         * src/gtk/pluginwindow.c
10254                 Filter loadable stuff
10255         * src/plugins/pgpmime/prefs_gpg.c
10256                 Fix missing unregistration
10257         * .cvsignore
10258         * src/etpan/.cvsignore
10259         * src/plugins/spamassassin/.cvsignore
10260                 Add more stuff to cvs ignored files
10261
10262 2005-07-04 [colin]      1.9.12cvs19
10263
10264         * src/imap.c
10265                 Fix scan_required returning FALSE when it
10266                 shouldn't. Maybe fix #760 (Can't retrieve
10267                 messages)
10268
10269 2005-07-04 [colin]      1.9.12cvs18
10270
10271         * src/summaryview.c
10272                 Fix always_show_msg pref
10273
10274 2005-07-04 [paul]       1.9.12cvs17
10275
10276         sync with main (forgotten in last commit)
10277         
10278         * src/common/utils.c
10279         * src/common/utils.h
10280                 check_line_length(): new.
10281                 is_dir_exist()
10282                 is_file_entry_exist()
10283                 dirent_is_regular_file()
10284                 dirent_is_directory(): use g_file_test() instead of stat().
10285
10286 2005-07-04 [paul]       1.9.12cvs16
10287
10288         sync with main:
10289
10290         * src/compose.c
10291                 compose_write_to_file(): check for line
10292                 length limit and display warning if exceeds
10293         * src/jpilot.c
10294                 use get_home_dir() instead of g_get_home_dir()
10295         * src/procheader.c
10296                 removed warning about invalid date
10297         * src/vcard.c
10298                 use get_home_dir() instead of g_get_home_dir()
10299
10300 2005-07-04 [paul]       1.9.12cvs15
10301
10302         * src/stock_pixmap.c
10303                 fix new pixmap naming errors
10304                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10305
10306 2005-07-04 [colin]      1.9.12cvs14
10307
10308         * src/imap.c
10309                 Fix debugging string with a warning
10310
10311 2005-07-04 [colin]      1.9.12cvs13
10312
10313         * configure.ac
10314                 Add a check for libetpan's version (>= 0.37)
10315
10316 2005-07-04 [hoa]        1.9.12cvs12
10317
10318         * commitHelper
10319         * src/imap.c
10320         * src/etpan/imap-thread.c
10321         * src/etpan/imap-thread.h
10322                 fixed IMAP implementation of check of mails.
10323
10324 2005-07-03 [hoa]        1.9.12cvs11
10325
10326         * src/etpan/Makefile.am
10327         * src/etpan/etpan-errors.h
10328         * src/etpan/etpan-log.[ch]
10329         * src/etpan/etpan-thread-manager-types.h
10330         * src/etpan/etpan-thread-manager.[ch]
10331         * src/etpan/imap-thread.[ch]
10332         * src/Makefile.am
10333         * src/imap.c
10334         * src/main.c
10335         * src/prefs_other.c
10336         * configure.ac
10337             merged imap branch.
10338             dependency on libetpan 0.37 is now added.
10339
10340 2005-07-01 [colin]      1.9.12cvs10
10341
10342         * src/Makefile.am
10343         * src/folder.c
10344         * src/folder.h
10345         * src/folderview.c
10346         * src/stock_pixmap.c
10347         * src/stock_pixmap.h
10348         * src/plugins/trayicon/trayicon.c
10349                 Add marked symbol on folders containing
10350                 marked messages
10351         * src/procmsg.c
10352         * src/procmsg.h
10353         * src/toolbar.c
10354         * src/prefs_common.c
10355         * src/prefs_common.h
10356         * src/prefs_send.c
10357                 Add an optional confirmation dialog on queue
10358                 sending. Patch by wwp.
10359         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10360         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10361         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10362         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10363         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10364         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10365         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10366         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10367         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10368         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10369         * src/pixmaps/trash_mark.xpm            ** ADDED **
10370                 New pixmaps
10371
10372 2005-07-01 [colin]      1.9.12cvs9
10373
10374         * src/summaryview.c
10375                 Fix a little threading bug
10376         * src/addrgather.c
10377         * src/mainwindow.c
10378                 A little bit of HIG normality never hurts
10379
10380 2005-07-01 [colin]      1.9.12cvs8
10381
10382         * src/compose.c
10383         * src/msgcache.c
10384         * src/pop.c
10385         * src/procmime.c
10386         * src/recv.c
10387         * src/common/log.c
10388         * src/common/template.c
10389         * src/common/utils.c
10390         * src/common/utils.h
10391                 Reverted the fwrite_atomic stuff. In fact
10392                 it is already atomic.
10393
10394 2005-06-30 [colin]      1.9.12cvs7
10395
10396         * src/common/utils.c
10397         * src/common/utils.h
10398                 Add an fwrite_atomic() function to make
10399                 sure we write everything: fwrite can make
10400                 short writes.
10401         * src/compose.c
10402         * src/msgcache.c
10403         * src/pop.c
10404         * src/procmime.c
10405         * src/recv.c
10406         * src/common/log.c
10407         * src/common/template.c
10408                 Use that (and fix swapping of size and nmemb).
10409                 Thanks to Rich Coe for the heads up.
10410
10411 2005-06-30 [colin]      1.9.12cvs6
10412
10413         * src/addressbook.c
10414                 Optimize addressbook opening 
10415
10416 2005-06-30 [colin]      1.9.12cvs5
10417
10418         * src/summaryview.c
10419                 Remove calls to summary_step after move/copy
10420
10421 2005-06-28 [paul]       1.9.12cvs4
10422
10423         * src/alertpanel.c
10424                 wrap and make the error msg selectable
10425
10426 2005-06-28 [paul]       1.9.12cvs3
10427
10428         * src/ssl_manager.c
10429                 replace the OK button with a Close button
10430         * src/gtk/foldersort.c
10431                 use GTK_STOCK_ icons/buttons
10432
10433 2005-06-28 [colin]      1.9.12cvs2
10434
10435         * src/gedit-print.c             ** ADDED **
10436         * src/gedit-print.h             ** ADDED **
10437         * src/gtk/gtksourceprintjob.c   ** ADDED **
10438         * src/gtk/gtksourceprintjob.h   ** ADDED **
10439                 I can't believe no one had enough time to tell
10440                 me I forgot the `cvs add`
10441
10442 2005-06-27 [colin]      1.9.12cvs1
10443
10444         * src/Makefile.am
10445         * src/gtk/Makefile.am
10446         * src/messageview.c
10447         * src/procmsg.c
10448         * src/summaryview.c
10449         * configure.ac
10450                 Add optional libgnomeprint-based printing
10451         * src/mainwindow.c
10452         * src/gtk/quicksearch.c
10453                 Add an Edit/Quick search menu item to show
10454                 and focus the quicksearch
10455
10456 2005-06-27 [paul]       1.9.12
10457
10458         1.9.12 release
10459
10460         * po/ca.po
10461         * po/de.po
10462         * po/es.po
10463         * po/fr.po
10464         * po/it.po
10465         * po/ko.po
10466         * po/pt_BR.po
10467         * po/sk.po
10468         * po/zh_CN.po
10469                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10470                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10471                 SungHyun Nam, Frederico Goncalves Guimaraes,
10472                 Andrej Kacian, and Yang Guilong
10473 2005-06-26 [colin]      1.9.11cvs106
10474
10475         * src/imap_gtk.c
10476                 Forgot one file for previous fix
10477
10478 2005-06-26 [colin]      1.9.11cvs105
10479
10480         * src/folder.c
10481         * src/imap.c
10482                 Fix problems with folder operations in no_select
10483                 imap folders. it applies only to mails, and 
10484                 creation/deletion/move/renaming of folders 
10485                 should be possible
10486
10487 2005-06-26 [paul]       1.9.11cvs104
10488
10489         * src/prefs_filtering.c
10490                 replace one more GTK_STOCK_REMOVE
10491                 with GTK_STOCK_DELETE
10492
10493 2005-06-25 [colin]      1.9.11cvs103
10494
10495         * src/imap.c
10496                 Optimize get_seq_set_from_seq_list
10497                 (Patch by Ricardo) 
10498
10499 2005-06-25 [colin]      1.9.11cvs102
10500
10501         * src/mh.c
10502                 If the directory exists, but not in the
10503                 correct encoding, rename it. This should
10504                 handle old-versions-induced bugs.
10505
10506 2005-06-25 [colin]      1.9.11cvs101
10507
10508         * src/mh.c
10509                 Fix path access with extended dir names
10510                 Fixes bug #589 (SC segfaults with wrong locale
10511                 settings)
10512
10513 2005-06-25 [colin]      1.9.11cvs100
10514
10515         * src/prefs_account.c
10516         * src/prefs_account.h
10517         * src/compose.c
10518                 Add an option to encrypt replies to
10519                 encrypted messages
10520
10521 2005-06-25 [colin]      1.9.11cvs99
10522
10523         * src/compose.c
10524         * src/quote_fmt_parse.y
10525                 ... And make it work with pgpinline.
10526
10527 2005-06-25 [colin]      1.9.11cvs98
10528
10529         * src/compose.c
10530         * src/procmime.c
10531         * src/procmime.h
10532         * src/quote_fmt_parse.y
10533                 o Make reedition of encrypted messages possible
10534                   (as long as it is encrypted to self too, no
10535                    magic there)
10536                 o Make replying with quote (and without selecting
10537                   text) possible for encrypted messages.
10538                 Closes bug #550 (Not possible to "reply with quote"
10539                 to gnupg encrypted messages)
10540
10541 2005-06-24 [paul]       1.9.11cvs97
10542
10543         * src/imap.c
10544                 add missing include
10545
10546 2005-06-24 [paul]       1.9.11cvs96
10547
10548         * src/editldap.c
10549                 made bind password entry invisible
10550                 (sync with main)
10551         * src/send_message.c
10552                 send_message_local(): check exit status
10553                 to detect errors (sync with main)
10554         * src/textview.c
10555                 use main's less ambiguous popup menu
10556                 wording
10557
10558 2005-06-24 [paul]       1.9.11cvs95
10559
10560         * src/prefs_actions.c
10561         * src/prefs_customheader.c
10562         * src/prefs_display_header.c
10563         * src/prefs_filtering_action.c
10564         * src/prefs_matcher.c
10565         * src/prefs_template.c
10566         * src/prefs_toolbar.c
10567                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10568         * src/gtk/description_window.c
10569                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10570
10571 2005-06-23 [colin]      1.9.11cvs94
10572
10573         * src/summaryview.c
10574                 Fix rough edges (be sure to call status_show whenever
10575                 necessary).
10576
10577 2005-06-23 [colin]      1.9.11cvs93
10578
10579         * src/summaryview.c
10580                 Optimize Select All
10581                 Before, in a 5K mails folder: 11s
10582                 After, in the same folder: 58000µs
10583                 The joys of locking... gtk_clist_select_all() fires a 
10584                 tree-select-row event for each selected row, which in 
10585                 summaryview, callbacks summary_selected which in turn,
10586                 calls summary_status_show, which walks the selected
10587                 rows. Hence, calling gtk_clist_select_all was 
10588                 exponential. Locking the summaryview makes 
10589                 summary_selected return early.
10590
10591 2005-06-23 [colin]      1.9.11cvs92
10592
10593         * src/imap.c
10594                 Move mutex at the important place to avoid
10595                 deadlocks
10596         * src/summaryview.c
10597                 Fix Del key deleting directly instead of
10598                 moving to trash
10599
10600 2005-06-22 [colin]      1.9.11cvs91
10601
10602         * src/plugins/spamassassin/libspamc.c
10603                 As we do spagetti code with assignations in multiple
10604                 places (see _message_read_raw where out = msg = raw),
10605                 let's be sure we don't free the same pointer twice.
10606                 Should fix bug #683 (Crash in libpam at 
10607                 message_cleanup).
10608
10609 2005-06-22 [colin]      1.9.11cvs90
10610
10611         * src/compose.c
10612         * src/messageview.c
10613         * src/toolbar.c
10614                 Make toolbar's delete use the move to trash stuff;
10615                 Add gtk_widget_realize to be sure pixmaps can get
10616                 created (that may fix an old worksforme bug which
10617                 I can't find back...)
10618
10619 2005-06-22 [colin]      1.9.11cvs89
10620
10621         * src/summaryview.c
10622         * src/summaryview.h
10623         * src/mainwindow.c
10624                 Rename "Message/Delete" to "Message/Move to trash"
10625                 Add "Message/Delete..." that directly destroys the
10626                 selected messages after asking for a confirmation.
10627
10628 2005-06-22 [colin]      1.9.11cvs88
10629
10630         * src/imap.c
10631                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10632                 o Fix a deadlock (thanks Darko)
10633
10634 2005-06-22 [colin]      1.9.11cvs87
10635
10636         * src/gtk/foldersort.c
10637                 Add missing include for the i18n;
10638                 patch by Fabien Vantard
10639
10640 2005-06-21 [colin]      1.9.11cvs86
10641
10642         * src/folder.c
10643         * src/folderview.c
10644                 Respect the no_select flag
10645         * src/imap.c
10646                 Fix recursive deletion
10647         * src/imap_gtk.c
10648         * src/mh_gtk.c
10649                 Make the folder deletion's warning
10650                 more explicit
10651
10652 2005-06-21 [colin]      1.9.11cvs85
10653
10654         * src/textview.c
10655                 Prevent email addresses from spanning accross
10656                 lines - fixes bug # 646 (newline-chars in 
10657                 email addresses)
10658
10659 2005-06-20 [colin]      1.9.11cvs84
10660
10661         * src/folder.c
10662                 Be sure not to remove source if copy failed
10663
10664 2005-06-20 [colin]      1.9.11cvs83
10665
10666         * src/folderview.c
10667         * src/imap_gtk.c
10668                 remove summaryview's lock
10669         * src/imap.c
10670                 introduce threads to avoid problems when foreground tasks
10671                 interfere with background tasks
10672         * src/mh.c
10673                 prevent moving to drafts/queue
10674         * src/mimeview.c
10675                 fix leak
10676
10677 2005-06-19 [colin]      1.9.11cvs82
10678
10679         * src/imap_gtk.c
10680                 Remember that the user doesn't want to override
10681                 offline mode, for 3 seconds. It avoid presenting
10682                 him with N popups in a really short time.
10683
10684 2005-06-17 [colin]      1.9.11cvs81
10685
10686         * src/imap.c
10687                 Fix IMAP breaking on folders containing '('
10688                 (Probably won't be enough)
10689
10690 2005-06-17 [colin]      1.9.11cvs80
10691
10692         Forgotten files on 1.9.11cvs79
10693         * src/summaryview.c
10694                 Fix stepping when not immediately executing
10695         * src/imap.c
10696                 Really prevent UID FETCH 0
10697         * src/codeconv.c
10698                 Fix outgoing charset never set to utf-8
10699         * src/mh.c
10700                 Fix leak
10701
10702 2005-06-16 [colin]      1.9.11cvs79
10703
10704         * src/compose.c
10705                 Fix bug #707 (Dash splits rows)
10706                 Only wrap if we're on a line break position and
10707                 the previous one was a "white" (space) char.
10708                 Pango stuff is weird.
10709
10710 2005-06-16 [colin]      1.9.11cvs78
10711
10712         * src/imap_gtk.c
10713                 Lock summaryview while downloading messages
10714                 on user demand
10715         * src/procheader.c
10716         * src/unmime.c
10717         * src/common/utils.c
10718         * src/common/utils.h
10719                 Replace \r and \n with spaces in From and
10720                 Subject headers
10721
10722 2005-06-16 [paul]       1.9.11cvs77
10723
10724         * src/procmime.c
10725                 liberalise the mime parser
10726         * src/gtk/about.c
10727                 add text wrapping
10728
10729 2005-06-16 [paul]       1.9.11cvs76
10730
10731         * src/gtk/about.c
10732                 reworked
10733
10734 2005-06-15 [colin]      1.9.11cvs75
10735
10736         * src/compose.c
10737                 Finish header encoding fix
10738         * src/summaryview.c
10739                 Fix segfault
10740         * src/headerview.c
10741                 Fix compilation (Thanks Stephan
10742                 Sachse)
10743
10744 2005-06-15 [colin]      1.9.11cvs74
10745
10746         * Makefile.am
10747                 Install gnome2 stuff rather than gnome1, 
10748                 if both are present
10749         * src/codeconv.c
10750         * src/codeconv.h
10751         * src/compose.c
10752                 Fix headers encoding
10753         * src/folder.c
10754                 Visual progress when fetching all messages
10755         * src/folderview.c
10756         * src/summaryview.c
10757         * src/summaryview.h
10758                 Prevent changing current message while
10759                 incorporating
10760
10761 2005-06-15 [paul]       1.9.11cvs73
10762
10763         * src/gtk/gtkaspell.c
10764         * src/gtk/gtkaspell.h
10765                 fix build warnings
10766
10767 2005-06-15 [paul]       1.9.11cvs72
10768
10769         * src/prefs_filtering.c
10770                 allow reordering of filter rules by
10771                 drag n drop
10772
10773 2005-06-15 [paul]       1.9.11cvs71
10774
10775         * COPYING
10776                 updated
10777         * src/codeconv.c
10778                 replace deprecated function
10779         * src/inc.c
10780         * src/send_message.c
10781         * src/gtk/progressdialog.c
10782         * src/gtk/progressdialog.h
10783                 salvage and reuse parts of reverted sync
10784
10785 2005-06-15 [paul]       1.9.11cvs70
10786
10787         * src/inc.c
10788         * src/send_message.c
10789         * src/gtk/progressdialog.c
10790         * src/gtk/progressdialog.h
10791                 revert yesterday's sync with main
10792                 it contains deprecated functions
10793
10794 2005-06-15 [colin]      1.9.11cvs69
10795
10796         * src/headerview.c
10797                 Fix bug #670 (multi user to: will corrupt message 
10798                 headers display)
10799
10800 2005-06-15 [colin]      1.9.11cvs68
10801
10802         * src/compose.c
10803                 Fix bug #421 (Fix undo on wrapping)
10804
10805 2005-06-15 [colin]      1.9.11cvs67
10806
10807         * src/folder.c
10808                 Provide visual feedback while processing
10809                 folder's rules.
10810         * src/imap.c
10811                 Provide visual feedback while getting
10812                 short headers (for uncached messages)
10813
10814
10815 2005-06-14 [paul]       1.9.11cvs66
10816
10817         * src/account.c
10818                 change a couple stock icons
10819         * src/inc.c
10820         * src/send_message.c
10821         * src/gtk/progressdialog.c
10822         * src/gtk/progressdialog.h
10823                 sync main's GtkTreeView implementation
10824
10825 2005-06-14 [colin]      1.9.11cvs65
10826
10827         * src/imap.c
10828                 Various little fixes, mainly on error paths
10829
10830 2005-06-13 [colin]      1.9.11cvs64
10831
10832         * matcher.c
10833         * procmsg.c
10834         * procmsg.h
10835                 Add a way to fetch only headers. This speeds
10836                 up filtering on headers for IMAP. Fixes:
10837                 bug #481 extraneous imap commands slow down 
10838                         imap filtering
10839                 bug #522 Sylpheed downloads all messages 
10840                         when opening mailbox (IMAP)
10841                 bug #677 IMAP fetch is soooooooooooooo slow
10842         * src/folder.c
10843         * src/folder.h
10844                 Add a folder set_batch method so that
10845                 implementations can speed up flags changes
10846         * src/folderutils.c
10847         * src/summaryview.c
10848                 Use that in mark as (un)read and mark all read
10849                 Refix bug #679
10850         * src/imap.c
10851                 Implement set_batch - brings back deferred
10852                 flags in a less buggy manner. Fixes:
10853                 bug #729 IMAP immediate expunge of deleted messages
10854                 bug #191 remove list of messages with one command
10855                 Fix login with strange chars
10856                 Implement fetch_msg_full
10857                 Fix copy (wrong counts)
10858
10859 2005-06-12 [colin]      1.9.11cvs63
10860
10861         * src/folder.c
10862                 lock incorporation during long operations.
10863                 Avoids fucking up the IMAP socket.
10864
10865 2005-06-12 [colin]      1.9.11cvs62
10866
10867         * src/imap.c
10868                 Fix harmful typo
10869                 Factorize remove_all_msg
10870                 Thread-ize expunge
10871         * src/summaryview.c
10872                 Don't update partial-download status if unnecessary
10873         * src/folder.c
10874                 Use remove_msgs everywhere possible
10875
10876 2005-06-12 [colin]      1.9.11cvs61
10877
10878         * src/folder.c
10879         * src/folder.h
10880                 Add a remove_msgs function to remove a 
10881                 list of messages
10882         * src/imap.c
10883                 Implement that.
10884
10885 2005-06-12 [colin]      1.9.11cvs60
10886
10887         * src/imap.c
10888                 Remove flags-processing deferring... Too hard
10889                 to get it to work in all cases.
10890
10891 2005-06-11 [colin]      1.9.11cvs59
10892
10893         * src/imap.c
10894                 printf -> debug_print
10895
10896 2005-06-11 [colin]      1.9.11cvs58
10897
10898         * src/imap.c
10899                 o Fix build without USE_PTHREAD
10900                 o Factorize imap_open
10901                 o Alertpanel in case of impossible connection
10902                 o Alertpanel in case of impossible login
10903                 o Fix deferred flags processing to force a 
10904                   flush before adding some more flags to process,
10905                   but in another folder.
10906
10907 2005-06-10 [colin]      1.9.11cvs57
10908
10909         * src/imap.c
10910                 o Fix a format string error
10911                 o init ssl socket outside of the thread 
10912                   (it possibly invokes gtk calls)
10913         * src/procmime.c
10914                 o Put back the buffer to its necessary size
10915                 o Fix changing a file pointer without keeping
10916                   track of it (thanks Valgrind)
10917         * src/common/smtp.c
10918                 o Fix automatic STARTTLS if login should be done
10919                   and the server only allows it after starting TLS
10920         * src/gtk/gtkinputdialog.c
10921                 o Eat GDK_Return so that the combo popup doesn't 
10922                   appear when we press Enter to validate the combo
10923                   input dialog (as seen in the Open with... dialog)
10924
10925 2005-06-10 [colin]      1.9.11cvs56
10926
10927         * src/imap.c
10928                 o A bit less debug
10929                 o Fix a crash on deletion
10930                 o Threadize imap_select (it's called outside of 
10931                   threads)
10932                 o Defer treatment of DELETED flags
10933
10934
10935 2005-06-09 [colin]      1.9.11cvs55
10936
10937         * src/imap.c
10938                 Make sure we check imap_gtk_should_override(), which
10939                 potentially calls gtk stuff, before creating thread.
10940                 That way it should't be called via imap_get_session()
10941                 inside a thread.
10942
10943 2005-06-09 [colin]      1.9.11cvs54
10944
10945         * src/imap.c
10946                 o add a bit of status output
10947                 o remove some dead code
10948                 o threadize get_list_of_uids
10949                 o threadize imap_get_flags
10950                 o defer flag changing by 500ms so that they
10951                   can be batched
10952
10953
10954 2005-06-08 [colin]      1.9.11cvs53
10955
10956         * src/imap.c
10957                 Thread-ize imap_cmd_fetch
10958
10959 2005-06-08 [colin]      1.9.11cvs52
10960
10961         * src/main.c
10962                 Mmh, that broke POP3...
10963
10964 2005-06-08 [colin]      1.9.11cvs51
10965
10966         * src/main.c
10967                 Stabilize IMAP patch (thanks to Hoa)
10968
10969 2005-06-08 [colin]      1.9.11cvs50
10970
10971         * src/imap.c
10972                 Test patch to speed up imap. 
10973
10974 2005-06-08 [colin]      1.9.11cvs49
10975
10976         * src/imap_gtk.c
10977                 Warning fix
10978         * src/procmime.c
10979                 Apply patch from gentoo to use /usr/share/mime/globs if 
10980                 available, after un-breaking it
10981         * src/common/log.c
10982         * src/common/log.h
10983                 Use g_timeout for invoking hooks that possibly use gtk
10984                 calls. This should leave gtk calls in the main thread.
10985
10986 2005-06-08 [paul]       1.9.11cvs48
10987
10988         * src/codeconv.c
10989                 conv_get_outgoing_charset_str(): don't
10990                 use prefs_common setting
10991         * src/compose.c
10992         * src/compose.h
10993                 add /Options/Character encoding/... to
10994                 temporarily change the outgoing encoding
10995
10996         (belated sync with main)
10997
10998 2005-06-08 [paul]       1.9.11cvs47
10999
11000         * src/compose.c
11001                 correction to/completion of last
11002                 sync with main
11003
11004 2005-06-08 [paul]       1.9.11cvs46
11005
11006         sync with main:
11007         
11008         * src/codeconv.c
11009         * src/codeconv.h
11010                 always enabled Japanese auto-detection
11011                 if the first letters of locale string
11012                 is "ja"
11013         * src/compose.c
11014                 don't use "destroy" signal to destroy
11015                 Compose object (fix rare crashes on discard?)
11016         * src/mainwindow.c
11017         * src/messageview.c
11018         * src/prefs_send.c
11019                 added Hebrew encodings
11020         * src/sourcewindow.c
11021                 don't use "destroy" signal to destroy
11022                 objects
11023
11024 2005-06-07 [colin]      1.9.11cvs45
11025
11026         * src/summaryview.c
11027                 Add missing unlocks/locks
11028
11029 2005-06-07 [paul]       1.9.11cvs44
11030
11031         * src/summaryview.c
11032                 restore bug #749 fix
11033
11034 2005-06-06 [colin]      1.9.11cvs43
11035
11036         * src/summaryview.c
11037                 Fix selection bug when prefs_common.open_unread 
11038                 is FALSE
11039
11040 2005-06-06 [colin]      1.9.11cvs42
11041
11042         * src/common/md5.c
11043                 Fix a warning
11044         * src/summaryview.c
11045         * src/folderview.c
11046                 Factorize long operations beginning and end
11047                 (locking, freezing/thawing, cursor, ...)
11048                 Check selection->data member in selection-
11049                 related loops; this avoids dying an awful
11050                 death if the selection changes on us while
11051                 we're marking a whole IMAP folder unread, 
11052                 for example.
11053
11054 2005-06-06 [paul]       1.9.11cvs41
11055
11056         * src/textview.c
11057                 don't g_free() a static gchar buffer
11058
11059 2005-06-05 [colin]      1.9.11cvs40
11060
11061         * src/mainwindow.c
11062         * src/messageview.c
11063         * src/summaryview.c
11064                 Fix bug #749 (Show all headers should be
11065                 sticky as the GUI suggests)
11066
11067 2005-06-03 [paul]       1.9.11cvs39
11068
11069         * src/compose.c
11070                 don't allow editing of mail while sending.
11071                 patch by Colin
11072
11073 2005-06-03 [paul]       1.9.11cvs38
11074
11075         * src/folderview.c
11076                 add a freeze/thaw to speed up 'mark all read'
11077
11078 2005-06-03 [paul]       1.9.11cvs37
11079
11080         * src/prefs_message.c
11081                 reflect changes immediately
11082
11083 2005-06-02 [colin]      1.9.11cvs36
11084
11085         * po/POTFILES.in
11086                 Patch by Fabien Vantard.
11087
11088 2005-06-02 [colin]      1.9.11cvs35
11089
11090         * src/imap.c
11091                 Use a non-blocking imap_getline() if possible.
11092                 This should completely prevent the interface
11093                 from freezin on imap operations, although it
11094                 may do strange stuff in case of folder switching
11095                 while a big imap operation is taking place...
11096
11097                 In addition, fix a leak in the case thread
11098                 creation fails on connection.
11099
11100 2005-06-02 [colin]      1.9.11cvs34
11101
11102         * src/crash.c
11103         * src/prefs_common.h
11104                 Fix build (prefs_common_init() doesn't exist
11105                 anymore)
11106
11107 2005-06-02 [colin]      1.9.11cvs33
11108
11109         * src/prefs_account.c
11110                 Fix bug #245 (filtering rules broken when
11111                 renaming a remote account (imap4 or nntp)
11112
11113 2005-06-02 [colin]      1.9.11cvs32
11114
11115         * src/imap.c
11116                 Try to fix IMAP shortcomings: 
11117                 o Multithread imap_open()
11118                 o allow offline-mode overriding instead of
11119                   just returning NULL
11120         * src/imap_gtk.c
11121         * src/imap_gtk.h
11122                 Add a function to ask whether we want to
11123                 override offline-mode for 10 minutes (one-shot
11124                 asking was painful)
11125         * src/procheader.c
11126                 Fix segfault when imap parser isn't happy about
11127                 a missing {
11128
11129 2005-06-01 [colin]      1.9.11cvs31
11130
11131         * src/addrharvest.c
11132         * src/compose.c
11133         * src/mbox.c
11134         * src/mbox.h
11135         * src/mh.c
11136         * src/msgcache.c
11137         * src/send_message.c
11138         * src/setup.c
11139         * src/undo.c
11140         * src/common/hooks.c
11141         * src/common/prefs.c
11142         * src/common/template.c
11143         * src/common/utils.c
11144         * src/gtk/gtkutils.c
11145         * src/gtk/inputdialog.c
11146         * src/gtk/menu.c
11147         * src/gtk/pluginwindow.c
11148         * src/gtk/prefswindow.c
11149         * src/plugins/pgpmime/passphrase.c
11150         * src/plugins/pgpmime/prefs_gpg.c
11151                 More -Wall fixes
11152
11153         * src/common/Makefile.am
11154         * src/common/timing.h
11155                 Add basic timing code
11156
11157         * src/summaryview.c
11158                 Fix a bug with unread messages when 
11159                 re-sorting folders, and by the way
11160                 fix a big performance hit when 
11161                 re-sorting (10k mails: before 5s,
11162                 after .5s)
11163
11164         * src/prefs_compose_writing.c
11165         * src/prefs_compose_writing.h
11166         * src/prefs_message.c
11167         * src/prefs_message.h
11168         * src/prefs_other.c
11169         * src/prefs_other.h
11170         * src/prefs_quote.c
11171         * src/prefs_quote.h
11172         * src/prefs_receive.c
11173         * src/prefs_receive.h
11174         * src/prefs_send.c
11175         * src/prefs_send.h
11176         * src/prefs_summaries.c
11177         * src/prefs_summaries.h
11178                 Fix copyright banner
11179
11180 2005-06-01 [paul]       1.9.11cvs30
11181
11182         * po/fi.po
11183                 updated by Flammie Pirinen
11184         * src/procmime.c
11185                 fix 'Bad BASE64 content' output
11186
11187 2005-05-31 [colin]      1.9.11cvs29
11188
11189         * src/procmime.c
11190                 Oops, where did my hunk go.
11191
11192 2005-05-31 [colin]      1.9.11cvs28
11193
11194         * src/Makefile.am
11195         * src/account.c
11196         * src/action.c
11197         * src/addr_compl.c
11198         * src/addressbook.c
11199         * src/codeconv.c
11200         * src/compose.c
11201         * src/export.c
11202         * src/folder.c
11203         * src/folderview.c
11204         * src/image_viewer.c
11205         * src/main.c
11206         * src/mainwindow.c
11207         * src/messageview.c
11208         * src/mimeview.c
11209         * src/msgcache.c
11210         * src/prefs_account.c
11211         * src/prefs_actions.c
11212         * src/prefs_common.c
11213         * src/prefs_compose_writing.c
11214         * src/prefs_customheader.c
11215         * src/prefs_ext_prog.c
11216         * src/prefs_filtering.c
11217         * src/prefs_filtering_action.c
11218         * src/prefs_fonts.c
11219         * src/prefs_image_viewer.c
11220         * src/prefs_message.c
11221         * src/prefs_message.h
11222         * src/prefs_msg_colors.c
11223         * src/prefs_other.c
11224         * src/prefs_other.h
11225         * src/prefs_quote.c
11226         * src/prefs_receive.c
11227         * src/prefs_receive.h
11228         * src/prefs_send.c
11229         * src/prefs_send.h
11230         * src/prefs_spelling.c
11231         * src/prefs_summaries.c
11232         * src/prefs_summary_column.c
11233         * src/prefs_template.c
11234         * src/prefs_themes.c
11235         * src/prefs_toolbar.c
11236         * src/prefs_wrapping.c
11237         * src/procmime.c
11238         * src/procmsg.c
11239         * src/send_message.h
11240         * src/ssl_manager.c
11241         * src/summary_search.c
11242         * src/summaryview.c
11243         * src/textview.c
11244         * src/wizard.c
11245         * src/common/smtp.c
11246         * src/common/smtp.h
11247         * src/gtk/gtkutils.h
11248                 o Move the rest of Common prefs to new style
11249                 o Lots of -Wall warning fixes
11250                 o fix FIXME in cache memusage calculation
11251                 o Let return receipts be sent from any account
11252                 o Little cache optimisation (read)
11253                 o Fix bug #746 (don't treat commas as separators
11254                   when inside a quoted string)
11255
11256 2005-05-31 [paul]       1.9.11cvs27
11257
11258         * src/prefs_common.c
11259                 fix 'off-by-one' typo
11260
11261 2005-05-31 [paul]       1.9.11cvs26
11262
11263         * src/account.c
11264         * src/addr_compl.c
11265         * src/compose.c
11266         * src/foldersel.c
11267         * src/prefs_actions.c
11268         * src/prefs_common.c
11269         * src/prefs_common.h
11270         * src/prefs_customheader.c
11271         * src/prefs_display_header.c
11272         * src/prefs_filtering.c
11273         * src/prefs_filtering_action.c
11274         * src/prefs_matcher.c
11275         * src/prefs_summaries.c
11276         * src/prefs_summary_column.c
11277         * src/prefs_template.c
11278         * src/prefs_toolbar.c
11279         * src/ssl_manager.c
11280         * src/gtk/pluginwindow.c
11281         * src/gtk/prefswindow.c
11282         * src/gtk/progressdialog.c
11283                 add hidden prefs 'enable_rules_hint'
11284                 for gtk_tree_view_set_rules_hint()
11285                 (sync with main)
11286                 
11287
11288 2005-05-31 [colin]      1.9.11cvs25
11289
11290         * src/Makefile.am
11291         * src/main.c
11292         * src/prefs_common.c
11293         * src/prefs_summaries.c ** ADDED **
11294         * src/prefs_summaries.h ** ADDED **
11295                 Common/Display -> Display/Summaries
11296
11297 2005-05-31 [colin]      1.9.11cvs24
11298
11299         * src/Makefile.am
11300         * src/main.c
11301         * src/prefs_quote.c ** ADDED **
11302         * src/prefs_quote.h ** ADDED **
11303                 Move Common/Quote to Compose/Quoting
11304         * src/prefs_common.c
11305         * src/prefs_common.h
11306                 Remove old quote stuff, add
11307                 convenience functions for GtkTextView prefs
11308         * src/gtk/prefswindow.c
11309                 Set default height higher
11310
11311 2005-05-30 [colin]      1.9.11cvs23
11312
11313         * src/Makefile.am
11314         * src/main.c
11315         * src/prefs_common.c
11316         * src/prefs_compose_writing.c ** ADDED **
11317         * src/prefs_compose_writing.h ** ADDED **
11318                 Move Common/Compose prefs to Compose/Writing
11319
11320 2005-05-30 [colin]      1.9.11cvs22
11321
11322         * src/common/utils.c
11323                 Fix bug #651 (Confused Attract by Subject)
11324                 Patch by M. Benkmann <haferfrost@web.de>
11325         * AUTHORS
11326
11327 2005-05-30 [colin]      1.9.11cvs21
11328
11329         * src/compose.c
11330                 Fix concatenation of different headers of
11331                 the same type (bug #645)
11332         * src/prefs_folder_item.c
11333                 Fix bug #699 (setting color to black doesn't
11334                 work immediately)
11335         * src/procmime.c
11336                 Print out decoding error only once per
11337                 block
11338
11339 2005-05-30 [paul]       1.9.11cvs20
11340
11341         * src/common/template.c
11342                 fix Bcc
11343
11344 2005-05-30 [paul]       1.9.11cvs19
11345
11346         * doc/src/rfc2368.txt   **NEW FILE**
11347         * src/compose.c
11348                 compose_entries_set(): don't interpret Bcc
11349                 header field (conform to RFC 2368)
11350                 (sync with main)
11351
11352 2005-05-29 [colin]      1.9.11cvs18
11353
11354         * src/prefs_common.c
11355                 Let the default reply format respect
11356                 netiquette by cutting the signature.
11357
11358 2005-05-29 [colin]      1.9.11cvs17
11359
11360         * src/summaryview.c
11361                 Don't let always_show_msg override
11362                 open_unread_on_enter when opening a new
11363                 directory.
11364
11365 2005-05-27 [paul]       1.9.11cvs16
11366
11367         sync with main:
11368
11369         * src/main.c
11370                 app_will_exit(): cleanup tmp directory when exit
11371         * src/message_search.c
11372                 improved the interface and made code cleanup.
11373                 removed Clear button
11374         * src/send_message.c
11375                 send_message_local(): use GSpawn, and detect errors
11376         * src/summary_search.c
11377                 improved the interface and made code cleanup
11378         * src/textview.c
11379                 textview_write_link(): also skip non-ascii space
11380                  at the head of link strings (phishing check
11381                  didn't work at the case)
11382         * src/common/utils.c
11383                 get_command_output(): use g_spawn_command_line_sync()
11384                 instead of popen()
11385
11386 2005-05-26 [colin]      1.9.11cvs15
11387
11388         * src/folder.c
11389                 remove printf
11390
11391 2005-05-26 [colin]      1.9.11cvs14
11392
11393         * src/common/nntp.c
11394                 Fix nntp mode reader (bug #611)
11395                 Patch by Florian Mickler <florian@mickler.org>
11396
11397 2005-05-26 [colin]      1.9.11cvs13
11398
11399         * src/plugins/pgpmime/passphrase.c
11400                 Fix mouse grabbing (bug #557)
11401
11402 2005-05-26 [colin]      1.9.11cvs12
11403
11404         * src/prefs_themes.c
11405                 Fix g_warning (bug #541)
11406
11407 2005-05-26 [colin]      1.9.11cvs11
11408
11409         * src/prefs_actions.c
11410         * src/prefs_template.c
11411                 Fix bug #506 (no warning if action/template
11412                 is not saved)
11413         * src/common/template.c
11414                 Fix a possible crash
11415
11416 2005-05-26 [colin]      1.9.11cvs10
11417
11418         * src/folder.c
11419         * src/folderview.c
11420         * src/procmsg.c
11421         * src/summaryview.c
11422                 Forbid locked messages to be moved or
11423                 deleted. Locked messages in trashes 
11424                 still get deleted, for performance
11425                 reason (mh.c::mh_remove_all_msgs)
11426
11427 2005-05-25 [colin]      1.9.11cvs9
11428
11429         * src/procmime.c
11430                 Use correct encoding when sending mails
11431                 with attachments that have accentued 
11432                 chars in their name
11433
11434 2005-05-24 [colin]      1.9.11cvs8
11435
11436         * src/summaryview.c
11437                 Fix bug #688 f) read/unread marker not
11438                 changed on first click
11439                 Also, optimize summary_status_show()
11440                 calls
11441         * src/folder.c
11442         * src/inc.c
11443         * src/procmime.c
11444                 Fix bug #688 b) and c) wrt message
11445                 attachments and signature
11446         * src/stock_pixmap.c
11447         * src/stock_pixmap.h
11448         * src/stock_pixmap.c
11449         * src/stock_pixmap.h
11450         * src/Makefile.am
11451         * src/pixmaps/clip_gpg_signed.xpm
11452                 Add clip/signed icon
11453
11454 2005-05-24 [colin]      1.9.11cvs7
11455
11456         * src/folder_item_prefs.c
11457                 whitespace fix
11458
11459 2005-05-24 [colin]      1.9.11cvs6
11460
11461         * src/folderview.c
11462         * src/prefs_common.c
11463         * src/prefs_common.h
11464                 Add a confirmation to folder drag and drop
11465                 fixes bug #156
11466         * src/alertpanel.c
11467         * src/alertpanel.h
11468                 fix _with_disable parameters so that
11469                 the buttons labels are specifiable too
11470         * src/plugins/pgpmime/sgpgme.c
11471                 reflect said change
11472                 
11473
11474 2005-05-24 [colin]      1.9.11cvs5
11475
11476         * src/folderview.c
11477                 Uncollapse/collapse folders on double-click
11478                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11479                 closes bug #108
11480
11481 2005-05-23 [colin]      1.9.11cvs4
11482
11483         * src/common/socket.c
11484                 Check another special SSL_peek() error.
11485                 Should help wrt bug #728
11486
11487 2005-05-23 [colin]      1.9.11cvs3
11488
11489         * src/plugins/pgpmime/pgpmime.c
11490                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11491                 breaking menu accelerators and stuff. Users will have to
11492                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11493                 account's privacy preferences if needed.
11494
11495 2005-05-22 [paul]
11496
11497         * tools/kdeservicemenu/install.sh
11498                 use kdesu to prompt for root password if doing
11499                 global install/uninstall
11500
11501 2005-05-20 [colin]      1.9.11cvs2
11502
11503         * src/procmsg.c
11504                 Fix another compilation error with gcc-2.9x
11505                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11506         * src/send_message.c
11507                 Don't send QUIT if we aren't connected
11508
11509 2005-05-19 [colin]      1.9.11cvs1
11510
11511         * src/procmsg.c
11512                 Fix compilation with gcc 2.9x
11513
11514 2005-05-19 [paul]       1.9.11
11515
11516         1.9.11 released
11517
11518 2005-05-19 [paul]       1.9.9cvs14
11519
11520         * src/gtk/inputdialog.c
11521                 prevent gettext warning
11522
11523 2005-05-19 [paul]       1.9.9cvs13
11524
11525         * src/mainwindow.c
11526         * src/prefs_common.c
11527         * src/prefs_common.h
11528         * src/textview.c
11529         * src/textview.h
11530                 add an option to toggle cursor in message
11531                 view (sync with main)
11532
11533 2005-05-18 [colin]      1.9.9cvs12
11534
11535         * src/compose.c
11536                 Dereference freed pointer
11537         * src/gtk/gtkaspell.c
11538                 Fix duplication of dictionaries (is it an aspell issue?)
11539
11540 2005-05-18 [colin]      1.9.9cvs11
11541
11542         * src/gtk/inputdialog.c
11543         * src/gtk/gtkaspell.c
11544                 HIGuify dialogs
11545         * src/alertpanel.c
11546                 Remove a double call
11547
11548 2005-05-17 [colin]      1.9.9cvs10
11549
11550         * src/gtk/gtkaspell.c
11551                 Fix dialogs, Ctrl-Enter accel
11552
11553 2005-05-17 [colin]      1.9.9cvs9
11554
11555         * src/gtk/gtkaspell.c
11556                 Fix some accelerators, escape in replace-window
11557
11558 2005-05-16 [colin]      1.9.9cvs8
11559
11560         * src/gtk/gtkaspell.c
11561                 Revert last commit, it was a mistake.
11562
11563 2005-05-16 [colin]      1.9.9cvs7
11564
11565         * src/gtk/gtkaspell.c
11566                 Remove buggy code while we're at it. It's a 
11567                 dead code path anyway.
11568
11569 2005-05-16 [colin]      1.9.9cvs6
11570
11571         * src/gtk/gtkaspell.c
11572                 Missed some gtk_menu_popup where deactivate
11573                 signal should be handled. Should fix bug
11574                 #629 a bit more.
11575
11576 2005-05-16 [colin]      1.9.9cvs5
11577
11578         * src/gtk/gtkaspell.c
11579                 Remove debug printf()s
11580
11581 2005-05-16 [colin]      1.9.9cvs4
11582
11583         * src/gtk/gtkaspell.c
11584                 Fix a bit aspell problems
11585                 (see bug #629)
11586
11587 2005-05-13 [colin]      1.9.9cvs3
11588
11589         * src/folderview.c
11590                 Fix the + appearing even when no subfolders
11591                 have unread messages. Thanks to wwp for the
11592                 bug report.
11593
11594 2005-05-11 [paul]       1.9.9cvs2
11595
11596         * src/folderview.c
11597                 correction to 1.9.9cvs1, only colour folders that
11598                 have new msgs (not unread msgs)
11599
11600 2005-05-10 [colin]      1.9.9cvs1
11601
11602         * src/folderview.c
11603         * src/summaryview.c
11604                 Try to fix bolding bugs again.
11605
11606 2005-05-09 [paul]
11607
11608         * tools/claws.i18n.status.pl
11609                 add Ricardo Mones Lastra's script that has been providing
11610                 the i18n status page for many months
11611
11612 2005-05-09 [paul]       1.9.9
11613
11614         1.9.9 release
11615
11616 2005-05-09 [paul]       1.9.6cvs58
11617
11618         * AUTHORS
11619         * INSTALL
11620         * README.claws
11621                 updated
11622         * Makefile.am 
11623         * RELEASE_NOTES.claws
11624                 add release notes to cvs to simplify release
11625                 procedure
11626         * configure.ac
11627                 add ca and fi to ALL_LINGUAS
11628         * po/Makefile.in.in
11629                 workaround for missing Makevars
11630         * po/ca.po
11631         * po/fi.po
11632                 add new Catalan and Finnish translations
11633                 submitted by Miquel Oliete and Flammie Pirinen
11634         * po/de.po
11635         * po/es.po
11636         * po/fr.po
11637         * po/it.po
11638         * po/pl.po
11639         * po/ru.po
11640         * po/sk.po
11641         * po/sr.po
11642         * po/zh_CN.po
11643                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11644                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11645                 Urke MMI, and Hansom Young
11646         * src/main.c
11647                 Fix drafting when quitting. compose_draft() closes the
11648                 compose windows, which modifies the compose_list GSList.
11649                 We have to refresh this list after echo drafting to avoid a
11650                 segfault
11651         * src/partial_download.c
11652                 fix segfault on exit
11653
11654 2005-05-06 [paul]       1.9.6cvs57
11655
11656         * src/grouplistdialog.c
11657                 quick fix/workaround for unresizeable newsgroup
11658                 name column 
11659
11660 2005-05-06 [paul]       1.9.6cvs56
11661
11662         * src/inc.c
11663         * src/mainwindow.c
11664                 use gettext plural forms
11665         * src/imap_gtk.c
11666         * src/mh_gtk.c
11667         * src/toolbar.c
11668                 small improvement to english usage
11669
11670 2005-05-05 [thorsten]   1.9.6cvs55
11671
11672         * src/folder.c
11673                 fix possible crash
11674
11675 2005-05-05 [paul]       1.9.6cvs54
11676         
11677         sync with HEAD
11678
11679         * AUTHORS
11680         * src/compose.c
11681                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11682                 patch by Tim Mann
11683
11684 2005-05-05 [paul]       1.9.6cvs53
11685
11686         * src/mainwindow.c
11687                 fix resizing of separate message and
11688                 folder views
11689
11690 2005-05-05 [paul]       1.9.6cvs52
11691
11692         * src/account.c
11693         * src/addrgather.c
11694         * src/browseldap.c
11695         * src/exphtmldlg.c
11696         * src/expldifdlg.c
11697         * src/importmutt.c
11698         * src/importpine.c
11699         * src/main.c
11700         * src/mainwindow.c
11701         * src/noticeview.c
11702         * src/prefs_filtering.c
11703         * src/prefs_filtering_action.c
11704         * src/prefs_matcher.c
11705         * src/prefs_spelling.c
11706         * src/prefs_toolbar.c
11707         * src/toolbar.c
11708         * src/wizard.c
11709         * src/gtk/description_window.c
11710         * src/gtk/gtkvscrollbutton.c
11711         * src/gtk/progressdialog.c
11712         * src/gtk/quicksearch.c
11713         * src/plugins/pgpmime/prefs_gpg.c
11714         * src/plugins/spamassassin/spamassassin_gtk.c
11715                 replace deprecated gtk_widget_set_usize
11716
11717 2005-05-04 [colin]      1.9.6cvs51
11718
11719         * src/common/utils.c
11720                 Fix crash when subst_for_filename is called
11721                 with a NULL parameter
11722
11723 2005-05-04 [colin]      1.9.6cvs50
11724
11725         * src/partial_download.c
11726         * src/pop.c
11727                 Escape login when writing uidl file
11728                 fixes bug #736
11729
11730 2005-05-03 [colin]      1.9.6cvs49
11731
11732         * src/procmime.c
11733                 Fix possible DOS in mime parser
11734                 (see bug #634)
11735
11736 2005-05-02 [colin]      1.9.6cvs48
11737
11738         * src/compose.c
11739                 Try to fix the copy/paste mess once again.
11740
11741
11742 2005-04-30 [colin]      1.9.6cvs47
11743
11744         * src/prefs_account.h
11745         * src/procmsg.c
11746         * src/send_message.c
11747         * src/common/smtp.c
11748         * src/common/smtp.h
11749                 Try to batch sending mails (per account) instead of
11750                 reconnecting to server every time.
11751
11752 2005-04-29 [colin]      1.9.6cvs46
11753
11754         * src/messageview.c
11755                 Fix window resizing that refused to size down
11756         * src/prefs_common.c
11757         * src/prefs_common.h
11758         * src/prefs_filtering.c
11759                 Save Filtering's window size
11760
11761 2005-04-21 [paul]       1.9.6cvs45
11762
11763         * ChangeLog-gtk2.claws
11764         * src/setup.c
11765                 correction to sync
11766
11767 2005-04-21 [paul]       1.9.6cvs44
11768
11769         sync with main:
11770
11771         * src/setup.c
11772         * src/statusbar.c
11773         * src/statusbar.h
11774                 use gtkut_widget_draw_now(). Improved performance
11775                 of the update of statusbar
11776         * src/textview.c
11777                 textview_smooth_scroll_do(): redraw it after scroll
11778                 is done (fixed incorrect display when a part of the
11779                 view is hidden).
11780         * src/gtk/gtkutils.c
11781         * src/gtk/gtkutils.h
11782                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11783                 to force update of widgets.
11784                 Removed gtkut_widget_wait_for_draw() which had a big
11785                 overhead  because of waiting for all events processed 
11786
11787 2005-04-20 [paul]       1.9.6cvs43
11788
11789         * src/codeconv.c
11790                 complete 1.9.6cvs42's sync:
11791                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11792
11793 2005-04-19 [paul]       1.9.6cvs42
11794
11795         sync with main:
11796
11797         * src/action.c
11798                 catch_output(): correctly select the insert text
11799                 (fix invalid iterator warnings).
11800         * src/codeconv.c
11801         * src/codeconv.h
11802         * src/mainwindow.c
11803         * src/messageview.c
11804         * src/prefs_common.c
11805                 support GBK encoding.
11806         * src/common/session.c
11807         * src/common/session.h
11808                 use separate buffer for large data to be sent,
11809                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11810
11811 2005-04-18 [paul]       1.9.6cvs41
11812
11813         * src/jpilot.c
11814                 convert unsigned long into guint32
11815                 patch by Paul LeoNerd Evans 
11816
11817 2005-04-17 [colin]      1.9.6cvs40
11818
11819         * src/compose.c
11820                 Fix 'Request return receipt' from folder
11821                 properties (bug #708)
11822
11823 2005-04-17 [colin]      1.9.6cvs39
11824
11825         * src/mainwindow.c
11826                 Fix duplicate hotkeys in Mainwindow's menu
11827
11828 2005-04-17 [colin]      1.9.6cvs38
11829
11830         * src/folderview.c
11831                 Fix duplicate hotkeys in Folderview's contextual
11832                 menu
11833
11834 2005-04-15 [colin]      1.9.6cvs37
11835
11836         * src/summaryview.c
11837                 Fix 'Save as...' with non-ascii filenames
11838
11839 2005-04-15 [colin]      1.9.6cvs36
11840
11841         * src/plugins/pgpmime/pgpmime.c
11842                 Fix bus error on 64bit. Spotted by 
11843                 macallan1888@gmail.com
11844
11845 2005-04-15 [colin]      1.9.6cvs35
11846
11847         * src/prefs_account.c
11848                 Fix cvs34.
11849
11850 2005-04-12 [colin]      1.9.6cvs34
11851
11852         * src/prefs_account.c
11853                 Fix smtp auth type off-by-one. We forgot to
11854                 add PLAIN in the prefs-to-gui setter func and
11855                 as a result, the selected auth when opening
11856                 account prefs was not the correct one.
11857
11858 2005-04-12 [paul]       1.9.6cvs33
11859
11860         * src/inc.c
11861                 if the recv dialog is visible, Cancel only
11862                 cancels the current account
11863
11864
11865 2005-04-10 [colin]      1.9.6cvs32
11866
11867         * src/filtering.c
11868                 Copy score when copying FilteringActions
11869                 Fix bug #674
11870
11871 2005-04-10 [colin]      1.9.6cvs31
11872
11873         * src/inc.c
11874                 Make Message -> Receive -> Cancel cancel 
11875                 incorporation on all accounts. Fixes
11876                 bug #693
11877
11878 2005-04-10 [colin]      1.9.6cvs30
11879
11880         * src/prefs_account.c
11881                 Update Privacy checkbuttons status based
11882                 on the selected privacy system
11883         * src/compose.c
11884                 Always connect the "None" privacy system; the
11885                 static boolean was probably there to avoid
11886                 reconnecting twice in the same compose window,
11887                 but as the parent function is only called once
11888                 per compose, it's only a bug - as a static is
11889                 initialized once per application instance.
11890                 Also, don't uncheck Sign and Encrypt when
11891                 selecting None as privacy system; just ignore
11892                 them when sending/queuing.
11893                 Should fix bug #695
11894
11895 2005-04-08 [colin]      1.9.6cvs29
11896
11897         * src/account.c
11898         * src/prefs_account.c
11899         * src/prefs_account.h
11900                 Add account preference to queue message in a certain
11901                 folder.
11902
11903 2005-04-06 [colin]      1.9.6cvs28
11904
11905         * src/prefs_account.c
11906                 Update old inbox path syntax
11907
11908 2005-04-06 [paul]       1.9.6cvs27
11909
11910         sync with main:
11911
11912         * configure.ac
11913                 changed -traditional-cpp to -no-cpp-precomp for newer
11914                 Mac OS X support
11915         * src/foldersel.c
11916                 made column resize automatically
11917         * src/send_message.c
11918                 send_message_smtp(): consider EOF right after QUIT
11919                 successful (workaround for Gmail SMTP server)
11920         * src/common/socket.c
11921                 ssl_read(), ssl_peek(): check EOF which violates the
11922                 SSL protocol
11923         * src/gtk/colorlabel.c
11924                 removed warnings when displaying colorlabel menu
11925                 (don't use GtkAlignment)
11926
11927 2005-04-05 [paul]       1.9.6cvs26
11928
11929         * src/plugins/trayicon/trayicon.c
11930                 fix clipping of icon under KDE3 
11931
11932 2005-04-05 [paul]       1.9.6cvs25
11933
11934         * src/summaryview.c
11935                 hide display of threading
11936                 patch by Alfons
11937
11938 2005-04-04 [thorsten]   1.9.6cvs24
11939
11940         * src/mh.c
11941                 marks lost on filesystems with different stat() results on
11942                 summer-/wintertime
11943
11944 2005-04-03 [colin]      1.9.6cvs23
11945
11946         * src/summaryview.c
11947                 Don't handle up/down. Patch by Alfons
11948
11949 2005-04-02 [colin]      1.9.6cvs22
11950
11951         * src/summaryview.c
11952                 Make scrolling faster. Patch by Alfons.
11953
11954 2005-04-01 [colin]      1.9.6cvs21
11955
11956         * src/Makefile.am
11957         * src/stock_pixmap.c
11958         * src/pixmaps/dir-noselect.xpm ** REMOVED **
11959         * src/pixmaps/dir_noselect.xpm ** ADDED **
11960                 Fix pixmap name mismatch (Thanks Stephan Sachse)
11961
11962 2005-04-01 [colin]      1.9.6cvs20
11963
11964         * src/image_viewer.c
11965         * src/image_viewer.h
11966         * src/procmime.c
11967         * src/procmime.h
11968         * src/textview.c
11969         * src/textview.h
11970                 Implement inline image resizing and right-clicking
11971
11972 2005-04-01 [paul]       1.9.6cvs19
11973
11974         * AUTHORS
11975         * Makefile.am
11976         * configure.ac
11977                 check for gnome2
11978                 patch by Luca Cavalli <loopback<AT>slackit.org>
11979         * po/ru.po
11980                 updated by Pavlo Bohmat
11981
11982 2005-03-31 [colin]      1.9.6cvs18
11983
11984         * src/news.c
11985                 Fix parsing references
11986         * src/msgcache.c
11987                 don't put nulls in the references list
11988         * src/procheader.c
11989                 commit that forgotten file in 1.9.6cvs14
11990
11991 2005-03-31 [colin]      1.9.6cvs17
11992
11993         * src/compose.c
11994                 Fix joining of signature separator again. 
11995                 Maybe Hiro could put it in main too...
11996
11997 2005-03-31 [colin]      1.9.6cvs16
11998
11999         * src/Makefile.am
12000         * src/foldersel.c
12001         * src/stock_pixmap.c
12002         * src/stock_pixmap.h
12003         * src/pixmaps/dir-noselect.xpm
12004                 Update foldersel.c (sync from main, patch by Alfons)
12005
12006 2005-03-30 [colin]      1.9.6cvs15
12007
12008         * src/imap.c
12009                 Fix handling of imap folders containing [] in 
12010                 their name. Thanks to Nahuel Angelinetti for
12011                 the detailed bugreport.
12012
12013 2005-03-30 [colin]      1.9.6cvs14
12014
12015         * src/common/utils.h
12016         * src/common/utils.c
12017         * src/common/defs.h
12018         * src/matcher.c
12019         * src/msgcache.c
12020         * src/news.c
12021         * src/procmsg.c
12022         * src/procmsg.h
12023         * src/quote_fmt_parse.y
12024         * src/summaryview.c
12025                 Update references system. Patch by Alfons
12026
12027 2005-03-30 [colin]      1.9.6cvs13
12028
12029         * src/common/socket.c
12030                 Force the glibc to read resolv.conf again when 
12031                 it has changed. Should fix issues when changing
12032                 networks on a laptop and not restarting sylpheed. 
12033
12034 2005-03-30 [paul]       1.9.6cvs12
12035
12036         partial sync with main:
12037
12038         * src/action.c
12039                 create_io_dialog(): use user-defined text font
12040                 (thanks to Alfons), and modified its appearance.
12041         * src/addrgather.c
12042         * src/addrharvest.c
12043         * src/browseldap.c
12044                 replace old code
12045         * src/compose.c
12046                 don't join (presumably) itemized lines on line-wrapping
12047                 fixed wrapping of quote when auto-wrapping is enabled
12048                 compose_destroy(): destroy paned only if it's not
12049                 attached to window. Fixed memory leak of popup menu.
12050         * src/exphtmldlg.c
12051         * src/expldifdlg.c
12052                 replace old code
12053         * src/html.c
12054         * src/html.h
12055         * src/importmutt.c
12056         * src/importpine.c
12057                 replace old code
12058         * src/main.c
12059                 removed redundant code
12060         * src/mainwindow.c
12061                 changed 'Code set' (which is rather incorrect)
12062                 in the menu to 'Character encoding'
12063                 main_window_set_widgets(): request size first
12064                 to prevent window size becoming wrong
12065                 fixed remembering of the state of the visibility
12066                 of MessageView
12067         * src/messageview.c
12068                 changed 'Code set' (which is rather incorrect)
12069                 in the menu to 'Character encoding'
12070         * src/prefs_common.c
12071         * src/prefs_common.h
12072                 added an option whether to render HTML as text or not
12073                 added separators to outgoing encoding menu
12074         * src/procheader.c
12075                 procheader_scan_date_string(): support header
12076                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12077         * src/summaryview.c
12078         * src/summaryview.h
12079                 minor code cleanup
12080         * src/textview.c
12081                 textview_show_html(): force output of newline
12082                 added an option whether to render HTML as text or not
12083         * src/common/utils.c
12084                 strncpy2(): optimized based on Alfons' code
12085         * src/gtk/gtkutils.c
12086         * src/gtk/gtkutils.h
12087                 removed non-used code
12088         * src/plugins/pgpmime/passphrase.c
12089                 partially fixed grab input of passphrase dialog
12090                 Confine pointer to window
12091
12092 2005-03-30 [colin]      1.9.6cvs11
12093
12094         * src/msgcache.c
12095         * src/msgcache.h
12096                 Read/write 32bit ints from cache & marks
12097                 From main.
12098
12099 2005-03-29 [paul]       1.9.6cvs10
12100
12101         * AUTHORS
12102         * ChangeLog.claws
12103         * src/compose.c
12104         * src/gtk/gtkaspell.c
12105                 sync with HEAD (don't pass NULL pointers) 
12106
12107 2005-03-24 [paul]
12108
12109         * tools/Makefile.am
12110         * tools/README
12111         * tools/acroread2sylpheed.pl
12112                 sync with HEAD (add script to send pdfs as
12113                 attachments from Adobe Reader 7)
12114
12115 2005-03-21 [paul]       1.9.6cvs9
12116
12117         * configure.ac
12118         * po/POTFILES.in
12119         * src/Makefile.am
12120         * src/crash.c
12121         * src/image_viewer.c ** ADDED **
12122         * src/image_viewer.h ** ADDED **
12123         * src/main.c
12124         * src/prefs_common.c
12125         * src/prefs_common.h
12126         * src/prefs_image_viewer.c ** ADDED **
12127         * src/prefs_image_viewer.h ** ADDED **
12128         * src/textview.c
12129         * src/gtk/about.c
12130         * src/pixmaps/sylpheed_logo.xpm
12131         * src/plugins/Makefile.am
12132         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12133         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12134         * src/plugins/image_viewer/plugin.c ** REMOVED **
12135         * src/plugins/image_viewer/viewer.c ** REMOVED **
12136         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12137         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12138         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12139         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12140         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12141                 as gdk-pixbuf is now built-in
12142                 remove image_viewer plugin and put code back into
12143                 main codebase
12144                 implement inline image display (sync with main)
12145
12146                 replace logo with newer, nicer, larger version  
12147
12148 2005-03-21 [paul]       1.9.6cvs8
12149
12150         * src/gtk/about.c
12151                 cosmetic improvement
12152
12153 2005-03-21 [holger]     1.9.6cvs7
12154
12155         * src/plugins/spamassassin/spamassassin.c
12156                 Sync with HEAD
12157                 (unregister hook on failed plugin init)
12158
12159 2005-03-20 [colin]      1.9.6cvs6
12160
12161         * src/common/plugin.c
12162                 Check that plugin isn't already loaded
12163                 Patch by Alfons
12164
12165 2005-03-20 [thorsten]   1.9.6cvs5
12166
12167         * src/compose.c
12168                 use a more compatible syntax
12169
12170 2005-03-20 [thorsten]   1.9.6cvs4
12171
12172         * src/prefs_toolbar.c
12173                 fix crash when selecting toolbar item (uninitialized pointer)
12174
12175 2005-03-20 [thorsten]   1.9.6cvs3
12176
12177         * src/procmime.c
12178                 fix mimetype detection (referenced free()d string)
12179
12180 2005-03-20 [paul]       1.9.6cvs2
12181
12182         * src/compose.c
12183                 sync with HEAD (1.0.3cvs5)
12184                 neglect Reply-To header if empty
12185                 Patch by Alfons 
12186
12187 2005-03-19 [holger]     1.9.6cvs1
12188
12189         * src/summaryview.c
12190         * src/summaryview.h
12191                 Sync with HEAD
12192
12193 2005-03-18 [paul]       1.9.6
12194
12195         initial GTK2 release
12196
12197 2005-03-18 [paul]       1.0.3cvs3.1
12198
12199         * AUTHORS
12200         * ChangeLog.claws
12201         * configure.ac
12202         * src/gtk/about.c
12203         * src/pixmaps/sylpheed_logo.xpm
12204                 sync with HEAD
12205
12206 2005-03-18 [colin]      1.0.3cvs2.6
12207
12208         * src/summaryview.c
12209                 Remove call to summary_step in summary_copy_selected_to
12210                 Can't see its purpose, and this causes bug when copying
12211                 a message if the next one is unread: it reads it.
12212
12213 2005-03-18 [paul]       1.0.3cvs2.5
12214
12215         * src/foldersel.c
12216                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12217
12218 2005-03-18 [paul]       1.0.3cvs2.4
12219
12220         * src/addrharvest.c
12221         * src/codeconv.c
12222         * src/codeconv.h
12223         * src/compose.c
12224         * src/news.c
12225         * src/procheader.c
12226         * src/procmime.c
12227         * src/unmime.c
12228         * src/unmime.h
12229                 fix buffer overflow, CAN-2005-0667, see
12230                 http://secunia.com/advisories/14491/
12231                 Patch by Alfons
12232
12233 2005-03-17 [colin]      1.0.3cvs2.3
12234
12235         * src/prefs_fonts.c
12236         * src/summaryview.c
12237                 Fix font bugs (both lists now officialy share 
12238                 the same font)
12239                 
12240
12241 2005-03-17 [paul]       1.0.3cvs2.2
12242
12243         * src/gtk/pluginwindow.c
12244                 make plugin descriptions uneditable
12245
12246 2005-03-11 [paul]       1.0.3cvs2.1
12247
12248         * ChangeLog.claws
12249         * configure.ac
12250         * po/POTFILES.in
12251         * src/plugins/trayicon/trayicon.c
12252                 sync with HEAD
12253                 add src/wizard.c to POTFILES.in
12254
12255 2005-03-11 [paul]       1.0.3cvs1.1
12256
12257         * ChangeLog
12258         * ChangeLog.claws
12259         * configure.ac
12260         * po/de.po
12261         * po/es.po
12262         * po/fr.po
12263         * po/it.po
12264         * po/pt_BR.po
12265         * po/ru.po
12266         * po/sk.po
12267         * po/sr.po
12268         * po/zh_CN.po
12269                 sync with HEAD
12270
12271 2005-03-04 [colin]      1.0.1cvs22.2
12272
12273         * src/compose.c
12274                 Fix signatures with accentued chars in it
12275
12276 2005-03-04 [colin]      1.0.1cvs22.1
12277
12278         * src/common/smtp.c
12279         * src/common/smtp.h
12280                 Don't use SIZE param in MAIL FROM: if server 
12281                 doesn't support it. Patch by Eugen Freiter
12282                 <eugen_f@users.sf.net>
12283
12284 2005-02-27 [paul]       1.0.1cvs20.1
12285
12286         * ChangeLog.claws
12287         * configure.ac
12288         * src/messageview.c
12289                 sync with HEAD
12290
12291 2005-02-27 [colin]      1.0.1cvs19.4
12292
12293         * src/procheader.c
12294         * src/procheader.h
12295                 Fix prototypes. Patch by Alfons
12296
12297 2005-02-27 [colin]      1.0.1cvs19.3
12298
12299         * src/compose.c
12300                 Don't auto-join the signature separator.
12301
12302 2005-02-26 [colin]      1.0.1cvs19.2
12303
12304         * src/summaryview.c
12305                 Fix 'mark all read' with collapsed threads.
12306                 Patch by Alfons.
12307
12308 2005-02-25 [paul]       1.0.1cvs19.1
12309
12310         * ChangeLog.claws
12311         * configure.ac
12312         * src/prefs_account.c
12313         * src/prefs_folder_item.c
12314         * src/gtk/prefswindow.c
12315         * src/gtk/prefswindow.h
12316                 sync with HEAD
12317
12318 2005-02-25 [paul]       1.0.1cvs15.12
12319
12320         * src/alertpanel.c
12321         * src/codeconv.c
12322         * src/compose.c
12323         * src/textview.c
12324         * src/gtk/gtkutils.c
12325         * src/gtk/gtkutils.h
12326         * src/gtk/logwindow.c
12327         * src/gtk/progressdialog.c
12328                 sync with main (revision 127)
12329                 and fix logwindow clipping
12330
12331 2005-02-24 [colin]      1.0.1cvs15.11
12332
12333         * src/plugins/pgpmime/passphrase.c
12334                 Disable input grabbing; it doesn't work yet.
12335
12336 2005-02-24 [colin]      1.0.1cvs15.10
12337
12338         * src/messageview.c
12339                 Don't send out receipts if offline. Ask.
12340
12341 2005-02-23 [colin]      1.0.1cvs15.9
12342
12343         * src/summaryview.c     
12344                 Fix expanding
12345
12346 2005-02-23 [colin]      1.0.1cvs15.8
12347
12348         * src/summaryview.c
12349                 Really fix Bug 568 by removing useless
12350                 calls. summary_thread_init() now called
12351                 in summary_sort(). This should please
12352                 Alfons as it should be faster than 
12353                 previously.
12354
12355 2005-02-23 [colin]      1.0.1cvs15.7
12356
12357         * src/compose.c
12358                 Encode parts as QP or B64 if signing
12359
12360 2005-02-23 [colin]      1.0.1cvs15.6
12361
12362         * src/compose.c
12363                 Fix Mimeinfo leakage (including tmp files)
12364         * src/procmsg.c
12365                 Fix tmp file leakage (spotted by Ivan Rayner)
12366
12367 2005-02-22 [colin]      1.0.1cvs15.5
12368
12369         * src/expldifdlg.c
12370                 Fix keyboard input. Patch by Alfons.
12371
12372 2005-02-21 [colin]      1.0.1cvs15.4
12373
12374         * src/compose.c
12375                 Fix Sign/Encrypt when unselecting privacy
12376                 system
12377         * src/prefs_common.c
12378                 Change default message font to Monospace
12379         * src/summaryview.c
12380                 More freezing during potentially large operations
12381
12382 2005-02-21 [paul]       1.0.1cvs15.3
12383
12384         * src/main.c
12385                 fix --help output
12386
12387 2005-02-21 [paul]       1.0.1cvs15.2
12388
12389         * po/Makefile.in.in
12390         * src/compose.c
12391         * src/summaryview.c
12392         * src/textview.c
12393         * src/common/utils.c
12394         * src/common/utils.h
12395                 sync with main (revision 117)
12396
12397 2005-02-20 [colin]      1.0.1cvs15.1
12398
12399         * src/common/defs.h
12400                 Change cache file to .sylpheed_claws_cache, as
12401                 suggested by Alfons. Allows people to switch
12402                 between Sylpheed and Sylpheed-Claws. it is
12403                 a good idea to "Check for new messages" at next
12404                 startup.
12405
12406
12407 2005-02-18 [colin]      1.0.1cvs14.1
12408
12409         * src/quote_fmt_lex.l
12410         * src/quote_fmt_parse.y
12411                 Fix parser initialisation. Patch by Ivan.
12412
12413 2005-02-18 [colin]      1.0.1cvs11.6
12414
12415         * src/folderview.c
12416                 Fix scrolldown (bug 662)
12417
12418 2005-02-17 [colin]      1.0.1cvs11.5
12419
12420         * src/codeconv.c
12421                 conv_filename_to_utf8: return clean 7bit instead
12422                 of broken utf8 if needed
12423         * src/mimeview.c
12424                 Fix display of parts with unclean 8bit names
12425
12426 2005-02-17 [paul]       1.0.1cvs11.4
12427
12428         * src/compose.c
12429         * src/exportldif.c
12430         * src/matcher_parser_parse.y
12431         * src/procmime.c
12432         * src/sourcewindow.c
12433         * src/common/Makefile.am
12434         * src/common/intl.h             ** REMOVED **
12435         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12436                 sync with main (revision 109)
12437                 and clean up
12438
12439 2005-02-16 [colin]      1.0.1cvs11.3
12440
12441         * src/summaryview.c
12442                 Fix collapsed thread not highlighting when new
12443                 messages in it (Bug 568) Patch by Stephan Sachse.
12444                 Fix messed up selection when reaching bounds (Bug 632)
12445         * src/prefs_themes.c
12446                 Fix theme installing (Bug 684)
12447
12448 2005-02-16 [colin]      1.0.1cvs11.2
12449
12450         * src/messageview.c
12451                 Fix messageview_select_all
12452
12453 2005-02-16 [colin]      1.0.1cvs11.1
12454
12455         * src/mh.c
12456                 Sync with HEAD (MH scan required function)
12457
12458 2005-02-15 [colin]      1.0.1cvs8.1
12459
12460         * src/mimeview.c
12461         * src/common/utils.c
12462                 Sync with HEAD (filename chars substitution)
12463
12464 2005-02-15 [colin]      1.0.1cvs7.3
12465
12466         * src/gtk/pluginwindow.c
12467                 Fix button spacing
12468
12469 2005-02-15 [colin]      1.0.1cvs7.2
12470
12471         * src/mimeview.c
12472                 Fix mime icons not reset across message when
12473                 scrolled down
12474
12475 2005-02-15 [colin]      1.0.1cvs7.1
12476
12477         * src/compose.c
12478         * src/procmime.c
12479                 Sync with HEAD (optimisation of cvs6)
12480
12481 2005-02-14 [colin]      1.0.1cvs6.1
12482
12483         * src/compose.c
12484         * src/procmime.c
12485                 Sync with HEAD (encode "From " at line beginning)
12486
12487 2005-02-14 [colin]      1.0.1cvs5.3
12488
12489         * src/compose.c
12490                 Fix wrapping with accentued chars.
12491
12492 2005-02-13 [colin]      1.0.1cvs5.2
12493
12494         * src/textview.c
12495                 Fix email informative part parsing with
12496                 accentued chars in it. ispunct() returns
12497                 true for them in utf8...
12498
12499 2005-02-12 [colin]      1.0.1cvs5.1
12500
12501         * src/filtering.c
12502                 Sync with HEAD (remove wrong use of compose after send)
12503
12504 2005-02-12 [paul]       1.0.1cvs4.5
12505
12506         * src/textview.c
12507                 remove unnecessary code (thanks to Alfons)
12508
12509 2005-02-12 [paul]       1.0.1cvs4.4
12510
12511         * src/textview.c
12512                 add 'Copy' to contextual menu on emails
12513
12514 2005-02-11 [colin]      1.0.1cvs4.3
12515
12516         * src/compose.c
12517                 revert 1.0.0cvs28.2, it doesn't work that well.
12518
12519 2005-02-11 [paul]       1.0.1cvs4.2
12520
12521         * po/Makefile.in.in
12522                 fix 'make release'
12523
12524 2005-02-10 [paul]       1.0.1cvs4.1
12525
12526         * ChangeLog
12527         * ChangeLog.claws
12528         * ChangeLog.jp
12529         * configure.ac
12530         * src/compose.c
12531                 sync with HEAD (sync with main)
12532
12533 2005-02-10 [paul]       1.0.1cvs3.2
12534
12535         * AUTHORS
12536         * Makefile.am
12537         * autogen.sh
12538         * configure.ac
12539         * config/mkinstalldirs
12540         * intl/.cvsignore
12541         * intl/ChangeLog
12542         * intl/VERSION
12543         * intl/bindtextdom.c
12544         * intl/config.charset
12545         * intl/dcgettext.c
12546         * intl/dcigettext.c
12547         * intl/dcngettext.c
12548         * intl/dgettext.c
12549         * intl/dngettext.c
12550         * intl/eval-plural.h
12551         * intl/explodename.c
12552         * intl/finddomain.c
12553         * intl/gettext.c
12554         * intl/gettextP.h
12555         * intl/gmo.h
12556         * intl/hash-string.h
12557         * intl/intl-compat.c
12558         * intl/l10nflist.c
12559         * intl/libgnuintl.h.in
12560         * intl/loadinfo.h
12561         * intl/loadmsgcat.c
12562         * intl/localcharset.c
12563         * intl/localcharset.h
12564         * intl/locale.alias
12565         * intl/localealias.c
12566         * intl/localename.c
12567         * intl/log.c
12568         * intl/ngettext.c
12569         * intl/os2compat.c
12570         * intl/os2compat.h
12571         * intl/osdep.c
12572         * intl/plural-exp.c
12573         * intl/plural-exp.h
12574         * intl/plural.c
12575         * intl/plural.y
12576         * intl/ref-add.sin
12577         * intl/ref-del.sin
12578         * intl/relocatable.c
12579         * intl/relocatable.h
12580         * intl/textdomain.c
12581         * m4/Makefile.am
12582         * po/Makefile.in.in
12583         * src/Makefile.am
12584         * src/account.c
12585         * src/action.c
12586         * src/addr_compl.c
12587         * src/addressadd.c
12588         * src/addressbook.c
12589         * src/addrgather.c
12590         * src/addrindex.c
12591         * src/alertpanel.c
12592         * src/browseldap.c
12593         * src/codeconv.c
12594         * src/codeconv.h
12595         * src/compose.c
12596         * src/compose.h
12597         * src/crash.c
12598         * src/editaddress.c
12599         * src/editbook.c
12600         * src/editgroup.c
12601         * src/editjpilot.c
12602         * src/editldap.c
12603         * src/editldap_basedn.c
12604         * src/editvcard.c
12605         * src/exphtmldlg.c
12606         * src/expldifdlg.c
12607         * src/export.c
12608         * src/exporthtml.c
12609         * src/filtering.c
12610         * src/folder.c
12611         * src/folder_item_prefs.c
12612         * src/foldersel.c
12613         * src/folderview.c
12614         * src/grouplistdialog.c
12615         * src/headerview.c
12616         * src/imap.c
12617         * src/imap_gtk.c
12618         * src/import.c
12619         * src/importldif.c
12620         * src/importmutt.c
12621         * src/importpine.c
12622         * src/inc.c
12623         * src/ldif.c
12624         * src/main.c
12625         * src/mainwindow.c
12626         * src/matcher.c
12627         * src/mbox.c
12628         * src/message_search.c
12629         * src/messageview.c
12630         * src/mh.c
12631         * src/mh_gtk.c
12632         * src/mimeview.c
12633         * src/msgcache.c
12634         * src/news.c
12635         * src/news_gtk.c
12636         * src/noticeview.c
12637         * src/partial_download.c
12638         * src/pop.c
12639         * src/prefs_account.c
12640         * src/prefs_actions.c
12641         * src/prefs_common.c
12642         * src/prefs_customheader.c
12643         * src/prefs_display_header.c
12644         * src/prefs_ext_prog.c
12645         * src/prefs_filtering.c
12646         * src/prefs_filtering_action.c
12647         * src/prefs_folder_item.c
12648         * src/prefs_fonts.c
12649         * src/prefs_gtk.c
12650         * src/prefs_matcher.c
12651         * src/prefs_msg_colors.c
12652         * src/prefs_spelling.c
12653         * src/prefs_summary_column.c
12654         * src/prefs_template.c
12655         * src/prefs_themes.c
12656         * src/prefs_toolbar.c
12657         * src/prefs_wrapping.c
12658         * src/privacy.c
12659         * src/procheader.c
12660         * src/procmime.c
12661         * src/procmsg.c
12662         * src/quote_fmt.c
12663         * src/recv.c
12664         * src/send_message.c
12665         * src/setup.c
12666         * src/sourcewindow.c
12667         * src/ssl_manager.c
12668         * src/statusbar.c
12669         * src/summary_search.c
12670         * src/summaryview.c
12671         * src/textview.c
12672         * src/toolbar.c
12673         * src/wizard.c
12674         * src/common/nntp.c
12675         * src/common/plugin.c
12676         * src/common/smtp.c
12677         * src/common/ssl.c
12678         * src/common/ssl_certificate.c
12679         * src/common/string_match.c
12680         * src/common/sylpheed.c
12681         * src/common/template.c
12682         * src/common/utils.c
12683         * src/gtk/about.c
12684         * src/gtk/colorlabel.c
12685         * src/gtk/description_window.c
12686         * src/gtk/filesel.c
12687         * src/gtk/foldersort.c
12688         * src/gtk/gtkaspell.c
12689         * src/gtk/gtkutils.c
12690         * src/gtk/inputdialog.c
12691         * src/gtk/logwindow.c
12692         * src/gtk/menu.c
12693         * src/gtk/pluginwindow.c
12694         * src/gtk/prefswindow.c
12695         * src/gtk/progressdialog.c
12696         * src/gtk/quicksearch.c
12697         * src/gtk/sslcertwindow.c
12698         * src/plugins/clamav/clamav_plugin.c
12699         * src/plugins/clamav/clamav_plugin_gtk.c
12700         * src/plugins/demo/demo.c
12701         * src/plugins/dillo_viewer/dillo_prefs.c
12702         * src/plugins/dillo_viewer/dillo_viewer.c
12703         * src/plugins/image_viewer/plugin.c
12704         * src/plugins/image_viewer/viewer.c
12705         * src/plugins/image_viewer/viewerprefs.c
12706         * src/plugins/mathml_viewer/mathml_viewer.c
12707         * src/plugins/pgpmime/passphrase.c
12708         * src/plugins/pgpmime/plugin.c
12709         * src/plugins/pgpmime/prefs_gpg.c
12710         * src/plugins/pgpmime/select-keys.c
12711         * src/plugins/pgpmime/sgpgme.c
12712         * src/plugins/spamassassin/spamassassin.c
12713         * src/plugins/spamassassin/spamassassin_gtk.c
12714         * src/plugins/trayicon/trayicon.c
12715                 sync with main (revision 104)
12716
12717 2005-02-10 [colin]      1.0.1cvs3.1
12718
12719         * src/mainwindow.c
12720                 Sync with HEAD (fix occasional crasher)
12721
12722 2005-02-10 [colin]      1.0.1cvs2.1
12723
12724         * src/messageview.c
12725                 Synw with HEAD (don't automatically display html)
12726
12727 2005-02-09 [colin]      1.0.1cvs1.3
12728
12729         * src/textview.c
12730         * src/textview.h
12731                 Add contextual menu on emails
12732
12733 2005-02-09 [colin]      1.0.1cvs1.2
12734
12735         * src/codeconv.c
12736                 Fix converting from broken headers and 
12737                 put back the _ in missing places
12738                 (feature broke with cvs24.2 sync, main 
12739                  possibly affected?)
12740
12741 2005-02-09 [colin]      1.0.1cvs1.1
12742
12743         * src/messageview.c
12744         * src/mimeview.c
12745         * src/mimeview.h
12746                 Sync with HEAD (display non text/plain mails with plugin)
12747
12748 2005-02-08 [colin]      1.0.1.1
12749
12750         * ChangeLog.claws
12751         * po/pt_BR.po
12752                 Sync with HEAD
12753         * configure.ac
12754                 Make default configuration directory 
12755                 be .sylpheed-gtk2
12756
12757 2005-02-08 [colin]      1.0.0cvs29.1
12758
12759         * po/de.po
12760         * po/es.po
12761         * po/fr.po
12762         * po/it.po
12763         * po/sk.po
12764         * po/sr.po
12765                 Sync translations with HEAD
12766
12767 2005-02-06 [colin]      1.0.0cvs28.3
12768
12769         * src/compose.c
12770                 Make compose a bit faster - patch by Alfons.
12771
12772 2005-02-06 [colin]      1.0.0cvs28.2
12773
12774         * src/compose.c
12775                 Make pasting via middle-click more reliable
12776
12777 2005-02-05 [paul]       1.0.0cvs28.1
12778
12779         * ChangeLog
12780         * ChangeLog.claws
12781         * ChangeLog.jp
12782         * configure.ac
12783         * src/compose.c
12784                 sync with HEAD
12785                 (fix bug 682 'redirect is broken'
12786
12787 2005-02-05 [torte]      1.0.0cvs27.1
12788
12789         * ChangeLog.claws
12790         * configure.ac
12791         * src/partial_download.c
12792                 Sync with HEAD (fix buf overflow)
12793
12794 2005-02-03 [colin]      1.0.0cvs26.1
12795
12796         * src/common/plugin.c
12797                 Sync with HEAD (avoid plugin mismatches)
12798
12799 2005-02-03 [paul]       1.0.0cvs25.3
12800
12801         * src/folderview.c
12802         * src/headerview.c
12803         * src/summaryview.c
12804         * src/textview.c
12805         * src/gtk/colorlabel.c
12806                 third and final part of initial sync with main-gtk2
12807
12808 2005-02-03 [paul]       1.0.0cvs25.2
12809
12810         * src/jpilot.c
12811                 fix building with jpilot support
12812
12813 2005-02-02 [colin]      1.0.0cvs25.1
12814
12815         * src/messageview.c
12816                 Sync with HEAD (fix dangerous typo)
12817
12818 2005-02-01 [colin]      1.0.0cvs24.3
12819
12820         * src/common/xml.c
12821                 Write file as advertised (UTF-8)
12822
12823 2005-02-01 [paul]       1.0.0cvs24.2
12824
12825         * src/addrbook.c
12826         * src/addrindex.c
12827         * src/alertpanel.h
12828         * src/codeconv.c
12829         * src/codeconv.h
12830         * src/compose.c
12831         * src/export.c
12832         * src/folder_item_prefs.c
12833         * src/html.c
12834         * src/imap.c
12835         * src/import.c
12836         * src/jpilot.c
12837         * src/mainwindow.c
12838         * src/matcher_parser_lex.l
12839         * src/messageview.c
12840         * src/mh.c
12841         * src/prefs_account.c
12842         * src/prefs_actions.c
12843         * src/prefs_common.c
12844         * src/prefs_gtk.c
12845         * src/prefs_gtk.h
12846         * src/prefs_themes.c
12847         * src/procheader.c
12848         * src/procmime.c
12849         * src/sourcewindow.c
12850         * src/statusbar.c
12851         * src/summaryview.c
12852         * src/textview.c
12853         * src/toolbar.c
12854         * src/unmime.c
12855         * src/common/template.c
12856         * src/common/utils.c
12857         * src/common/xml.c
12858         * src/common/xml.h
12859         * src/gtk/gtkaspell.c
12860         * src/plugins/clamav/clamav_plugin.c
12861         * src/plugins/dillo_viewer/dillo_prefs.c
12862         * src/plugins/image_viewer/viewerprefs.c
12863         * src/plugins/pgpmime/passphrase.c
12864         * src/plugins/pgpmime/prefs_gpg.c
12865         * src/plugins/pgpmime/select-keys.c
12866         * src/plugins/spamassassin/spamassassin.c
12867                 second part of initial sync with main-gtk2
12868                 (more to follow)
12869
12870 2005-01-31 [colin]      1.0.0cvs24.1
12871
12872         * src/compose.c
12873                 Sync with HEAD
12874
12875 2005-01-29 [paul]       1.0.0cvs23.2
12876
12877         * src/account.c
12878         * src/action.c
12879         * src/addressadd.c
12880         * src/addressbook.c
12881         * src/alertpanel.c
12882         * src/compose.c
12883         * src/editaddress.c
12884         * src/editbook.c
12885         * src/editgroup.c
12886         * src/editjpilot.c
12887         * src/editldap.c
12888         * src/editldap_basedn.c
12889         * src/editvcard.c
12890         * src/export.c
12891         * src/foldersel.c
12892         * src/grouplistdialog.c
12893         * src/import.c
12894         * src/importldif.c
12895         * src/inc.c
12896         * src/main.c
12897         * src/mainwindow.c
12898         * src/message_search.c
12899         * src/messageview.c
12900         * src/mimeview.c
12901         * src/prefs_actions.c
12902         * src/prefs_common.c
12903         * src/prefs_common.h
12904         * src/prefs_customheader.c
12905         * src/prefs_display_header.c
12906         * src/prefs_filtering.c
12907         * src/prefs_filtering_action.c
12908         * src/prefs_gtk.c
12909         * src/prefs_matcher.c
12910         * src/prefs_summary_column.c
12911         * src/prefs_template.c
12912         * src/sourcewindow.c
12913         * src/summary_search.c
12914         * src/summaryview.c
12915         * src/textview.c
12916         * src/gtk/about.c
12917         * src/gtk/description_window.c
12918         * src/gtk/gtkshruler.c
12919         * src/gtk/gtkutils.c
12920         * src/gtk/gtkutils.h
12921         * src/gtk/inputdialog.c
12922         * src/gtk/logwindow.c
12923         * src/gtk/prefswindow.c
12924         * src/gtk/progressdialog.c
12925         * src/gtk/progressdialog.h
12926                 first part of initial sync with main-gtk2
12927                 (more to follow)
12928
12929 2005-01-28 [colin]      1.0.0cvs23.1
12930
12931         * src/folderview.c
12932                 Sync with HEAD
12933
12934 2005-01-27 [colin]      1.0.0cvs21.1
12935
12936         * src/folder.c
12937         * src/folderview.c
12938                 Sync with HEAD
12939
12940 2005-01-27 [colin]      1.0.0cvs19.1
12941
12942         * src/procmime.c
12943                 Sync with HEAD
12944
12945 2005-01-27 [colin]      1.0.0cvs18.1
12946
12947         * src/messageview.c
12948         * src/summaryview.c
12949         * src/mainwindow.c
12950         * src/compose.c
12951         * src/compose.h
12952         * src/procmsg.c
12953         * src/procmsg.h
12954         * src/toolbar.c
12955                 Sync with HEAD
12956
12957 2005-01-26 [paul]       1.0.0cvs15.2
12958
12959         * src/compose.c
12960                 compose_entries_set(): convert subject and body to
12961                 utf8 if necessary. patch by Felix Eckhofer
12962
12963 2005-01-26 [paul]       1.0.0cvs15.1
12964
12965         * configure.ac
12966         * src/common/template.c
12967                 sync with HEAD (fix memory leak)
12968
12969 2005-01-25 [paul]       1.0.0cvs14.1
12970
12971         * configure.ac
12972         * src/compose.c
12973                 sync with HEAD
12974
12975 2005-01-24 [colin]      1.0.0cvs13.1
12976
12977         * src/summaryview.c
12978                 Sync with HEAD
12979
12980 2005-01-24 [paul]       1.0.0cvs12.1
12981
12982         * configure.ac
12983         * src/messageview.c
12984         * src/mh.c
12985         * src/common/utils.c
12986                 sync with HEAD
12987
12988 2005-01-24 [colin]      1.0.0cvs11.1
12989
12990         * src/procheader.c
12991                 Sync with HEAD
12992
12993 2005-01-24 [colin]      1.0.0cvs10.1
12994
12995         * src/folderview.c
12996                 Sync with HEAD
12997
12998 2005-01-23 [colin]      1.0.0cvs9.1
12999
13000         * src/crash.c
13001                 Sync with HEAD
13002
13003 2005-01-22 [colin]      1.0.0cvs8.1
13004
13005         * src/summaryview.c
13006         * src/gtk/quicksearch.c
13007                 Sync with HEAD
13008
13009 2005-01-21 [colin]      1.0.0cvs7.1
13010
13011         * src/summaryview.c
13012                 Sync with HEAD
13013
13014 2005-01-21 [colin]      1.0.0cvs6.1
13015
13016         * src/summaryview.c
13017                 Sync with HEAD
13018
13019 2005-01-21 [colin]      1.0.0cvs5.1
13020
13021         * src/gtk/quicksearch.c
13022         * src/prefs_common.c
13023         * src/prefs_common.h
13024                 Sync with HEAD (recurse option)
13025
13026 2005-01-21 [colin]      1.0.0cvs4.1
13027
13028         * src/folder.h
13029         * src/folderview.c
13030         * src/folderview.h
13031         * src/summaryview.c
13032         * src/gtk/quicksearch.c
13033         * src/gtk/quicksearch.h
13034                 Sync with HEAD (recursive quicksearch)
13035
13036 2005-01-20 [colin]      1.0.0cvs3.4
13037
13038         * src/ssl_manager.c
13039                 Remove useless code
13040
13041 2005-01-20 [colin]      1.0.0cvs3.3
13042
13043         * src/ssl_manager.c
13044                 Fix leak, thanks to Alfons.
13045
13046 2005-01-20 [colin]      1.0.0cvs3.2
13047
13048         * src/ssl_manager.c
13049                 Port SSL certificate window to GTK2.
13050
13051 2005-01-20 [paul]       1.0.0cvs3.1
13052
13053         * ChangeLog.claws
13054         * configure.ac
13055         * src/addrindex.c
13056         * src/addrindex.h
13057                 sync with HEAD
13058
13059 2005-01-19 [colin]      1.0.0cvs2.2
13060
13061         * src/plugins/trayicon/trayicon.c
13062                 Fix freeze with gtk-2.6, the easy way
13063                 (signal blocking helpless there...)
13064                 Closes bug #668.
13065
13066 2005-01-19 [colin]      1.0.0cvs2.1
13067
13068         * src/mbox.c
13069         * src/mbox.h
13070         * src/mainwindow.c
13071         * src/summaryview.c
13072         * src/summaryview.h
13073                 Sync with HEAD
13074
13075 2005-01-19 [paul]       1.0.0cvs1.1
13076
13077         * configure.ac
13078         * po/de.po
13079         * po/es.po
13080         * po/fr.po
13081         * po/hr.po
13082         * po/it.po
13083         * po/ja.po
13084         * po/ko.po
13085         * po/pt_BR.po
13086         * po/ru.po
13087         * po/sk.po
13088         * po/sr.po
13089                 sync with HEAD (update translations)
13090
13091 2005-01-18 [colin]      1.0.0cvs0.1
13092
13093         * src/foldersel.c
13094                 Specify search column - patch by Alfons
13095
13096 2005-01-18 [colin]      0.9.13cvs36.3
13097
13098         * src/prefs_toolbar.c
13099                 Change Delete to Remove
13100         * src/prefs_fonts.c
13101                 GTK2 version and leak fixes
13102         * src/prefs_actions.c
13103                 Add stock buttons.
13104                 All patches by Alfons
13105
13106 2005-01-17 [colin]      0.9.13cvs36.2
13107
13108         * src/compose.c
13109                 Fix DnD inserting twice. While at it,
13110                 add DnD support for text/plain in the
13111                 body, and add support in the headers.
13112
13113 2005-01-16 [colin]      0.9.13cvs36.1
13114
13115         * ChangeLog
13116         * ChangeLog.jp
13117         * ChangeLog.claws
13118                 Sync with HEAD (nothing applicable)
13119
13120 2005-01-16 [colin]      0.9.13cvs33.2
13121
13122         * src/prefs_toolbar.c
13123                 GTK2ize prefs_toolbar, by Alfons.
13124
13125 2005-01-14 [colin]      0.9.13cvs33.1
13126
13127         * src/html.c
13128         * src/msgcache.c
13129                 Sync with HEAD
13130
13131 2005-01-14 [colin]      0.9.13cvs32.1
13132
13133         * src/html.c
13134         * src/html.h
13135         * src/msgcache.c
13136         * AUTHORS
13137         * tools/calypso_convert.pl
13138                 Sync with HEAD
13139
13140 2005-01-08 [colin]      0.9.13cvs29.2
13141
13142         * src/prefs_filtering_action.c
13143         * src/prefs_filtering.c
13144                 2 more gtk2 patches by Alfons
13145
13146 2005-01-07 [paul]       0.9.13cvs29.1
13147
13148         * ChangeLog
13149         * ChangeLog.claws
13150         * ChangeLog.jp
13151         * configure.ac
13152         * src/pop.c
13153         * src/pop.h
13154                 sync with HEAD
13155
13156 2005-01-07 [colin]      0.9.13cvs28.3
13157
13158         * src/gtk/progressdialog.c
13159         * src/gtk/progressdialog.h
13160         * src/inc.c
13161         * src/send_message.c
13162                 GTK2 for the incorporation dialog. The CList isn't dead
13163                 yet, for a more smooth migration. Patch by Alfons.
13164
13165 2005-01-06 [colin]      0.9.13cvs28.2
13166
13167         * src/prefs_display_header.c
13168                 GTK2 conversion by Alfons
13169         * src/prefs_actions.c
13170         * src/prefs_matcher.c
13171                 Fix 2 leaks - patch by Alfons
13172
13173 2005-01-06 [colin]      0.9.13cvs28.1
13174
13175         * src/prefs_matcher.c
13176                 Sync with HEAD
13177
13178 2005-01-06 [colin]      0.9.13cvs27.4
13179
13180         * src/prefs_matcher.c
13181                 Fix double-free. Patch by Alfons
13182
13183 2005-01-06 [colin]      0.9.13cvs27.3
13184
13185         * src/prefs_matcher.c
13186                 GTK2 widgets + memleak
13187                 Patch by Alfons
13188
13189 2005-01-05 [colin]      0.9.13cvs27.2
13190
13191         * src/account.c
13192         * src/addr_compl.c
13193         * src/foldersel.c
13194         * src/stock_pixmap.c
13195         * src/stock_pixmap.h
13196                 3 more GTK2 patches by Alfons.
13197
13198 2005-01-04 [colin]      0.9.13cvs27.1
13199
13200         * src/folderview.c
13201         * src/imap_gtk.c
13202         * src/news_gtk.c
13203                 Sync with HEAD
13204
13205 2005-01-04 [colin]      0.9.13cvs25.9
13206
13207         * src/compose.c
13208                 Fix Show Ruler menuitem
13209         * src/prefs_template.c
13210                 Convert to GTK2
13211         * src/common/utils.c
13212                 Make auto pointer stuff handles NULLs
13213                 Patches by Alfons.
13214
13215 2005-01-04 [colin]      0.9.13cvs25.8
13216
13217         * src/compose.c
13218                 Move the attachment list to gtk2
13219                 Patch by Alfons.
13220
13221 2005-01-04 [colin]      0.9.13cvs25.7
13222
13223         * src/textview.c
13224                 Make some keys work again
13225                 Patch by SungHyun Nam <namsh@kldp.org>
13226
13227 2005-01-04 [colin]      0.9.13cvs25.6
13228
13229         * src/gtk/gtkshruler.c
13230                 Move the ruler to GTK2
13231                 Patch by Alfons
13232
13233 2005-01-03 [colin]      0.9.13cvs25.5
13234
13235         * src/compose.c
13236                 Fix my broken patch apply 
13237
13238 2005-01-03 [colin]      0.9.13cvs25.4
13239
13240         * src/common/utils.c
13241         * src/common/utils.h
13242         * src/gtk/prefswindow.c
13243                 Move auto pointer stuff to utils.c
13244                 Patch by Alfons again :)
13245
13246 2005-01-03 [colin]      0.9.13cvs25.3
13247
13248         * src/compose.c
13249         * src/prefs_gtk.c
13250         * src/prefs_template.c
13251         * src/textview.c
13252                 Empty text widgets with empty strings, not NULL char
13253                 Patch by SungHyun Nam <namsh@kldp_org>
13254
13255 2005-01-03 [colin]      0.9.13cvs25.2
13256
13257         * src/main.c
13258         * AUTHORS
13259                 Sync with HEAD
13260
13261 2005-01-03 [colin]      0.9.13cvs25.1
13262
13263         * src/pop.c
13264         * src/pop.h
13265                 Sync with HEAD
13266
13267 2005-01-03 [colin]      0.9.13cvs24.3
13268
13269         * src/account.c
13270                 Two patches from Alfons and Alex S Moore:
13271                 fix images, fix return value.
13272
13273 2005-01-01 [colin]      0.9.13cvs24.2
13274
13275         * src/prefs_actions.c
13276                 Fix over-zealous assertion. Patch by Alfons
13277
13278 2005-01-01 [colin]      0.9.13cvs24.1
13279
13280         * src/procmime.c
13281                 Sync with HEAD (leak fix)
13282
13283 2004-12-31 [colin]      0.9.13cvs23.2
13284
13285         * src/prefs_common.c
13286                 GTK2 widgets + stock buttons - patch by Alfons
13287
13288 2004-12-31 [paul]       0.9.13cvs23.1
13289
13290         * configure.ac
13291                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13292         * src/gtk/pluginwindow.c
13293                 use GTK2 widgets and plug memory leaks,
13294                 patches by Alfons
13295
13296 2004-12-30 [colin]      0.9.13cvs22.4
13297
13298         * src/account.c
13299         * src/action.c
13300         * src/export.c
13301         * src/foldersel.c
13302         * src/import.c
13303         * src/message_search.c
13304         * src/prefs_actions.c
13305         * src/prefs_common.c
13306         * src/prefs_customheader.c
13307         * src/prefs_filtering.c
13308         * src/prefs_summary_column.c
13309         * src/summary_search.c
13310         * src/gtk/about.c
13311         * src/gtk/description_window.c
13312         * src/gtk/gtkutils.c
13313         * src/gtk/gtkutils.h
13314         * src/gtk/inputdialog.c
13315         * src/gtk/prefswindow.c
13316                 Use GTK2 stock buttons. Patches by Alfons.
13317
13318 2004-12-30 [colin]      0.9.13cvs22.3
13319
13320         * src/account.c
13321                 Sync with HEAD
13322         * src/prefs_actions.c
13323         * src/prefs_customheader.c
13324         * src/prefs_filtering.c
13325         * src/prefs_msg_colors.c
13326         * src/prefs_summary_column.c
13327         * src/gtk/prefswindow.c
13328                 Use GtkTreeView instead of deprecated 
13329                 widgets. Patches by Alfons.
13330
13331 2004-12-30 [paul]       0.9.13cvs22.2
13332
13333         * src/foldersel.c
13334                 use GTK 2 Tree View
13335                 patch by Alfons, with root folder sorting fix
13336                 by Stephan Sachse
13337
13338 2004-12-30 [paul]       0.9.13cvs22.1
13339
13340         * ChangeLog
13341         * ChangeLog.claws
13342         * ChangeLog.jp
13343         * NEWS
13344         * configure.ac
13345         * src/account.c
13346                 sync with HEAD
13347
13348 2004-12-22 [martin]     0.9.13cvs21.2
13349
13350         * src/action.c
13351                 free the command line after its use
13352
13353 2004-12-18 [paul]       0.9.13cvs21.1
13354
13355         * AUTHORS
13356         * ChangeLog
13357         * ChangeLog.claws
13358         * ChangeLog.jp
13359         * NEWS
13360         * configure.ac
13361         * src/action.c
13362         * src/compose.c
13363         * src/syldap.c
13364                 sync with HEAD
13365
13366 2004-12-17 [martin]     0.9.13cvs17.2
13367
13368         * src/action.c
13369                 convert actions input to locale
13370         * src/inc.c
13371                 convert notification command to locale
13372         * src/plugins/pgpmime/select-keys.c
13373                 convert attributes to utf8
13374
13375 2004-12-14 [colin]      0.9.13cvs17.1
13376
13377         * ChangeLog
13378         * ChangeLog.jp
13379         * ChangeLog.claws
13380         * src/action.c
13381         * src/common/utils.c
13382         * src/gtk/prefswindow.c
13383         * src/gtk/gtkutils.c
13384         * src/gtk/gtkutils.h
13385         * src/plugins/spamassassin/libspamc.c
13386                 Sync with HEAD
13387
13388 2004-12-13 [colin]      0.9.13cvs14.1
13389
13390         * src/quote_fmt_parse.y
13391                 Sync with HEAD
13392
13393 2004-12-10 [colin]      0.9.13cvs12.1
13394
13395         * src/prefs_themes.c
13396         * src/mainwindow.c
13397         * src/messageview.c
13398                 Sync with HEAD
13399
13400 2004-12-09 [colin]      0.9.13cvs10.1
13401
13402         * src/procmime.c
13403                 Sync with HEAD (fix B64 encoding from memory)
13404
13405 2004-12-08 [colin]      0.9.13cvs9.1
13406
13407         * src/gtk/colorlabel.c
13408                 Sync with HEAD
13409
13410 2004-12-08 [paul]       0.9.13cvs8.2
13411
13412         * src/gtk/pluginwindow.c
13413                 fix window resizing oddities
13414
13415 2004-12-08 [colin]      0.9.13cvs8.1
13416
13417         * src/quote_fmt_parse.y
13418                 Sync with HEAD
13419
13420 2004-12-08 [colin]      0.9.13cvs7.1
13421
13422         * src/matcher_parser_parse.y
13423         * src/msgcache.c
13424         * src/prefs_matcher.c
13425         * src/procheader.c
13426         * src/matcher.c
13427         * src/common/defs.h
13428         * po/sr.po
13429                 Sync with HEAD
13430
13431 2004-12-08 [colin]      0.9.13cvs6.1
13432
13433         * src/quote_fmt_parse.y
13434         * src/textview.c
13435                 Sync with HEAD
13436         * src/gtk/prefswindow.c
13437         * src/gtk/pluginwindow.c
13438                 Fix G_CALLBACKS protos (thanks to Alfons)
13439
13440 2004-12-07 [torte]      0.9.13cvs2.2
13441
13442         * src/procmime.c
13443                 [Bug 650] reply button causes crash
13444                 Thanks to David Relson and Christoph
13445
13446 2004-12-07 [colin]      0.9.13cvs2.1
13447
13448         * ChangeLog.claws
13449         * AUTHORS
13450         * po/sk.po
13451         * src/procmime.c
13452         * src/prefs_account.c
13453         * src/common/smtp.c
13454         * src/common/smtp.h
13455                 Sync with HEAD
13456
13457 2004-12-06 [colin]      0.9.12cvs187.1
13458
13459         * ChangeLog.claws
13460         * INSTALL
13461         * Makefile.am
13462         * README.claws
13463         * TODO.claws
13464         * configure.ac
13465         * po/bg.po
13466         * po/cs.po
13467         * po/el.po
13468         * po/en_GB.po
13469         * po/es.po
13470         * po/fr.po
13471         * po/hr.po
13472         * po/hu.po
13473         * po/it.po
13474         * po/ja.po
13475         * po/ko.po
13476         * po/nl.po
13477         * po/pl.po
13478         * po/pt_BR.po
13479         * po/ru.po
13480         * po/sk.po
13481         * po/sr.po
13482         * po/sv.po
13483         * po/zh_CN.po
13484         * po/zh_TW.Big5.po
13485         * src/compose.c
13486         * tools/Makefile.am
13487         * tools/README
13488         * tools/filter_conv.pl
13489         * tools/kdeservicemenu/README
13490         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13491         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13492                 Sync with HEAD
13493
13494 2004-12-04 [colin]      0.9.12cvs183.1
13495
13496         * src/compose.c
13497                 Sync with HEAD (compose window position saving)
13498
13499 2004-12-04 [paul]       0.9.12cvs182.3
13500
13501         * src/messageview.c
13502         * src/mimeview.c
13503         * src/prefs_customheader.c
13504         * src/gtk/quicksearch.c
13505                 replace some forgotten GTK_SIGNAL_FUNCs
13506
13507 2004-12-04 [paul]       0.9.12cvs182.2
13508
13509         * src/Makefile.am
13510                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13511                 committed in error      
13512
13513 2004-12-04 [paul]       0.9.12cvs182.1
13514
13515         * ChangeLog
13516         * ChangeLog.claws
13517         * ChangeLog.jp
13518         * INSTALL
13519         * NEWS
13520         * README
13521         * README.jp
13522         * configure.ac
13523         * doc/manual/ja/Makefile.am
13524         * doc/manual/ja/sylpheed-1.html
13525         * doc/manual/ja/sylpheed-10.html
13526         * doc/manual/ja/sylpheed-11.html
13527         * doc/manual/ja/sylpheed-12.html
13528         * doc/manual/ja/sylpheed-13.html
13529         * doc/manual/ja/sylpheed-14.html
13530         * doc/manual/ja/sylpheed-15.html
13531         * doc/manual/ja/sylpheed-16.html
13532         * doc/manual/ja/sylpheed-17.html
13533         * doc/manual/ja/sylpheed-18.html
13534         * doc/manual/ja/sylpheed-19.html
13535         * doc/manual/ja/sylpheed-2.html
13536         * doc/manual/ja/sylpheed-20.html
13537         * doc/manual/ja/sylpheed-3.html
13538         * doc/manual/ja/sylpheed-4.html
13539         * doc/manual/ja/sylpheed-5.html
13540         * doc/manual/ja/sylpheed-6.html
13541         * doc/manual/ja/sylpheed-7.html
13542         * doc/manual/ja/sylpheed-8.html
13543         * doc/manual/ja/sylpheed-9.html
13544         * doc/manual/ja/sylpheed.html
13545         * doc/manual/ja/sylpheed.sgml
13546         * po/de.po
13547         * src/Makefile.am
13548         * src/compose.c
13549         * src/procmime.c
13550         * src/pixmaps/regular.xpm **REMOVED**
13551         * src/plugins/pgpmime/pgpmime.c
13552         * src/plugins/pgpmime/plugin.c
13553         * src/plugins/pgpmime/prefs_gpg.c
13554                 sync with HEAD
13555
13556 2004-12-03 [paul]       0.9.12cvs180.1
13557
13558         * ChangeLog
13559         * ChangeLog.claws
13560         * ChangeLog.jp
13561         * configure.ac
13562         * src/Makefile.am
13563         * src/pop.c
13564         * src/common/utils.c
13565         * src/common/utils.h
13566         * src/pixmaps/continue.xpm
13567         * src/pixmaps/dir_close.xpm
13568         * src/pixmaps/dir_open.xpm
13569         * src/pixmaps/drafts_close.xpm
13570         * src/pixmaps/drafts_open.xpm
13571         * src/pixmaps/folder.xpm **REMOVED**
13572         * src/pixmaps/group.xpm
13573         * src/pixmaps/unread.xpm
13574                 sync with HEAD
13575
13576 2004-12-02 [colin]      0.9.12cvs179.1
13577
13578         * src/compose.c
13579                 Sync with HEAD (non-duplicated reedition)
13580
13581 2004-12-02 [colin]      0.9.12cvs178.1
13582
13583         * src/compose.c
13584                 Sync with HEAD (linewrap_quote fix)
13585
13586 2004-12-01 [colin]      0.9.12cvs177.3
13587
13588         * src/addrharvest.c
13589                 Replace sizeof with strlen
13590
13591 2004-12-01 [paul]       0.9.12cvs177.2
13592
13593         * src/addrharvest.c
13594                 fix 'harvest addresses'
13595
13596 2004-11-30 [colin]      0.9.12cvs177.1
13597
13598         * src/gtk/prefswindow.c
13599         * src/gtk/pluginwindow.c
13600                 Sync with HEAD
13601
13602 2004-11-29 [colin]      0.9.12cvs176.1
13603
13604         * src/folderview.c
13605                 sync with HEAD (Fix disappearing separators in folderview's popup)
13606
13607 2004-11-29 [colin]      0.9.12cvs175.1
13608
13609         * src/procmime.c
13610                 Sync with head (another format fix)
13611
13612 2004-11-29 [colin]      0.9.12cvs174.1
13613
13614         * src/pop.c
13615                 Sync with HEAD (format string fix)
13616
13617 2004-11-26 [colin]      0.9.12cvs173.1
13618
13619         * src/common/smtp.c
13620         * src/common/smtp.h
13621                 Sync with HEAD
13622
13623 2004-11-24 [colin]      0.9.12cvs172.1
13624
13625         * src/plugins/pgpmime/pgpmime.c
13626                 Sync with HEAD
13627
13628 2004-11-24 [colin]      0.9.12cvs171.1
13629
13630         * src/plugins/pgpmime/pgpmime.c
13631                 Sync with head (gpgmectx leaks)
13632
13633 2004-11-24 [colin]      0.9.12cvs169.1
13634
13635         * src/plugins/pgpmime/plugin.c
13636         * src/plugins/trayicon/Makefile.am
13637         * src/plugins/trayicon/newmarkedmail.xpm
13638         * src/plugins/trayicon/trayicon.c
13639         * src/plugins/trayicon/unreadmarkedmail.xpm
13640                 Sync with HEAD
13641
13642 2004-11-23 [colin]      0.9.12cvs168.1
13643
13644         * src/partial_download.c
13645         * src/partial_download.h
13646         * src/plugins/pgpmime/plugin.c
13647                 Sync with HEAD
13648
13649 2004-11-23 [colin]      0.9.12cvs166.1
13650
13651         * src/Makefile.am
13652         * src/codeconv.c
13653         * src/compose.c
13654         * src/folderview.c
13655         * src/main.c
13656         * src/partial_download.c
13657         * src/partial_download.h
13658         * src/prefs_account.c
13659         * src/prefs_account.h
13660         * src/privacy.c
13661         * src/privacy.h
13662         * src/procmime.c
13663         * src/common/Makefile.am
13664         * src/common/base64.h
13665         * src/common/partial_download.c
13666         * src/common/partial_download.h
13667         * src/gtk/prefswindow.c
13668         * src/gtk/prefswindow.h
13669         * src/plugins/pgpmime/pgpmime.c
13670         * src/plugins/pgpmime/prefs_gpg.c
13671         * src/plugins/pgpmime/prefs_gpg.h
13672         * src/plugins/pgpmime/sgpgme.c
13673         * src/plugins/pgpmime/sgpgme.h
13674                 Sync with HEAD
13675
13676 2004-11-23 [colin]      0.9.12cvs163.1
13677
13678         * src/main.c
13679                 Sync with HEAD (cursor optimization)
13680
13681 2004-11-23 [colin]      0.9.12cvs162.1
13682
13683         * src/prefs_common.c
13684         * src/prefs_themes.c
13685         * src/procmsg.c
13686                 Sync with HEAD
13687
13688 2004-11-23 [colin]      0.9.12cvs158.9
13689
13690         * src/compose.c
13691                 Fix double-free when forwarding
13692         * src/msgcache.c
13693                 Fix leak on error path
13694                 
13695
13696 2004-11-23 [colin]      0.9.12cvs158.8
13697
13698         * src/compose.c
13699                 Fix possible double-free
13700                 Spotted by Alfons
13701
13702 2004-11-23 [colin]      0.9.12cvs158.7
13703
13704         * src/compose.c
13705                 Fix some signal handlers' prototypes
13706                 Spotted by Alfons
13707
13708 2004-11-22 [colin]      0.9.12cvs158.6
13709
13710         * src/compose.c
13711                 Remove unneeded code and duplicated
13712                 wrapping - patch by Alfons
13713
13714 2004-11-22 [colin]      0.9.12cvs158.5
13715
13716         * src/prefs_themes.c
13717                 Fix oversized selector
13718
13719 2004-11-22 [colin]      0.9.12cvs158.4
13720
13721         * src/compose.c
13722                 fix dump_text()
13723                 patch by Alfons
13724
13725 2004-11-19 [colin]      0.9.12cvs158.3
13726
13727         * src/textview.c
13728                 Add a context menu on links (open, copy)
13729
13730 2004-11-18 [paul]       0.9.12cvs158.2
13731
13732         * src/addrgather.c
13733         * src/exphtmldlg.c
13734         * src/expldifdlg.c
13735         * src/mimeview.c
13736         * src/prefs_common.c
13737         * src/plugins/image_viewer/viewer.c
13738         * src/plugins/spamassassin/spamassassin_gtk.c
13739                 replace deprecated gtk_notebook_set_page
13740                 and gtk_notebook_current_page
13741
13742 2004-11-18 [paul]       0.9.12cvs158.1
13743
13744         * configure.ac
13745         * src/compose.c
13746         * src/mainwindow.c
13747         * src/messageview.c
13748         * src/prefs_common.c
13749         * src/common/utils.c
13750         * src/common/utils.h
13751                 sync with HEAD
13752
13753 2004-11-17 [colin]      0.9.12cvs156.1
13754
13755         * src/prefs_account.c
13756         * src/prefs_account.h
13757         * src/procmsg.c
13758                 Sync with HEAD (add pref to store encrypted mails encrypted)
13759
13760 2004-11-17 [paul]       0.9.12cvs155.1
13761
13762         * ChangeLog
13763         * ChangeLog.claws
13764         * ChangeLog.jp
13765         * NEWS
13766         * configure.ac
13767         * src/compose.c
13768         * src/jpilot.c
13769         * src/privacy.c
13770         * src/procmime.c
13771         * src/procmime.h
13772         * src/procmsg.c
13773         * src/toolbar.c
13774         * src/pixmaps/error.xpm
13775                 sync with HEAD
13776
13777 2004-11-17 [colin]      0.9.12cvs151.1
13778
13779         * src/plugins/pgpmime/pgpmime.c
13780                 Sync with HEAD (remove debug printf)
13781
13782 2004-11-17 [colin]      0.9.12cvs150.1
13783
13784         * src/plugins/pgpmime/pgpmime.c
13785                 Sync with HEAD (off-by-one fix)
13786
13787 2004-11-17 [colin]      0.9.12cvs149.1
13788
13789         * src/procmsg.c
13790                 Sync with HEAD (coding style fixes)
13791
13792 2004-11-16 [colin]      0.9.12cvs148.1
13793
13794         * src/procmsg.c
13795                 Sync with head (Fix the fix)
13796
13797 2004-11-16 [colin]      0.9.12cvs147.1
13798
13799         * src/procmsg.c
13800                 Sync with Main (leak fix)
13801
13802 2004-11-16 [colin]      0.9.12cvs146.14
13803
13804         * src/compose.c
13805                 Remove useless chunk of code
13806                 Patch by Alfons
13807
13808 2004-11-15 [colin]      0.9.12cvs146.13
13809
13810         * src/compose.c
13811                 Fix drafting after insertion
13812                 Patch by Alfons
13813
13814 2004-11-15 [colin]      0.9.12cvs146.12
13815
13816         * src/compose.c
13817         * src/prefs_filtering.c
13818         * src/prefs_filtering_action.c
13819         * src/prefs_toolbar.c
13820                 Fix some const-correctness
13821
13822 2004-11-15 [colin]      0.9.12cvs146.11
13823
13824         * src/summaryview.c
13825         * src/prefs_themes.c
13826         * src/messageview.c
13827                 Fix some leaks
13828
13829 2004-11-15 [colin]      0.9.12cvs146.10
13830
13831         * src/codeconv.c
13832                 More unreadable locale fixes
13833
13834 2004-11-14 [colin]      0.9.12cvs146.9
13835
13836         * src/textview.c
13837                 Fix uri_security_check
13838                 Patch by Alfons
13839
13840 2004-11-13 [paul]       0.9.12cvs146.8
13841
13842         * src/folder.c
13843         * src/procmime.c
13844                 fix 2 bugs introduced in last commit
13845
13846 2004-11-13 [paul]       0.9.12cvs146.7
13847
13848         * src/compose.c
13849         * src/exporthtml.c
13850         * src/exportldif.c
13851         * src/folder.c
13852         * src/imap.c
13853         * src/imap_gtk.c
13854         * src/main.c
13855         * src/mainwindow.c
13856         * src/messageview.c
13857         * src/mh_gtk.c
13858         * src/prefs_themes.c
13859         * src/procmime.c
13860         * src/setup.c
13861         * src/summaryview.c
13862                 replace deprecated g_basename
13863
13864 2004-11-13 [paul]       0.9.12cvs146.6
13865
13866         * src/compose.c
13867         * src/imap.c
13868         * src/matcher_parser.h
13869         * src/matcher_parser_parse.y
13870         * src/prefs_filtering.c
13871         * src/prefs_filtering_action.c
13872         * src/prefs_themes.c
13873         * src/prefs_toolbar.c
13874         * src/common/utils.c
13875                 various small fixes/cleanups
13876
13877 2004-11-12 [colin]      0.9.12cvs146.5
13878
13879         * src/textview.c
13880                 Validate event's origin on visibility notify
13881                 Patch by Alfons.
13882
13883 2004-11-12 [paul]       0.9.12cvs146.4
13884
13885         * src/exporthtml.c
13886         * src/exportldif.c
13887         * src/imap.c
13888         * src/mh.c
13889         * src/mimeview.c
13890         * src/prefs_spelling.c
13891         * src/prefs_themes.c
13892                 replace deprecated g_dirname    
13893
13894 2004-11-12 [colin]      0.9.12cvs146.3
13895
13896         * src/textview.c
13897                 Some coding style fixes
13898
13899 2004-11-12 [colin]      0.9.12cvs146.2
13900
13901         * src/codeconv.c
13902                 We want to replace _all_ extended chars in
13903                 conv_unreadable_*, because any string containing
13904                 extended chars not parsing as UTF8 is 
13905                 undisplayed on gtk2.
13906
13907 2004-11-12 [paul]       0.9.12cvs146.1
13908
13909         * ChangeLog
13910         * ChangeLog.claws
13911         * ChangeLog.jp
13912         * NEWS
13913         * configure.ac
13914         * src/account.c
13915         * src/folderview.c
13916         * src/folderview.h
13917         * src/imap.c
13918         * src/imap_gtk.c
13919         * src/inc.c
13920         * src/mainwindow.c
13921         * src/mh_gtk.c
13922         * src/news_gtk.c
13923         * src/pop.c
13924         * src/prefs_account.c
13925         * src/prefs_account.h
13926         * src/prefs_ext_prog.c
13927         * src/procmime.c
13928         * src/procmime.h
13929         * src/procmsg.c
13930         * src/procmsg.h
13931         * src/summary_search.c
13932         * src/summaryview.c
13933         * src/textview.c
13934         * src/common/defs.h
13935         * src/common/utils.c
13936         * src/common/utils.h
13937         * src/gtk/menu.c
13938         * src/gtk/menu.h
13939                 sync with HEAD
13940
13941 2004-11-11 [colin]      0.9.12cvs144.2
13942
13943         * src/textview.c
13944                 Fix URI range selection (patch by Alfons)
13945
13946 2004-11-09 [colin]      0.9.12cvs144.1
13947
13948         * ChangeLog.claws
13949         * src/compose.c
13950         * src/folder.c
13951         * src/folder_item_prefs.c
13952         * src/prefs_account.c
13953         * src/prefs_account.h
13954         * src/plugins/pgpmime/pgpmime.c
13955                 Sync with HEAD
13956
13957 2004-11-08 [colin]      0.9.12cvs143.1
13958
13959         * src/summaryview.c
13960                 Sync with HEAD (optimize quicksearch)
13961
13962 2004-11-08 [colin]      0.9.12cvs142.2
13963
13964         * src/compose.c
13965                 Don't wrap when Edit/Auto wrapping is disabled
13966
13967 2004-11-08 [colin]      0.9.12cvs142.1
13968
13969         * src/textview.c
13970                 Sync with HEAD
13971
13972 2004-11-08 [colin]      0.9.12cvs141.1
13973
13974         * src/textview.c
13975                 Sync with HEAD (fix some mail URIs)
13976
13977 2004-11-08 [colin]      0.9.12cvs140.3
13978
13979         * src/textview.c
13980                 o Use text cursor instead of arrow when
13981                   not on a link
13982                 o Fix handling of contiguous links (as in
13983                   "colin@colino.net" <colin@colino.net>)
13984                   This one unveils a bug in get_email_part()
13985
13986 2004-11-07 [colin]      0.9.12cvs140.2
13987
13988         * src/textview.c
13989                 Fix memleak. Patch by Alfons.
13990
13991 2004-11-06 [colin]      0.9.12cvs140.1
13992
13993         * src/compose.c
13994                 Sync with HEAD (don't ask passphrase
13995                 when drafting)
13996
13997 2004-11-06 [paul]       0.9.12cvs139.2
13998
13999         * AUTHORS
14000         * src/textview.c
14001         * src/textview.h
14002                 textview URI handling. hovering over a 
14003                 link displays it in the status bar,
14004                 and changes the mouse pointer to a hand 
14005                 cursor. a link is activated with a single 
14006                 click. (Modified from the) patch by Jean-Yves 
14007                 Lefort <jylefort@users.sourceforge.net>
14008                 
14009
14010 2004-11-05 [colin]      0.9.12cvs139.1
14011
14012         * src/compose.c
14013         * src/procmime.c
14014                 Sync with HEAD again ^^
14015
14016 2004-11-05 [colin]      0.9.12cvs139.1
14017
14018         * src/compose.c
14019         * src/procmime.c
14020                 Sync with HEAD
14021
14022 2004-11-03 [paul]       0.9.12cvs138.1
14023
14024         * ChangeLog.claws
14025         * configure.ac
14026         * po/POTFILES.in
14027         * src/prefs_ext_prog.c
14028         * src/procmime.c
14029         * tools/kdeservicemenu/README
14030         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14031         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14032                 sync with HEAD
14033
14034 2004-11-01 [christoph]  0.9.12cvs136.2
14035
14036         * src/procmime.c
14037                 convert MIME parameters to UTF-8
14038
14039 2004-10-29 [colin]      0.9.12cvs136.1
14040
14041         * src/common/utils.c
14042                 Sync with HEAD (don't use '=' in mime boundary)
14043
14044 2004-10-29 [paul]       0.9.12cvs135.1
14045
14046         * configure.ac
14047         * doc/src/rfc2231.txt
14048         * src/procmime.c
14049         * src/common/quoted-printable.c
14050         * src/common/utils.c
14051         * src/common/utils.h
14052                 sync with HEAD
14053
14054 2004-10-27 [paul]       0.9.12cvs134.1
14055
14056         * configure.ac
14057         * src/main.c
14058         * src/procmime.c
14059         * src/plugins/pgpmime/pgpmime.c
14060                 sync with HEAD
14061
14062 2004-10-26 [paul]       0.9.12cvs132.3
14063
14064         * src/account.c
14065         * src/addressbook.c
14066         * src/addrgather.c
14067         * src/addrharvest.c
14068         * src/codeconv.c
14069         * src/compose.c
14070         * src/customheader.c
14071         * src/editaddress.c
14072         * src/editgroup.c
14073         * src/enriched.c
14074         * src/expldifdlg.c
14075         * src/exporthtml.c
14076         * src/exportldif.c
14077         * src/folder.c
14078         * src/foldersel.c
14079         * src/folderview.c
14080         * src/grouplistdialog.c
14081         * src/html.c
14082         * src/imap.c
14083         * src/jpilot.c
14084         * src/ldapserver.c
14085         * src/ldif.c
14086         * src/mimeview.c
14087         * src/news.c
14088         * src/news_gtk.c
14089         * src/pop.c
14090         * src/prefs_display_header.c
14091         * src/prefs_gtk.c
14092         * src/prefs_msg_colors.c
14093         * src/prefs_toolbar.c
14094         * src/procheader.c
14095         * src/procmime.c
14096         * src/summaryview.c
14097         * src/textview.c
14098         * src/toolbar.c
14099         * src/vcard.c
14100         * src/common/mgutils.c
14101         * src/common/nntp.c
14102         * src/common/smtp.c
14103         * src/common/template.c
14104         * src/common/utils.c
14105         * src/common/xmlprops.c
14106         * src/plugins/pgpmime/pgpmime.c
14107         * src/plugins/pgpmime/select-keys.c
14108         * src/plugins/pgpmime/sgpgme.c
14109                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14110                 g_string_sprintfa(), gtk_notebook_current_page()
14111
14112 2004-10-26 [colin]      0.9.12cvs132.2
14113
14114         * src/prefs_folder_item.c
14115                 Fix default-account selection
14116
14117 2004-10-21 [colin]      0.9.12cvs133
14118
14119         * src/compose.c
14120                 Sync with HEAD (Remove extra separator in compose's Options)
14121         * src/textview.c
14122                 Set wrapping to char
14123
14124 2004-10-21 [paul]       0.9.12cvs131.2
14125
14126         * src/compose.c
14127         * src/sourcewindow.c
14128                 fix wrapping
14129                 fix window shrinking 
14130
14131 2004-10-21 [colin]      0.9.12cvs131.1
14132
14133         * ChangeLog.claws
14134         * src/compose.c
14135                 Sync with HEAD
14136
14137 2004-10-21 [paul]       0.9.12cvs130.2
14138
14139         * src/prefs_folder_item.c
14140                 sync with HEAD (Apply to subfolders)
14141
14142 2004-10-19 [colin]      0.9.12cvs130.1
14143
14144         * ChangeLog.claws
14145         * src/compose.c
14146         * src/common/utils.c
14147         * src/gtk/menu.c
14148                 Sync with HEAD
14149
14150 2004-10-19 [colin]      0.9.12cvs128.1
14151
14152         * src/addrbook.c
14153         * src/addrcache.c
14154         * src/addressbook.c
14155         * src/codeconv.c
14156         * src/compose.c
14157         * src/customheader.c
14158         * src/editaddress.c
14159         * src/editgroup.c
14160         * src/exporthtml.c
14161         * src/folder.c
14162         * src/folderview.c
14163         * src/imap.c
14164         * src/jpilot.c
14165         * src/main.c
14166         * src/matcher_parser_parse.y
14167         * src/mbox.c
14168         * src/pop.c
14169         * src/prefs_account.c
14170         * src/prefs_gtk.c
14171         * src/prefs_msg_colors.c
14172         * src/procheader.c
14173         * src/procmime.c
14174         * src/procmime.h
14175         * src/procmsg.c
14176         * src/summaryview.c
14177         * src/textview.c
14178         * src/common/base64.c
14179         * src/common/partial_download.c
14180         * src/common/socket.c
14181         * src/common/sylpheed.c
14182         * src/common/utils.c
14183         * src/common/utils.h
14184         * src/gtk/pluginwindow.c
14185         * src/gtk/quicksearch.c
14186         * src/plugins/clamav/clamav_plugin.c
14187         * src/plugins/clamav/clamav_plugin.h
14188         * src/plugins/clamav/clamav_plugin_gtk.c
14189         * src/plugins/pgpmime/passphrase.c
14190         * src/plugins/pgpmime/pgpmime.c
14191         * src/plugins/pgpmime/plugin.c
14192         * src/plugins/pgpmime/prefs_gpg.c
14193         * src/plugins/pgpmime/prefs_gpg.h
14194         * src/plugins/pgpmime/select-keys.c
14195         * src/plugins/pgpmime/sgpgme.c
14196         * src/plugins/spamassassin/libspamc.c
14197         * src/plugins/spamassassin/spamassassin.c
14198         * src/plugins/spamassassin/spamassassin.h
14199         * src/plugins/spamassassin/spamassassin_gtk.c
14200         * src/plugins/trayicon/trayicon.c
14201         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14202                 Sync with HEAD
14203
14204 2004-10-14 [colin]      0.9.12cvs126.2
14205
14206         * src/codeconv.c
14207         * src/textview.c
14208                 Fix conv_unreadable_locale
14209
14210 2004-10-13 [colin]      0.9.12cvs126.1
14211
14212         * src/compose.c
14213                 Sync with HEAD (don't convert charset for 
14214                 drafted messages, minor cleanup)
14215
14216 2004-10-13 [colin]      0.9.12cvs125.1
14217
14218         * po/POTFILES.in
14219                 Sync with HEAD (POTFILES fix)
14220
14221 2004-10-12 [colin]      0.9.12cvs124.3
14222
14223         * src/compose.c
14224                 Fix encoding bug from latest sync
14225
14226 2004-10-12 [paul]       0.9.12cvs124.2
14227
14228         * src/plugins/pgpmime/prefs_gpg.c
14229         * src/plugins/pgpmime/prefs_gpg.h
14230                 forgotten in last commit        
14231
14232 2004-10-12 [paul]       0.9.12cvs124.1
14233
14234         * ChangeLog.claws
14235         * configure.ac
14236         * m4/spamassassin.m4
14237         * src/Makefile.am
14238         * src/account.c
14239         * src/compose.c
14240         * src/compose.h
14241         * src/crash.c
14242         * src/main.c
14243         * src/mimeview.c
14244         * src/passphrase.c
14245         * src/passphrase.h
14246         * src/prefs_account.c
14247         * src/prefs_account.h
14248         * src/prefs_common.c
14249         * src/privacy.c
14250         * src/privacy.h
14251         * src/procmime.c
14252         * src/procmime.h
14253         * src/procmsg.c
14254         * src/rfc2015.c
14255         * src/rfc2015.h
14256         * src/select-keys.c
14257         * src/select-keys.h
14258         * src/textview.c
14259         * src/common/utils.c
14260         * src/common/utils.h
14261         * src/gtk/about.c
14262         * src/plugins/pgpmime/Makefile.am
14263         * src/plugins/pgpmime/passphrase.c
14264         * src/plugins/pgpmime/passphrase.h
14265         * src/plugins/pgpmime/pgpmime.c
14266         * src/plugins/pgpmime/plugin.c
14267         * src/plugins/pgpmime/select-keys.c
14268         * src/plugins/pgpmime/select-keys.h
14269         * src/plugins/pgpmime/sgpgme.c
14270         * src/plugins/pgpmime/sgpgme.h
14271                 sync with HEAD
14272
14273 2004-10-04 [colin]      0.9.12cvs122.1
14274
14275         * src/mainwindow.c
14276         * src/messageview.c
14277         * src/messageview.h
14278         * src/textview.c
14279                 Sync with HEAD
14280
14281 2004-10-04 [colin]      0.9.12cvs121.1
14282
14283         * src/summaryview.c
14284                 Sync with HEAD
14285
14286 2004-10-04 [paul]       0.9.12cvs120.1
14287
14288         * configure.ac
14289                 sync with HEAD [don't try to build 
14290                 pgpmime plugin when gpgme is disabled]
14291
14292 2004-10-03 [colin]      0.9.12cvs119.3
14293
14294         * src/gtk/gtksctree.c
14295                 Lots of side effects. Put back as before 117.2.
14296         * src/summaryview.c
14297                 Fix bug #602
14298
14299 2004-10-03 [colin]      0.9.12cvs119.2
14300
14301         * src/gtk/gtksctree.c
14302                 Revert 608 fix that doesn't work that good
14303
14304 2004-10-02 [colin]      0.9.12cvs119.1
14305
14306         * src/mainwindow.c
14307         * src/messageview.c
14308         * src/prefs_common.h
14309         * src/procmime.c
14310         * src/procmime.h
14311         * src/textview.c
14312                 Sync with HEAD
14313         * src/gtk/gtksctree.c
14314                 Close bug #608
14315
14316 2004-10-01 [colin]      0.9.12cvs118.1
14317
14318         * src/mimeview.c
14319                 Sync with HEAD (better Save All fix)
14320
14321 2004-10-01 [colin]      0.9.12cvs117.2
14322
14323         * src/gtk/gtksctree.c
14324                 Faster on selection
14325
14326 2004-10-01 [colin]      0.9.12cvs117.1
14327
14328         * src/mimeview.c
14329                 Sync with HEAD (Save All: only attachments)
14330
14331 2004-10-01 [paul]       0.9.12cvs116.1
14332
14333         * ChangeLog.claws
14334         * configure.ac
14335         * src/account.c
14336         * src/prefs_common.c
14337         * src/gtk/colorlabel.c
14338                 sync with HEAD
14339
14340 2004-09-30 [colin]      0.9.12cvs115.1
14341
14342         * src/stock_pixmap.c
14343         * src/stock_pixmap.h
14344         * src/folderview.c
14345         * src/Makefile.am
14346         * src/pixmaps/read.xpm
14347                 Sync with HEAD (new pixmap)
14348
14349 2004-09-29 [colin]      0.9.12cvs114.1
14350
14351         * src/compose.c
14352                 Sync with HEAD
14353                 Fix focus handling in headers
14354
14355 2004-09-29 [paul]       0.9.12cvs113.1
14356
14357         * src/quote_fmt_parse.y
14358                 sync with HEAD
14359  
14360
14361 2004-09-28 [colin]      0.9.12cvs112.1
14362
14363         * src/folderview.c
14364         * src/mainwindow.c
14365                 Sync with HEAD
14366
14367 2004-09-28 [colin]      0.9.12cvs110.1
14368
14369         * src/folderview.c
14370                 Sync with HEAD (Contextual Empty trash menu)
14371
14372 2004-09-28 [colin]      0.9.12cvs108.1
14373
14374         * src/addressbook.c
14375                 Sync with HEAD (addressbook edit on double-click)
14376
14377 2004-09-28 [colin]      0.9.12cvs106.1
14378
14379         * src/inc.c
14380                 Sync with HEAD (folder_item freeze on inc)
14381
14382 2004-09-27 [colin]      0.9.12cvs105.1
14383
14384         * src/folderview.c
14385                 Sync with HEAD (right-align new and unread column)
14386
14387 2004-09-27 [colin]      0.9.12cvs104.1
14388
14389         * src/main.c
14390                 Sync with HEAD (revert 0.9.12cvs101)
14391
14392 2004-09-24 [colin]      0.9.12cvs103.2
14393
14394         * src/wizard.c
14395                 Fix gtk warnings and use domain part of the email address 
14396                 when domain detection fails (no dot in domain name)
14397
14398 2004-09-23 [colin]      0.9.12cvs103.1
14399
14400         * src/plugins/spamassassin/libspamc.c
14401         * src/plugins/spamassassin/libspamc.h
14402         * src/plugins/spamassassin/utils.c
14403         * src/plugins/spamassassin/utils.h
14404                 Sync with HEAD (Update spamassassin to 3.0)
14405
14406 2004-09-21 [colin]      0.9.12cvs102.3
14407
14408         * src/action.c
14409                 Add horizontal scrollbar in action io dialog as needed
14410                 Patch by Alfons.
14411
14412 2004-09-20 [colin]      0.9.12cvs102.2
14413
14414         * src/plugins/image_viewer/viewer.c
14415                 Remove imlib stuff
14416                 use gtk_pixmap_set when clearing
14417                 (would be better to use gtkImages, but causes size-allocate 
14418                 signals storm)
14419
14420 2004-09-17 [paul]       0.9.12cvs102.1
14421
14422         * ChangeLog
14423         * ChangeLog.claws
14424         * ChangeLog.jp
14425         * configure.ac
14426         * src/inc.c
14427                 sync with HEAD
14428
14429
14430 2004-09-17 [colin]      0.9.12cvs101.1
14431
14432         * ChangeLog.claws
14433         * src/main.c
14434                 Sync with HEAD (fix segs at exit)
14435
14436 2004-09-14 [colin]      0.9.12cvs99.5
14437
14438         * src/common/socket.c
14439         * AUTHORS
14440                 Fix send error on 64bit platforms
14441                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14442
14443 2004-09-14 [colin]      0.9.12cvs99.4
14444
14445         * src/action.c
14446                 Fix action output with utf8 
14447                 Patch by Alfons.
14448
14449 2004-09-14 [colin]      0.9.12cvs99.3
14450
14451         * ChangeLog.claws
14452         * src/folder.c
14453                 Sync with HEAD
14454
14455 2004-09-09 [colin]      0.9.12cvs99.2
14456
14457         * src/action.c
14458                 Fix progress bar (displaying "Completed %v/%u")
14459                 Patch by Alfons.
14460
14461 2004-09-08 [colin]      0.9.12cvs99.1
14462
14463         * src/account.c
14464         * src/folder.c
14465         * src/procmsg.c
14466         * src/procmsg.h
14467         * src/plugins/pgpmime/pgpmime.c
14468                 Sync with HEAD
14469
14470 2004-09-08 [colin]      0.9.12cvs97.2
14471
14472         * src/summaryview.c
14473                 Don't select mails in collapsed threads 
14474                 when navigating with up/down
14475
14476 2004-09-07 [colin]      0.9.12cvs97.1
14477
14478         * src/inc.c
14479                 Sync with HEAD (meaningful error messages)
14480
14481 2004-09-06 [colin]      0.9.12cvs96.1
14482
14483         * src/toolbar.c
14484                 Sync with HEAD (fix Redirect graying out)
14485
14486 2004-09-06 [colin]      0.9.12cvs95.1
14487
14488         * src/summaryview.c
14489         * src/mimeview.c
14490                 Sync with HEAD (fix dropped URIs)
14491
14492 2004-09-06 [colin]      0.9.12cvs94.1
14493
14494         * src/addressbook.c
14495         * src/addressitem.h
14496         * src/addritem.c
14497         * src/addritem.h
14498                 Sync with HEAD (addressbook DnD)
14499
14500 2004-09-03 [colin]      0.9.12cvs93.1
14501
14502         * src/summaryview.c
14503                 Sync with HEAD (next/prev unread)
14504
14505 2004-09-03 [colin]      0.9.12cvs92.1
14506
14507         * src/prefs_common.c
14508         * src/prefs_common.h
14509         * src/summaryview.c
14510                 Sync with HEAD ('mark_as_read_delay' pref)
14511
14512 2004-09-02 [colin]      0.9.12cvs91.2
14513
14514         * src/common/xml.c
14515                 Fix leak
14516
14517 2004-09-02 [colin]      0.9.12cvs91.1
14518
14519         * src/gtk/menu.c
14520                 Sync with HEAD (menu accel don't work, but whatever)
14521
14522 2004-09-02 [colin]      0.9.12cvs90.1
14523
14524         * src/account.c
14525                 Sync with HEAD (fix bug 582)
14526
14527 2004-09-02 [colin]      0.9.12cvs89.1
14528
14529         * src/addrindex.c
14530                 Sync with HEAD (free deleted queries)
14531
14532 2004-09-02 [colin]      0.9.12cvs88.1
14533
14534         * src/ldapquery.c
14535                 Sync with HEAD (fix LDAP freezes)
14536
14537 2004-09-02 [colin]      0.9.12cvs87.1
14538
14539         * src/prefs_spelling.c
14540                 Sync with HEAD (add default dictionary)
14541
14542 2004-09-01 [colin]      0.9.12cvs86.1
14543
14544         * src/filtering.c
14545         * src/folderview.c
14546         * src/imap.c
14547         * src/prefs_matcher.c
14548         * src/stock_pixmap.c
14549         * src/summary_search.c
14550         * src/summaryview.c
14551         * src/wizard.c
14552         * src/wizard.h
14553                 Sync with HEAD (uninitialized vars fixes)
14554                 + gtk2 specific warning fixes
14555
14556 2004-08-31 [colin]      0.9.12cvs85.1
14557
14558         * src/folder.c
14559                 Sync with HEAD (Fix memory corruption due to 
14560                 uninitialized var)
14561
14562 2004-08-31 [colin]      0.9.12cvs84.4
14563
14564         * src/summary_search.c
14565                 Fix segfaults when searching in folders with broken headers
14566
14567 2004-08-31 [colin]      0.9.12cvs84.3
14568
14569         * src/compose.c
14570         * src/textview.c
14571                 Fix some more encoding/decoding issues
14572
14573 2004-08-30 [colin]      0.9.12cvs84.2
14574
14575         * src/mimeview.c
14576         * src/prefs_themes.c
14577         * src/gtk/filesel.c
14578         * src/gtk/filesel.h
14579                 Add a folder-mode selection (fixes mimeview's "Save all")
14580
14581 2004-08-29 [colin]      0.9.12cvs84.1
14582
14583         * src/mimeview.c
14584                 Sync with HEAD (don't escape saved filenames)
14585
14586 2004-08-27 [colin]      0.9.12cvs83.1
14587
14588         * ChangeLog
14589         * ChangeLog.claws
14590         * ChangeLog.jp
14591         * src/mh.c
14592         * src/procheader.c
14593         * src/procmsg.c
14594         * src/procmsg.h
14595         * src/common/utils.c
14596         * src/gtk/menu.h
14597         * po/
14598                 Sync with HEAD 0.9.12cvs83 (sync with main)
14599
14600 2004-08-26 [colin]      0.9.12cvs82.4
14601
14602         * src/codeconv.c
14603                 Fix strange stack corruption
14604                 Convert to utf8 after unmime, not before
14605
14606 2004-08-26 [colin]      0.9.12cvs82.3
14607
14608         * src/main.c
14609         * src/wizard.c
14610                 Fix account folders duplication
14611
14612 2004-08-25 [colin]      0.9.12cvs82.2
14613
14614         * src/wizard.c
14615                 Remove ports
14616                 Add SSL selection
14617                 Use login@server as account name
14618
14619 2004-08-25 [colin]      0.9.12cvs82.1
14620
14621         * src/plugins/pgpmime/pgpmime.c
14622                 Sync with HEAD (leak fix).
14623
14624 2004-08-25 [colin]      0.9.12cvs81.1
14625
14626         * src/plugins/pgpmime/pgpmime.c
14627         * src/plugins/pgpmime/sgpgme.c
14628         * src/plugins/pgpmime/sgpgme.h
14629                 Sync with HEAD (Handle combined messages).
14630
14631 2004-08-24 [colin]      0.9.12cvs80.3
14632
14633         * src/wizard.c
14634                 Fix full name, ports, and imap
14635
14636 2004-08-24 [colin]      0.9.12cvs80.2
14637
14638         * src/Makefile.am
14639         * src/main.c
14640         * src/setup.c
14641         * src/setup.h
14642         * src/stock_pixmap.c
14643         * src/stock_pixmap.h
14644         * src/wizard.c ** ADDED **
14645         * src/wizard.h ** ADDED ** 
14646         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14647                 Add a setup wizard 
14648
14649 2004-08-24 [colin]      0.9.12cvs80.1
14650
14651         * src/folder.c
14652                 Sync with HEAD (set mimeflags on all messages)
14653
14654 2004-08-24 [colin]      0.9.12cvs79.3
14655
14656         * src/matcher_parser_lex.l
14657                 Fix 8bits strings not in utf8
14658
14659 2004-08-24 [colin]      0.9.12cvs79.2
14660
14661         * src/compose.c
14662                 Check conversion result before replacing buffer
14663
14664 2004-08-23 [colin]      0.9.12cvs79.1
14665
14666         * src/compose.c
14667                 Sync with HEAD (create message header in memory)
14668
14669 2004-08-23 [colin]      0.9.12cvs78.1
14670
14671         * src/rfc2015.c
14672         * src/rfc2015.h
14673                 Sync with HEAD (fix bug 197 again)
14674
14675 2004-08-23 [colin]      0.9.12cvs77.3
14676
14677         * src/compose.c
14678                 Fix again inline gpg signing (which outputs utf8
14679                 in gtk2). Not syncing this fix to HEAD as this 
14680                 code is meant to die.
14681
14682 2004-08-23 [colin]      0.9.12cvs77.2
14683
14684         * src/prefs_account.h
14685                 Remove useless include
14686
14687 2004-08-23 [colin]      0.9.12cvs77.1
14688
14689         * src/imap.c
14690         * po/es.po
14691         * po/fr.po
14692         * po/it.po
14693         * po/pl.po
14694         * po/pt_BR.po
14695         * po/sk.po
14696         * po/sr.po
14697                 Sync with HEAD (fix bug 577)
14698
14699 2004-08-22 [colin]      0.9.12cvs76.1
14700
14701         * src/plugins/trayicon/trayicon.c
14702                 Sync with HEAD (fix formatting bug)
14703
14704 2004-08-21 [colin]      0.9.12cvs74.2
14705
14706         * src/gtk/colorsel.c
14707                 Fix bug 564 (Folder color selection window exits on any
14708                 keypress)
14709
14710 2004-08-21 [colin]      0.9.12cvs74.1
14711
14712         * ChangeLog.claws
14713         * src/compose.c
14714         * src/summaryview.c
14715         * src/toolbar.c
14716                 Sync with HEAD (fix bug 576)
14717
14718 2004-08-21 [colin]      0.9.12cvs70.1
14719
14720         * src/compose.c
14721         * src/mainwindow.c
14722                 Sync with HEAD
14723                 
14724
14725 2004-08-21 [paul]       0.9.12cvs66.4
14726
14727         * src/mainwindow.c
14728         * src/messageview.c
14729         * src/gtk/menu.c
14730         * src/plugins/spamassassin/spamassassin_gtk.c
14731                 remove some deprecated gtk1 functions
14732
14733
14734 2004-08-21 [colin]      0.9.12cvs66.3
14735
14736         * src/compose.c
14737         * src/codeconv.c
14738                 Fix warnings
14739                 Remove encoding hacks
14740                 Fix bug 575 (Strange character messes up message)
14741                 Don't display conversion error when drafting
14742
14743 2004-08-21 [paul]       0.9.12cvs66.2
14744
14745         * src/prefs_account.c
14746                 fix GnuPG mode bugs
14747
14748
14749 2004-08-20 [colin]      0.9.12cvs66.1
14750
14751         * src/codeconv.c
14752                 Sync with HEAD 0.9.12cvs66
14753
14754 2004-08-20 [paul]
14755
14756         * src/plugins/pgpmime/plugin.c
14757                 modify PGP/MIME plugin's description
14758
14759 2004-08-17 [colin]      0.9.12cvs65.1
14760
14761         * src/common/ssl.c
14762         * src/plugins/pgpmime/plugin.c
14763                 Sync with HEAD
14764
14765 2004-08-14 [colin]      0.9.12cvs60.3
14766
14767         * src/plugins/trayicon/trayicon.c
14768                 Put back resize callback, on size-request signal
14769                 rather than size-allocate to avoid infinite 
14770                 callback loop
14771
14772 2004-08-13 [colin]      0.9.12cvs60.2
14773
14774         * src/common/defs.h
14775                 Cache versions have been fixed
14776
14777 2004-08-13 [colin]      0.9.12cvs60.1
14778
14779         * src/folderutils.c
14780                 Sync with HEAD
14781
14782 2004-08-12 [colin]      0.9.12cvs59.1
14783
14784         * src/plugins/trayicon/trayicon.c
14785                 Sync with HEAD
14786
14787 2004-08-12 [colin]      0.9.12cvs57.5
14788
14789         * sylpheed.desktop
14790         * configure.ac
14791         * src/Makefile.am
14792         * src/main.c
14793                 Add support for Freedesktop.org's startup notification
14794
14795 2004-08-11 [colin]      0.9.12cvs57.4
14796
14797         * src/textview.c
14798                 Fix off-by-one
14799
14800 2004-08-11 [colin]      0.9.12cvs57.3
14801
14802         * src/message_search.c
14803         * src/summary_search.c
14804                 Make searches case insensitive by default
14805         * src/textview.c
14806                 Fix case-insensitive search in message
14807
14808 2004-08-11 [colin]      0.9.12cvs57.2
14809
14810         * src/summary_search.c
14811                 Let case-sensitive be specified
14812
14813 2004-08-10 [colin]      0.9.12cvs55.4
14814
14815         * src/common/socket.c
14816                 Fix the possible race condition
14817
14818 2004-08-09 [paul]       0.9.12cvs55.3
14819
14820         * configure.ac
14821         * src/Makefile.am
14822         * src/common/Makefile.am
14823                 sync with HEAD
14824
14825
14826 2004-08-09 [paul]       0.9.12cvs55.2
14827
14828         * autogen.sh
14829         * po/poconv.sh
14830                 remove unneeded script
14831
14832         * configure.ac
14833                 add forgotten USE_LDAP_TLS (sync with HEAD)
14834
14835
14836 2004-08-09 [colin]      0.9.12cvs55.1
14837
14838         * src/main.c
14839         * src/common/ssl.c
14840         * src/common/sylpheed.c
14841         * src/common/sylpheed.h
14842                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14843
14844 2004-08-09 [paul]       0.9.12cvs54.1
14845
14846         * ChangeLog
14847         * ChangeLog.claws
14848         * ChangeLog.jp
14849         * configure.ac
14850         * po/POTFILES.in
14851         * src/Makefile.am
14852         * src/folderutils.c
14853         * src/main.c
14854         * src/pgpmime.c
14855         * src/pgpmime.h
14856         * src/sgpgme.c
14857         * src/sgpgme.h
14858         * src/plugins/Makefile.am
14859         * src/plugins/pgpmime/.cvsignore
14860         * src/plugins/pgpmime/Makefile.am
14861         * src/plugins/pgpmime/pgpmime.c
14862         * src/plugins/pgpmime/pgpmime.h
14863         * src/plugins/pgpmime/plugin.c
14864         * src/plugins/pgpmime/sgpgme.c
14865         * src/plugins/pgpmime/sgpgme.h
14866                 sync with HEAD
14867
14868 2004-08-08 [paul]       0.9.12cvs51.1
14869
14870         * configure.ac
14871         * src/folder.c
14872                 sync with HEAD
14873
14874 2004-08-07 [colin]      0.9.12cvs50.1
14875
14876         * src/pop.c
14877         * src/common/partial_download.c
14878                 fix warnings (sync from HEAD)
14879
14880 2004-08-07 [colin]      0.9.12cvs48.1
14881
14882         * src/prefs_folder_item.c
14883                 sync with HEAD 0.9.12cvs48
14884
14885 2004-08-06 [colin]      0.9.12cvs47.1
14886
14887         * src/compose.c
14888                 Sync with HEAD
14889
14890 2004-08-06 [christoph]  0.9.12cvs46.2
14891
14892         * src/main.c
14893         * src/plugins/clamav/clamav_plugin_gtk.c
14894         * src/plugins/dillo_viewer/dillo_viewer.c
14895         * src/plugins/image_viewer/plugin.c
14896         * src/plugins/mathml_viewer/mathml_viewer.c
14897         * src/plugins/spamassassin/spamassassin_gtk.c
14898         * src/plugins/trayicon/trayicon.c
14899                 don't mix GTK1.2 plugin with GTK2 plugins
14900
14901 2004-08-06 [colin]      0.9.12cvs46.1
14902
14903         * ChangeLog
14904         * ChangeLog.claws
14905         * ChangeLog.jp
14906         * configure.ac
14907         * sylpheed-claws.pc.in
14908         * src/folder.c
14909         * src/imap.c
14910         * src/localfolder.c
14911         * src/messageview.c
14912         * src/mimeview.c
14913         * src/mimeview.h
14914         * src/msgcache.c
14915         * src/news.c
14916         * src/prefs_ext_prog.c
14917         * src/prefs_folder_item.c
14918         * src/prefs_fonts.c
14919         * src/prefs_msg_colors.c
14920         * src/prefs_spelling.c
14921         * src/prefs_themes.c
14922         * src/prefs_toolbar.c
14923         * src/prefs_wrapping.c
14924         * src/procmime.h
14925         * src/common/defs.h
14926         * src/common/nntp.c
14927         * src/common/session.c
14928         * src/common/session.h
14929         * src/common/socket.c
14930         * src/common/utils.h
14931         * src/common/xml.c
14932         * src/common/xml.h
14933         * src/gtk/prefswindow.c
14934         * src/gtk/prefswindow.h
14935         * src/plugins/clamav/clamav_plugin_gtk.c
14936         * src/plugins/dillo_viewer/dillo_prefs.c
14937         * src/plugins/image_viewer/viewerprefs.c
14938         * src/plugins/spamassassin/spamassassin_gtk.c
14939         * m4/openssl.m4 *** REMOVED ***
14940                 Sync with HEAD 0.9.12cvs46
14941
14942 2004-08-03 [paul]       0.9.12cvs40.2
14943
14944         * src/action.c
14945         * src/addressadd.c
14946         * src/addressbook.c
14947         * src/addrgather.c
14948         * src/browseldap.c
14949         * src/compose.c
14950         * src/crash.c
14951         * src/editaddress.c
14952         * src/editgroup.c
14953         * src/editldap_basedn.c
14954         * src/foldersel.c
14955         * src/importldif.c
14956         * src/mimeview.c
14957         * src/prefs_common.c
14958         * src/prefs_template.c
14959         * src/sourcewindow.c
14960         * src/summaryview.c
14961         * src/gtk/about.c
14962         * src/gtk/foldersort.c
14963         * src/gtk/logwindow.c
14964         * src/gtk/pluginwindow.c
14965         * src/gtk/prefswindow.c
14966                 change all gtk_scrolled_window_set_policy from 
14967                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
14968
14969 2004-08-02 [paul]       0.9.12cvs40.1
14970
14971         * AUTHORS
14972                 update translation team section
14973         * po/pt_BR.po
14974                 updated by Frederico Goncalves Guimaraes
14975                 <fggdebian@yahoo.com.br>
14976
14977 2004-07-31 [colin]      0.9.12cvs39.9
14978
14979         * src/exphtmldlg.c
14980                 Fix compilation
14981
14982 2004-07-31 [colin]      0.9.12cvs39.8
14983
14984         * src/exphtmldlg.c
14985                 Fix an alertpanel type
14986
14987 2004-07-30 [colin]      0.9.12cvs39.7
14988
14989         * src/alertpanel.c
14990                 Fix alertpanel_error_log's icon
14991
14992 2004-07-30 [colin]      0.9.12cvs39.6
14993
14994         * src/pop.c
14995                 Two of them should still be warnings
14996
14997 2004-07-30 [colin]      0.9.12cvs39.5
14998
14999         * src/pop.c
15000                 More warning -> error
15001 2004-07-29 [colin]      0.9.12cvs39.4
15002
15003         * src/pop.c
15004                 Warning -> error
15005
15006 2004-07-29 [colin]      0.9.12cvs39.3
15007
15008         * src/prefs_matcher.c
15009                 Fix segfault
15010
15011 2004-07-29 [colin]      0.9.12cvs39.2
15012
15013         * src/alertpanel.c
15014                 More nice-looking alertpanels
15015
15016 2004-07-29 [colin]      0.9.12cvs39.1
15017
15018         * src/messageview.c
15019                 sync with head
15020                 (inform user when partial mail is deleted on server)
15021
15022 2004-07-29 [colin]      0.9.12cvs38.1
15023
15024         * src/messageview.c
15025                 sync with head
15026
15027 2004-07-28 [paul]       0.9.12cvs37.7
15028
15029         * src/mainwindow.c
15030                 complete the replacement of deprecated gtk_progress_*
15031
15032 2004-07-28 [paul]       0.9.12cvs37.6
15033
15034         * src/action.c
15035         * src/inc.c
15036         * src/mainwindow.c
15037         * src/send_message.c
15038         * src/gtk/progressdialog.c
15039         * src/gtk/progressdialog.h
15040                 replace deprecated gtk_progress_*
15041
15042 2004-07-28 [paul]       0.9.12cvs37.5
15043
15044         * src/gtk/filesel.c
15045                 remove gtk_window_set_wmclass()
15046 2004-07-28 [paul]       0.9.12cvs37.4
15047
15048         * src/addressbook.c
15049         * src/compose.c
15050         * src/foldersel.c
15051         * src/mainwindow.c
15052         * src/messageview.c
15053         * src/sourcewindow.c
15054         * src/gtk/logwindow.c
15055                 remove gtk_window_set_wmclass()
15056                 
15057         * src/prefs_filtering.c
15058         * src/prefs_filtering_action.c
15059         * src/prefs_fonts.c
15060         * src/prefs_gtk.c
15061         * src/prefs_matcher.c
15062         * src/ssl_manager.c
15063         * src/gtk/prefswindow.c
15064                 replace gtk_window_position()
15065
15066 2004-07-28 [colin]      0.9.12cvs37.3
15067
15068         * src/alertpanel.c
15069         * src/alertpanel.h
15070                 Add a way to specify panel type for specific
15071                 panels (alertpanel())
15072         * src/account.c
15073         * src/addressbook.c
15074         * src/compose.c
15075         * src/expldifdlg.c
15076         * src/main.c
15077         * src/messageview.c
15078         * src/summaryview.c
15079         * src/textview.c
15080         * src/gtk/sslcertwindow.c
15081                 Fix alertpanel()s so that their icon match
15082                 their real type
15083
15084 2004-07-28 [paul]       0.9.12cvs37.2
15085
15086         * src/addr_compl.c
15087         * src/addressbook.c
15088         * src/alertpanel.c
15089         * src/compose.c
15090         * src/export.c
15091         * src/foldersel.c
15092         * src/folderview.c
15093         * src/grouplistdialog.c
15094         * src/import.c
15095         * src/mainwindow.c
15096         * src/message_search.c
15097         * src/messageview.c
15098         * src/passphrase.c
15099         * src/prefs_actions.c
15100         * src/prefs_common.c
15101         * src/prefs_customheader.c
15102         * src/prefs_display_header.c
15103         * src/prefs_filtering.c
15104         * src/prefs_filtering_action.c
15105         * src/prefs_gtk.c
15106         * src/prefs_matcher.c
15107         * src/prefs_msg_colors.c
15108         * src/prefs_summary_column.c
15109         * src/prefs_template.c
15110         * src/sourcewindow.c
15111         * src/ssl_manager.c
15112         * src/summary_search.c
15113         * src/gtk/colorsel.c
15114         * src/gtk/description_window.c
15115         * src/gtk/gtkaspell.c
15116         * src/gtk/inputdialog.c
15117         * src/gtk/logwindow.c
15118         * src/gtk/prefswindow.c
15119         * src/gtk/progressdialog.c
15120                 replace deprecated gtk_window_set_policy
15121
15122 2004-07-27 [colin]      0.9.12cvs37.1
15123
15124         * src/msgcache.c
15125                 More fixes (synced for head again)
15126
15127 2004-07-27 [colin]      0.9.12cvs35.3
15128
15129         * src/msgcache.c
15130                 Fix wrong test
15131
15132 2004-07-27 [colin]      0.9.12cvs35.2
15133
15134         * src/mimeview.c
15135                 Fix width a bit (by Paul)
15136         * src/alertpanel.c
15137         * src/alertpanel.h
15138                 Specialize icons, make alertpanel_message()
15139                 private
15140         * src/message_search.c
15141         * src/sgpgme.c
15142         * src/summary_search.c
15143                 Suit alertpanel changes
15144
15145 2004-07-27 [colin]      0.9.12cvs35.1
15146
15147         * src/alertpanel.c
15148                 Add an icon
15149         * src/passphrase.c
15150                 Add debug output - maybe someone will
15151                 want to look at the problem with Grab
15152                 Input :)
15153         Bump version as we're synced with HEAD
15154
15155 2004-07-26 [colin]      0.9.12cvs33.26
15156
15157         * src/pop.c
15158                 Fix uidl-file parsing when not in new
15159                 format
15160
15161 2004-07-26 [colin]      0.9.12cvs33.25
15162
15163         * src/gtk/menu.c
15164                 Move popup menu up if necessary (fixes 
15165                 account selector)
15166         * src/mainwindow.c
15167                 Set account selector's button height to
15168                 minimum
15169
15170 2004-07-26 [colin]      0.9.12cvs33.24
15171
15172         * src/alertpanel.c
15173                 Maybe fix 551 (Truncated font in alert window)
15174
15175 2004-07-26 [colin]      0.9.12cvs33.23
15176
15177         * po/de.po
15178         * po/es.po
15179         * po/fr.po
15180         * po/it.po
15181         * po/ja.po
15182         * po/pl.po
15183         * po/ru.po
15184         * po/sk.po
15185         * po/sr.po
15186         * po/zh_CN.po
15187                 Sync po files with HEAD
15188
15189 2004-07-26 [paul]       0.9.12cvs33.22
15190
15191         * src/compose.c
15192                 fix Bug 556 'Organisation-header is sent even if empty'
15193
15194 2004-07-24 [colin]      0.9.12cvs33.21
15195
15196         * src/compose.c
15197         * src/gtk/gtkaspell.c
15198         * src/gtk/gtkaspell.h
15199                 Fix speller accelerators (require hack)
15200
15201 2004-07-24 [colin]      0.9.12cvs33.20
15202
15203         * src/gtk/gtkaspell.c
15204                 Fix over-eager code deletion breaking
15205                 Check while typing
15206
15207 2004-07-24 [colin]      0.9.12cvs33.19
15208
15209         * src/browseldap.c
15210         * src/ldapctrl.c
15211         * src/ldapctrl.h
15212         * src/ldapserver.h
15213                 Sync ldap with HEAD
15214         (Fixes 546 LDAP completely broken)
15215
15216 2004-07-24 [colin]      0.9.12cvs33.18
15217
15218         * src/prefs_msg_colors.c
15219                 Fix prototype mismatch
15220         (Fixes 547 void function cannot return value)
15221
15222 2004-07-24 [colin]      0.9.12cvs33.17
15223
15224         * src/mainwindow.c
15225                 Fix sort going back to previous sort key
15226                 when changing sort direction
15227
15228 2004-07-24 [colin]      0.9.12cvs33.16
15229
15230         * src/compose.c
15231                 Fix space insertion when re-wrapping at 
15232                 cursor point
15233
15234 2004-07-24 [colin]      0.9.12cvs33.15
15235
15236         * src/gtk/gtkaspell.c
15237                 Don't change cursor position in insert-text
15238                 callback
15239         (Fixes 539 Word wrapping on input transposes letters)
15240
15241 2004-07-24 [colin]      0.9.12cvs33.14
15242
15243         * src/gtk/gtkaspell.c
15244                 Reencode non-ascii chars to dictionary's
15245                 encoding
15246         (Fixes 544 Spell check broken non english locale)
15247
15248 2004-07-24 [colin]      0.9.12cvs33.13
15249
15250         * src/summaryview.c
15251                 Fix Shift+Down, add Home/End/PgUp/PgDown
15252
15253 2004-07-21 [colin]      0.9.12cvs33.12
15254
15255         * src/prefs_common.c
15256                 Fix a gtk warning (Patch by Andrej Kacian)
15257
15258 2004-07-21 [colin]      0.9.12cvs33.11
15259
15260         * src/gtk/filesel.c
15261                 More check
15262
15263 2004-07-21 [colin]      0.9.12cvs33.10
15264
15265         * src/compose.c
15266         * src/crash.c
15267         * src/export.c
15268         * src/import.c
15269         * src/messageview.c
15270         * src/mimeview.c
15271         * src/prefs_spelling.c
15272         * src/prefs_themes.c
15273         * src/summaryview.c
15274         * src/gtk/filesel.c
15275         * src/gtk/filesel.h
15276         * src/gtk/pluginwindow.c
15277                 Untwist open/save mode guessing logic, make
15278                 it explicit
15279
15280 2004-07-20 [colin]      0.9.12cvs33.9
15281
15282         * src/codeconv.c
15283                 conv_encode_header: src_charset is UTF-8 on
15284                 gtk2
15285         * src/compose.c
15286                 Remove double encoding of the headers
15287
15288 2004-07-20 [colin]      0.9.12cvs33.8
15289
15290         * src/codeconv.c
15291                 Fix typo
15292
15293 2004-07-20 [colin]      0.9.12cvs33.7
15294
15295         * src/mainwindow.c
15296                 Set the separated messageview to the saved
15297                 size of Claws' messageview (Patch by Alfons)
15298                 Fix a callback prototype (me)
15299
15300 2004-07-20 [colin]      0.9.12cvs33.6
15301
15302         * src/codeconv.h
15303                 Forgot one hunk in 0.9.12cvs33.4
15304
15305 2004-07-19 [colin]      0.9.12cvs33.5
15306
15307         * src/action.c
15308                 Action output fix
15309                 Patch by Alfons
15310
15311 2004-07-19 [colin]      0.9.12cvs33.4
15312
15313         * src/compose.c
15314                 Fix outgoing charset bug in headers
15315         * src/codeconv.c
15316                 Clean for glib2 - Patch by Alfons
15317
15318 2004-07-19 [colin]      0.9.12cvs33.3
15319
15320         * src/statusbar.c
15321                 Remove grip from the statusbar
15322                 Patch by Alfons
15323
15324 2004-07-19 [colin]      0.9.12cvs33.2
15325
15326         * src/messageview.c
15327         * src/textview.c
15328                 Fix messageview remembering the previous
15329                 scroll position when loading a new message
15330                 Patch by Alfons
15331
15332 2004-07-19 [colin]      0.9.12cvs33.1
15333
15334         * src/folder.h
15335         * src/folderview.c
15336         * src/summaryview.c
15337                 Sync with HEAD
15338
15339 2004-07-18 [colin]      0.9.12cvs32.7
15340
15341         * configure.ac
15342                 Remove useless check for XIM - noticed
15343                 by Alfons
15344
15345 2004-07-18 [colin]      0.9.12cvs32.6
15346
15347         * src/summaryview.c
15348                 Remove non-modified and shift-modified
15349                 accelerators in summaryview's popup
15350                 menu, as that doesn't get catched by
15351                 the accel-activate signal catcher...
15352
15353 2004-07-18 [colin]      0.9.12cvs32.5
15354
15355         * src/prefs_common.c
15356                 Define sensible default prefs for 
15357                 wrapping
15358
15359 2004-07-18 [colin]      0.9.12cvs32.4
15360
15361         * src/compose.c
15362         * src/prefs_common.c
15363         * src/prefs_common.h
15364         * src/prefs_wrapping.c
15365                 Remove Smart Wrapping pref, which does
15366                 nothing on gtk2 branch
15367
15368 2004-07-18 [colin]      0.9.12cvs32.3
15369
15370         * src/sourcewindow.c
15371                 Proper utf8
15372
15373 2004-07-18 [colin]      0.9.12cvs32.2
15374
15375         * src/compose.c
15376                 Save attachment status when drafting
15377
15378 2004-07-18 [colin]      0.9.12cvs32.1
15379
15380         * src/gtk/filesel.c
15381                 Fix erratic folder selection in open mode
15382
15383 2004-07-18 [colin]      0.9.12cvs31.11
15384
15385         * src/pop.c
15386                 Don't let partial messages get deleted
15387                 even with "dowload all"
15388                 (0.9.12cvs31.8 fix extension)
15389 2004-07-18 [colin]      0.9.12cvs31.10
15390
15391         * src/gtk/logwindow.c
15392                 Fix log scrolling
15393
15394 2004-07-18 [colin]      0.9.12cvs31.9
15395
15396         * src/common/utils.c
15397                 Fix non-utf8 strings coming from commands
15398                 and files
15399
15400 2004-07-18 [colin]      0.9.12cvs31.8
15401
15402         * src/pop.c
15403                 Fix partial download bug with Download all
15404                 messages option
15405
15406 2004-07-18 [colin]      0.9.12cvs31.7
15407
15408         * src/textview.c
15409                 Fix bug introduced in 0.9.12cvs31.2
15410                 (blocked in select mode after double click)
15411
15412 2004-07-18 [colin]      0.9.12cvs31.6
15413
15414         * src/compose.c
15415         * src/gtk/menu.c
15416                 More glib-warning fixes
15417
15418 2004-07-18 [colin]      0.9.12cvs31.5
15419
15420         * src/compose.c
15421                 Fix trashing the primary clipboard when moving 
15422                 around with tab
15423         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15424
15425 2004-07-18 [colin]      0.9.12cvs31.4
15426
15427         * src/codeconv.c
15428                 convert unencoded iso headers to utf8
15429         (Fix Bug 538 Unencoded local characters in subject make it 
15430          disappear)
15431
15432 2004-07-18 [colin]      0.9.12cvs31.3
15433
15434         * src/compose.c
15435                 Fix tab char handling in wrapping
15436         (Fix Bug 537 Line wrap problem - TAB character treated as 
15437          one character instead of 8)
15438
15439 2004-07-18 [colin]      0.9.12cvs31.2
15440
15441         * src/textview.c
15442                 return FALSE on GDK_MOTION_NOTIFY
15443         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15444          (unable to highlight))
15445
15446 2004-07-18 [colin]      0.9.12cvs31.1
15447
15448         * src/folderview.c
15449                 Sync with 0.9.12cvs31
15450
15451 2004-07-18 [colin]      0.9.12cvs30.4
15452
15453         * src/compose.c
15454                 Also block text_inserted when inserting a file
15455
15456 2004-07-18 [colin]      0.9.12cvs30.3
15457
15458         * src/compose.c
15459                 Fix smart wrapping (block text_inserted handler
15460                 while putting quotation to avoid wrap on input,
15461                 don't join lines if next is sig separator)
15462
15463 2004-07-17 [colin]      0.9.12cvs30.2
15464
15465         * src/folderview.c
15466         * src/mainwindow.c
15467         * src/mimeview.c
15468         * src/summaryview.c
15469         * src/gtk/quicksearch.c
15470         * src/gtk/quicksearch.h
15471                 Block key events handlers *and* accels while
15472                 quicksearch is focused
15473         (Fixes Bug 534 quick-search bar not accepting certain letters)
15474
15475 2004-07-17 [colin]      0.9.12cvs30.1
15476
15477         * src/folder.h
15478         * src/folderview.c
15479         * src/summaryview.c
15480                 Sync with 0.9.12cvs30
15481
15482 2004-07-17 [colin]      0.9.12cvs28.2
15483
15484         * src/mimeview.c
15485         * src/procmime.c
15486         * src/summaryview.c
15487         * src/gtk/menu.c
15488                 Squash some compile and glib warnings
15489
15490 2004-07-17 [paul]       0.9.12cvs28.1
15491
15492         * src/mimeview.c
15493                 sync with 0.9.12cvs28 HEAD
15494
15495 2004-07-16 [paul]       0.9.12cvs26.1
15496         
15497         * src/gtk/quicksearch.c
15498         * src/account.c
15499         * src/account.h
15500         * src/compose.c
15501         * src/customheader.c
15502         * src/folder_item_prefs.c
15503         * src/main.c
15504         * src/mainwindow.c
15505         * src/messageview.c
15506         * src/mimeview.c
15507         * src/news.c
15508         * src/pgpmime.c
15509         * src/pop.c
15510         * src/pop.h
15511         * src/prefs_account.c
15512         * src/prefs_account.h
15513         * src/prefs_common.c
15514         * src/prefs_common.h
15515         * src/prefs_display_header.c
15516         * src/prefs_gtk.c
15517         * src/prefs_gtk.h
15518         * src/procheader.c
15519         * src/procmime.c
15520                 sync with 0.9.12cvs26 HEAD      
15521
15522 2004-07-15 [colin]      0.9.12cvs18.14
15523
15524         * src/folder.c
15525                 Disable GPG signature check during
15526                 folder move and scan
15527         (Closes Bug 521 Signature checking slows down Folder-Move)
15528
15529 2004-07-14 [colin]      0.9.12cvs18.13
15530
15531         * src/common/partial_download.c
15532                 update includes
15533
15534 2004-07-14 [colin]      0.9.12cvs18.12
15535
15536         * src/common/partial_download.c
15537         * src/common/partial_download.h
15538                 Move doc at top, add correct copyright
15539
15540 2004-07-14 [colin]      0.9.12cvs18.11
15541
15542         * src/folder.c
15543         * src/messageview.c
15544         * src/pop.c
15545         * src/pop.h
15546         * src/procmsg.c
15547         * src/summaryview.c
15548         * src/common/Makefile.am
15549         * src/common/partial_download.c ** NEW FILES **
15550         * src/common/partial_download.h ** NEW FILES **
15551                 Move partial-download related stuff to its
15552                 own file
15553
15554 2004-07-14 [colin]      0.9.12cvs18.10
15555
15556         * src/send_message.c
15557                 Fix smtp auth when user is null or empty
15558
15559 2004-07-13 [colin]      0.9.12cvs18.9
15560
15561         * src/gtk/quicksearch.c
15562                 Use alphabetic order
15563
15564 2004-07-13 [colin]      0.9.12cvs18.8
15565
15566         * src/pop.c
15567                 Be paranoid on the checks
15568
15569 2004-07-13 [colin]      0.9.12cvs18.7
15570
15571         * src/gtk/quicksearch.c
15572                 Fix Engrish once again
15573
15574 2004-07-13 [colin]      0.9.12cvs18.6
15575
15576         * src/procmsg.c
15577         * src/summaryview.c
15578                 Mark messages for deletion when they are about to
15579                 be removed from trash
15580
15581 2004-07-13 [colin]      0.9.12cvs18.5
15582
15583         * src/matcher.c
15584         * src/matcher.h
15585         * src/matcher_parser_parse.y
15586         * src/prefs_matcher.c
15587         * src/gtk/quicksearch.c
15588                 Add 'partial' ('p') match string to find partially
15589                 downloaded messages
15590
15591 2004-07-13 [colin]      0.9.12cvs18.4
15592
15593         * src/pop.c
15594                 Fix misplaced block
15595
15596 2004-07-13 [colin]      0.9.12cvs18.3
15597
15598         * src/pop.c
15599         * src/pop.h
15600         * src/messageview.c
15601                 Refactor API (to avoid passing 5+ params and code
15602                 duplication)
15603         * src/folder.c
15604         * src/msgcache.c
15605         * src/procheader.c
15606         * src/common/defs.h
15607                 Add planned_download to cache
15608                 Don't mess uidl file when moving partially downloaded
15609                 mails (they change folder, we should change it in the
15610                 uidl list too or we'll remove an incorrect message)
15611                 (this also helps removing hacks when changing 
15612                 planned_download in messageview.c)
15613
15614 2004-07-12 [colin]      0.9.12cvs18.2
15615
15616         * src/gtk/quicksearch.c
15617                 Fix missing status update in quicksearch
15618
15619 2004-07-12 [paul]       0.9.12cvs18.1
15620
15621         * po/POTFILES.in
15622         * src/Makefile.am
15623         * src/account.c
15624         * src/codeconv.c
15625         * src/compose.c
15626         * src/inc.c
15627         * src/main.c
15628         * src/prefs_common.c
15629         * src/procmsg.h
15630         * src/toolbar.c
15631         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15632         * src/prefs_wrapping.[ch]       ** NEW FILES **
15633         * src/common/intl.h
15634         * src/common/utils.[ch]
15635         * src/gtk/quicksearch.[ch]
15636                 sync with 0.9.12cvs18 HEAD
15637
15638 2004-07-12 [colin]      0.9.11cvs17.25
15639
15640         * src/folder.c
15641         * src/folder.h
15642                 Remove unused function added by me in 0.9.11cvs17.10
15643
15644 2004-07-11 [colin]      0.9.11cvs17.24
15645
15646         * src/inc.c
15647         * src/messageview.c
15648         * src/pop.c
15649         * src/pop.h
15650                 Use folderitem and msgnum instead of filename to
15651                 know which mail to delete
15652                 Move old partial mail deletion to pop.c
15653
15654 2004-07-10 [colin]      0.9.11cvs17.23
15655
15656         * src/inc.c
15657                 Add debug
15658         * src/pop.c
15659         * src/pop.h
15660                 Don't re-use same enums for unrelated stuff: it's 
15661                 completely misleading !
15662                 Document a bit
15663
15664 2004-07-09 [colin]      0.9.11cvs17.22
15665
15666         * src/inc.c
15667                 Remove folder-type check and do
15668                 more tests to be sure everything's
15669                 ok
15670         * src/messageview.c
15671                 Punctuation update, remove useless
15672                 code, fix two warnings
15673         * src/noticeview.c
15674                 Layout cleaning, reset 2nd button
15675                 when specifying one
15676
15677 2004-07-09 [colin]      0.9.11cvs17.21
15678
15679         * src/messageview.c
15680         * src/pop.c
15681         * src/pop.h
15682                 Allow user to change his mind
15683                 and postpone decision (by
15684                 unmarking the mail)
15685
15686 2004-07-09 [colin]      0.9.11cvs17.20
15687
15688         * src/messageview.c
15689                 Fix bug with delete state
15690         * src/pop.c
15691         * src/pop.h
15692                 Fix buffer leak (fread doesn't 
15693                 terminate buffers with \0)
15694                 Refactoring (remove magic 
15695                 numbers)
15696
15697 2004-07-09 [colin]      0.9.11cvs17.19
15698
15699         * src/pop.c
15700                 Don't log "Skipping message" if 
15701                 we're going to TOP it two lines
15702                 later
15703
15704 2004-07-09 [colin]      0.9.11cvs17.18
15705
15706         * src/messageview.c
15707                 Fix Engrish
15708
15709 2004-07-09 [colin]      0.9.11cvs17.17
15710
15711         * src/pop.c
15712                 strlen checking...
15713         * src/messageview.c
15714                 refactoring a bit
15715
15716 2004-07-08 [colin]      0.9.11cvs17.16
15717
15718         * src/noticeview.c
15719         * src/noticeview.h
15720                 Add an optional second button
15721         * src/messageview.c
15722         * src/pop.c
15723         * src/pop.h
15724                 Don't delete partially received mails after a certain
15725                 time; rather, let the user decide.
15726
15727 2004-07-08 [colin]      0.9.11cvs17.15
15728
15729         * src/common/smtp.h
15730                 Sync with HEAD
15731
15732 2004-07-08 [colin]      0.9.11cvs17.14
15733
15734         * src/messageview.c
15735         * src/common/smtp.c
15736                 Use to_human_readable() for sizes
15737
15738 2004-07-08 [colin]      0.9.11cvs17.13
15739
15740         * src/inc.c
15741         * src/messageview.c
15742         * src/pop.c
15743         * src/pop.h
15744         * src/procmsg.c
15745                 Fix partial-downloading issues:
15746                         catch unsupported TOP
15747                         don't delete partially downloaded mails before 5 days
15748                         don't update existing with non-MH folders; that'll
15749                         make dups, but it's better than trashing the folder
15750                         free new msginfo parts
15751                 Fix indentation ;-)
15752
15753 2004-07-08 [colin]      0.9.11cvs17.12
15754
15755         * src/common/smtp.c
15756         * src/common/smtp.h
15757                 Sync smtp size verification with HEAD
15758
15759 2004-07-08 [colin]      0.9.11cvs17.11
15760
15761         * src/summaryview.c
15762         * src/prefs_common.c
15763         * src/prefs_common.h
15764         * src/gtk/quicksearch.c
15765         * src/gtk/quicksearch.h
15766                 Sync sticky pref with HEAD
15767
15768 2004-07-08 [colin]      0.9.11cvs17.10
15769
15770         * src/folder.c [1.213.2.6]
15771         * src/folder.h [1.87.2.6]
15772         * src/inc.c [1.149.2.7]
15773         * src/messageview.c [1.94.2.8]
15774         * src/procheader.c [1.47.2.6]
15775         * src/procmsg.c [1.150.2.4]
15776         * src/procmsg.h [1.60.2.5]
15777         * src/pop.c [1.56.2.4]
15778         * src/pop.h [1.17.2.3]
15779                 Let too big messages get downloaded, but truncated
15780                 Add a button to download them completely
15781                 
15782 2004-07-06 [colin]      0.9.11cvs17.9
15783
15784         * src/gtk/quicksearch.c [1.1.2.3]
15785                 Add a Clear button
15786         * commitHelper
15787         * PATCHSETS
15788                 Add a script to help with cvs
15789
15790 2004-07-03 [colin]      0.9.11cvs17.8
15791
15792         * src/plugins/imageviewer/viewer.c
15793                 fix imageviewer (which was staying on the first
15794                 displayed image)
15795
15796 2004-07-03 [colin]      0.9.11cvs17.7
15797
15798         Removed FIXME_GTK2 warnings
15799         * src/gtk/gtkutils.c
15800                 useless #warnings
15801         * src/gtk/menu.c
15802                 useless #warnings (no need to mess with menu rc)
15803         * src/gtk/menu.h
15804                 unused functions
15805         
15806
15807 2004-07-03 [colin]      0.9.11cvs17.6
15808
15809         Removed FIXME_GTK2 warnings
15810         * src/codeconv.c
15811                 useless #warnings (rewrite needed)
15812         * src/compose.c
15813                 useless #warnings (rewrite needed)
15814                 useless #warnings (gtk2 is like that)
15815                 useless #warnings (previously fixed)
15816         * src/main.c
15817                 useless #warnings (previously fixed)
15818         * src/message_search.c
15819                 useless #warnings (gtk2 is like that)
15820                 Made apparent that search is case-sensitive
15821         * src/mimeview.c
15822                 useless #warnings (rewrite needed)
15823                 useless #warnings (gtk2 is like that)
15824                 reimplemented real warnings
15825         * src/prefs_common.c
15826                 Removed block cursor option (not it gtk2)
15827         * src/prefs_gtk.c
15828                 useless #warnings (rewrite needed)
15829         * src/procheader.c
15830                 useless #warnings (rewrite needed)
15831         * src/sourcewindow.c
15832                 useless #warnings (incorrect placing)
15833         * src/summary_search.c
15834                 useless #warnings (gtk2 is like that)
15835                 Made apparent that search is case-sensitive
15836         * src/action.c
15837                 useless #warnings (gtk2 is like that)
15838         * src/textview.c
15839                 useless #warnings (rewrite needed)
15840         * src/toolbar.c
15841                 useless #warnings (rewrite needed)
15842
15843 2004-07-03 [colin]      0.9.11cvs17.5
15844
15845         * src/textview.c
15846                 Fix mismerge which broke URI opening
15847                 
15848 2004-07-01 [colin]      0.9.11cvs17.4
15849
15850         * src/gtk/filesel.c
15851                 Fill filename when saving
15852                 
15853 2004-06-27 [colin]      0.9.11cvs17.3
15854
15855         * src/gtk/filesel.[ch]
15856                 Use the new GTK file selector
15857                 Update prototype to match the reality: multiple file
15858                 selection is open-only          
15859         * src/compose.c
15860                 Match the new prototypes        
15861         * configure.ac
15862                 Match the new requirements (gtk 2.4.0)
15863                         
15864 2004-06-26 [colin]      0.9.11cvs17.2
15865
15866         * src/plugins/trayicon/trayicon.c
15867                 Remove useless signal handler on resize, which causes
15868                 an infinite "loop"
15869         
15870 2004-06-26 [colin]      0.9.11cvs17.1
15871         
15872         * tools/Makefile.am
15873                 remove launch_firebird and add nautilus2sylpheed.sh
15874         * src/quicksearch.c
15875           src/summaryview.c
15876                 Fix show/hide "Extended symbols" button problem
15877                 Fix apparition at startup
15878                 Fix const warnings
15879         * src/plugins/image_viewer/Makefile.am
15880                 Fix configure 
15881         * common/ssl.c
15882                 Re-enable certificate check, as it doesn't seem to
15883                 cause Xlib errors anymore
15884
15885 2004-06-25 [paul]       0.9.11cvs17
15886
15887         * sync with 0.9.11cvs17 HEAD
15888         
15889         NOTE: QuickSearch is broken
15890
15891 2004-06-07 [colin]      0.9.10claws67.10
15892         * src/plugins/trayicon/trayicon.c
15893           src/plugins/trayicon/libeggtrayicon/Makefile.am
15894           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15895                 Fix gettextization in trayicon plugin
15896
15897 2004-06-07 [colin]      0.9.10claws67.9
15898         
15899         * src/summaryview.c
15900           src/gtk/gtksctree.[ch]
15901                 Let Shift+{Up,Down} work in summaryview
15902                 (well, Down "works" and Up works)
15903                 Let the list scroll when using these keys
15904
15905 2004-06-06 [colin]      0.9.10claws67.8
15906
15907         * src/plugins/trayicon/trayicon.c
15908                 Fix pixmap update
15909
15910 2004-06-06 [colin]      0.9.10claws67.7
15911
15912         * src/addressbook.c
15913                 Fix signal handling causing system-wide focus grab
15914
15915 2004-05-25 [paul]       0.9.10claws67.6
15916
15917         * Makefile.am
15918           src/Makefile.am
15919                 clean up
15920
15921 2004-05-25 [paul]       0.9.10claws67.5
15922
15923         * replace deprecated gtk_signal... functions
15924
15925 2004-05-23 [colin]      0.9.10claws67.4
15926
15927         * src/compose.c
15928                 Fix wrapping
15929
15930 2004-05-22 [colin]      0.9.10claws67.3
15931
15932         * src/compose.c
15933                 Re-fix [Edited] in compose.c::compose_reedit()
15934
15935 2004-05-22 [colin]      0.9.10claws67.2
15936
15937         * src/procmime.c
15938                 Fix parsing of multiparts mails
15939
15940 2004-05-22 [colin]      0.9.10claws67.1
15941
15942         * src/summaryview.c
15943                 Fix quicksearch
15944
15945 2004-05-22 [paul]       0.9.10claws67
15946
15947         * sync with 0.9.10claws67 HEAD
15948
15949 2004-05-14 [alfons]
15950
15951         * src/procmime.h
15952                 add forgotton prototype
15953
15954 2004-05-10 [paul]       0.9.10claws57
15955
15956         * sync with 0.9.10claws57 HEAD
15957
15958 2004-05-05 [paul]       0.9.9.claws1
15959
15960         * ChangeLog-gtk2        ** REMOVED **
15961           ChangeLog-gtk2.claws  ** ADDED **
15962                 rename and adopt the normal claws format
15963                 
15964         * configure.ac
15965                 require gtkmathview >= 0.5
15966
15967         * ac/*                          ** REMOVED **
15968           ac/                           ** REMOVED **
15969           intl/Makefile.in              ** REMOVED **
15970           m4/                           ** ADDED **
15971           m4/missing                    ** ADDED **
15972           m4/missing/gdk-pixbuf.m4      ** ADDED **
15973           m4/missing/gettext.m4         ** ADDED **
15974           m4/missing/gpgme.m4           ** ADDED **
15975           m4/missing/imlib.m4           ** ADDED **
15976           m4/.cvsignore                 ** ADDED **
15977           m4/Makefile.am                ** ADDED **
15978           m4/README                     ** ADDED **
15979           m4/aclocal-include.m4         ** ADDED **
15980           m4/aspell.m4                  ** ADDED **
15981           m4/check-type.m4              ** ADDED **
15982           m4/gnupg-check-typedef.m4     ** ADDED **
15983           m4/openssl.m4                 ** ADDED **
15984           m4/spamassassin.m4            ** ADDED **
15985           po/ChangeLog                  ** REMOVED **
15986           po/Makefile.in.in             ** REMOVED **
15987           po/Rules-quot                 ** REMOVED **
15988           po/boldquot.sed               ** REMOVED **
15989           po/en@boldquot.header         ** REMOVED **
15990           po/en@quot.header             ** REMOVED **
15991           po/insert-header.sin          ** REMOVED **
15992           po/quot.sed                   ** REMOVED **
15993           po/remove-potcdate.sed        ** REMOVED **
15994           po/remove-potcdate.sin        ** REMOVED **
15995           po/stamp-po                   ** REMOVED **
15996           Makefile.am
15997           autogen.sh
15998           configure.ac
15999                 enable building with automake 1.8.x
16000                 add 'autopoint --force' to autogen.sh and remove all
16001                 auto-generated files, remove ac/ directory and use
16002                 m4/ directory instead
16003                 
16004         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16005                 fix gettextization
16006
16007 2004-02-28 Colin Leroy <colin@colino.net>
16008         * src/prefs_matcher.c
16009           src/prefs_filtering.c
16010           src/prefs_filtering_action.c
16011                 Fix non-editable GtkEntries
16012
16013 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16014         * src/prefs_themes.c
16015                 utf8 conversion for theme info
16016
16017 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16018         * sync 0.9.9claws
16019
16020 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16021         * src/grouplistdialog.c
16022                 allow multiple selections without ctrl key
16023
16024 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16025         * src/main.c
16026                 enable customizable accelerators
16027
16028 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16029         * src/prefs_common.c
16030                 re-enable different font settings for gtk1/2
16031         * src/prefs_folder_item.c
16032                 fix folder prefs displayed wrong
16033         * src/textview.c
16034                 set 'sunken' shadow type
16035
16036 2004-02-07 Colin Leroy <colin@colino.net>
16037         * src/compose.c
16038                 Fix message being always [Edited]
16039                 Encode headers correctly (utf8 buf)
16040
16041 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16042         * src/socket.c
16043                 remove double g_source_attach()
16044                 (Thanks to Colin Leroy)
16045
16046 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16047         * src/gtk/gtksctree.c
16048                 Fix SSL certificate list not shown
16049         * src/mimeview.c
16050                 Fix clicks in mime tree
16051
16052 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16053         * src/common/socket.c
16054                 Fix SSL receive
16055         * src/compose.c
16056                 Fix clipboard menu hotkeys
16057
16058 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16059         * src/gtk/gtkaspell.[ch]
16060           src/compose.c
16061                 reimplement spellchecker
16062
16063 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16064         * src/gtk/filesel.c
16065                 crash when inserting file in compose window
16066                 (TODO: keep old selection on clicks)
16067         * src/main.c
16068                 use gtkrc-2.0 instead of gtkrc
16069
16070 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16071         * src/messageview.c
16072                 remove orphaned mimeview unref()
16073
16074 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16075         * src/grouplistdialog.c
16076                 expand nodes containing subscribed groups
16077
16078 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16079         * src/textview.c
16080                 textview: hide cursor, restore old click behaviour
16081
16082 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16083         * src/textview.c
16084                 variable names messed up
16085
16086 2004-01-17 Colin Leroy <colin@colino.net>
16087         * src/addr_compl.c
16088                 Fix completion address too thin
16089         * src/compose.c
16090                 Fix tab-to-subject behaviour
16091         * src/summaryview.c
16092                 Implement key up & down in summaryview
16093
16094 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16095
16096         * sync 098claws
16097
16098 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16099         * configure.ac
16100           Makefile.am
16101           doc/.cvsignore
16102           doc/Makefile.am
16103                 faq, man, manual moved to doc/
16104         * ac/aspell.m4
16105           ac/check-type.m4
16106           ac/gnupg-check-typedef.m4
16107           ac/openssl.m4
16108           ac/spamassassin.m4
16109           ac/missing/gdk-pixbuf.m4
16110           ac/missing/gpgme.m4
16111           ac/missing/imlib.m4
16112                 fix automake warnings
16113
16114 2003-12-06 Colin Leroy <colin@colino.net>
16115         * src/summaryview.c
16116                 Fix quicksearch
16117
16118 2003-12-05 Colin Leroy <colin@colino.net>
16119         * src/summaryview.c
16120                 Fix going to next unread folder
16121
16122 2003-12-05 Colin Leroy <colin@colino.net>
16123         * src/crash.c
16124                 Fix gtk2 compilation
16125         * src/session.c
16126                 Remove iotag source handler at disconnection
16127         * src/socket.[ch] 
16128                 Remove source handler when closing socket 
16129                 (fixes another seg)
16130
16131 2003-12-04 Colin Leroy <colin@colino.net>
16132         * src/compose.c
16133           src/prefs_account.c
16134           src/prefs_common.c
16135                 Fix some dropdown menus
16136
16137 2003-12-04 Colin Leroy <colin@colino.net>
16138         * src/compose.c
16139                 Fix event handlers on header fields
16140         * src/common/socket.c
16141           src/common/session.c
16142                 Fix segfault with callback (SSL)
16143                 Fix end of session 
16144
16145 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16146
16147         * Fix compile bug in src/compose.c
16148         * removed src/gtk/gtkstext.[ch]
16149
16150 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16151
16152         * Convert character set and escape "text" attributes in toolbar setting
16153         files.
16154         * Fixed bug in button-press-event handling.
16155
16156 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16157
16158         * Fixed bug in key-press-event handling.
16159
16160 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16161
16162         * Enabled to compile tray-icon plugin (Ad-hoc).
16163         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16164
16165 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16166
16167         * Enabled to compile on sylpheed-claws.
16168         (tray-icon plugin still cannot compile yet.)
16169
16170 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16171
16172         * Updated to 0.9.5.
16173
16174 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16175
16176         * Updated to 0.9.4.
16177         * Ported monitoring SSL mechanism to GSource of GLib2
16178         (I don't confirm it)
16179         * Added _gtk2 suffix to key name of font preference to avoid
16180         ovverwriting preference of Gtk+-1.2 version.
16181
16182 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16183
16184         * Updated to 0.9.2.
16185
16186 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16187
16188         * Updated to 0.9.1.
16189         * Translate po files into UTF-8 when execute autogen.sh.
16190
16191 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16192
16193         * Updated to 0.9.0.
16194
16195 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16196
16197         * Plugged GError related memory leaks.
16198
16199 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16200
16201         * Changed default size of fonts.
16202         * Enabled to set titile font size of warning dialog.
16203
16204 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16205
16206         * Embed a sylpheed icon into executable binary on Windows.
16207
16208 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16209
16210         * I forgot to traslate character set of element string in src/xml.c.
16211
16212 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16213
16214         * Fixed detecting bind_textdomain_codeset in configure.in.
16215         * The bug in which "Example" of "Date fromat" preference isn't displayed
16216         correctly has been fixed.
16217
16218 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16219
16220         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16221           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16222           glib-gettextize
16223           Removed intl directory.
16224           Translated po files into UTF-8.
16225           (Thanks! Ryuji Abe)
16226
16227 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16228
16229         * The bug which doesn't unscape string in xml.c has been fixed.
16230
16231 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16232
16233         * The bug which is failed to translate encoding of file name thorough
16234         file dialog has been fixed.
16235
16236 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16237
16238         * Modified to translate file names which is used in inporting/expoting
16239         mbox feature and "Save as" feature into locale encoding.
16240         * Translate file names into locale encoding when "Attache file" and
16241         "Insert file".
16242         * Force set G_BROKEN_FILENAMES environment variable.
16243         * Other minor fixes.
16244
16245 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16246
16247         * Modified to treat MH folder's name as locale encoding.
16248
16249 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16250
16251         * The bug which clash on switching candidates of auto completion of
16252         addresses, cannot use auto completion in Japanesse is fixed
16253         (Thanks! Tokunaga-san)¡¥
16254
16255 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16256
16257         * The bug which cannot switch key accelerator preference has been fixed
16258         (Thanks! smbd-san)¡¥
16259
16260 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16261
16262         * version 0.8.11-gtk2-20030314
16263
16264 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16265
16266         * The bug in which character set conversion of filtering messages has
16267         been fixed.(Thanks! COCOA-san).
16268
16269 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16270
16271         * Revived "Leave space on head" preference in "Message" category.
16272         * A bug which clash when put the cursor to end of buffer and execute
16273         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16274
16275 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16276
16277         * version 0.8.11-gtk2-20030312
16278
16279 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16280
16281         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16282         * Modified to use Pango's API directly for font preference.
16283         * Integrated GtkTextView of textview to one widget.
16284         * Set fonts of header title in textview by "header_title" tag.
16285         * Removed some deprecated codes.
16286
16287 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16288
16289         * Updated to 0.8.11.
16290         * Merged cygwin patch(Thanks! Sakai-san).
16291
16292 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16293
16294         * version 0.8.10-gtk2-20030309