2005-06-22 [colin] 1.9.11cvs90
[claws.git] / ChangeLog-gtk2.claws
1 2005-06-22 [colin]      1.9.11cvs90
2
3         * src/compose.c
4         * src/messageview.c
5         * src/toolbar.c
6                 Make toolbar's delete use the move to trash stuff;
7                 Add gtk_widget_realize to be sure pixmaps can get
8                 created (that may fix an old worksforme bug which
9                 I can't find back...)
10
11 2005-06-22 [colin]      1.9.11cvs89
12
13         * src/summaryview.c
14         * src/summaryview.h
15         * src/mainwindow.c
16                 Rename "Message/Delete" to "Message/Move to trash"
17                 Add "Message/Delete..." that directly destroys the
18                 selected messages after asking for a confirmation.
19
20 2005-06-22 [colin]      1.9.11cvs88
21
22         * src/imap.c
23                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
24                 o Fix a deadlock (thanks Darko)
25
26 2005-06-22 [colin]      1.9.11cvs87
27
28         * src/gtk/foldersort.c
29                 Add missing include for the i18n;
30                 patch by Fabien Vantard
31
32 2005-06-21 [colin]      1.9.11cvs86
33
34         * src/folder.c
35         * src/folderview.c
36                 Respect the no_select flag
37         * src/imap.c
38                 Fix recursive deletion
39         * src/imap_gtk.c
40         * src/mh_gtk.c
41                 Make the folder deletion's warning
42                 more explicit
43
44 2005-06-21 [colin]      1.9.11cvs85
45
46         * src/textview.c
47                 Prevent email addresses from spanning accross
48                 lines - fixes bug # 646 (newline-chars in 
49                 email addresses)
50
51 2005-06-20 [colin]      1.9.11cvs84
52
53         * src/folder.c
54                 Be sure not to remove source if copy failed
55
56 2005-06-20 [colin]      1.9.11cvs83
57
58         * src/folderview.c
59         * src/imap_gtk.c
60                 remove summaryview's lock
61         * src/imap.c
62                 introduce threads to avoid problems when foreground tasks
63                 interfere with background tasks
64         * src/mh.c
65                 prevent moving to drafts/queue
66         * src/mimeview.c
67                 fix leak
68
69 2005-06-19 [colin]      1.9.11cvs82
70
71         * src/imap_gtk.c
72                 Remember that the user doesn't want to override
73                 offline mode, for 3 seconds. It avoid presenting
74                 him with N popups in a really short time.
75
76 2005-06-17 [colin]      1.9.11cvs81
77
78         * src/imap.c
79                 Fix IMAP breaking on folders containing '('
80                 (Probably won't be enough)
81
82 2005-06-17 [colin]      1.9.11cvs80
83
84         Forgotten files on 1.9.11cvs79
85         * src/summaryview.c
86                 Fix stepping when not immediately executing
87         * src/imap.c
88                 Really prevent UID FETCH 0
89         * src/codeconv.c
90                 Fix outgoing charset never set to utf-8
91         * src/mh.c
92                 Fix leak
93
94 2005-06-16 [colin]      1.9.11cvs79
95
96         * src/compose.c
97                 Fix bug #707 (Dash splits rows)
98                 Only wrap if we're on a line break position and
99                 the previous one was a "white" (space) char.
100                 Pango stuff is weird.
101
102 2005-06-16 [colin]      1.9.11cvs78
103
104         * src/imap_gtk.c
105                 Lock summaryview while downloading messages
106                 on user demand
107         * src/procheader.c
108         * src/unmime.c
109         * src/common/utils.c
110         * src/common/utils.h
111                 Replace \r and \n with spaces in From and
112                 Subject headers
113
114 2005-06-16 [paul]       1.9.11cvs77
115
116         * src/procmime.c
117                 liberalise the mime parser
118         * src/gtk/about.c
119                 add text wrapping
120
121 2005-06-16 [paul]       1.9.11cvs76
122
123         * src/gtk/about.c
124                 reworked
125
126 2005-06-15 [colin]      1.9.11cvs75
127
128         * src/compose.c
129                 Finish header encoding fix
130         * src/summaryview.c
131                 Fix segfault
132         * src/headerview.c
133                 Fix compilation (Thanks Stephan
134                 Sachse)
135
136 2005-06-15 [colin]      1.9.11cvs74
137
138         * Makefile.am
139                 Install gnome2 stuff rather than gnome1, 
140                 if both are present
141         * src/codeconv.c
142         * src/codeconv.h
143         * src/compose.c
144                 Fix headers encoding
145         * src/folder.c
146                 Visual progress when fetching all messages
147         * src/folderview.c
148         * src/summaryview.c
149         * src/summaryview.h
150                 Prevent changing current message while
151                 incorporating
152
153 2005-06-15 [paul]       1.9.11cvs73
154
155         * src/gtk/gtkaspell.c
156         * src/gtk/gtkaspell.h
157                 fix build warnings
158
159 2005-06-15 [paul]       1.9.11cvs72
160
161         * src/prefs_filtering.c
162                 allow reordering of filter rules by
163                 drag n drop
164
165 2005-06-15 [paul]       1.9.11cvs71
166
167         * COPYING
168                 updated
169         * src/codeconv.c
170                 replace deprecated function
171         * src/inc.c
172         * src/send_message.c
173         * src/gtk/progressdialog.c
174         * src/gtk/progressdialog.h
175                 salvage and reuse parts of reverted sync
176
177 2005-06-15 [paul]       1.9.11cvs70
178
179         * src/inc.c
180         * src/send_message.c
181         * src/gtk/progressdialog.c
182         * src/gtk/progressdialog.h
183                 revert yesterday's sync with main
184                 it contains deprecated functions
185
186 2005-06-15 [colin]      1.9.11cvs69
187
188         * src/headerview.c
189                 Fix bug #670 (multi user to: will corrupt message 
190                 headers display)
191
192 2005-06-15 [colin]      1.9.11cvs68
193
194         * src/compose.c
195                 Fix bug #421 (Fix undo on wrapping)
196
197 2005-06-15 [colin]      1.9.11cvs67
198
199         * src/folder.c
200                 Provide visual feedback while processing
201                 folder's rules.
202         * src/imap.c
203                 Provide visual feedback while getting
204                 short headers (for uncached messages)
205
206
207 2005-06-14 [paul]       1.9.11cvs66
208
209         * src/account.c
210                 change a couple stock icons
211         * src/inc.c
212         * src/send_message.c
213         * src/gtk/progressdialog.c
214         * src/gtk/progressdialog.h
215                 sync main's GtkTreeView implementation
216
217 2005-06-14 [colin]      1.9.11cvs65
218
219         * src/imap.c
220                 Various little fixes, mainly on error paths
221
222 2005-06-13 [colin]      1.9.11cvs64
223
224         * matcher.c
225         * procmsg.c
226         * procmsg.h
227                 Add a way to fetch only headers. This speeds
228                 up filtering on headers for IMAP. Fixes:
229                 bug #481 extraneous imap commands slow down 
230                         imap filtering
231                 bug #522 Sylpheed downloads all messages 
232                         when opening mailbox (IMAP)
233                 bug #677 IMAP fetch is soooooooooooooo slow
234         * src/folder.c
235         * src/folder.h
236                 Add a folder set_batch method so that
237                 implementations can speed up flags changes
238         * src/folderutils.c
239         * src/summaryview.c
240                 Use that in mark as (un)read and mark all read
241                 Refix bug #679
242         * src/imap.c
243                 Implement set_batch - brings back deferred
244                 flags in a less buggy manner. Fixes:
245                 bug #729 IMAP immediate expunge of deleted messages
246                 bug #191 remove list of messages with one command
247                 Fix login with strange chars
248                 Implement fetch_msg_full
249                 Fix copy (wrong counts)
250
251 2005-06-12 [colin]      1.9.11cvs63
252
253         * src/folder.c
254                 lock incorporation during long operations.
255                 Avoids fucking up the IMAP socket.
256
257 2005-06-12 [colin]      1.9.11cvs62
258
259         * src/imap.c
260                 Fix harmful typo
261                 Factorize remove_all_msg
262                 Thread-ize expunge
263         * src/summaryview.c
264                 Don't update partial-download status if unnecessary
265         * src/folder.c
266                 Use remove_msgs everywhere possible
267
268 2005-06-12 [colin]      1.9.11cvs61
269
270         * src/folder.c
271         * src/folder.h
272                 Add a remove_msgs function to remove a 
273                 list of messages
274         * src/imap.c
275                 Implement that.
276
277 2005-06-12 [colin]      1.9.11cvs60
278
279         * src/imap.c
280                 Remove flags-processing deferring... Too hard
281                 to get it to work in all cases.
282
283 2005-06-11 [colin]      1.9.11cvs59
284
285         * src/imap.c
286                 printf -> debug_print
287
288 2005-06-11 [colin]      1.9.11cvs58
289
290         * src/imap.c
291                 o Fix build without USE_PTHREAD
292                 o Factorize imap_open
293                 o Alertpanel in case of impossible connection
294                 o Alertpanel in case of impossible login
295                 o Fix deferred flags processing to force a 
296                   flush before adding some more flags to process,
297                   but in another folder.
298
299 2005-06-10 [colin]      1.9.11cvs57
300
301         * src/imap.c
302                 o Fix a format string error
303                 o init ssl socket outside of the thread 
304                   (it possibly invokes gtk calls)
305         * src/procmime.c
306                 o Put back the buffer to its necessary size
307                 o Fix changing a file pointer without keeping
308                   track of it (thanks Valgrind)
309         * src/common/smtp.c
310                 o Fix automatic STARTTLS if login should be done
311                   and the server only allows it after starting TLS
312         * src/gtk/gtkinputdialog.c
313                 o Eat GDK_Return so that the combo popup doesn't 
314                   appear when we press Enter to validate the combo
315                   input dialog (as seen in the Open with... dialog)
316
317 2005-06-10 [colin]      1.9.11cvs56
318
319         * src/imap.c
320                 o A bit less debug
321                 o Fix a crash on deletion
322                 o Threadize imap_select (it's called outside of 
323                   threads)
324                 o Defer treatment of DELETED flags
325
326
327 2005-06-09 [colin]      1.9.11cvs55
328
329         * src/imap.c
330                 Make sure we check imap_gtk_should_override(), which
331                 potentially calls gtk stuff, before creating thread.
332                 That way it should't be called via imap_get_session()
333                 inside a thread.
334
335 2005-06-09 [colin]      1.9.11cvs54
336
337         * src/imap.c
338                 o add a bit of status output
339                 o remove some dead code
340                 o threadize get_list_of_uids
341                 o threadize imap_get_flags
342                 o defer flag changing by 500ms so that they
343                   can be batched
344
345
346 2005-06-08 [colin]      1.9.11cvs53
347
348         * src/imap.c
349                 Thread-ize imap_cmd_fetch
350
351 2005-06-08 [colin]      1.9.11cvs52
352
353         * src/main.c
354                 Mmh, that broke POP3...
355
356 2005-06-08 [colin]      1.9.11cvs51
357
358         * src/main.c
359                 Stabilize IMAP patch (thanks to Hoa)
360
361 2005-06-08 [colin]      1.9.11cvs50
362
363         * src/imap.c
364                 Test patch to speed up imap. 
365
366 2005-06-08 [colin]      1.9.11cvs49
367
368         * src/imap_gtk.c
369                 Warning fix
370         * src/procmime.c
371                 Apply patch from gentoo to use /usr/share/mime/globs if 
372                 available, after un-breaking it
373         * src/common/log.c
374         * src/common/log.h
375                 Use g_timeout for invoking hooks that possibly use gtk
376                 calls. This should leave gtk calls in the main thread.
377
378 2005-06-08 [paul]       1.9.11cvs48
379
380         * src/codeconv.c
381                 conv_get_outgoing_charset_str(): don't
382                 use prefs_common setting
383         * src/compose.c
384         * src/compose.h
385                 add /Options/Character encoding/... to
386                 temporarily change the outgoing encoding
387
388         (belated sync with main)
389
390 2005-06-08 [paul]       1.9.11cvs47
391
392         * src/compose.c
393                 correction to/completion of last
394                 sync with main
395
396 2005-06-08 [paul]       1.9.11cvs46
397
398         sync with main:
399         
400         * src/codeconv.c
401         * src/codeconv.h
402                 always enabled Japanese auto-detection
403                 if the first letters of locale string
404                 is "ja"
405         * src/compose.c
406                 don't use "destroy" signal to destroy
407                 Compose object (fix rare crashes on discard?)
408         * src/mainwindow.c
409         * src/messageview.c
410         * src/prefs_send.c
411                 added Hebrew encodings
412         * src/sourcewindow.c
413                 don't use "destroy" signal to destroy
414                 objects
415
416 2005-06-07 [colin]      1.9.11cvs45
417
418         * src/summaryview.c
419                 Add missing unlocks/locks
420
421 2005-06-07 [paul]       1.9.11cvs44
422
423         * src/summaryview.c
424                 restore bug #749 fix
425
426 2005-06-06 [colin]      1.9.11cvs43
427
428         * src/summaryview.c
429                 Fix selection bug when prefs_common.open_unread 
430                 is FALSE
431
432 2005-06-06 [colin]      1.9.11cvs42
433
434         * src/common/md5.c
435                 Fix a warning
436         * src/summaryview.c
437         * src/folderview.c
438                 Factorize long operations beginning and end
439                 (locking, freezing/thawing, cursor, ...)
440                 Check selection->data member in selection-
441                 related loops; this avoids dying an awful
442                 death if the selection changes on us while
443                 we're marking a whole IMAP folder unread, 
444                 for example.
445
446 2005-06-06 [paul]       1.9.11cvs41
447
448         * src/textview.c
449                 don't g_free() a static gchar buffer
450
451 2005-06-05 [colin]      1.9.11cvs40
452
453         * src/mainwindow.c
454         * src/messageview.c
455         * src/summaryview.c
456                 Fix bug #749 (Show all headers should be
457                 sticky as the GUI suggests)
458
459 2005-06-03 [paul]       1.9.11cvs39
460
461         * src/compose.c
462                 don't allow editing of mail while sending.
463                 patch by Colin
464
465 2005-06-03 [paul]       1.9.11cvs38
466
467         * src/folderview.c
468                 add a freeze/thaw to speed up 'mark all read'
469
470 2005-06-03 [paul]       1.9.11cvs37
471
472         * src/prefs_message.c
473                 reflect changes immediately
474
475 2005-06-02 [colin]      1.9.11cvs36
476
477         * po/POTFILES.in
478                 Patch by Fabien Vantard.
479
480 2005-06-02 [colin]      1.9.11cvs35
481
482         * src/imap.c
483                 Use a non-blocking imap_getline() if possible.
484                 This should completely prevent the interface
485                 from freezin on imap operations, although it
486                 may do strange stuff in case of folder switching
487                 while a big imap operation is taking place...
488
489                 In addition, fix a leak in the case thread
490                 creation fails on connection.
491
492 2005-06-02 [colin]      1.9.11cvs34
493
494         * src/crash.c
495         * src/prefs_common.h
496                 Fix build (prefs_common_init() doesn't exist
497                 anymore)
498
499 2005-06-02 [colin]      1.9.11cvs33
500
501         * src/prefs_account.c
502                 Fix bug #245 (filtering rules broken when
503                 renaming a remote account (imap4 or nntp)
504
505 2005-06-02 [colin]      1.9.11cvs32
506
507         * src/imap.c
508                 Try to fix IMAP shortcomings: 
509                 o Multithread imap_open()
510                 o allow offline-mode overriding instead of
511                   just returning NULL
512         * src/imap_gtk.c
513         * src/imap_gtk.h
514                 Add a function to ask whether we want to
515                 override offline-mode for 10 minutes (one-shot
516                 asking was painful)
517         * src/procheader.c
518                 Fix segfault when imap parser isn't happy about
519                 a missing {
520
521 2005-06-01 [colin]      1.9.11cvs31
522
523         * src/addrharvest.c
524         * src/compose.c
525         * src/mbox.c
526         * src/mbox.h
527         * src/mh.c
528         * src/msgcache.c
529         * src/send_message.c
530         * src/setup.c
531         * src/undo.c
532         * src/common/hooks.c
533         * src/common/prefs.c
534         * src/common/template.c
535         * src/common/utils.c
536         * src/gtk/gtkutils.c
537         * src/gtk/inputdialog.c
538         * src/gtk/menu.c
539         * src/gtk/pluginwindow.c
540         * src/gtk/prefswindow.c
541         * src/plugins/pgpmime/passphrase.c
542         * src/plugins/pgpmime/prefs_gpg.c
543                 More -Wall fixes
544
545         * src/common/Makefile.am
546         * src/common/timing.h
547                 Add basic timing code
548
549         * src/summaryview.c
550                 Fix a bug with unread messages when 
551                 re-sorting folders, and by the way
552                 fix a big performance hit when 
553                 re-sorting (10k mails: before 5s,
554                 after .5s)
555
556         * src/prefs_compose_writing.c
557         * src/prefs_compose_writing.h
558         * src/prefs_message.c
559         * src/prefs_message.h
560         * src/prefs_other.c
561         * src/prefs_other.h
562         * src/prefs_quote.c
563         * src/prefs_quote.h
564         * src/prefs_receive.c
565         * src/prefs_receive.h
566         * src/prefs_send.c
567         * src/prefs_send.h
568         * src/prefs_summaries.c
569         * src/prefs_summaries.h
570                 Fix copyright banner
571
572 2005-06-01 [paul]       1.9.11cvs30
573
574         * po/fi.po
575                 updated by Flammie Pirinen
576         * src/procmime.c
577                 fix 'Bad BASE64 content' output
578
579 2005-05-31 [colin]      1.9.11cvs29
580
581         * src/procmime.c
582                 Oops, where did my hunk go.
583
584 2005-05-31 [colin]      1.9.11cvs28
585
586         * src/Makefile.am
587         * src/account.c
588         * src/action.c
589         * src/addr_compl.c
590         * src/addressbook.c
591         * src/codeconv.c
592         * src/compose.c
593         * src/export.c
594         * src/folder.c
595         * src/folderview.c
596         * src/image_viewer.c
597         * src/main.c
598         * src/mainwindow.c
599         * src/messageview.c
600         * src/mimeview.c
601         * src/msgcache.c
602         * src/prefs_account.c
603         * src/prefs_actions.c
604         * src/prefs_common.c
605         * src/prefs_compose_writing.c
606         * src/prefs_customheader.c
607         * src/prefs_ext_prog.c
608         * src/prefs_filtering.c
609         * src/prefs_filtering_action.c
610         * src/prefs_fonts.c
611         * src/prefs_image_viewer.c
612         * src/prefs_message.c
613         * src/prefs_message.h
614         * src/prefs_msg_colors.c
615         * src/prefs_other.c
616         * src/prefs_other.h
617         * src/prefs_quote.c
618         * src/prefs_receive.c
619         * src/prefs_receive.h
620         * src/prefs_send.c
621         * src/prefs_send.h
622         * src/prefs_spelling.c
623         * src/prefs_summaries.c
624         * src/prefs_summary_column.c
625         * src/prefs_template.c
626         * src/prefs_themes.c
627         * src/prefs_toolbar.c
628         * src/prefs_wrapping.c
629         * src/procmime.c
630         * src/procmsg.c
631         * src/send_message.h
632         * src/ssl_manager.c
633         * src/summary_search.c
634         * src/summaryview.c
635         * src/textview.c
636         * src/wizard.c
637         * src/common/smtp.c
638         * src/common/smtp.h
639         * src/gtk/gtkutils.h
640                 o Move the rest of Common prefs to new style
641                 o Lots of -Wall warning fixes
642                 o fix FIXME in cache memusage calculation
643                 o Let return receipts be sent from any account
644                 o Little cache optimisation (read)
645                 o Fix bug #746 (don't treat commas as separators
646                   when inside a quoted string)
647
648 2005-05-31 [paul]       1.9.11cvs27
649
650         * src/prefs_common.c
651                 fix 'off-by-one' typo
652
653 2005-05-31 [paul]       1.9.11cvs26
654
655         * src/account.c
656         * src/addr_compl.c
657         * src/compose.c
658         * src/foldersel.c
659         * src/prefs_actions.c
660         * src/prefs_common.c
661         * src/prefs_common.h
662         * src/prefs_customheader.c
663         * src/prefs_display_header.c
664         * src/prefs_filtering.c
665         * src/prefs_filtering_action.c
666         * src/prefs_matcher.c
667         * src/prefs_summaries.c
668         * src/prefs_summary_column.c
669         * src/prefs_template.c
670         * src/prefs_toolbar.c
671         * src/ssl_manager.c
672         * src/gtk/pluginwindow.c
673         * src/gtk/prefswindow.c
674         * src/gtk/progressdialog.c
675                 add hidden prefs 'enable_rules_hint'
676                 for gtk_tree_view_set_rules_hint()
677                 (sync with main)
678                 
679
680 2005-05-31 [colin]      1.9.11cvs25
681
682         * src/Makefile.am
683         * src/main.c
684         * src/prefs_common.c
685         * src/prefs_summaries.c ** ADDED **
686         * src/prefs_summaries.h ** ADDED **
687                 Common/Display -> Display/Summaries
688
689 2005-05-31 [colin]      1.9.11cvs24
690
691         * src/Makefile.am
692         * src/main.c
693         * src/prefs_quote.c ** ADDED **
694         * src/prefs_quote.h ** ADDED **
695                 Move Common/Quote to Compose/Quoting
696         * src/prefs_common.c
697         * src/prefs_common.h
698                 Remove old quote stuff, add
699                 convenience functions for GtkTextView prefs
700         * src/gtk/prefswindow.c
701                 Set default height higher
702
703 2005-05-30 [colin]      1.9.11cvs23
704
705         * src/Makefile.am
706         * src/main.c
707         * src/prefs_common.c
708         * src/prefs_compose_writing.c ** ADDED **
709         * src/prefs_compose_writing.h ** ADDED **
710                 Move Common/Compose prefs to Compose/Writing
711
712 2005-05-30 [colin]      1.9.11cvs22
713
714         * src/common/utils.c
715                 Fix bug #651 (Confused Attract by Subject)
716                 Patch by M. Benkmann <haferfrost@web.de>
717         * AUTHORS
718
719 2005-05-30 [colin]      1.9.11cvs21
720
721         * src/compose.c
722                 Fix concatenation of different headers of
723                 the same type (bug #645)
724         * src/prefs_folder_item.c
725                 Fix bug #699 (setting color to black doesn't
726                 work immediately)
727         * src/procmime.c
728                 Print out decoding error only once per
729                 block
730
731 2005-05-30 [paul]       1.9.11cvs20
732
733         * src/common/template.c
734                 fix Bcc
735
736 2005-05-30 [paul]       1.9.11cvs19
737
738         * doc/src/rfc2368.txt   **NEW FILE**
739         * src/compose.c
740                 compose_entries_set(): don't interpret Bcc
741                 header field (conform to RFC 2368)
742                 (sync with main)
743
744 2005-05-29 [colin]      1.9.11cvs18
745
746         * src/prefs_common.c
747                 Let the default reply format respect
748                 netiquette by cutting the signature.
749
750 2005-05-29 [colin]      1.9.11cvs17
751
752         * src/summaryview.c
753                 Don't let always_show_msg override
754                 open_unread_on_enter when opening a new
755                 directory.
756
757 2005-05-27 [paul]       1.9.11cvs16
758
759         sync with main:
760
761         * src/main.c
762                 app_will_exit(): cleanup tmp directory when exit
763         * src/message_search.c
764                 improved the interface and made code cleanup.
765                 removed Clear button
766         * src/send_message.c
767                 send_message_local(): use GSpawn, and detect errors
768         * src/summary_search.c
769                 improved the interface and made code cleanup
770         * src/textview.c
771                 textview_write_link(): also skip non-ascii space
772                  at the head of link strings (phishing check
773                  didn't work at the case)
774         * src/common/utils.c
775                 get_command_output(): use g_spawn_command_line_sync()
776                 instead of popen()
777
778 2005-05-26 [colin]      1.9.11cvs15
779
780         * src/folder.c
781                 remove printf
782
783 2005-05-26 [colin]      1.9.11cvs14
784
785         * src/common/nntp.c
786                 Fix nntp mode reader (bug #611)
787                 Patch by Florian Mickler <florian@mickler.org>
788
789 2005-05-26 [colin]      1.9.11cvs13
790
791         * src/plugins/pgpmime/passphrase.c
792                 Fix mouse grabbing (bug #557)
793
794 2005-05-26 [colin]      1.9.11cvs12
795
796         * src/prefs_themes.c
797                 Fix g_warning (bug #541)
798
799 2005-05-26 [colin]      1.9.11cvs11
800
801         * src/prefs_actions.c
802         * src/prefs_template.c
803                 Fix bug #506 (no warning if action/template
804                 is not saved)
805         * src/common/template.c
806                 Fix a possible crash
807
808 2005-05-26 [colin]      1.9.11cvs10
809
810         * src/folder.c
811         * src/folderview.c
812         * src/procmsg.c
813         * src/summaryview.c
814                 Forbid locked messages to be moved or
815                 deleted. Locked messages in trashes 
816                 still get deleted, for performance
817                 reason (mh.c::mh_remove_all_msgs)
818
819 2005-05-25 [colin]      1.9.11cvs9
820
821         * src/procmime.c
822                 Use correct encoding when sending mails
823                 with attachments that have accentued 
824                 chars in their name
825
826 2005-05-24 [colin]      1.9.11cvs8
827
828         * src/summaryview.c
829                 Fix bug #688 f) read/unread marker not
830                 changed on first click
831                 Also, optimize summary_status_show()
832                 calls
833         * src/folder.c
834         * src/inc.c
835         * src/procmime.c
836                 Fix bug #688 b) and c) wrt message
837                 attachments and signature
838         * src/stock_pixmap.c
839         * src/stock_pixmap.h
840         * src/stock_pixmap.c
841         * src/stock_pixmap.h
842         * src/Makefile.am
843         * src/pixmaps/clip_gpg_signed.xpm
844                 Add clip/signed icon
845
846 2005-05-24 [colin]      1.9.11cvs7
847
848         * src/folder_item_prefs.c
849                 whitespace fix
850
851 2005-05-24 [colin]      1.9.11cvs6
852
853         * src/folderview.c
854         * src/prefs_common.c
855         * src/prefs_common.h
856                 Add a confirmation to folder drag and drop
857                 fixes bug #156
858         * src/alertpanel.c
859         * src/alertpanel.h
860                 fix _with_disable parameters so that
861                 the buttons labels are specifiable too
862         * src/plugins/pgpmime/sgpgme.c
863                 reflect said change
864                 
865
866 2005-05-24 [colin]      1.9.11cvs5
867
868         * src/folderview.c
869                 Uncollapse/collapse folders on double-click
870                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
871                 closes bug #108
872
873 2005-05-23 [colin]      1.9.11cvs4
874
875         * src/common/socket.c
876                 Check another special SSL_peek() error.
877                 Should help wrt bug #728
878
879 2005-05-23 [colin]      1.9.11cvs3
880
881         * src/plugins/pgpmime/pgpmime.c
882                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
883                 breaking menu accelerators and stuff. Users will have to
884                 reselect "PGP MIME" instead of "PGP/MIME" in their 
885                 account's privacy preferences if needed.
886
887 2005-05-22 [paul]
888
889         * tools/kdeservicemenu/install.sh
890                 use kdesu to prompt for root password if doing
891                 global install/uninstall
892
893 2005-05-20 [colin]      1.9.11cvs2
894
895         * src/procmsg.c
896                 Fix another compilation error with gcc-2.9x
897                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
898         * src/send_message.c
899                 Don't send QUIT if we aren't connected
900
901 2005-05-19 [colin]      1.9.11cvs1
902
903         * src/procmsg.c
904                 Fix compilation with gcc 2.9x
905
906 2005-05-19 [paul]       1.9.11
907
908         1.9.11 released
909
910 2005-05-19 [paul]       1.9.9cvs14
911
912         * src/gtk/inputdialog.c
913                 prevent gettext warning
914
915 2005-05-19 [paul]       1.9.9cvs13
916
917         * src/mainwindow.c
918         * src/prefs_common.c
919         * src/prefs_common.h
920         * src/textview.c
921         * src/textview.h
922                 add an option to toggle cursor in message
923                 view (sync with main)
924
925 2005-05-18 [colin]      1.9.9cvs12
926
927         * src/compose.c
928                 Dereference freed pointer
929         * src/gtk/gtkaspell.c
930                 Fix duplication of dictionaries (is it an aspell issue?)
931
932 2005-05-18 [colin]      1.9.9cvs11
933
934         * src/gtk/inputdialog.c
935         * src/gtk/gtkaspell.c
936                 HIGuify dialogs
937         * src/alertpanel.c
938                 Remove a double call
939
940 2005-05-17 [colin]      1.9.9cvs10
941
942         * src/gtk/gtkaspell.c
943                 Fix dialogs, Ctrl-Enter accel
944
945 2005-05-17 [colin]      1.9.9cvs9
946
947         * src/gtk/gtkaspell.c
948                 Fix some accelerators, escape in replace-window
949
950 2005-05-16 [colin]      1.9.9cvs8
951
952         * src/gtk/gtkaspell.c
953                 Revert last commit, it was a mistake.
954
955 2005-05-16 [colin]      1.9.9cvs7
956
957         * src/gtk/gtkaspell.c
958                 Remove buggy code while we're at it. It's a 
959                 dead code path anyway.
960
961 2005-05-16 [colin]      1.9.9cvs6
962
963         * src/gtk/gtkaspell.c
964                 Missed some gtk_menu_popup where deactivate
965                 signal should be handled. Should fix bug
966                 #629 a bit more.
967
968 2005-05-16 [colin]      1.9.9cvs5
969
970         * src/gtk/gtkaspell.c
971                 Remove debug printf()s
972
973 2005-05-16 [colin]      1.9.9cvs4
974
975         * src/gtk/gtkaspell.c
976                 Fix a bit aspell problems
977                 (see bug #629)
978
979 2005-05-13 [colin]      1.9.9cvs3
980
981         * src/folderview.c
982                 Fix the + appearing even when no subfolders
983                 have unread messages. Thanks to wwp for the
984                 bug report.
985
986 2005-05-11 [paul]       1.9.9cvs2
987
988         * src/folderview.c
989                 correction to 1.9.9cvs1, only colour folders that
990                 have new msgs (not unread msgs)
991
992 2005-05-10 [colin]      1.9.9cvs1
993
994         * src/folderview.c
995         * src/summaryview.c
996                 Try to fix bolding bugs again.
997
998 2005-05-09 [paul]
999
1000         * tools/claws.i18n.status.pl
1001                 add Ricardo Mones Lastra's script that has been providing
1002                 the i18n status page for many months
1003
1004 2005-05-09 [paul]       1.9.9
1005
1006         1.9.9 release
1007
1008 2005-05-09 [paul]       1.9.6cvs58
1009
1010         * AUTHORS
1011         * INSTALL
1012         * README.claws
1013                 updated
1014         * Makefile.am 
1015         * RELEASE_NOTES.claws
1016                 add release notes to cvs to simplify release
1017                 procedure
1018         * configure.ac
1019                 add ca and fi to ALL_LINGUAS
1020         * po/Makefile.in.in
1021                 workaround for missing Makevars
1022         * po/ca.po
1023         * po/fi.po
1024                 add new Catalan and Finnish translations
1025                 submitted by Miquel Oliete and Flammie Pirinen
1026         * po/de.po
1027         * po/es.po
1028         * po/fr.po
1029         * po/it.po
1030         * po/pl.po
1031         * po/ru.po
1032         * po/sk.po
1033         * po/sr.po
1034         * po/zh_CN.po
1035                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
1036                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
1037                 Urke MMI, and Hansom Young
1038         * src/main.c
1039                 Fix drafting when quitting. compose_draft() closes the
1040                 compose windows, which modifies the compose_list GSList.
1041                 We have to refresh this list after echo drafting to avoid a
1042                 segfault
1043         * src/partial_download.c
1044                 fix segfault on exit
1045
1046 2005-05-06 [paul]       1.9.6cvs57
1047
1048         * src/grouplistdialog.c
1049                 quick fix/workaround for unresizeable newsgroup
1050                 name column 
1051
1052 2005-05-06 [paul]       1.9.6cvs56
1053
1054         * src/inc.c
1055         * src/mainwindow.c
1056                 use gettext plural forms
1057         * src/imap_gtk.c
1058         * src/mh_gtk.c
1059         * src/toolbar.c
1060                 small improvement to english usage
1061
1062 2005-05-05 [thorsten]   1.9.6cvs55
1063
1064         * src/folder.c
1065                 fix possible crash
1066
1067 2005-05-05 [paul]       1.9.6cvs54
1068         
1069         sync with HEAD
1070
1071         * AUTHORS
1072         * src/compose.c
1073                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
1074                 patch by Tim Mann
1075
1076 2005-05-05 [paul]       1.9.6cvs53
1077
1078         * src/mainwindow.c
1079                 fix resizing of separate message and
1080                 folder views
1081
1082 2005-05-05 [paul]       1.9.6cvs52
1083
1084         * src/account.c
1085         * src/addrgather.c
1086         * src/browseldap.c
1087         * src/exphtmldlg.c
1088         * src/expldifdlg.c
1089         * src/importmutt.c
1090         * src/importpine.c
1091         * src/main.c
1092         * src/mainwindow.c
1093         * src/noticeview.c
1094         * src/prefs_filtering.c
1095         * src/prefs_filtering_action.c
1096         * src/prefs_matcher.c
1097         * src/prefs_spelling.c
1098         * src/prefs_toolbar.c
1099         * src/toolbar.c
1100         * src/wizard.c
1101         * src/gtk/description_window.c
1102         * src/gtk/gtkvscrollbutton.c
1103         * src/gtk/progressdialog.c
1104         * src/gtk/quicksearch.c
1105         * src/plugins/pgpmime/prefs_gpg.c
1106         * src/plugins/spamassassin/spamassassin_gtk.c
1107                 replace deprecated gtk_widget_set_usize
1108
1109 2005-05-04 [colin]      1.9.6cvs51
1110
1111         * src/common/utils.c
1112                 Fix crash when subst_for_filename is called
1113                 with a NULL parameter
1114
1115 2005-05-04 [colin]      1.9.6cvs50
1116
1117         * src/partial_download.c
1118         * src/pop.c
1119                 Escape login when writing uidl file
1120                 fixes bug #736
1121
1122 2005-05-03 [colin]      1.9.6cvs49
1123
1124         * src/procmime.c
1125                 Fix possible DOS in mime parser
1126                 (see bug #634)
1127
1128 2005-05-02 [colin]      1.9.6cvs48
1129
1130         * src/compose.c
1131                 Try to fix the copy/paste mess once again.
1132
1133
1134 2005-04-30 [colin]      1.9.6cvs47
1135
1136         * src/prefs_account.h
1137         * src/procmsg.c
1138         * src/send_message.c
1139         * src/common/smtp.c
1140         * src/common/smtp.h
1141                 Try to batch sending mails (per account) instead of
1142                 reconnecting to server every time.
1143
1144 2005-04-29 [colin]      1.9.6cvs46
1145
1146         * src/messageview.c
1147                 Fix window resizing that refused to size down
1148         * src/prefs_common.c
1149         * src/prefs_common.h
1150         * src/prefs_filtering.c
1151                 Save Filtering's window size
1152
1153 2005-04-21 [paul]       1.9.6cvs45
1154
1155         * ChangeLog-gtk2.claws
1156         * src/setup.c
1157                 correction to sync
1158
1159 2005-04-21 [paul]       1.9.6cvs44
1160
1161         sync with main:
1162
1163         * src/setup.c
1164         * src/statusbar.c
1165         * src/statusbar.h
1166                 use gtkut_widget_draw_now(). Improved performance
1167                 of the update of statusbar
1168         * src/textview.c
1169                 textview_smooth_scroll_do(): redraw it after scroll
1170                 is done (fixed incorrect display when a part of the
1171                 view is hidden).
1172         * src/gtk/gtkutils.c
1173         * src/gtk/gtkutils.h
1174                 gtkut_widget_draw_now(): use gdk_window_process_updates()
1175                 to force update of widgets.
1176                 Removed gtkut_widget_wait_for_draw() which had a big
1177                 overhead  because of waiting for all events processed 
1178
1179 2005-04-20 [paul]       1.9.6cvs43
1180
1181         * src/codeconv.c
1182                 complete 1.9.6cvs42's sync:
1183                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
1184
1185 2005-04-19 [paul]       1.9.6cvs42
1186
1187         sync with main:
1188
1189         * src/action.c
1190                 catch_output(): correctly select the insert text
1191                 (fix invalid iterator warnings).
1192         * src/codeconv.c
1193         * src/codeconv.h
1194         * src/mainwindow.c
1195         * src/messageview.c
1196         * src/prefs_common.c
1197                 support GBK encoding.
1198         * src/common/session.c
1199         * src/common/session.h
1200                 use separate buffer for large data to be sent,
1201                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
1202
1203 2005-04-18 [paul]       1.9.6cvs41
1204
1205         * src/jpilot.c
1206                 convert unsigned long into guint32
1207                 patch by Paul LeoNerd Evans 
1208
1209 2005-04-17 [colin]      1.9.6cvs40
1210
1211         * src/compose.c
1212                 Fix 'Request return receipt' from folder
1213                 properties (bug #708)
1214
1215 2005-04-17 [colin]      1.9.6cvs39
1216
1217         * src/mainwindow.c
1218                 Fix duplicate hotkeys in Mainwindow's menu
1219
1220 2005-04-17 [colin]      1.9.6cvs38
1221
1222         * src/folderview.c
1223                 Fix duplicate hotkeys in Folderview's contextual
1224                 menu
1225
1226 2005-04-15 [colin]      1.9.6cvs37
1227
1228         * src/summaryview.c
1229                 Fix 'Save as...' with non-ascii filenames
1230
1231 2005-04-15 [colin]      1.9.6cvs36
1232
1233         * src/plugins/pgpmime/pgpmime.c
1234                 Fix bus error on 64bit. Spotted by 
1235                 macallan1888@gmail.com
1236
1237 2005-04-15 [colin]      1.9.6cvs35
1238
1239         * src/prefs_account.c
1240                 Fix cvs34.
1241
1242 2005-04-12 [colin]      1.9.6cvs34
1243
1244         * src/prefs_account.c
1245                 Fix smtp auth type off-by-one. We forgot to
1246                 add PLAIN in the prefs-to-gui setter func and
1247                 as a result, the selected auth when opening
1248                 account prefs was not the correct one.
1249
1250 2005-04-12 [paul]       1.9.6cvs33
1251
1252         * src/inc.c
1253                 if the recv dialog is visible, Cancel only
1254                 cancels the current account
1255
1256
1257 2005-04-10 [colin]      1.9.6cvs32
1258
1259         * src/filtering.c
1260                 Copy score when copying FilteringActions
1261                 Fix bug #674
1262
1263 2005-04-10 [colin]      1.9.6cvs31
1264
1265         * src/inc.c
1266                 Make Message -> Receive -> Cancel cancel 
1267                 incorporation on all accounts. Fixes
1268                 bug #693
1269
1270 2005-04-10 [colin]      1.9.6cvs30
1271
1272         * src/prefs_account.c
1273                 Update Privacy checkbuttons status based
1274                 on the selected privacy system
1275         * src/compose.c
1276                 Always connect the "None" privacy system; the
1277                 static boolean was probably there to avoid
1278                 reconnecting twice in the same compose window,
1279                 but as the parent function is only called once
1280                 per compose, it's only a bug - as a static is
1281                 initialized once per application instance.
1282                 Also, don't uncheck Sign and Encrypt when
1283                 selecting None as privacy system; just ignore
1284                 them when sending/queuing.
1285                 Should fix bug #695
1286
1287 2005-04-08 [colin]      1.9.6cvs29
1288
1289         * src/account.c
1290         * src/prefs_account.c
1291         * src/prefs_account.h
1292                 Add account preference to queue message in a certain
1293                 folder.
1294
1295 2005-04-06 [colin]      1.9.6cvs28
1296
1297         * src/prefs_account.c
1298                 Update old inbox path syntax
1299
1300 2005-04-06 [paul]       1.9.6cvs27
1301
1302         sync with main:
1303
1304         * configure.ac
1305                 changed -traditional-cpp to -no-cpp-precomp for newer
1306                 Mac OS X support
1307         * src/foldersel.c
1308                 made column resize automatically
1309         * src/send_message.c
1310                 send_message_smtp(): consider EOF right after QUIT
1311                 successful (workaround for Gmail SMTP server)
1312         * src/common/socket.c
1313                 ssl_read(), ssl_peek(): check EOF which violates the
1314                 SSL protocol
1315         * src/gtk/colorlabel.c
1316                 removed warnings when displaying colorlabel menu
1317                 (don't use GtkAlignment)
1318
1319 2005-04-05 [paul]       1.9.6cvs26
1320
1321         * src/plugins/trayicon/trayicon.c
1322                 fix clipping of icon under KDE3 
1323
1324 2005-04-05 [paul]       1.9.6cvs25
1325
1326         * src/summaryview.c
1327                 hide display of threading
1328                 patch by Alfons
1329
1330 2005-04-04 [thorsten]   1.9.6cvs24
1331
1332         * src/mh.c
1333                 marks lost on filesystems with different stat() results on
1334                 summer-/wintertime
1335
1336 2005-04-03 [colin]      1.9.6cvs23
1337
1338         * src/summaryview.c
1339                 Don't handle up/down. Patch by Alfons
1340
1341 2005-04-02 [colin]      1.9.6cvs22
1342
1343         * src/summaryview.c
1344                 Make scrolling faster. Patch by Alfons.
1345
1346 2005-04-01 [colin]      1.9.6cvs21
1347
1348         * src/Makefile.am
1349         * src/stock_pixmap.c
1350         * src/pixmaps/dir-noselect.xpm ** REMOVED **
1351         * src/pixmaps/dir_noselect.xpm ** ADDED **
1352                 Fix pixmap name mismatch (Thanks Stephan Sachse)
1353
1354 2005-04-01 [colin]      1.9.6cvs20
1355
1356         * src/image_viewer.c
1357         * src/image_viewer.h
1358         * src/procmime.c
1359         * src/procmime.h
1360         * src/textview.c
1361         * src/textview.h
1362                 Implement inline image resizing and right-clicking
1363
1364 2005-04-01 [paul]       1.9.6cvs19
1365
1366         * AUTHORS
1367         * Makefile.am
1368         * configure.ac
1369                 check for gnome2
1370                 patch by Luca Cavalli <loopback<AT>slackit.org>
1371         * po/ru.po
1372                 updated by Pavlo Bohmat
1373
1374 2005-03-31 [colin]      1.9.6cvs18
1375
1376         * src/news.c
1377                 Fix parsing references
1378         * src/msgcache.c
1379                 don't put nulls in the references list
1380         * src/procheader.c
1381                 commit that forgotten file in 1.9.6cvs14
1382
1383 2005-03-31 [colin]      1.9.6cvs17
1384
1385         * src/compose.c
1386                 Fix joining of signature separator again. 
1387                 Maybe Hiro could put it in main too...
1388
1389 2005-03-31 [colin]      1.9.6cvs16
1390
1391         * src/Makefile.am
1392         * src/foldersel.c
1393         * src/stock_pixmap.c
1394         * src/stock_pixmap.h
1395         * src/pixmaps/dir-noselect.xpm
1396                 Update foldersel.c (sync from main, patch by Alfons)
1397
1398 2005-03-30 [colin]      1.9.6cvs15
1399
1400         * src/imap.c
1401                 Fix handling of imap folders containing [] in 
1402                 their name. Thanks to Nahuel Angelinetti for
1403                 the detailed bugreport.
1404
1405 2005-03-30 [colin]      1.9.6cvs14
1406
1407         * src/common/utils.h
1408         * src/common/utils.c
1409         * src/common/defs.h
1410         * src/matcher.c
1411         * src/msgcache.c
1412         * src/news.c
1413         * src/procmsg.c
1414         * src/procmsg.h
1415         * src/quote_fmt_parse.y
1416         * src/summaryview.c
1417                 Update references system. Patch by Alfons
1418
1419 2005-03-30 [colin]      1.9.6cvs13
1420
1421         * src/common/socket.c
1422                 Force the glibc to read resolv.conf again when 
1423                 it has changed. Should fix issues when changing
1424                 networks on a laptop and not restarting sylpheed. 
1425
1426 2005-03-30 [paul]       1.9.6cvs12
1427
1428         partial sync with main:
1429
1430         * src/action.c
1431                 create_io_dialog(): use user-defined text font
1432                 (thanks to Alfons), and modified its appearance.
1433         * src/addrgather.c
1434         * src/addrharvest.c
1435         * src/browseldap.c
1436                 replace old code
1437         * src/compose.c
1438                 don't join (presumably) itemized lines on line-wrapping
1439                 fixed wrapping of quote when auto-wrapping is enabled
1440                 compose_destroy(): destroy paned only if it's not
1441                 attached to window. Fixed memory leak of popup menu.
1442         * src/exphtmldlg.c
1443         * src/expldifdlg.c
1444                 replace old code
1445         * src/html.c
1446         * src/html.h
1447         * src/importmutt.c
1448         * src/importpine.c
1449                 replace old code
1450         * src/main.c
1451                 removed redundant code
1452         * src/mainwindow.c
1453                 changed 'Code set' (which is rather incorrect)
1454                 in the menu to 'Character encoding'
1455                 main_window_set_widgets(): request size first
1456                 to prevent window size becoming wrong
1457                 fixed remembering of the state of the visibility
1458                 of MessageView
1459         * src/messageview.c
1460                 changed 'Code set' (which is rather incorrect)
1461                 in the menu to 'Character encoding'
1462         * src/prefs_common.c
1463         * src/prefs_common.h
1464                 added an option whether to render HTML as text or not
1465                 added separators to outgoing encoding menu
1466         * src/procheader.c
1467                 procheader_scan_date_string(): support header
1468                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
1469         * src/summaryview.c
1470         * src/summaryview.h
1471                 minor code cleanup
1472         * src/textview.c
1473                 textview_show_html(): force output of newline
1474                 added an option whether to render HTML as text or not
1475         * src/common/utils.c
1476                 strncpy2(): optimized based on Alfons' code
1477         * src/gtk/gtkutils.c
1478         * src/gtk/gtkutils.h
1479                 removed non-used code
1480         * src/plugins/pgpmime/passphrase.c
1481                 partially fixed grab input of passphrase dialog
1482                 Confine pointer to window
1483
1484 2005-03-30 [colin]      1.9.6cvs11
1485
1486         * src/msgcache.c
1487         * src/msgcache.h
1488                 Read/write 32bit ints from cache & marks
1489                 From main.
1490
1491 2005-03-29 [paul]       1.9.6cvs10
1492
1493         * AUTHORS
1494         * ChangeLog.claws
1495         * src/compose.c
1496         * src/gtk/gtkaspell.c
1497                 sync with HEAD (don't pass NULL pointers) 
1498
1499 2005-03-24 [paul]
1500
1501         * tools/Makefile.am
1502         * tools/README
1503         * tools/acroread2sylpheed.pl
1504                 sync with HEAD (add script to send pdfs as
1505                 attachments from Adobe Reader 7)
1506
1507 2005-03-21 [paul]       1.9.6cvs9
1508
1509         * configure.ac
1510         * po/POTFILES.in
1511         * src/Makefile.am
1512         * src/crash.c
1513         * src/image_viewer.c ** ADDED **
1514         * src/image_viewer.h ** ADDED **
1515         * src/main.c
1516         * src/prefs_common.c
1517         * src/prefs_common.h
1518         * src/prefs_image_viewer.c ** ADDED **
1519         * src/prefs_image_viewer.h ** ADDED **
1520         * src/textview.c
1521         * src/gtk/about.c
1522         * src/pixmaps/sylpheed_logo.xpm
1523         * src/plugins/Makefile.am
1524         * src/plugins/image_viewer/.cvsignore ** REMOVED **
1525         * src/plugins/image_viewer/Makefile.am ** REMOVED **
1526         * src/plugins/image_viewer/plugin.c ** REMOVED **
1527         * src/plugins/image_viewer/viewer.c ** REMOVED **
1528         * src/plugins/image_viewer/viewer.glade ** REMOVED **
1529         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
1530         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
1531         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
1532         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
1533                 as gdk-pixbuf is now built-in
1534                 remove image_viewer plugin and put code back into
1535                 main codebase
1536                 implement inline image display (sync with main)
1537
1538                 replace logo with newer, nicer, larger version  
1539
1540 2005-03-21 [paul]       1.9.6cvs8
1541
1542         * src/gtk/about.c
1543                 cosmetic improvement
1544
1545 2005-03-21 [holger]     1.9.6cvs7
1546
1547         * src/plugins/spamassassin/spamassassin.c
1548                 Sync with HEAD
1549                 (unregister hook on failed plugin init)
1550
1551 2005-03-20 [colin]      1.9.6cvs6
1552
1553         * src/common/plugin.c
1554                 Check that plugin isn't already loaded
1555                 Patch by Alfons
1556
1557 2005-03-20 [thorsten]   1.9.6cvs5
1558
1559         * src/compose.c
1560                 use a more compatible syntax
1561
1562 2005-03-20 [thorsten]   1.9.6cvs4
1563
1564         * src/prefs_toolbar.c
1565                 fix crash when selecting toolbar item (uninitialized pointer)
1566
1567 2005-03-20 [thorsten]   1.9.6cvs3
1568
1569         * src/procmime.c
1570                 fix mimetype detection (referenced free()d string)
1571
1572 2005-03-20 [paul]       1.9.6cvs2
1573
1574         * src/compose.c
1575                 sync with HEAD (1.0.3cvs5)
1576                 neglect Reply-To header if empty
1577                 Patch by Alfons 
1578
1579 2005-03-19 [holger]     1.9.6cvs1
1580
1581         * src/summaryview.c
1582         * src/summaryview.h
1583                 Sync with HEAD
1584
1585 2005-03-18 [paul]       1.9.6
1586
1587         initial GTK2 release
1588
1589 2005-03-18 [paul]       1.0.3cvs3.1
1590
1591         * AUTHORS
1592         * ChangeLog.claws
1593         * configure.ac
1594         * src/gtk/about.c
1595         * src/pixmaps/sylpheed_logo.xpm
1596                 sync with HEAD
1597
1598 2005-03-18 [colin]      1.0.3cvs2.6
1599
1600         * src/summaryview.c
1601                 Remove call to summary_step in summary_copy_selected_to
1602                 Can't see its purpose, and this causes bug when copying
1603                 a message if the next one is unread: it reads it.
1604
1605 2005-03-18 [paul]       1.0.3cvs2.5
1606
1607         * src/foldersel.c
1608                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
1609
1610 2005-03-18 [paul]       1.0.3cvs2.4
1611
1612         * src/addrharvest.c
1613         * src/codeconv.c
1614         * src/codeconv.h
1615         * src/compose.c
1616         * src/news.c
1617         * src/procheader.c
1618         * src/procmime.c
1619         * src/unmime.c
1620         * src/unmime.h
1621                 fix buffer overflow, CAN-2005-0667, see
1622                 http://secunia.com/advisories/14491/
1623                 Patch by Alfons
1624
1625 2005-03-17 [colin]      1.0.3cvs2.3
1626
1627         * src/prefs_fonts.c
1628         * src/summaryview.c
1629                 Fix font bugs (both lists now officialy share 
1630                 the same font)
1631                 
1632
1633 2005-03-17 [paul]       1.0.3cvs2.2
1634
1635         * src/gtk/pluginwindow.c
1636                 make plugin descriptions uneditable
1637
1638 2005-03-11 [paul]       1.0.3cvs2.1
1639
1640         * ChangeLog.claws
1641         * configure.ac
1642         * po/POTFILES.in
1643         * src/plugins/trayicon/trayicon.c
1644                 sync with HEAD
1645                 add src/wizard.c to POTFILES.in
1646
1647 2005-03-11 [paul]       1.0.3cvs1.1
1648
1649         * ChangeLog
1650         * ChangeLog.claws
1651         * configure.ac
1652         * po/de.po
1653         * po/es.po
1654         * po/fr.po
1655         * po/it.po
1656         * po/pt_BR.po
1657         * po/ru.po
1658         * po/sk.po
1659         * po/sr.po
1660         * po/zh_CN.po
1661                 sync with HEAD
1662
1663 2005-03-04 [colin]      1.0.1cvs22.2
1664
1665         * src/compose.c
1666                 Fix signatures with accentued chars in it
1667
1668 2005-03-04 [colin]      1.0.1cvs22.1
1669
1670         * src/common/smtp.c
1671         * src/common/smtp.h
1672                 Don't use SIZE param in MAIL FROM: if server 
1673                 doesn't support it. Patch by Eugen Freiter
1674                 <eugen_f@users.sf.net>
1675
1676 2005-02-27 [paul]       1.0.1cvs20.1
1677
1678         * ChangeLog.claws
1679         * configure.ac
1680         * src/messageview.c
1681                 sync with HEAD
1682
1683 2005-02-27 [colin]      1.0.1cvs19.4
1684
1685         * src/procheader.c
1686         * src/procheader.h
1687                 Fix prototypes. Patch by Alfons
1688
1689 2005-02-27 [colin]      1.0.1cvs19.3
1690
1691         * src/compose.c
1692                 Don't auto-join the signature separator.
1693
1694 2005-02-26 [colin]      1.0.1cvs19.2
1695
1696         * src/summaryview.c
1697                 Fix 'mark all read' with collapsed threads.
1698                 Patch by Alfons.
1699
1700 2005-02-25 [paul]       1.0.1cvs19.1
1701
1702         * ChangeLog.claws
1703         * configure.ac
1704         * src/prefs_account.c
1705         * src/prefs_folder_item.c
1706         * src/gtk/prefswindow.c
1707         * src/gtk/prefswindow.h
1708                 sync with HEAD
1709
1710 2005-02-25 [paul]       1.0.1cvs15.12
1711
1712         * src/alertpanel.c
1713         * src/codeconv.c
1714         * src/compose.c
1715         * src/textview.c
1716         * src/gtk/gtkutils.c
1717         * src/gtk/gtkutils.h
1718         * src/gtk/logwindow.c
1719         * src/gtk/progressdialog.c
1720                 sync with main (revision 127)
1721                 and fix logwindow clipping
1722
1723 2005-02-24 [colin]      1.0.1cvs15.11
1724
1725         * src/plugins/pgpmime/passphrase.c
1726                 Disable input grabbing; it doesn't work yet.
1727
1728 2005-02-24 [colin]      1.0.1cvs15.10
1729
1730         * src/messageview.c
1731                 Don't send out receipts if offline. Ask.
1732
1733 2005-02-23 [colin]      1.0.1cvs15.9
1734
1735         * src/summaryview.c     
1736                 Fix expanding
1737
1738 2005-02-23 [colin]      1.0.1cvs15.8
1739
1740         * src/summaryview.c
1741                 Really fix Bug 568 by removing useless
1742                 calls. summary_thread_init() now called
1743                 in summary_sort(). This should please
1744                 Alfons as it should be faster than 
1745                 previously.
1746
1747 2005-02-23 [colin]      1.0.1cvs15.7
1748
1749         * src/compose.c
1750                 Encode parts as QP or B64 if signing
1751
1752 2005-02-23 [colin]      1.0.1cvs15.6
1753
1754         * src/compose.c
1755                 Fix Mimeinfo leakage (including tmp files)
1756         * src/procmsg.c
1757                 Fix tmp file leakage (spotted by Ivan Rayner)
1758
1759 2005-02-22 [colin]      1.0.1cvs15.5
1760
1761         * src/expldifdlg.c
1762                 Fix keyboard input. Patch by Alfons.
1763
1764 2005-02-21 [colin]      1.0.1cvs15.4
1765
1766         * src/compose.c
1767                 Fix Sign/Encrypt when unselecting privacy
1768                 system
1769         * src/prefs_common.c
1770                 Change default message font to Monospace
1771         * src/summaryview.c
1772                 More freezing during potentially large operations
1773
1774 2005-02-21 [paul]       1.0.1cvs15.3
1775
1776         * src/main.c
1777                 fix --help output
1778
1779 2005-02-21 [paul]       1.0.1cvs15.2
1780
1781         * po/Makefile.in.in
1782         * src/compose.c
1783         * src/summaryview.c
1784         * src/textview.c
1785         * src/common/utils.c
1786         * src/common/utils.h
1787                 sync with main (revision 117)
1788
1789 2005-02-20 [colin]      1.0.1cvs15.1
1790
1791         * src/common/defs.h
1792                 Change cache file to .sylpheed_claws_cache, as
1793                 suggested by Alfons. Allows people to switch
1794                 between Sylpheed and Sylpheed-Claws. it is
1795                 a good idea to "Check for new messages" at next
1796                 startup.
1797
1798
1799 2005-02-18 [colin]      1.0.1cvs14.1
1800
1801         * src/quote_fmt_lex.l
1802         * src/quote_fmt_parse.y
1803                 Fix parser initialisation. Patch by Ivan.
1804
1805 2005-02-18 [colin]      1.0.1cvs11.6
1806
1807         * src/folderview.c
1808                 Fix scrolldown (bug 662)
1809
1810 2005-02-17 [colin]      1.0.1cvs11.5
1811
1812         * src/codeconv.c
1813                 conv_filename_to_utf8: return clean 7bit instead
1814                 of broken utf8 if needed
1815         * src/mimeview.c
1816                 Fix display of parts with unclean 8bit names
1817
1818 2005-02-17 [paul]       1.0.1cvs11.4
1819
1820         * src/compose.c
1821         * src/exportldif.c
1822         * src/matcher_parser_parse.y
1823         * src/procmime.c
1824         * src/sourcewindow.c
1825         * src/common/Makefile.am
1826         * src/common/intl.h             ** REMOVED **
1827         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1828                 sync with main (revision 109)
1829                 and clean up
1830
1831 2005-02-16 [colin]      1.0.1cvs11.3
1832
1833         * src/summaryview.c
1834                 Fix collapsed thread not highlighting when new
1835                 messages in it (Bug 568) Patch by Stephan Sachse.
1836                 Fix messed up selection when reaching bounds (Bug 632)
1837         * src/prefs_themes.c
1838                 Fix theme installing (Bug 684)
1839
1840 2005-02-16 [colin]      1.0.1cvs11.2
1841
1842         * src/messageview.c
1843                 Fix messageview_select_all
1844
1845 2005-02-16 [colin]      1.0.1cvs11.1
1846
1847         * src/mh.c
1848                 Sync with HEAD (MH scan required function)
1849
1850 2005-02-15 [colin]      1.0.1cvs8.1
1851
1852         * src/mimeview.c
1853         * src/common/utils.c
1854                 Sync with HEAD (filename chars substitution)
1855
1856 2005-02-15 [colin]      1.0.1cvs7.3
1857
1858         * src/gtk/pluginwindow.c
1859                 Fix button spacing
1860
1861 2005-02-15 [colin]      1.0.1cvs7.2
1862
1863         * src/mimeview.c
1864                 Fix mime icons not reset across message when
1865                 scrolled down
1866
1867 2005-02-15 [colin]      1.0.1cvs7.1
1868
1869         * src/compose.c
1870         * src/procmime.c
1871                 Sync with HEAD (optimisation of cvs6)
1872
1873 2005-02-14 [colin]      1.0.1cvs6.1
1874
1875         * src/compose.c
1876         * src/procmime.c
1877                 Sync with HEAD (encode "From " at line beginning)
1878
1879 2005-02-14 [colin]      1.0.1cvs5.3
1880
1881         * src/compose.c
1882                 Fix wrapping with accentued chars.
1883
1884 2005-02-13 [colin]      1.0.1cvs5.2
1885
1886         * src/textview.c
1887                 Fix email informative part parsing with
1888                 accentued chars in it. ispunct() returns
1889                 true for them in utf8...
1890
1891 2005-02-12 [colin]      1.0.1cvs5.1
1892
1893         * src/filtering.c
1894                 Sync with HEAD (remove wrong use of compose after send)
1895
1896 2005-02-12 [paul]       1.0.1cvs4.5
1897
1898         * src/textview.c
1899                 remove unnecessary code (thanks to Alfons)
1900
1901 2005-02-12 [paul]       1.0.1cvs4.4
1902
1903         * src/textview.c
1904                 add 'Copy' to contextual menu on emails
1905
1906 2005-02-11 [colin]      1.0.1cvs4.3
1907
1908         * src/compose.c
1909                 revert 1.0.0cvs28.2, it doesn't work that well.
1910
1911 2005-02-11 [paul]       1.0.1cvs4.2
1912
1913         * po/Makefile.in.in
1914                 fix 'make release'
1915
1916 2005-02-10 [paul]       1.0.1cvs4.1
1917
1918         * ChangeLog
1919         * ChangeLog.claws
1920         * ChangeLog.jp
1921         * configure.ac
1922         * src/compose.c
1923                 sync with HEAD (sync with main)
1924
1925 2005-02-10 [paul]       1.0.1cvs3.2
1926
1927         * AUTHORS
1928         * Makefile.am
1929         * autogen.sh
1930         * configure.ac
1931         * config/mkinstalldirs
1932         * intl/.cvsignore
1933         * intl/ChangeLog
1934         * intl/VERSION
1935         * intl/bindtextdom.c
1936         * intl/config.charset
1937         * intl/dcgettext.c
1938         * intl/dcigettext.c
1939         * intl/dcngettext.c
1940         * intl/dgettext.c
1941         * intl/dngettext.c
1942         * intl/eval-plural.h
1943         * intl/explodename.c
1944         * intl/finddomain.c
1945         * intl/gettext.c
1946         * intl/gettextP.h
1947         * intl/gmo.h
1948         * intl/hash-string.h
1949         * intl/intl-compat.c
1950         * intl/l10nflist.c
1951         * intl/libgnuintl.h.in
1952         * intl/loadinfo.h
1953         * intl/loadmsgcat.c
1954         * intl/localcharset.c
1955         * intl/localcharset.h
1956         * intl/locale.alias
1957         * intl/localealias.c
1958         * intl/localename.c
1959         * intl/log.c
1960         * intl/ngettext.c
1961         * intl/os2compat.c
1962         * intl/os2compat.h
1963         * intl/osdep.c
1964         * intl/plural-exp.c
1965         * intl/plural-exp.h
1966         * intl/plural.c
1967         * intl/plural.y
1968         * intl/ref-add.sin
1969         * intl/ref-del.sin
1970         * intl/relocatable.c
1971         * intl/relocatable.h
1972         * intl/textdomain.c
1973         * m4/Makefile.am
1974         * po/Makefile.in.in
1975         * src/Makefile.am
1976         * src/account.c
1977         * src/action.c
1978         * src/addr_compl.c
1979         * src/addressadd.c
1980         * src/addressbook.c
1981         * src/addrgather.c
1982         * src/addrindex.c
1983         * src/alertpanel.c
1984         * src/browseldap.c
1985         * src/codeconv.c
1986         * src/codeconv.h
1987         * src/compose.c
1988         * src/compose.h
1989         * src/crash.c
1990         * src/editaddress.c
1991         * src/editbook.c
1992         * src/editgroup.c
1993         * src/editjpilot.c
1994         * src/editldap.c
1995         * src/editldap_basedn.c
1996         * src/editvcard.c
1997         * src/exphtmldlg.c
1998         * src/expldifdlg.c
1999         * src/export.c
2000         * src/exporthtml.c
2001         * src/filtering.c
2002         * src/folder.c
2003         * src/folder_item_prefs.c
2004         * src/foldersel.c
2005         * src/folderview.c
2006         * src/grouplistdialog.c
2007         * src/headerview.c
2008         * src/imap.c
2009         * src/imap_gtk.c
2010         * src/import.c
2011         * src/importldif.c
2012         * src/importmutt.c
2013         * src/importpine.c
2014         * src/inc.c
2015         * src/ldif.c
2016         * src/main.c
2017         * src/mainwindow.c
2018         * src/matcher.c
2019         * src/mbox.c
2020         * src/message_search.c
2021         * src/messageview.c
2022         * src/mh.c
2023         * src/mh_gtk.c
2024         * src/mimeview.c
2025         * src/msgcache.c
2026         * src/news.c
2027         * src/news_gtk.c
2028         * src/noticeview.c
2029         * src/partial_download.c
2030         * src/pop.c
2031         * src/prefs_account.c
2032         * src/prefs_actions.c
2033         * src/prefs_common.c
2034         * src/prefs_customheader.c
2035         * src/prefs_display_header.c
2036         * src/prefs_ext_prog.c
2037         * src/prefs_filtering.c
2038         * src/prefs_filtering_action.c
2039         * src/prefs_folder_item.c
2040         * src/prefs_fonts.c
2041         * src/prefs_gtk.c
2042         * src/prefs_matcher.c
2043         * src/prefs_msg_colors.c
2044         * src/prefs_spelling.c
2045         * src/prefs_summary_column.c
2046         * src/prefs_template.c
2047         * src/prefs_themes.c
2048         * src/prefs_toolbar.c
2049         * src/prefs_wrapping.c
2050         * src/privacy.c
2051         * src/procheader.c
2052         * src/procmime.c
2053         * src/procmsg.c
2054         * src/quote_fmt.c
2055         * src/recv.c
2056         * src/send_message.c
2057         * src/setup.c
2058         * src/sourcewindow.c
2059         * src/ssl_manager.c
2060         * src/statusbar.c
2061         * src/summary_search.c
2062         * src/summaryview.c
2063         * src/textview.c
2064         * src/toolbar.c
2065         * src/wizard.c
2066         * src/common/nntp.c
2067         * src/common/plugin.c
2068         * src/common/smtp.c
2069         * src/common/ssl.c
2070         * src/common/ssl_certificate.c
2071         * src/common/string_match.c
2072         * src/common/sylpheed.c
2073         * src/common/template.c
2074         * src/common/utils.c
2075         * src/gtk/about.c
2076         * src/gtk/colorlabel.c
2077         * src/gtk/description_window.c
2078         * src/gtk/filesel.c
2079         * src/gtk/foldersort.c
2080         * src/gtk/gtkaspell.c
2081         * src/gtk/gtkutils.c
2082         * src/gtk/inputdialog.c
2083         * src/gtk/logwindow.c
2084         * src/gtk/menu.c
2085         * src/gtk/pluginwindow.c
2086         * src/gtk/prefswindow.c
2087         * src/gtk/progressdialog.c
2088         * src/gtk/quicksearch.c
2089         * src/gtk/sslcertwindow.c
2090         * src/plugins/clamav/clamav_plugin.c
2091         * src/plugins/clamav/clamav_plugin_gtk.c
2092         * src/plugins/demo/demo.c
2093         * src/plugins/dillo_viewer/dillo_prefs.c
2094         * src/plugins/dillo_viewer/dillo_viewer.c
2095         * src/plugins/image_viewer/plugin.c
2096         * src/plugins/image_viewer/viewer.c
2097         * src/plugins/image_viewer/viewerprefs.c
2098         * src/plugins/mathml_viewer/mathml_viewer.c
2099         * src/plugins/pgpmime/passphrase.c
2100         * src/plugins/pgpmime/plugin.c
2101         * src/plugins/pgpmime/prefs_gpg.c
2102         * src/plugins/pgpmime/select-keys.c
2103         * src/plugins/pgpmime/sgpgme.c
2104         * src/plugins/spamassassin/spamassassin.c
2105         * src/plugins/spamassassin/spamassassin_gtk.c
2106         * src/plugins/trayicon/trayicon.c
2107                 sync with main (revision 104)
2108
2109 2005-02-10 [colin]      1.0.1cvs3.1
2110
2111         * src/mainwindow.c
2112                 Sync with HEAD (fix occasional crasher)
2113
2114 2005-02-10 [colin]      1.0.1cvs2.1
2115
2116         * src/messageview.c
2117                 Synw with HEAD (don't automatically display html)
2118
2119 2005-02-09 [colin]      1.0.1cvs1.3
2120
2121         * src/textview.c
2122         * src/textview.h
2123                 Add contextual menu on emails
2124
2125 2005-02-09 [colin]      1.0.1cvs1.2
2126
2127         * src/codeconv.c
2128                 Fix converting from broken headers and 
2129                 put back the _ in missing places
2130                 (feature broke with cvs24.2 sync, main 
2131                  possibly affected?)
2132
2133 2005-02-09 [colin]      1.0.1cvs1.1
2134
2135         * src/messageview.c
2136         * src/mimeview.c
2137         * src/mimeview.h
2138                 Sync with HEAD (display non text/plain mails with plugin)
2139
2140 2005-02-08 [colin]      1.0.1.1
2141
2142         * ChangeLog.claws
2143         * po/pt_BR.po
2144                 Sync with HEAD
2145         * configure.ac
2146                 Make default configuration directory 
2147                 be .sylpheed-gtk2
2148
2149 2005-02-08 [colin]      1.0.0cvs29.1
2150
2151         * po/de.po
2152         * po/es.po
2153         * po/fr.po
2154         * po/it.po
2155         * po/sk.po
2156         * po/sr.po
2157                 Sync translations with HEAD
2158
2159 2005-02-06 [colin]      1.0.0cvs28.3
2160
2161         * src/compose.c
2162                 Make compose a bit faster - patch by Alfons.
2163
2164 2005-02-06 [colin]      1.0.0cvs28.2
2165
2166         * src/compose.c
2167                 Make pasting via middle-click more reliable
2168
2169 2005-02-05 [paul]       1.0.0cvs28.1
2170
2171         * ChangeLog
2172         * ChangeLog.claws
2173         * ChangeLog.jp
2174         * configure.ac
2175         * src/compose.c
2176                 sync with HEAD
2177                 (fix bug 682 'redirect is broken'
2178
2179 2005-02-05 [torte]      1.0.0cvs27.1
2180
2181         * ChangeLog.claws
2182         * configure.ac
2183         * src/partial_download.c
2184                 Sync with HEAD (fix buf overflow)
2185
2186 2005-02-03 [colin]      1.0.0cvs26.1
2187
2188         * src/common/plugin.c
2189                 Sync with HEAD (avoid plugin mismatches)
2190
2191 2005-02-03 [paul]       1.0.0cvs25.3
2192
2193         * src/folderview.c
2194         * src/headerview.c
2195         * src/summaryview.c
2196         * src/textview.c
2197         * src/gtk/colorlabel.c
2198                 third and final part of initial sync with main-gtk2
2199
2200 2005-02-03 [paul]       1.0.0cvs25.2
2201
2202         * src/jpilot.c
2203                 fix building with jpilot support
2204
2205 2005-02-02 [colin]      1.0.0cvs25.1
2206
2207         * src/messageview.c
2208                 Sync with HEAD (fix dangerous typo)
2209
2210 2005-02-01 [colin]      1.0.0cvs24.3
2211
2212         * src/common/xml.c
2213                 Write file as advertised (UTF-8)
2214
2215 2005-02-01 [paul]       1.0.0cvs24.2
2216
2217         * src/addrbook.c
2218         * src/addrindex.c
2219         * src/alertpanel.h
2220         * src/codeconv.c
2221         * src/codeconv.h
2222         * src/compose.c
2223         * src/export.c
2224         * src/folder_item_prefs.c
2225         * src/html.c
2226         * src/imap.c
2227         * src/import.c
2228         * src/jpilot.c
2229         * src/mainwindow.c
2230         * src/matcher_parser_lex.l
2231         * src/messageview.c
2232         * src/mh.c
2233         * src/prefs_account.c
2234         * src/prefs_actions.c
2235         * src/prefs_common.c
2236         * src/prefs_gtk.c
2237         * src/prefs_gtk.h
2238         * src/prefs_themes.c
2239         * src/procheader.c
2240         * src/procmime.c
2241         * src/sourcewindow.c
2242         * src/statusbar.c
2243         * src/summaryview.c
2244         * src/textview.c
2245         * src/toolbar.c
2246         * src/unmime.c
2247         * src/common/template.c
2248         * src/common/utils.c
2249         * src/common/xml.c
2250         * src/common/xml.h
2251         * src/gtk/gtkaspell.c
2252         * src/plugins/clamav/clamav_plugin.c
2253         * src/plugins/dillo_viewer/dillo_prefs.c
2254         * src/plugins/image_viewer/viewerprefs.c
2255         * src/plugins/pgpmime/passphrase.c
2256         * src/plugins/pgpmime/prefs_gpg.c
2257         * src/plugins/pgpmime/select-keys.c
2258         * src/plugins/spamassassin/spamassassin.c
2259                 second part of initial sync with main-gtk2
2260                 (more to follow)
2261
2262 2005-01-31 [colin]      1.0.0cvs24.1
2263
2264         * src/compose.c
2265                 Sync with HEAD
2266
2267 2005-01-29 [paul]       1.0.0cvs23.2
2268
2269         * src/account.c
2270         * src/action.c
2271         * src/addressadd.c
2272         * src/addressbook.c
2273         * src/alertpanel.c
2274         * src/compose.c
2275         * src/editaddress.c
2276         * src/editbook.c
2277         * src/editgroup.c
2278         * src/editjpilot.c
2279         * src/editldap.c
2280         * src/editldap_basedn.c
2281         * src/editvcard.c
2282         * src/export.c
2283         * src/foldersel.c
2284         * src/grouplistdialog.c
2285         * src/import.c
2286         * src/importldif.c
2287         * src/inc.c
2288         * src/main.c
2289         * src/mainwindow.c
2290         * src/message_search.c
2291         * src/messageview.c
2292         * src/mimeview.c
2293         * src/prefs_actions.c
2294         * src/prefs_common.c
2295         * src/prefs_common.h
2296         * src/prefs_customheader.c
2297         * src/prefs_display_header.c
2298         * src/prefs_filtering.c
2299         * src/prefs_filtering_action.c
2300         * src/prefs_gtk.c
2301         * src/prefs_matcher.c
2302         * src/prefs_summary_column.c
2303         * src/prefs_template.c
2304         * src/sourcewindow.c
2305         * src/summary_search.c
2306         * src/summaryview.c
2307         * src/textview.c
2308         * src/gtk/about.c
2309         * src/gtk/description_window.c
2310         * src/gtk/gtkshruler.c
2311         * src/gtk/gtkutils.c
2312         * src/gtk/gtkutils.h
2313         * src/gtk/inputdialog.c
2314         * src/gtk/logwindow.c
2315         * src/gtk/prefswindow.c
2316         * src/gtk/progressdialog.c
2317         * src/gtk/progressdialog.h
2318                 first part of initial sync with main-gtk2
2319                 (more to follow)
2320
2321 2005-01-28 [colin]      1.0.0cvs23.1
2322
2323         * src/folderview.c
2324                 Sync with HEAD
2325
2326 2005-01-27 [colin]      1.0.0cvs21.1
2327
2328         * src/folder.c
2329         * src/folderview.c
2330                 Sync with HEAD
2331
2332 2005-01-27 [colin]      1.0.0cvs19.1
2333
2334         * src/procmime.c
2335                 Sync with HEAD
2336
2337 2005-01-27 [colin]      1.0.0cvs18.1
2338
2339         * src/messageview.c
2340         * src/summaryview.c
2341         * src/mainwindow.c
2342         * src/compose.c
2343         * src/compose.h
2344         * src/procmsg.c
2345         * src/procmsg.h
2346         * src/toolbar.c
2347                 Sync with HEAD
2348
2349 2005-01-26 [paul]       1.0.0cvs15.2
2350
2351         * src/compose.c
2352                 compose_entries_set(): convert subject and body to
2353                 utf8 if necessary. patch by Felix Eckhofer
2354
2355 2005-01-26 [paul]       1.0.0cvs15.1
2356
2357         * configure.ac
2358         * src/common/template.c
2359                 sync with HEAD (fix memory leak)
2360
2361 2005-01-25 [paul]       1.0.0cvs14.1
2362
2363         * configure.ac
2364         * src/compose.c
2365                 sync with HEAD
2366
2367 2005-01-24 [colin]      1.0.0cvs13.1
2368
2369         * src/summaryview.c
2370                 Sync with HEAD
2371
2372 2005-01-24 [paul]       1.0.0cvs12.1
2373
2374         * configure.ac
2375         * src/messageview.c
2376         * src/mh.c
2377         * src/common/utils.c
2378                 sync with HEAD
2379
2380 2005-01-24 [colin]      1.0.0cvs11.1
2381
2382         * src/procheader.c
2383                 Sync with HEAD
2384
2385 2005-01-24 [colin]      1.0.0cvs10.1
2386
2387         * src/folderview.c
2388                 Sync with HEAD
2389
2390 2005-01-23 [colin]      1.0.0cvs9.1
2391
2392         * src/crash.c
2393                 Sync with HEAD
2394
2395 2005-01-22 [colin]      1.0.0cvs8.1
2396
2397         * src/summaryview.c
2398         * src/gtk/quicksearch.c
2399                 Sync with HEAD
2400
2401 2005-01-21 [colin]      1.0.0cvs7.1
2402
2403         * src/summaryview.c
2404                 Sync with HEAD
2405
2406 2005-01-21 [colin]      1.0.0cvs6.1
2407
2408         * src/summaryview.c
2409                 Sync with HEAD
2410
2411 2005-01-21 [colin]      1.0.0cvs5.1
2412
2413         * src/gtk/quicksearch.c
2414         * src/prefs_common.c
2415         * src/prefs_common.h
2416                 Sync with HEAD (recurse option)
2417
2418 2005-01-21 [colin]      1.0.0cvs4.1
2419
2420         * src/folder.h
2421         * src/folderview.c
2422         * src/folderview.h
2423         * src/summaryview.c
2424         * src/gtk/quicksearch.c
2425         * src/gtk/quicksearch.h
2426                 Sync with HEAD (recursive quicksearch)
2427
2428 2005-01-20 [colin]      1.0.0cvs3.4
2429
2430         * src/ssl_manager.c
2431                 Remove useless code
2432
2433 2005-01-20 [colin]      1.0.0cvs3.3
2434
2435         * src/ssl_manager.c
2436                 Fix leak, thanks to Alfons.
2437
2438 2005-01-20 [colin]      1.0.0cvs3.2
2439
2440         * src/ssl_manager.c
2441                 Port SSL certificate window to GTK2.
2442
2443 2005-01-20 [paul]       1.0.0cvs3.1
2444
2445         * ChangeLog.claws
2446         * configure.ac
2447         * src/addrindex.c
2448         * src/addrindex.h
2449                 sync with HEAD
2450
2451 2005-01-19 [colin]      1.0.0cvs2.2
2452
2453         * src/plugins/trayicon/trayicon.c
2454                 Fix freeze with gtk-2.6, the easy way
2455                 (signal blocking helpless there...)
2456                 Closes bug #668.
2457
2458 2005-01-19 [colin]      1.0.0cvs2.1
2459
2460         * src/mbox.c
2461         * src/mbox.h
2462         * src/mainwindow.c
2463         * src/summaryview.c
2464         * src/summaryview.h
2465                 Sync with HEAD
2466
2467 2005-01-19 [paul]       1.0.0cvs1.1
2468
2469         * configure.ac
2470         * po/de.po
2471         * po/es.po
2472         * po/fr.po
2473         * po/hr.po
2474         * po/it.po
2475         * po/ja.po
2476         * po/ko.po
2477         * po/pt_BR.po
2478         * po/ru.po
2479         * po/sk.po
2480         * po/sr.po
2481                 sync with HEAD (update translations)
2482
2483 2005-01-18 [colin]      1.0.0cvs0.1
2484
2485         * src/foldersel.c
2486                 Specify search column - patch by Alfons
2487
2488 2005-01-18 [colin]      0.9.13cvs36.3
2489
2490         * src/prefs_toolbar.c
2491                 Change Delete to Remove
2492         * src/prefs_fonts.c
2493                 GTK2 version and leak fixes
2494         * src/prefs_actions.c
2495                 Add stock buttons.
2496                 All patches by Alfons
2497
2498 2005-01-17 [colin]      0.9.13cvs36.2
2499
2500         * src/compose.c
2501                 Fix DnD inserting twice. While at it,
2502                 add DnD support for text/plain in the
2503                 body, and add support in the headers.
2504
2505 2005-01-16 [colin]      0.9.13cvs36.1
2506
2507         * ChangeLog
2508         * ChangeLog.jp
2509         * ChangeLog.claws
2510                 Sync with HEAD (nothing applicable)
2511
2512 2005-01-16 [colin]      0.9.13cvs33.2
2513
2514         * src/prefs_toolbar.c
2515                 GTK2ize prefs_toolbar, by Alfons.
2516
2517 2005-01-14 [colin]      0.9.13cvs33.1
2518
2519         * src/html.c
2520         * src/msgcache.c
2521                 Sync with HEAD
2522
2523 2005-01-14 [colin]      0.9.13cvs32.1
2524
2525         * src/html.c
2526         * src/html.h
2527         * src/msgcache.c
2528         * AUTHORS
2529         * tools/calypso_convert.pl
2530                 Sync with HEAD
2531
2532 2005-01-08 [colin]      0.9.13cvs29.2
2533
2534         * src/prefs_filtering_action.c
2535         * src/prefs_filtering.c
2536                 2 more gtk2 patches by Alfons
2537
2538 2005-01-07 [paul]       0.9.13cvs29.1
2539
2540         * ChangeLog
2541         * ChangeLog.claws
2542         * ChangeLog.jp
2543         * configure.ac
2544         * src/pop.c
2545         * src/pop.h
2546                 sync with HEAD
2547
2548 2005-01-07 [colin]      0.9.13cvs28.3
2549
2550         * src/gtk/progressdialog.c
2551         * src/gtk/progressdialog.h
2552         * src/inc.c
2553         * src/send_message.c
2554                 GTK2 for the incorporation dialog. The CList isn't dead
2555                 yet, for a more smooth migration. Patch by Alfons.
2556
2557 2005-01-06 [colin]      0.9.13cvs28.2
2558
2559         * src/prefs_display_header.c
2560                 GTK2 conversion by Alfons
2561         * src/prefs_actions.c
2562         * src/prefs_matcher.c
2563                 Fix 2 leaks - patch by Alfons
2564
2565 2005-01-06 [colin]      0.9.13cvs28.1
2566
2567         * src/prefs_matcher.c
2568                 Sync with HEAD
2569
2570 2005-01-06 [colin]      0.9.13cvs27.4
2571
2572         * src/prefs_matcher.c
2573                 Fix double-free. Patch by Alfons
2574
2575 2005-01-06 [colin]      0.9.13cvs27.3
2576
2577         * src/prefs_matcher.c
2578                 GTK2 widgets + memleak
2579                 Patch by Alfons
2580
2581 2005-01-05 [colin]      0.9.13cvs27.2
2582
2583         * src/account.c
2584         * src/addr_compl.c
2585         * src/foldersel.c
2586         * src/stock_pixmap.c
2587         * src/stock_pixmap.h
2588                 3 more GTK2 patches by Alfons.
2589
2590 2005-01-04 [colin]      0.9.13cvs27.1
2591
2592         * src/folderview.c
2593         * src/imap_gtk.c
2594         * src/news_gtk.c
2595                 Sync with HEAD
2596
2597 2005-01-04 [colin]      0.9.13cvs25.9
2598
2599         * src/compose.c
2600                 Fix Show Ruler menuitem
2601         * src/prefs_template.c
2602                 Convert to GTK2
2603         * src/common/utils.c
2604                 Make auto pointer stuff handles NULLs
2605                 Patches by Alfons.
2606
2607 2005-01-04 [colin]      0.9.13cvs25.8
2608
2609         * src/compose.c
2610                 Move the attachment list to gtk2
2611                 Patch by Alfons.
2612
2613 2005-01-04 [colin]      0.9.13cvs25.7
2614
2615         * src/textview.c
2616                 Make some keys work again
2617                 Patch by SungHyun Nam <namsh@kldp.org>
2618
2619 2005-01-04 [colin]      0.9.13cvs25.6
2620
2621         * src/gtk/gtkshruler.c
2622                 Move the ruler to GTK2
2623                 Patch by Alfons
2624
2625 2005-01-03 [colin]      0.9.13cvs25.5
2626
2627         * src/compose.c
2628                 Fix my broken patch apply 
2629
2630 2005-01-03 [colin]      0.9.13cvs25.4
2631
2632         * src/common/utils.c
2633         * src/common/utils.h
2634         * src/gtk/prefswindow.c
2635                 Move auto pointer stuff to utils.c
2636                 Patch by Alfons again :)
2637
2638 2005-01-03 [colin]      0.9.13cvs25.3
2639
2640         * src/compose.c
2641         * src/prefs_gtk.c
2642         * src/prefs_template.c
2643         * src/textview.c
2644                 Empty text widgets with empty strings, not NULL char
2645                 Patch by SungHyun Nam <namsh@kldp_org>
2646
2647 2005-01-03 [colin]      0.9.13cvs25.2
2648
2649         * src/main.c
2650         * AUTHORS
2651                 Sync with HEAD
2652
2653 2005-01-03 [colin]      0.9.13cvs25.1
2654
2655         * src/pop.c
2656         * src/pop.h
2657                 Sync with HEAD
2658
2659 2005-01-03 [colin]      0.9.13cvs24.3
2660
2661         * src/account.c
2662                 Two patches from Alfons and Alex S Moore:
2663                 fix images, fix return value.
2664
2665 2005-01-01 [colin]      0.9.13cvs24.2
2666
2667         * src/prefs_actions.c
2668                 Fix over-zealous assertion. Patch by Alfons
2669
2670 2005-01-01 [colin]      0.9.13cvs24.1
2671
2672         * src/procmime.c
2673                 Sync with HEAD (leak fix)
2674
2675 2004-12-31 [colin]      0.9.13cvs23.2
2676
2677         * src/prefs_common.c
2678                 GTK2 widgets + stock buttons - patch by Alfons
2679
2680 2004-12-31 [paul]       0.9.13cvs23.1
2681
2682         * configure.ac
2683                 bump up EXTRA_VERSION to match (sync'ed) HEAD
2684         * src/gtk/pluginwindow.c
2685                 use GTK2 widgets and plug memory leaks,
2686                 patches by Alfons
2687
2688 2004-12-30 [colin]      0.9.13cvs22.4
2689
2690         * src/account.c
2691         * src/action.c
2692         * src/export.c
2693         * src/foldersel.c
2694         * src/import.c
2695         * src/message_search.c
2696         * src/prefs_actions.c
2697         * src/prefs_common.c
2698         * src/prefs_customheader.c
2699         * src/prefs_filtering.c
2700         * src/prefs_summary_column.c
2701         * src/summary_search.c
2702         * src/gtk/about.c
2703         * src/gtk/description_window.c
2704         * src/gtk/gtkutils.c
2705         * src/gtk/gtkutils.h
2706         * src/gtk/inputdialog.c
2707         * src/gtk/prefswindow.c
2708                 Use GTK2 stock buttons. Patches by Alfons.
2709
2710 2004-12-30 [colin]      0.9.13cvs22.3
2711
2712         * src/account.c
2713                 Sync with HEAD
2714         * src/prefs_actions.c
2715         * src/prefs_customheader.c
2716         * src/prefs_filtering.c
2717         * src/prefs_msg_colors.c
2718         * src/prefs_summary_column.c
2719         * src/gtk/prefswindow.c
2720                 Use GtkTreeView instead of deprecated 
2721                 widgets. Patches by Alfons.
2722
2723 2004-12-30 [paul]       0.9.13cvs22.2
2724
2725         * src/foldersel.c
2726                 use GTK 2 Tree View
2727                 patch by Alfons, with root folder sorting fix
2728                 by Stephan Sachse
2729
2730 2004-12-30 [paul]       0.9.13cvs22.1
2731
2732         * ChangeLog
2733         * ChangeLog.claws
2734         * ChangeLog.jp
2735         * NEWS
2736         * configure.ac
2737         * src/account.c
2738                 sync with HEAD
2739
2740 2004-12-22 [martin]     0.9.13cvs21.2
2741
2742         * src/action.c
2743                 free the command line after its use
2744
2745 2004-12-18 [paul]       0.9.13cvs21.1
2746
2747         * AUTHORS
2748         * ChangeLog
2749         * ChangeLog.claws
2750         * ChangeLog.jp
2751         * NEWS
2752         * configure.ac
2753         * src/action.c
2754         * src/compose.c
2755         * src/syldap.c
2756                 sync with HEAD
2757
2758 2004-12-17 [martin]     0.9.13cvs17.2
2759
2760         * src/action.c
2761                 convert actions input to locale
2762         * src/inc.c
2763                 convert notification command to locale
2764         * src/plugins/pgpmime/select-keys.c
2765                 convert attributes to utf8
2766
2767 2004-12-14 [colin]      0.9.13cvs17.1
2768
2769         * ChangeLog
2770         * ChangeLog.jp
2771         * ChangeLog.claws
2772         * src/action.c
2773         * src/common/utils.c
2774         * src/gtk/prefswindow.c
2775         * src/gtk/gtkutils.c
2776         * src/gtk/gtkutils.h
2777         * src/plugins/spamassassin/libspamc.c
2778                 Sync with HEAD
2779
2780 2004-12-13 [colin]      0.9.13cvs14.1
2781
2782         * src/quote_fmt_parse.y
2783                 Sync with HEAD
2784
2785 2004-12-10 [colin]      0.9.13cvs12.1
2786
2787         * src/prefs_themes.c
2788         * src/mainwindow.c
2789         * src/messageview.c
2790                 Sync with HEAD
2791
2792 2004-12-09 [colin]      0.9.13cvs10.1
2793
2794         * src/procmime.c
2795                 Sync with HEAD (fix B64 encoding from memory)
2796
2797 2004-12-08 [colin]      0.9.13cvs9.1
2798
2799         * src/gtk/colorlabel.c
2800                 Sync with HEAD
2801
2802 2004-12-08 [paul]       0.9.13cvs8.2
2803
2804         * src/gtk/pluginwindow.c
2805                 fix window resizing oddities
2806
2807 2004-12-08 [colin]      0.9.13cvs8.1
2808
2809         * src/quote_fmt_parse.y
2810                 Sync with HEAD
2811
2812 2004-12-08 [colin]      0.9.13cvs7.1
2813
2814         * src/matcher_parser_parse.y
2815         * src/msgcache.c
2816         * src/prefs_matcher.c
2817         * src/procheader.c
2818         * src/matcher.c
2819         * src/common/defs.h
2820         * po/sr.po
2821                 Sync with HEAD
2822
2823 2004-12-08 [colin]      0.9.13cvs6.1
2824
2825         * src/quote_fmt_parse.y
2826         * src/textview.c
2827                 Sync with HEAD
2828         * src/gtk/prefswindow.c
2829         * src/gtk/pluginwindow.c
2830                 Fix G_CALLBACKS protos (thanks to Alfons)
2831
2832 2004-12-07 [torte]      0.9.13cvs2.2
2833
2834         * src/procmime.c
2835                 [Bug 650] reply button causes crash
2836                 Thanks to David Relson and Christoph
2837
2838 2004-12-07 [colin]      0.9.13cvs2.1
2839
2840         * ChangeLog.claws
2841         * AUTHORS
2842         * po/sk.po
2843         * src/procmime.c
2844         * src/prefs_account.c
2845         * src/common/smtp.c
2846         * src/common/smtp.h
2847                 Sync with HEAD
2848
2849 2004-12-06 [colin]      0.9.12cvs187.1
2850
2851         * ChangeLog.claws
2852         * INSTALL
2853         * Makefile.am
2854         * README.claws
2855         * TODO.claws
2856         * configure.ac
2857         * po/bg.po
2858         * po/cs.po
2859         * po/el.po
2860         * po/en_GB.po
2861         * po/es.po
2862         * po/fr.po
2863         * po/hr.po
2864         * po/hu.po
2865         * po/it.po
2866         * po/ja.po
2867         * po/ko.po
2868         * po/nl.po
2869         * po/pl.po
2870         * po/pt_BR.po
2871         * po/ru.po
2872         * po/sk.po
2873         * po/sr.po
2874         * po/sv.po
2875         * po/zh_CN.po
2876         * po/zh_TW.Big5.po
2877         * src/compose.c
2878         * tools/Makefile.am
2879         * tools/README
2880         * tools/filter_conv.pl
2881         * tools/kdeservicemenu/README
2882         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2883         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2884                 Sync with HEAD
2885
2886 2004-12-04 [colin]      0.9.12cvs183.1
2887
2888         * src/compose.c
2889                 Sync with HEAD (compose window position saving)
2890
2891 2004-12-04 [paul]       0.9.12cvs182.3
2892
2893         * src/messageview.c
2894         * src/mimeview.c
2895         * src/prefs_customheader.c
2896         * src/gtk/quicksearch.c
2897                 replace some forgotten GTK_SIGNAL_FUNCs
2898
2899 2004-12-04 [paul]       0.9.12cvs182.2
2900
2901         * src/Makefile.am
2902                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
2903                 committed in error      
2904
2905 2004-12-04 [paul]       0.9.12cvs182.1
2906
2907         * ChangeLog
2908         * ChangeLog.claws
2909         * ChangeLog.jp
2910         * INSTALL
2911         * NEWS
2912         * README
2913         * README.jp
2914         * configure.ac
2915         * doc/manual/ja/Makefile.am
2916         * doc/manual/ja/sylpheed-1.html
2917         * doc/manual/ja/sylpheed-10.html
2918         * doc/manual/ja/sylpheed-11.html
2919         * doc/manual/ja/sylpheed-12.html
2920         * doc/manual/ja/sylpheed-13.html
2921         * doc/manual/ja/sylpheed-14.html
2922         * doc/manual/ja/sylpheed-15.html
2923         * doc/manual/ja/sylpheed-16.html
2924         * doc/manual/ja/sylpheed-17.html
2925         * doc/manual/ja/sylpheed-18.html
2926         * doc/manual/ja/sylpheed-19.html
2927         * doc/manual/ja/sylpheed-2.html
2928         * doc/manual/ja/sylpheed-20.html
2929         * doc/manual/ja/sylpheed-3.html
2930         * doc/manual/ja/sylpheed-4.html
2931         * doc/manual/ja/sylpheed-5.html
2932         * doc/manual/ja/sylpheed-6.html
2933         * doc/manual/ja/sylpheed-7.html
2934         * doc/manual/ja/sylpheed-8.html
2935         * doc/manual/ja/sylpheed-9.html
2936         * doc/manual/ja/sylpheed.html
2937         * doc/manual/ja/sylpheed.sgml
2938         * po/de.po
2939         * src/Makefile.am
2940         * src/compose.c
2941         * src/procmime.c
2942         * src/pixmaps/regular.xpm **REMOVED**
2943         * src/plugins/pgpmime/pgpmime.c
2944         * src/plugins/pgpmime/plugin.c
2945         * src/plugins/pgpmime/prefs_gpg.c
2946                 sync with HEAD
2947
2948 2004-12-03 [paul]       0.9.12cvs180.1
2949
2950         * ChangeLog
2951         * ChangeLog.claws
2952         * ChangeLog.jp
2953         * configure.ac
2954         * src/Makefile.am
2955         * src/pop.c
2956         * src/common/utils.c
2957         * src/common/utils.h
2958         * src/pixmaps/continue.xpm
2959         * src/pixmaps/dir_close.xpm
2960         * src/pixmaps/dir_open.xpm
2961         * src/pixmaps/drafts_close.xpm
2962         * src/pixmaps/drafts_open.xpm
2963         * src/pixmaps/folder.xpm **REMOVED**
2964         * src/pixmaps/group.xpm
2965         * src/pixmaps/unread.xpm
2966                 sync with HEAD
2967
2968 2004-12-02 [colin]      0.9.12cvs179.1
2969
2970         * src/compose.c
2971                 Sync with HEAD (non-duplicated reedition)
2972
2973 2004-12-02 [colin]      0.9.12cvs178.1
2974
2975         * src/compose.c
2976                 Sync with HEAD (linewrap_quote fix)
2977
2978 2004-12-01 [colin]      0.9.12cvs177.3
2979
2980         * src/addrharvest.c
2981                 Replace sizeof with strlen
2982
2983 2004-12-01 [paul]       0.9.12cvs177.2
2984
2985         * src/addrharvest.c
2986                 fix 'harvest addresses'
2987
2988 2004-11-30 [colin]      0.9.12cvs177.1
2989
2990         * src/gtk/prefswindow.c
2991         * src/gtk/pluginwindow.c
2992                 Sync with HEAD
2993
2994 2004-11-29 [colin]      0.9.12cvs176.1
2995
2996         * src/folderview.c
2997                 sync with HEAD (Fix disappearing separators in folderview's popup)
2998
2999 2004-11-29 [colin]      0.9.12cvs175.1
3000
3001         * src/procmime.c
3002                 Sync with head (another format fix)
3003
3004 2004-11-29 [colin]      0.9.12cvs174.1
3005
3006         * src/pop.c
3007                 Sync with HEAD (format string fix)
3008
3009 2004-11-26 [colin]      0.9.12cvs173.1
3010
3011         * src/common/smtp.c
3012         * src/common/smtp.h
3013                 Sync with HEAD
3014
3015 2004-11-24 [colin]      0.9.12cvs172.1
3016
3017         * src/plugins/pgpmime/pgpmime.c
3018                 Sync with HEAD
3019
3020 2004-11-24 [colin]      0.9.12cvs171.1
3021
3022         * src/plugins/pgpmime/pgpmime.c
3023                 Sync with head (gpgmectx leaks)
3024
3025 2004-11-24 [colin]      0.9.12cvs169.1
3026
3027         * src/plugins/pgpmime/plugin.c
3028         * src/plugins/trayicon/Makefile.am
3029         * src/plugins/trayicon/newmarkedmail.xpm
3030         * src/plugins/trayicon/trayicon.c
3031         * src/plugins/trayicon/unreadmarkedmail.xpm
3032                 Sync with HEAD
3033
3034 2004-11-23 [colin]      0.9.12cvs168.1
3035
3036         * src/partial_download.c
3037         * src/partial_download.h
3038         * src/plugins/pgpmime/plugin.c
3039                 Sync with HEAD
3040
3041 2004-11-23 [colin]      0.9.12cvs166.1
3042
3043         * src/Makefile.am
3044         * src/codeconv.c
3045         * src/compose.c
3046         * src/folderview.c
3047         * src/main.c
3048         * src/partial_download.c
3049         * src/partial_download.h
3050         * src/prefs_account.c
3051         * src/prefs_account.h
3052         * src/privacy.c
3053         * src/privacy.h
3054         * src/procmime.c
3055         * src/common/Makefile.am
3056         * src/common/base64.h
3057         * src/common/partial_download.c
3058         * src/common/partial_download.h
3059         * src/gtk/prefswindow.c
3060         * src/gtk/prefswindow.h
3061         * src/plugins/pgpmime/pgpmime.c
3062         * src/plugins/pgpmime/prefs_gpg.c
3063         * src/plugins/pgpmime/prefs_gpg.h
3064         * src/plugins/pgpmime/sgpgme.c
3065         * src/plugins/pgpmime/sgpgme.h
3066                 Sync with HEAD
3067
3068 2004-11-23 [colin]      0.9.12cvs163.1
3069
3070         * src/main.c
3071                 Sync with HEAD (cursor optimization)
3072
3073 2004-11-23 [colin]      0.9.12cvs162.1
3074
3075         * src/prefs_common.c
3076         * src/prefs_themes.c
3077         * src/procmsg.c
3078                 Sync with HEAD
3079
3080 2004-11-23 [colin]      0.9.12cvs158.9
3081
3082         * src/compose.c
3083                 Fix double-free when forwarding
3084         * src/msgcache.c
3085                 Fix leak on error path
3086                 
3087
3088 2004-11-23 [colin]      0.9.12cvs158.8
3089
3090         * src/compose.c
3091                 Fix possible double-free
3092                 Spotted by Alfons
3093
3094 2004-11-23 [colin]      0.9.12cvs158.7
3095
3096         * src/compose.c
3097                 Fix some signal handlers' prototypes
3098                 Spotted by Alfons
3099
3100 2004-11-22 [colin]      0.9.12cvs158.6
3101
3102         * src/compose.c
3103                 Remove unneeded code and duplicated
3104                 wrapping - patch by Alfons
3105
3106 2004-11-22 [colin]      0.9.12cvs158.5
3107
3108         * src/prefs_themes.c
3109                 Fix oversized selector
3110
3111 2004-11-22 [colin]      0.9.12cvs158.4
3112
3113         * src/compose.c
3114                 fix dump_text()
3115                 patch by Alfons
3116
3117 2004-11-19 [colin]      0.9.12cvs158.3
3118
3119         * src/textview.c
3120                 Add a context menu on links (open, copy)
3121
3122 2004-11-18 [paul]       0.9.12cvs158.2
3123
3124         * src/addrgather.c
3125         * src/exphtmldlg.c
3126         * src/expldifdlg.c
3127         * src/mimeview.c
3128         * src/prefs_common.c
3129         * src/plugins/image_viewer/viewer.c
3130         * src/plugins/spamassassin/spamassassin_gtk.c
3131                 replace deprecated gtk_notebook_set_page
3132                 and gtk_notebook_current_page
3133
3134 2004-11-18 [paul]       0.9.12cvs158.1
3135
3136         * configure.ac
3137         * src/compose.c
3138         * src/mainwindow.c
3139         * src/messageview.c
3140         * src/prefs_common.c
3141         * src/common/utils.c
3142         * src/common/utils.h
3143                 sync with HEAD
3144
3145 2004-11-17 [colin]      0.9.12cvs156.1
3146
3147         * src/prefs_account.c
3148         * src/prefs_account.h
3149         * src/procmsg.c
3150                 Sync with HEAD (add pref to store encrypted mails encrypted)
3151
3152 2004-11-17 [paul]       0.9.12cvs155.1
3153
3154         * ChangeLog
3155         * ChangeLog.claws
3156         * ChangeLog.jp
3157         * NEWS
3158         * configure.ac
3159         * src/compose.c
3160         * src/jpilot.c
3161         * src/privacy.c
3162         * src/procmime.c
3163         * src/procmime.h
3164         * src/procmsg.c
3165         * src/toolbar.c
3166         * src/pixmaps/error.xpm
3167                 sync with HEAD
3168
3169 2004-11-17 [colin]      0.9.12cvs151.1
3170
3171         * src/plugins/pgpmime/pgpmime.c
3172                 Sync with HEAD (remove debug printf)
3173
3174 2004-11-17 [colin]      0.9.12cvs150.1
3175
3176         * src/plugins/pgpmime/pgpmime.c
3177                 Sync with HEAD (off-by-one fix)
3178
3179 2004-11-17 [colin]      0.9.12cvs149.1
3180
3181         * src/procmsg.c
3182                 Sync with HEAD (coding style fixes)
3183
3184 2004-11-16 [colin]      0.9.12cvs148.1
3185
3186         * src/procmsg.c
3187                 Sync with head (Fix the fix)
3188
3189 2004-11-16 [colin]      0.9.12cvs147.1
3190
3191         * src/procmsg.c
3192                 Sync with Main (leak fix)
3193
3194 2004-11-16 [colin]      0.9.12cvs146.14
3195
3196         * src/compose.c
3197                 Remove useless chunk of code
3198                 Patch by Alfons
3199
3200 2004-11-15 [colin]      0.9.12cvs146.13
3201
3202         * src/compose.c
3203                 Fix drafting after insertion
3204                 Patch by Alfons
3205
3206 2004-11-15 [colin]      0.9.12cvs146.12
3207
3208         * src/compose.c
3209         * src/prefs_filtering.c
3210         * src/prefs_filtering_action.c
3211         * src/prefs_toolbar.c
3212                 Fix some const-correctness
3213
3214 2004-11-15 [colin]      0.9.12cvs146.11
3215
3216         * src/summaryview.c
3217         * src/prefs_themes.c
3218         * src/messageview.c
3219                 Fix some leaks
3220
3221 2004-11-15 [colin]      0.9.12cvs146.10
3222
3223         * src/codeconv.c
3224                 More unreadable locale fixes
3225
3226 2004-11-14 [colin]      0.9.12cvs146.9
3227
3228         * src/textview.c
3229                 Fix uri_security_check
3230                 Patch by Alfons
3231
3232 2004-11-13 [paul]       0.9.12cvs146.8
3233
3234         * src/folder.c
3235         * src/procmime.c
3236                 fix 2 bugs introduced in last commit
3237
3238 2004-11-13 [paul]       0.9.12cvs146.7
3239
3240         * src/compose.c
3241         * src/exporthtml.c
3242         * src/exportldif.c
3243         * src/folder.c
3244         * src/imap.c
3245         * src/imap_gtk.c
3246         * src/main.c
3247         * src/mainwindow.c
3248         * src/messageview.c
3249         * src/mh_gtk.c
3250         * src/prefs_themes.c
3251         * src/procmime.c
3252         * src/setup.c
3253         * src/summaryview.c
3254                 replace deprecated g_basename
3255
3256 2004-11-13 [paul]       0.9.12cvs146.6
3257
3258         * src/compose.c
3259         * src/imap.c
3260         * src/matcher_parser.h
3261         * src/matcher_parser_parse.y
3262         * src/prefs_filtering.c
3263         * src/prefs_filtering_action.c
3264         * src/prefs_themes.c
3265         * src/prefs_toolbar.c
3266         * src/common/utils.c
3267                 various small fixes/cleanups
3268
3269 2004-11-12 [colin]      0.9.12cvs146.5
3270
3271         * src/textview.c
3272                 Validate event's origin on visibility notify
3273                 Patch by Alfons.
3274
3275 2004-11-12 [paul]       0.9.12cvs146.4
3276
3277         * src/exporthtml.c
3278         * src/exportldif.c
3279         * src/imap.c
3280         * src/mh.c
3281         * src/mimeview.c
3282         * src/prefs_spelling.c
3283         * src/prefs_themes.c
3284                 replace deprecated g_dirname    
3285
3286 2004-11-12 [colin]      0.9.12cvs146.3
3287
3288         * src/textview.c
3289                 Some coding style fixes
3290
3291 2004-11-12 [colin]      0.9.12cvs146.2
3292
3293         * src/codeconv.c
3294                 We want to replace _all_ extended chars in
3295                 conv_unreadable_*, because any string containing
3296                 extended chars not parsing as UTF8 is 
3297                 undisplayed on gtk2.
3298
3299 2004-11-12 [paul]       0.9.12cvs146.1
3300
3301         * ChangeLog
3302         * ChangeLog.claws
3303         * ChangeLog.jp
3304         * NEWS
3305         * configure.ac
3306         * src/account.c
3307         * src/folderview.c
3308         * src/folderview.h
3309         * src/imap.c
3310         * src/imap_gtk.c
3311         * src/inc.c
3312         * src/mainwindow.c
3313         * src/mh_gtk.c
3314         * src/news_gtk.c
3315         * src/pop.c
3316         * src/prefs_account.c
3317         * src/prefs_account.h
3318         * src/prefs_ext_prog.c
3319         * src/procmime.c
3320         * src/procmime.h
3321         * src/procmsg.c
3322         * src/procmsg.h
3323         * src/summary_search.c
3324         * src/summaryview.c
3325         * src/textview.c
3326         * src/common/defs.h
3327         * src/common/utils.c
3328         * src/common/utils.h
3329         * src/gtk/menu.c
3330         * src/gtk/menu.h
3331                 sync with HEAD
3332
3333 2004-11-11 [colin]      0.9.12cvs144.2
3334
3335         * src/textview.c
3336                 Fix URI range selection (patch by Alfons)
3337
3338 2004-11-09 [colin]      0.9.12cvs144.1
3339
3340         * ChangeLog.claws
3341         * src/compose.c
3342         * src/folder.c
3343         * src/folder_item_prefs.c
3344         * src/prefs_account.c
3345         * src/prefs_account.h
3346         * src/plugins/pgpmime/pgpmime.c
3347                 Sync with HEAD
3348
3349 2004-11-08 [colin]      0.9.12cvs143.1
3350
3351         * src/summaryview.c
3352                 Sync with HEAD (optimize quicksearch)
3353
3354 2004-11-08 [colin]      0.9.12cvs142.2
3355
3356         * src/compose.c
3357                 Don't wrap when Edit/Auto wrapping is disabled
3358
3359 2004-11-08 [colin]      0.9.12cvs142.1
3360
3361         * src/textview.c
3362                 Sync with HEAD
3363
3364 2004-11-08 [colin]      0.9.12cvs141.1
3365
3366         * src/textview.c
3367                 Sync with HEAD (fix some mail URIs)
3368
3369 2004-11-08 [colin]      0.9.12cvs140.3
3370
3371         * src/textview.c
3372                 o Use text cursor instead of arrow when
3373                   not on a link
3374                 o Fix handling of contiguous links (as in
3375                   "colin@colino.net" <colin@colino.net>)
3376                   This one unveils a bug in get_email_part()
3377
3378 2004-11-07 [colin]      0.9.12cvs140.2
3379
3380         * src/textview.c
3381                 Fix memleak. Patch by Alfons.
3382
3383 2004-11-06 [colin]      0.9.12cvs140.1
3384
3385         * src/compose.c
3386                 Sync with HEAD (don't ask passphrase
3387                 when drafting)
3388
3389 2004-11-06 [paul]       0.9.12cvs139.2
3390
3391         * AUTHORS
3392         * src/textview.c
3393         * src/textview.h
3394                 textview URI handling. hovering over a 
3395                 link displays it in the status bar,
3396                 and changes the mouse pointer to a hand 
3397                 cursor. a link is activated with a single 
3398                 click. (Modified from the) patch by Jean-Yves 
3399                 Lefort <jylefort@users.sourceforge.net>
3400                 
3401
3402 2004-11-05 [colin]      0.9.12cvs139.1
3403
3404         * src/compose.c
3405         * src/procmime.c
3406                 Sync with HEAD again ^^
3407
3408 2004-11-05 [colin]      0.9.12cvs139.1
3409
3410         * src/compose.c
3411         * src/procmime.c
3412                 Sync with HEAD
3413
3414 2004-11-03 [paul]       0.9.12cvs138.1
3415
3416         * ChangeLog.claws
3417         * configure.ac
3418         * po/POTFILES.in
3419         * src/prefs_ext_prog.c
3420         * src/procmime.c
3421         * tools/kdeservicemenu/README
3422         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
3423         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
3424                 sync with HEAD
3425
3426 2004-11-01 [christoph]  0.9.12cvs136.2
3427
3428         * src/procmime.c
3429                 convert MIME parameters to UTF-8
3430
3431 2004-10-29 [colin]      0.9.12cvs136.1
3432
3433         * src/common/utils.c
3434                 Sync with HEAD (don't use '=' in mime boundary)
3435
3436 2004-10-29 [paul]       0.9.12cvs135.1
3437
3438         * configure.ac
3439         * doc/src/rfc2231.txt
3440         * src/procmime.c
3441         * src/common/quoted-printable.c
3442         * src/common/utils.c
3443         * src/common/utils.h
3444                 sync with HEAD
3445
3446 2004-10-27 [paul]       0.9.12cvs134.1
3447
3448         * configure.ac
3449         * src/main.c
3450         * src/procmime.c
3451         * src/plugins/pgpmime/pgpmime.c
3452                 sync with HEAD
3453
3454 2004-10-26 [paul]       0.9.12cvs132.3
3455
3456         * src/account.c
3457         * src/addressbook.c
3458         * src/addrgather.c
3459         * src/addrharvest.c
3460         * src/codeconv.c
3461         * src/compose.c
3462         * src/customheader.c
3463         * src/editaddress.c
3464         * src/editgroup.c
3465         * src/enriched.c
3466         * src/expldifdlg.c
3467         * src/exporthtml.c
3468         * src/exportldif.c
3469         * src/folder.c
3470         * src/foldersel.c
3471         * src/folderview.c
3472         * src/grouplistdialog.c
3473         * src/html.c
3474         * src/imap.c
3475         * src/jpilot.c
3476         * src/ldapserver.c
3477         * src/ldif.c
3478         * src/mimeview.c
3479         * src/news.c
3480         * src/news_gtk.c
3481         * src/pop.c
3482         * src/prefs_display_header.c
3483         * src/prefs_gtk.c
3484         * src/prefs_msg_colors.c
3485         * src/prefs_toolbar.c
3486         * src/procheader.c
3487         * src/procmime.c
3488         * src/summaryview.c
3489         * src/textview.c
3490         * src/toolbar.c
3491         * src/vcard.c
3492         * src/common/mgutils.c
3493         * src/common/nntp.c
3494         * src/common/smtp.c
3495         * src/common/template.c
3496         * src/common/utils.c
3497         * src/common/xmlprops.c
3498         * src/plugins/pgpmime/pgpmime.c
3499         * src/plugins/pgpmime/select-keys.c
3500         * src/plugins/pgpmime/sgpgme.c
3501                 replace deprecated g_strcasecmp(), g_strncasecmp(),
3502                 g_string_sprintfa(), gtk_notebook_current_page()
3503
3504 2004-10-26 [colin]      0.9.12cvs132.2
3505
3506         * src/prefs_folder_item.c
3507                 Fix default-account selection
3508
3509 2004-10-21 [colin]      0.9.12cvs133
3510
3511         * src/compose.c
3512                 Sync with HEAD (Remove extra separator in compose's Options)
3513         * src/textview.c
3514                 Set wrapping to char
3515
3516 2004-10-21 [paul]       0.9.12cvs131.2
3517
3518         * src/compose.c
3519         * src/sourcewindow.c
3520                 fix wrapping
3521                 fix window shrinking 
3522
3523 2004-10-21 [colin]      0.9.12cvs131.1
3524
3525         * ChangeLog.claws
3526         * src/compose.c
3527                 Sync with HEAD
3528
3529 2004-10-21 [paul]       0.9.12cvs130.2
3530
3531         * src/prefs_folder_item.c
3532                 sync with HEAD (Apply to subfolders)
3533
3534 2004-10-19 [colin]      0.9.12cvs130.1
3535
3536         * ChangeLog.claws
3537         * src/compose.c
3538         * src/common/utils.c
3539         * src/gtk/menu.c
3540                 Sync with HEAD
3541
3542 2004-10-19 [colin]      0.9.12cvs128.1
3543
3544         * src/addrbook.c
3545         * src/addrcache.c
3546         * src/addressbook.c
3547         * src/codeconv.c
3548         * src/compose.c
3549         * src/customheader.c
3550         * src/editaddress.c
3551         * src/editgroup.c
3552         * src/exporthtml.c
3553         * src/folder.c
3554         * src/folderview.c
3555         * src/imap.c
3556         * src/jpilot.c
3557         * src/main.c
3558         * src/matcher_parser_parse.y
3559         * src/mbox.c
3560         * src/pop.c
3561         * src/prefs_account.c
3562         * src/prefs_gtk.c
3563         * src/prefs_msg_colors.c
3564         * src/procheader.c
3565         * src/procmime.c
3566         * src/procmime.h
3567         * src/procmsg.c
3568         * src/summaryview.c
3569         * src/textview.c
3570         * src/common/base64.c
3571         * src/common/partial_download.c
3572         * src/common/socket.c
3573         * src/common/sylpheed.c
3574         * src/common/utils.c
3575         * src/common/utils.h
3576         * src/gtk/pluginwindow.c
3577         * src/gtk/quicksearch.c
3578         * src/plugins/clamav/clamav_plugin.c
3579         * src/plugins/clamav/clamav_plugin.h
3580         * src/plugins/clamav/clamav_plugin_gtk.c
3581         * src/plugins/pgpmime/passphrase.c
3582         * src/plugins/pgpmime/pgpmime.c
3583         * src/plugins/pgpmime/plugin.c
3584         * src/plugins/pgpmime/prefs_gpg.c
3585         * src/plugins/pgpmime/prefs_gpg.h
3586         * src/plugins/pgpmime/select-keys.c
3587         * src/plugins/pgpmime/sgpgme.c
3588         * src/plugins/spamassassin/libspamc.c
3589         * src/plugins/spamassassin/spamassassin.c
3590         * src/plugins/spamassassin/spamassassin.h
3591         * src/plugins/spamassassin/spamassassin_gtk.c
3592         * src/plugins/trayicon/trayicon.c
3593         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
3594                 Sync with HEAD
3595
3596 2004-10-14 [colin]      0.9.12cvs126.2
3597
3598         * src/codeconv.c
3599         * src/textview.c
3600                 Fix conv_unreadable_locale
3601
3602 2004-10-13 [colin]      0.9.12cvs126.1
3603
3604         * src/compose.c
3605                 Sync with HEAD (don't convert charset for 
3606                 drafted messages, minor cleanup)
3607
3608 2004-10-13 [colin]      0.9.12cvs125.1
3609
3610         * po/POTFILES.in
3611                 Sync with HEAD (POTFILES fix)
3612
3613 2004-10-12 [colin]      0.9.12cvs124.3
3614
3615         * src/compose.c
3616                 Fix encoding bug from latest sync
3617
3618 2004-10-12 [paul]       0.9.12cvs124.2
3619
3620         * src/plugins/pgpmime/prefs_gpg.c
3621         * src/plugins/pgpmime/prefs_gpg.h
3622                 forgotten in last commit        
3623
3624 2004-10-12 [paul]       0.9.12cvs124.1
3625
3626         * ChangeLog.claws
3627         * configure.ac
3628         * m4/spamassassin.m4
3629         * src/Makefile.am
3630         * src/account.c
3631         * src/compose.c
3632         * src/compose.h
3633         * src/crash.c
3634         * src/main.c
3635         * src/mimeview.c
3636         * src/passphrase.c
3637         * src/passphrase.h
3638         * src/prefs_account.c
3639         * src/prefs_account.h
3640         * src/prefs_common.c
3641         * src/privacy.c
3642         * src/privacy.h
3643         * src/procmime.c
3644         * src/procmime.h
3645         * src/procmsg.c
3646         * src/rfc2015.c
3647         * src/rfc2015.h
3648         * src/select-keys.c
3649         * src/select-keys.h
3650         * src/textview.c
3651         * src/common/utils.c
3652         * src/common/utils.h
3653         * src/gtk/about.c
3654         * src/plugins/pgpmime/Makefile.am
3655         * src/plugins/pgpmime/passphrase.c
3656         * src/plugins/pgpmime/passphrase.h
3657         * src/plugins/pgpmime/pgpmime.c
3658         * src/plugins/pgpmime/plugin.c
3659         * src/plugins/pgpmime/select-keys.c
3660         * src/plugins/pgpmime/select-keys.h
3661         * src/plugins/pgpmime/sgpgme.c
3662         * src/plugins/pgpmime/sgpgme.h
3663                 sync with HEAD
3664
3665 2004-10-04 [colin]      0.9.12cvs122.1
3666
3667         * src/mainwindow.c
3668         * src/messageview.c
3669         * src/messageview.h
3670         * src/textview.c
3671                 Sync with HEAD
3672
3673 2004-10-04 [colin]      0.9.12cvs121.1
3674
3675         * src/summaryview.c
3676                 Sync with HEAD
3677
3678 2004-10-04 [paul]       0.9.12cvs120.1
3679
3680         * configure.ac
3681                 sync with HEAD [don't try to build 
3682                 pgpmime plugin when gpgme is disabled]
3683
3684 2004-10-03 [colin]      0.9.12cvs119.3
3685
3686         * src/gtk/gtksctree.c
3687                 Lots of side effects. Put back as before 117.2.
3688         * src/summaryview.c
3689                 Fix bug #602
3690
3691 2004-10-03 [colin]      0.9.12cvs119.2
3692
3693         * src/gtk/gtksctree.c
3694                 Revert 608 fix that doesn't work that good
3695
3696 2004-10-02 [colin]      0.9.12cvs119.1
3697
3698         * src/mainwindow.c
3699         * src/messageview.c
3700         * src/prefs_common.h
3701         * src/procmime.c
3702         * src/procmime.h
3703         * src/textview.c
3704                 Sync with HEAD
3705         * src/gtk/gtksctree.c
3706                 Close bug #608
3707
3708 2004-10-01 [colin]      0.9.12cvs118.1
3709
3710         * src/mimeview.c
3711                 Sync with HEAD (better Save All fix)
3712
3713 2004-10-01 [colin]      0.9.12cvs117.2
3714
3715         * src/gtk/gtksctree.c
3716                 Faster on selection
3717
3718 2004-10-01 [colin]      0.9.12cvs117.1
3719
3720         * src/mimeview.c
3721                 Sync with HEAD (Save All: only attachments)
3722
3723 2004-10-01 [paul]       0.9.12cvs116.1
3724
3725         * ChangeLog.claws
3726         * configure.ac
3727         * src/account.c
3728         * src/prefs_common.c
3729         * src/gtk/colorlabel.c
3730                 sync with HEAD
3731
3732 2004-09-30 [colin]      0.9.12cvs115.1
3733
3734         * src/stock_pixmap.c
3735         * src/stock_pixmap.h
3736         * src/folderview.c
3737         * src/Makefile.am
3738         * src/pixmaps/read.xpm
3739                 Sync with HEAD (new pixmap)
3740
3741 2004-09-29 [colin]      0.9.12cvs114.1
3742
3743         * src/compose.c
3744                 Sync with HEAD
3745                 Fix focus handling in headers
3746
3747 2004-09-29 [paul]       0.9.12cvs113.1
3748
3749         * src/quote_fmt_parse.y
3750                 sync with HEAD
3751  
3752
3753 2004-09-28 [colin]      0.9.12cvs112.1
3754
3755         * src/folderview.c
3756         * src/mainwindow.c
3757                 Sync with HEAD
3758
3759 2004-09-28 [colin]      0.9.12cvs110.1
3760
3761         * src/folderview.c
3762                 Sync with HEAD (Contextual Empty trash menu)
3763
3764 2004-09-28 [colin]      0.9.12cvs108.1
3765
3766         * src/addressbook.c
3767                 Sync with HEAD (addressbook edit on double-click)
3768
3769 2004-09-28 [colin]      0.9.12cvs106.1
3770
3771         * src/inc.c
3772                 Sync with HEAD (folder_item freeze on inc)
3773
3774 2004-09-27 [colin]      0.9.12cvs105.1
3775
3776         * src/folderview.c
3777                 Sync with HEAD (right-align new and unread column)
3778
3779 2004-09-27 [colin]      0.9.12cvs104.1
3780
3781         * src/main.c
3782                 Sync with HEAD (revert 0.9.12cvs101)
3783
3784 2004-09-24 [colin]      0.9.12cvs103.2
3785
3786         * src/wizard.c
3787                 Fix gtk warnings and use domain part of the email address 
3788                 when domain detection fails (no dot in domain name)
3789
3790 2004-09-23 [colin]      0.9.12cvs103.1
3791
3792         * src/plugins/spamassassin/libspamc.c
3793         * src/plugins/spamassassin/libspamc.h
3794         * src/plugins/spamassassin/utils.c
3795         * src/plugins/spamassassin/utils.h
3796                 Sync with HEAD (Update spamassassin to 3.0)
3797
3798 2004-09-21 [colin]      0.9.12cvs102.3
3799
3800         * src/action.c
3801                 Add horizontal scrollbar in action io dialog as needed
3802                 Patch by Alfons.
3803
3804 2004-09-20 [colin]      0.9.12cvs102.2
3805
3806         * src/plugins/image_viewer/viewer.c
3807                 Remove imlib stuff
3808                 use gtk_pixmap_set when clearing
3809                 (would be better to use gtkImages, but causes size-allocate 
3810                 signals storm)
3811
3812 2004-09-17 [paul]       0.9.12cvs102.1
3813
3814         * ChangeLog
3815         * ChangeLog.claws
3816         * ChangeLog.jp
3817         * configure.ac
3818         * src/inc.c
3819                 sync with HEAD
3820
3821
3822 2004-09-17 [colin]      0.9.12cvs101.1
3823
3824         * ChangeLog.claws
3825         * src/main.c
3826                 Sync with HEAD (fix segs at exit)
3827
3828 2004-09-14 [colin]      0.9.12cvs99.5
3829
3830         * src/common/socket.c
3831         * AUTHORS
3832                 Fix send error on 64bit platforms
3833                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
3834
3835 2004-09-14 [colin]      0.9.12cvs99.4
3836
3837         * src/action.c
3838                 Fix action output with utf8 
3839                 Patch by Alfons.
3840
3841 2004-09-14 [colin]      0.9.12cvs99.3
3842
3843         * ChangeLog.claws
3844         * src/folder.c
3845                 Sync with HEAD
3846
3847 2004-09-09 [colin]      0.9.12cvs99.2
3848
3849         * src/action.c
3850                 Fix progress bar (displaying "Completed %v/%u")
3851                 Patch by Alfons.
3852
3853 2004-09-08 [colin]      0.9.12cvs99.1
3854
3855         * src/account.c
3856         * src/folder.c
3857         * src/procmsg.c
3858         * src/procmsg.h
3859         * src/plugins/pgpmime/pgpmime.c
3860                 Sync with HEAD
3861
3862 2004-09-08 [colin]      0.9.12cvs97.2
3863
3864         * src/summaryview.c
3865                 Don't select mails in collapsed threads 
3866                 when navigating with up/down
3867
3868 2004-09-07 [colin]      0.9.12cvs97.1
3869
3870         * src/inc.c
3871                 Sync with HEAD (meaningful error messages)
3872
3873 2004-09-06 [colin]      0.9.12cvs96.1
3874
3875         * src/toolbar.c
3876                 Sync with HEAD (fix Redirect graying out)
3877
3878 2004-09-06 [colin]      0.9.12cvs95.1
3879
3880         * src/summaryview.c
3881         * src/mimeview.c
3882                 Sync with HEAD (fix dropped URIs)
3883
3884 2004-09-06 [colin]      0.9.12cvs94.1
3885
3886         * src/addressbook.c
3887         * src/addressitem.h
3888         * src/addritem.c
3889         * src/addritem.h
3890                 Sync with HEAD (addressbook DnD)
3891
3892 2004-09-03 [colin]      0.9.12cvs93.1
3893
3894         * src/summaryview.c
3895                 Sync with HEAD (next/prev unread)
3896
3897 2004-09-03 [colin]      0.9.12cvs92.1
3898
3899         * src/prefs_common.c
3900         * src/prefs_common.h
3901         * src/summaryview.c
3902                 Sync with HEAD ('mark_as_read_delay' pref)
3903
3904 2004-09-02 [colin]      0.9.12cvs91.2
3905
3906         * src/common/xml.c
3907                 Fix leak
3908
3909 2004-09-02 [colin]      0.9.12cvs91.1
3910
3911         * src/gtk/menu.c
3912                 Sync with HEAD (menu accel don't work, but whatever)
3913
3914 2004-09-02 [colin]      0.9.12cvs90.1
3915
3916         * src/account.c
3917                 Sync with HEAD (fix bug 582)
3918
3919 2004-09-02 [colin]      0.9.12cvs89.1
3920
3921         * src/addrindex.c
3922                 Sync with HEAD (free deleted queries)
3923
3924 2004-09-02 [colin]      0.9.12cvs88.1
3925
3926         * src/ldapquery.c
3927                 Sync with HEAD (fix LDAP freezes)
3928
3929 2004-09-02 [colin]      0.9.12cvs87.1
3930
3931         * src/prefs_spelling.c
3932                 Sync with HEAD (add default dictionary)
3933
3934 2004-09-01 [colin]      0.9.12cvs86.1
3935
3936         * src/filtering.c
3937         * src/folderview.c
3938         * src/imap.c
3939         * src/prefs_matcher.c
3940         * src/stock_pixmap.c
3941         * src/summary_search.c
3942         * src/summaryview.c
3943         * src/wizard.c
3944         * src/wizard.h
3945                 Sync with HEAD (uninitialized vars fixes)
3946                 + gtk2 specific warning fixes
3947
3948 2004-08-31 [colin]      0.9.12cvs85.1
3949
3950         * src/folder.c
3951                 Sync with HEAD (Fix memory corruption due to 
3952                 uninitialized var)
3953
3954 2004-08-31 [colin]      0.9.12cvs84.4
3955
3956         * src/summary_search.c
3957                 Fix segfaults when searching in folders with broken headers
3958
3959 2004-08-31 [colin]      0.9.12cvs84.3
3960
3961         * src/compose.c
3962         * src/textview.c
3963                 Fix some more encoding/decoding issues
3964
3965 2004-08-30 [colin]      0.9.12cvs84.2
3966
3967         * src/mimeview.c
3968         * src/prefs_themes.c
3969         * src/gtk/filesel.c
3970         * src/gtk/filesel.h
3971                 Add a folder-mode selection (fixes mimeview's "Save all")
3972
3973 2004-08-29 [colin]      0.9.12cvs84.1
3974
3975         * src/mimeview.c
3976                 Sync with HEAD (don't escape saved filenames)
3977
3978 2004-08-27 [colin]      0.9.12cvs83.1
3979
3980         * ChangeLog
3981         * ChangeLog.claws
3982         * ChangeLog.jp
3983         * src/mh.c
3984         * src/procheader.c
3985         * src/procmsg.c
3986         * src/procmsg.h
3987         * src/common/utils.c
3988         * src/gtk/menu.h
3989         * po/
3990                 Sync with HEAD 0.9.12cvs83 (sync with main)
3991
3992 2004-08-26 [colin]      0.9.12cvs82.4
3993
3994         * src/codeconv.c
3995                 Fix strange stack corruption
3996                 Convert to utf8 after unmime, not before
3997
3998 2004-08-26 [colin]      0.9.12cvs82.3
3999
4000         * src/main.c
4001         * src/wizard.c
4002                 Fix account folders duplication
4003
4004 2004-08-25 [colin]      0.9.12cvs82.2
4005
4006         * src/wizard.c
4007                 Remove ports
4008                 Add SSL selection
4009                 Use login@server as account name
4010
4011 2004-08-25 [colin]      0.9.12cvs82.1
4012
4013         * src/plugins/pgpmime/pgpmime.c
4014                 Sync with HEAD (leak fix).
4015
4016 2004-08-25 [colin]      0.9.12cvs81.1
4017
4018         * src/plugins/pgpmime/pgpmime.c
4019         * src/plugins/pgpmime/sgpgme.c
4020         * src/plugins/pgpmime/sgpgme.h
4021                 Sync with HEAD (Handle combined messages).
4022
4023 2004-08-24 [colin]      0.9.12cvs80.3
4024
4025         * src/wizard.c
4026                 Fix full name, ports, and imap
4027
4028 2004-08-24 [colin]      0.9.12cvs80.2
4029
4030         * src/Makefile.am
4031         * src/main.c
4032         * src/setup.c
4033         * src/setup.h
4034         * src/stock_pixmap.c
4035         * src/stock_pixmap.h
4036         * src/wizard.c ** ADDED **
4037         * src/wizard.h ** ADDED ** 
4038         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
4039                 Add a setup wizard 
4040
4041 2004-08-24 [colin]      0.9.12cvs80.1
4042
4043         * src/folder.c
4044                 Sync with HEAD (set mimeflags on all messages)
4045
4046 2004-08-24 [colin]      0.9.12cvs79.3
4047
4048         * src/matcher_parser_lex.l
4049                 Fix 8bits strings not in utf8
4050
4051 2004-08-24 [colin]      0.9.12cvs79.2
4052
4053         * src/compose.c
4054                 Check conversion result before replacing buffer
4055
4056 2004-08-23 [colin]      0.9.12cvs79.1
4057
4058         * src/compose.c
4059                 Sync with HEAD (create message header in memory)
4060
4061 2004-08-23 [colin]      0.9.12cvs78.1
4062
4063         * src/rfc2015.c
4064         * src/rfc2015.h
4065                 Sync with HEAD (fix bug 197 again)
4066
4067 2004-08-23 [colin]      0.9.12cvs77.3
4068
4069         * src/compose.c
4070                 Fix again inline gpg signing (which outputs utf8
4071                 in gtk2). Not syncing this fix to HEAD as this 
4072                 code is meant to die.
4073
4074 2004-08-23 [colin]      0.9.12cvs77.2
4075
4076         * src/prefs_account.h
4077                 Remove useless include
4078
4079 2004-08-23 [colin]      0.9.12cvs77.1
4080
4081         * src/imap.c
4082         * po/es.po
4083         * po/fr.po
4084         * po/it.po
4085         * po/pl.po
4086         * po/pt_BR.po
4087         * po/sk.po
4088         * po/sr.po
4089                 Sync with HEAD (fix bug 577)
4090
4091 2004-08-22 [colin]      0.9.12cvs76.1
4092
4093         * src/plugins/trayicon/trayicon.c
4094                 Sync with HEAD (fix formatting bug)
4095
4096 2004-08-21 [colin]      0.9.12cvs74.2
4097
4098         * src/gtk/colorsel.c
4099                 Fix bug 564 (Folder color selection window exits on any
4100                 keypress)
4101
4102 2004-08-21 [colin]      0.9.12cvs74.1
4103
4104         * ChangeLog.claws
4105         * src/compose.c
4106         * src/summaryview.c
4107         * src/toolbar.c
4108                 Sync with HEAD (fix bug 576)
4109
4110 2004-08-21 [colin]      0.9.12cvs70.1
4111
4112         * src/compose.c
4113         * src/mainwindow.c
4114                 Sync with HEAD
4115                 
4116
4117 2004-08-21 [paul]       0.9.12cvs66.4
4118
4119         * src/mainwindow.c
4120         * src/messageview.c
4121         * src/gtk/menu.c
4122         * src/plugins/spamassassin/spamassassin_gtk.c
4123                 remove some deprecated gtk1 functions
4124
4125
4126 2004-08-21 [colin]      0.9.12cvs66.3
4127
4128         * src/compose.c
4129         * src/codeconv.c
4130                 Fix warnings
4131                 Remove encoding hacks
4132                 Fix bug 575 (Strange character messes up message)
4133                 Don't display conversion error when drafting
4134
4135 2004-08-21 [paul]       0.9.12cvs66.2
4136
4137         * src/prefs_account.c
4138                 fix GnuPG mode bugs
4139
4140
4141 2004-08-20 [colin]      0.9.12cvs66.1
4142
4143         * src/codeconv.c
4144                 Sync with HEAD 0.9.12cvs66
4145
4146 2004-08-20 [paul]
4147
4148         * src/plugins/pgpmime/plugin.c
4149                 modify PGP/MIME plugin's description
4150
4151 2004-08-17 [colin]      0.9.12cvs65.1
4152
4153         * src/common/ssl.c
4154         * src/plugins/pgpmime/plugin.c
4155                 Sync with HEAD
4156
4157 2004-08-14 [colin]      0.9.12cvs60.3
4158
4159         * src/plugins/trayicon/trayicon.c
4160                 Put back resize callback, on size-request signal
4161                 rather than size-allocate to avoid infinite 
4162                 callback loop
4163
4164 2004-08-13 [colin]      0.9.12cvs60.2
4165
4166         * src/common/defs.h
4167                 Cache versions have been fixed
4168
4169 2004-08-13 [colin]      0.9.12cvs60.1
4170
4171         * src/folderutils.c
4172                 Sync with HEAD
4173
4174 2004-08-12 [colin]      0.9.12cvs59.1
4175
4176         * src/plugins/trayicon/trayicon.c
4177                 Sync with HEAD
4178
4179 2004-08-12 [colin]      0.9.12cvs57.5
4180
4181         * sylpheed.desktop
4182         * configure.ac
4183         * src/Makefile.am
4184         * src/main.c
4185                 Add support for Freedesktop.org's startup notification
4186
4187 2004-08-11 [colin]      0.9.12cvs57.4
4188
4189         * src/textview.c
4190                 Fix off-by-one
4191
4192 2004-08-11 [colin]      0.9.12cvs57.3
4193
4194         * src/message_search.c
4195         * src/summary_search.c
4196                 Make searches case insensitive by default
4197         * src/textview.c
4198                 Fix case-insensitive search in message
4199
4200 2004-08-11 [colin]      0.9.12cvs57.2
4201
4202         * src/summary_search.c
4203                 Let case-sensitive be specified
4204
4205 2004-08-10 [colin]      0.9.12cvs55.4
4206
4207         * src/common/socket.c
4208                 Fix the possible race condition
4209
4210 2004-08-09 [paul]       0.9.12cvs55.3
4211
4212         * configure.ac
4213         * src/Makefile.am
4214         * src/common/Makefile.am
4215                 sync with HEAD
4216
4217
4218 2004-08-09 [paul]       0.9.12cvs55.2
4219
4220         * autogen.sh
4221         * po/poconv.sh
4222                 remove unneeded script
4223
4224         * configure.ac
4225                 add forgotten USE_LDAP_TLS (sync with HEAD)
4226
4227
4228 2004-08-09 [colin]      0.9.12cvs55.1
4229
4230         * src/main.c
4231         * src/common/ssl.c
4232         * src/common/sylpheed.c
4233         * src/common/sylpheed.h
4234                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
4235
4236 2004-08-09 [paul]       0.9.12cvs54.1
4237
4238         * ChangeLog
4239         * ChangeLog.claws
4240         * ChangeLog.jp
4241         * configure.ac
4242         * po/POTFILES.in
4243         * src/Makefile.am
4244         * src/folderutils.c
4245         * src/main.c
4246         * src/pgpmime.c
4247         * src/pgpmime.h
4248         * src/sgpgme.c
4249         * src/sgpgme.h
4250         * src/plugins/Makefile.am
4251         * src/plugins/pgpmime/.cvsignore
4252         * src/plugins/pgpmime/Makefile.am
4253         * src/plugins/pgpmime/pgpmime.c
4254         * src/plugins/pgpmime/pgpmime.h
4255         * src/plugins/pgpmime/plugin.c
4256         * src/plugins/pgpmime/sgpgme.c
4257         * src/plugins/pgpmime/sgpgme.h
4258                 sync with HEAD
4259
4260 2004-08-08 [paul]       0.9.12cvs51.1
4261
4262         * configure.ac
4263         * src/folder.c
4264                 sync with HEAD
4265
4266 2004-08-07 [colin]      0.9.12cvs50.1
4267
4268         * src/pop.c
4269         * src/common/partial_download.c
4270                 fix warnings (sync from HEAD)
4271
4272 2004-08-07 [colin]      0.9.12cvs48.1
4273
4274         * src/prefs_folder_item.c
4275                 sync with HEAD 0.9.12cvs48
4276
4277 2004-08-06 [colin]      0.9.12cvs47.1
4278
4279         * src/compose.c
4280                 Sync with HEAD
4281
4282 2004-08-06 [christoph]  0.9.12cvs46.2
4283
4284         * src/main.c
4285         * src/plugins/clamav/clamav_plugin_gtk.c
4286         * src/plugins/dillo_viewer/dillo_viewer.c
4287         * src/plugins/image_viewer/plugin.c
4288         * src/plugins/mathml_viewer/mathml_viewer.c
4289         * src/plugins/spamassassin/spamassassin_gtk.c
4290         * src/plugins/trayicon/trayicon.c
4291                 don't mix GTK1.2 plugin with GTK2 plugins
4292
4293 2004-08-06 [colin]      0.9.12cvs46.1
4294
4295         * ChangeLog
4296         * ChangeLog.claws
4297         * ChangeLog.jp
4298         * configure.ac
4299         * sylpheed-claws.pc.in
4300         * src/folder.c
4301         * src/imap.c
4302         * src/localfolder.c
4303         * src/messageview.c
4304         * src/mimeview.c
4305         * src/mimeview.h
4306         * src/msgcache.c
4307         * src/news.c
4308         * src/prefs_ext_prog.c
4309         * src/prefs_folder_item.c
4310         * src/prefs_fonts.c
4311         * src/prefs_msg_colors.c
4312         * src/prefs_spelling.c
4313         * src/prefs_themes.c
4314         * src/prefs_toolbar.c
4315         * src/prefs_wrapping.c
4316         * src/procmime.h
4317         * src/common/defs.h
4318         * src/common/nntp.c
4319         * src/common/session.c
4320         * src/common/session.h
4321         * src/common/socket.c
4322         * src/common/utils.h
4323         * src/common/xml.c
4324         * src/common/xml.h
4325         * src/gtk/prefswindow.c
4326         * src/gtk/prefswindow.h
4327         * src/plugins/clamav/clamav_plugin_gtk.c
4328         * src/plugins/dillo_viewer/dillo_prefs.c
4329         * src/plugins/image_viewer/viewerprefs.c
4330         * src/plugins/spamassassin/spamassassin_gtk.c
4331         * m4/openssl.m4 *** REMOVED ***
4332                 Sync with HEAD 0.9.12cvs46
4333
4334 2004-08-03 [paul]       0.9.12cvs40.2
4335
4336         * src/action.c
4337         * src/addressadd.c
4338         * src/addressbook.c
4339         * src/addrgather.c
4340         * src/browseldap.c
4341         * src/compose.c
4342         * src/crash.c
4343         * src/editaddress.c
4344         * src/editgroup.c
4345         * src/editldap_basedn.c
4346         * src/foldersel.c
4347         * src/importldif.c
4348         * src/mimeview.c
4349         * src/prefs_common.c
4350         * src/prefs_template.c
4351         * src/sourcewindow.c
4352         * src/summaryview.c
4353         * src/gtk/about.c
4354         * src/gtk/foldersort.c
4355         * src/gtk/logwindow.c
4356         * src/gtk/pluginwindow.c
4357         * src/gtk/prefswindow.c
4358                 change all gtk_scrolled_window_set_policy from 
4359                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
4360
4361 2004-08-02 [paul]       0.9.12cvs40.1
4362
4363         * AUTHORS
4364                 update translation team section
4365         * po/pt_BR.po
4366                 updated by Frederico Goncalves Guimaraes
4367                 <fggdebian@yahoo.com.br>
4368
4369 2004-07-31 [colin]      0.9.12cvs39.9
4370
4371         * src/exphtmldlg.c
4372                 Fix compilation
4373
4374 2004-07-31 [colin]      0.9.12cvs39.8
4375
4376         * src/exphtmldlg.c
4377                 Fix an alertpanel type
4378
4379 2004-07-30 [colin]      0.9.12cvs39.7
4380
4381         * src/alertpanel.c
4382                 Fix alertpanel_error_log's icon
4383
4384 2004-07-30 [colin]      0.9.12cvs39.6
4385
4386         * src/pop.c
4387                 Two of them should still be warnings
4388
4389 2004-07-30 [colin]      0.9.12cvs39.5
4390
4391         * src/pop.c
4392                 More warning -> error
4393 2004-07-29 [colin]      0.9.12cvs39.4
4394
4395         * src/pop.c
4396                 Warning -> error
4397
4398 2004-07-29 [colin]      0.9.12cvs39.3
4399
4400         * src/prefs_matcher.c
4401                 Fix segfault
4402
4403 2004-07-29 [colin]      0.9.12cvs39.2
4404
4405         * src/alertpanel.c
4406                 More nice-looking alertpanels
4407
4408 2004-07-29 [colin]      0.9.12cvs39.1
4409
4410         * src/messageview.c
4411                 sync with head
4412                 (inform user when partial mail is deleted on server)
4413
4414 2004-07-29 [colin]      0.9.12cvs38.1
4415
4416         * src/messageview.c
4417                 sync with head
4418
4419 2004-07-28 [paul]       0.9.12cvs37.7
4420
4421         * src/mainwindow.c
4422                 complete the replacement of deprecated gtk_progress_*
4423
4424 2004-07-28 [paul]       0.9.12cvs37.6
4425
4426         * src/action.c
4427         * src/inc.c
4428         * src/mainwindow.c
4429         * src/send_message.c
4430         * src/gtk/progressdialog.c
4431         * src/gtk/progressdialog.h
4432                 replace deprecated gtk_progress_*
4433
4434 2004-07-28 [paul]       0.9.12cvs37.5
4435
4436         * src/gtk/filesel.c
4437                 remove gtk_window_set_wmclass()
4438 2004-07-28 [paul]       0.9.12cvs37.4
4439
4440         * src/addressbook.c
4441         * src/compose.c
4442         * src/foldersel.c
4443         * src/mainwindow.c
4444         * src/messageview.c
4445         * src/sourcewindow.c
4446         * src/gtk/logwindow.c
4447                 remove gtk_window_set_wmclass()
4448                 
4449         * src/prefs_filtering.c
4450         * src/prefs_filtering_action.c
4451         * src/prefs_fonts.c
4452         * src/prefs_gtk.c
4453         * src/prefs_matcher.c
4454         * src/ssl_manager.c
4455         * src/gtk/prefswindow.c
4456                 replace gtk_window_position()
4457
4458 2004-07-28 [colin]      0.9.12cvs37.3
4459
4460         * src/alertpanel.c
4461         * src/alertpanel.h
4462                 Add a way to specify panel type for specific
4463                 panels (alertpanel())
4464         * src/account.c
4465         * src/addressbook.c
4466         * src/compose.c
4467         * src/expldifdlg.c
4468         * src/main.c
4469         * src/messageview.c
4470         * src/summaryview.c
4471         * src/textview.c
4472         * src/gtk/sslcertwindow.c
4473                 Fix alertpanel()s so that their icon match
4474                 their real type
4475
4476 2004-07-28 [paul]       0.9.12cvs37.2
4477
4478         * src/addr_compl.c
4479         * src/addressbook.c
4480         * src/alertpanel.c
4481         * src/compose.c
4482         * src/export.c
4483         * src/foldersel.c
4484         * src/folderview.c
4485         * src/grouplistdialog.c
4486         * src/import.c
4487         * src/mainwindow.c
4488         * src/message_search.c
4489         * src/messageview.c
4490         * src/passphrase.c
4491         * src/prefs_actions.c
4492         * src/prefs_common.c
4493         * src/prefs_customheader.c
4494         * src/prefs_display_header.c
4495         * src/prefs_filtering.c
4496         * src/prefs_filtering_action.c
4497         * src/prefs_gtk.c
4498         * src/prefs_matcher.c
4499         * src/prefs_msg_colors.c
4500         * src/prefs_summary_column.c
4501         * src/prefs_template.c
4502         * src/sourcewindow.c
4503         * src/ssl_manager.c
4504         * src/summary_search.c
4505         * src/gtk/colorsel.c
4506         * src/gtk/description_window.c
4507         * src/gtk/gtkaspell.c
4508         * src/gtk/inputdialog.c
4509         * src/gtk/logwindow.c
4510         * src/gtk/prefswindow.c
4511         * src/gtk/progressdialog.c
4512                 replace deprecated gtk_window_set_policy
4513
4514 2004-07-27 [colin]      0.9.12cvs37.1
4515
4516         * src/msgcache.c
4517                 More fixes (synced for head again)
4518
4519 2004-07-27 [colin]      0.9.12cvs35.3
4520
4521         * src/msgcache.c
4522                 Fix wrong test
4523
4524 2004-07-27 [colin]      0.9.12cvs35.2
4525
4526         * src/mimeview.c
4527                 Fix width a bit (by Paul)
4528         * src/alertpanel.c
4529         * src/alertpanel.h
4530                 Specialize icons, make alertpanel_message()
4531                 private
4532         * src/message_search.c
4533         * src/sgpgme.c
4534         * src/summary_search.c
4535                 Suit alertpanel changes
4536
4537 2004-07-27 [colin]      0.9.12cvs35.1
4538
4539         * src/alertpanel.c
4540                 Add an icon
4541         * src/passphrase.c
4542                 Add debug output - maybe someone will
4543                 want to look at the problem with Grab
4544                 Input :)
4545         Bump version as we're synced with HEAD
4546
4547 2004-07-26 [colin]      0.9.12cvs33.26
4548
4549         * src/pop.c
4550                 Fix uidl-file parsing when not in new
4551                 format
4552
4553 2004-07-26 [colin]      0.9.12cvs33.25
4554
4555         * src/gtk/menu.c
4556                 Move popup menu up if necessary (fixes 
4557                 account selector)
4558         * src/mainwindow.c
4559                 Set account selector's button height to
4560                 minimum
4561
4562 2004-07-26 [colin]      0.9.12cvs33.24
4563
4564         * src/alertpanel.c
4565                 Maybe fix 551 (Truncated font in alert window)
4566
4567 2004-07-26 [colin]      0.9.12cvs33.23
4568
4569         * po/de.po
4570         * po/es.po
4571         * po/fr.po
4572         * po/it.po
4573         * po/ja.po
4574         * po/pl.po
4575         * po/ru.po
4576         * po/sk.po
4577         * po/sr.po
4578         * po/zh_CN.po
4579                 Sync po files with HEAD
4580
4581 2004-07-26 [paul]       0.9.12cvs33.22
4582
4583         * src/compose.c
4584                 fix Bug 556 'Organisation-header is sent even if empty'
4585
4586 2004-07-24 [colin]      0.9.12cvs33.21
4587
4588         * src/compose.c
4589         * src/gtk/gtkaspell.c
4590         * src/gtk/gtkaspell.h
4591                 Fix speller accelerators (require hack)
4592
4593 2004-07-24 [colin]      0.9.12cvs33.20
4594
4595         * src/gtk/gtkaspell.c
4596                 Fix over-eager code deletion breaking
4597                 Check while typing
4598
4599 2004-07-24 [colin]      0.9.12cvs33.19
4600
4601         * src/browseldap.c
4602         * src/ldapctrl.c
4603         * src/ldapctrl.h
4604         * src/ldapserver.h
4605                 Sync ldap with HEAD
4606         (Fixes 546 LDAP completely broken)
4607
4608 2004-07-24 [colin]      0.9.12cvs33.18
4609
4610         * src/prefs_msg_colors.c
4611                 Fix prototype mismatch
4612         (Fixes 547 void function cannot return value)
4613
4614 2004-07-24 [colin]      0.9.12cvs33.17
4615
4616         * src/mainwindow.c
4617                 Fix sort going back to previous sort key
4618                 when changing sort direction
4619
4620 2004-07-24 [colin]      0.9.12cvs33.16
4621
4622         * src/compose.c
4623                 Fix space insertion when re-wrapping at 
4624                 cursor point
4625
4626 2004-07-24 [colin]      0.9.12cvs33.15
4627
4628         * src/gtk/gtkaspell.c
4629                 Don't change cursor position in insert-text
4630                 callback
4631         (Fixes 539 Word wrapping on input transposes letters)
4632
4633 2004-07-24 [colin]      0.9.12cvs33.14
4634
4635         * src/gtk/gtkaspell.c
4636                 Reencode non-ascii chars to dictionary's
4637                 encoding
4638         (Fixes 544 Spell check broken non english locale)
4639
4640 2004-07-24 [colin]      0.9.12cvs33.13
4641
4642         * src/summaryview.c
4643                 Fix Shift+Down, add Home/End/PgUp/PgDown
4644
4645 2004-07-21 [colin]      0.9.12cvs33.12
4646
4647         * src/prefs_common.c
4648                 Fix a gtk warning (Patch by Andrej Kacian)
4649
4650 2004-07-21 [colin]      0.9.12cvs33.11
4651
4652         * src/gtk/filesel.c
4653                 More check
4654
4655 2004-07-21 [colin]      0.9.12cvs33.10
4656
4657         * src/compose.c
4658         * src/crash.c
4659         * src/export.c
4660         * src/import.c
4661         * src/messageview.c
4662         * src/mimeview.c
4663         * src/prefs_spelling.c
4664         * src/prefs_themes.c
4665         * src/summaryview.c
4666         * src/gtk/filesel.c
4667         * src/gtk/filesel.h
4668         * src/gtk/pluginwindow.c
4669                 Untwist open/save mode guessing logic, make
4670                 it explicit
4671
4672 2004-07-20 [colin]      0.9.12cvs33.9
4673
4674         * src/codeconv.c
4675                 conv_encode_header: src_charset is UTF-8 on
4676                 gtk2
4677         * src/compose.c
4678                 Remove double encoding of the headers
4679
4680 2004-07-20 [colin]      0.9.12cvs33.8
4681
4682         * src/codeconv.c
4683                 Fix typo
4684
4685 2004-07-20 [colin]      0.9.12cvs33.7
4686
4687         * src/mainwindow.c
4688                 Set the separated messageview to the saved
4689                 size of Claws' messageview (Patch by Alfons)
4690                 Fix a callback prototype (me)
4691
4692 2004-07-20 [colin]      0.9.12cvs33.6
4693
4694         * src/codeconv.h
4695                 Forgot one hunk in 0.9.12cvs33.4
4696
4697 2004-07-19 [colin]      0.9.12cvs33.5
4698
4699         * src/action.c
4700                 Action output fix
4701                 Patch by Alfons
4702
4703 2004-07-19 [colin]      0.9.12cvs33.4
4704
4705         * src/compose.c
4706                 Fix outgoing charset bug in headers
4707         * src/codeconv.c
4708                 Clean for glib2 - Patch by Alfons
4709
4710 2004-07-19 [colin]      0.9.12cvs33.3
4711
4712         * src/statusbar.c
4713                 Remove grip from the statusbar
4714                 Patch by Alfons
4715
4716 2004-07-19 [colin]      0.9.12cvs33.2
4717
4718         * src/messageview.c
4719         * src/textview.c
4720                 Fix messageview remembering the previous
4721                 scroll position when loading a new message
4722                 Patch by Alfons
4723
4724 2004-07-19 [colin]      0.9.12cvs33.1
4725
4726         * src/folder.h
4727         * src/folderview.c
4728         * src/summaryview.c
4729                 Sync with HEAD
4730
4731 2004-07-18 [colin]      0.9.12cvs32.7
4732
4733         * configure.ac
4734                 Remove useless check for XIM - noticed
4735                 by Alfons
4736
4737 2004-07-18 [colin]      0.9.12cvs32.6
4738
4739         * src/summaryview.c
4740                 Remove non-modified and shift-modified
4741                 accelerators in summaryview's popup
4742                 menu, as that doesn't get catched by
4743                 the accel-activate signal catcher...
4744
4745 2004-07-18 [colin]      0.9.12cvs32.5
4746
4747         * src/prefs_common.c
4748                 Define sensible default prefs for 
4749                 wrapping
4750
4751 2004-07-18 [colin]      0.9.12cvs32.4
4752
4753         * src/compose.c
4754         * src/prefs_common.c
4755         * src/prefs_common.h
4756         * src/prefs_wrapping.c
4757                 Remove Smart Wrapping pref, which does
4758                 nothing on gtk2 branch
4759
4760 2004-07-18 [colin]      0.9.12cvs32.3
4761
4762         * src/sourcewindow.c
4763                 Proper utf8
4764
4765 2004-07-18 [colin]      0.9.12cvs32.2
4766
4767         * src/compose.c
4768                 Save attachment status when drafting
4769
4770 2004-07-18 [colin]      0.9.12cvs32.1
4771
4772         * src/gtk/filesel.c
4773                 Fix erratic folder selection in open mode
4774
4775 2004-07-18 [colin]      0.9.12cvs31.11
4776
4777         * src/pop.c
4778                 Don't let partial messages get deleted
4779                 even with "dowload all"
4780                 (0.9.12cvs31.8 fix extension)
4781 2004-07-18 [colin]      0.9.12cvs31.10
4782
4783         * src/gtk/logwindow.c
4784                 Fix log scrolling
4785
4786 2004-07-18 [colin]      0.9.12cvs31.9
4787
4788         * src/common/utils.c
4789                 Fix non-utf8 strings coming from commands
4790                 and files
4791
4792 2004-07-18 [colin]      0.9.12cvs31.8
4793
4794         * src/pop.c
4795                 Fix partial download bug with Download all
4796                 messages option
4797
4798 2004-07-18 [colin]      0.9.12cvs31.7
4799
4800         * src/textview.c
4801                 Fix bug introduced in 0.9.12cvs31.2
4802                 (blocked in select mode after double click)
4803
4804 2004-07-18 [colin]      0.9.12cvs31.6
4805
4806         * src/compose.c
4807         * src/gtk/menu.c
4808                 More glib-warning fixes
4809
4810 2004-07-18 [colin]      0.9.12cvs31.5
4811
4812         * src/compose.c
4813                 Fix trashing the primary clipboard when moving 
4814                 around with tab
4815         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
4816
4817 2004-07-18 [colin]      0.9.12cvs31.4
4818
4819         * src/codeconv.c
4820                 convert unencoded iso headers to utf8
4821         (Fix Bug 538 Unencoded local characters in subject make it 
4822          disappear)
4823
4824 2004-07-18 [colin]      0.9.12cvs31.3
4825
4826         * src/compose.c
4827                 Fix tab char handling in wrapping
4828         (Fix Bug 537 Line wrap problem - TAB character treated as 
4829          one character instead of 8)
4830
4831 2004-07-18 [colin]      0.9.12cvs31.2
4832
4833         * src/textview.c
4834                 return FALSE on GDK_MOTION_NOTIFY
4835         (Fix Bug 535 Hyperlinks/addresses are not selectable 
4836          (unable to highlight))
4837
4838 2004-07-18 [colin]      0.9.12cvs31.1
4839
4840         * src/folderview.c
4841                 Sync with 0.9.12cvs31
4842
4843 2004-07-18 [colin]      0.9.12cvs30.4
4844
4845         * src/compose.c
4846                 Also block text_inserted when inserting a file
4847
4848 2004-07-18 [colin]      0.9.12cvs30.3
4849
4850         * src/compose.c
4851                 Fix smart wrapping (block text_inserted handler
4852                 while putting quotation to avoid wrap on input,
4853                 don't join lines if next is sig separator)
4854
4855 2004-07-17 [colin]      0.9.12cvs30.2
4856
4857         * src/folderview.c
4858         * src/mainwindow.c
4859         * src/mimeview.c
4860         * src/summaryview.c
4861         * src/gtk/quicksearch.c
4862         * src/gtk/quicksearch.h
4863                 Block key events handlers *and* accels while
4864                 quicksearch is focused
4865         (Fixes Bug 534 quick-search bar not accepting certain letters)
4866
4867 2004-07-17 [colin]      0.9.12cvs30.1
4868
4869         * src/folder.h
4870         * src/folderview.c
4871         * src/summaryview.c
4872                 Sync with 0.9.12cvs30
4873
4874 2004-07-17 [colin]      0.9.12cvs28.2
4875
4876         * src/mimeview.c
4877         * src/procmime.c
4878         * src/summaryview.c
4879         * src/gtk/menu.c
4880                 Squash some compile and glib warnings
4881
4882 2004-07-17 [paul]       0.9.12cvs28.1
4883
4884         * src/mimeview.c
4885                 sync with 0.9.12cvs28 HEAD
4886
4887 2004-07-16 [paul]       0.9.12cvs26.1
4888         
4889         * src/gtk/quicksearch.c
4890         * src/account.c
4891         * src/account.h
4892         * src/compose.c
4893         * src/customheader.c
4894         * src/folder_item_prefs.c
4895         * src/main.c
4896         * src/mainwindow.c
4897         * src/messageview.c
4898         * src/mimeview.c
4899         * src/news.c
4900         * src/pgpmime.c
4901         * src/pop.c
4902         * src/pop.h
4903         * src/prefs_account.c
4904         * src/prefs_account.h
4905         * src/prefs_common.c
4906         * src/prefs_common.h
4907         * src/prefs_display_header.c
4908         * src/prefs_gtk.c
4909         * src/prefs_gtk.h
4910         * src/procheader.c
4911         * src/procmime.c
4912                 sync with 0.9.12cvs26 HEAD      
4913
4914 2004-07-15 [colin]      0.9.12cvs18.14
4915
4916         * src/folder.c
4917                 Disable GPG signature check during
4918                 folder move and scan
4919         (Closes Bug 521 Signature checking slows down Folder-Move)
4920
4921 2004-07-14 [colin]      0.9.12cvs18.13
4922
4923         * src/common/partial_download.c
4924                 update includes
4925
4926 2004-07-14 [colin]      0.9.12cvs18.12
4927
4928         * src/common/partial_download.c
4929         * src/common/partial_download.h
4930                 Move doc at top, add correct copyright
4931
4932 2004-07-14 [colin]      0.9.12cvs18.11
4933
4934         * src/folder.c
4935         * src/messageview.c
4936         * src/pop.c
4937         * src/pop.h
4938         * src/procmsg.c
4939         * src/summaryview.c
4940         * src/common/Makefile.am
4941         * src/common/partial_download.c ** NEW FILES **
4942         * src/common/partial_download.h ** NEW FILES **
4943                 Move partial-download related stuff to its
4944                 own file
4945
4946 2004-07-14 [colin]      0.9.12cvs18.10
4947
4948         * src/send_message.c
4949                 Fix smtp auth when user is null or empty
4950
4951 2004-07-13 [colin]      0.9.12cvs18.9
4952
4953         * src/gtk/quicksearch.c
4954                 Use alphabetic order
4955
4956 2004-07-13 [colin]      0.9.12cvs18.8
4957
4958         * src/pop.c
4959                 Be paranoid on the checks
4960
4961 2004-07-13 [colin]      0.9.12cvs18.7
4962
4963         * src/gtk/quicksearch.c
4964                 Fix Engrish once again
4965
4966 2004-07-13 [colin]      0.9.12cvs18.6
4967
4968         * src/procmsg.c
4969         * src/summaryview.c
4970                 Mark messages for deletion when they are about to
4971                 be removed from trash
4972
4973 2004-07-13 [colin]      0.9.12cvs18.5
4974
4975         * src/matcher.c
4976         * src/matcher.h
4977         * src/matcher_parser_parse.y
4978         * src/prefs_matcher.c
4979         * src/gtk/quicksearch.c
4980                 Add 'partial' ('p') match string to find partially
4981                 downloaded messages
4982
4983 2004-07-13 [colin]      0.9.12cvs18.4
4984
4985         * src/pop.c
4986                 Fix misplaced block
4987
4988 2004-07-13 [colin]      0.9.12cvs18.3
4989
4990         * src/pop.c
4991         * src/pop.h
4992         * src/messageview.c
4993                 Refactor API (to avoid passing 5+ params and code
4994                 duplication)
4995         * src/folder.c
4996         * src/msgcache.c
4997         * src/procheader.c
4998         * src/common/defs.h
4999                 Add planned_download to cache
5000                 Don't mess uidl file when moving partially downloaded
5001                 mails (they change folder, we should change it in the
5002                 uidl list too or we'll remove an incorrect message)
5003                 (this also helps removing hacks when changing 
5004                 planned_download in messageview.c)
5005
5006 2004-07-12 [colin]      0.9.12cvs18.2
5007
5008         * src/gtk/quicksearch.c
5009                 Fix missing status update in quicksearch
5010
5011 2004-07-12 [paul]       0.9.12cvs18.1
5012
5013         * po/POTFILES.in
5014         * src/Makefile.am
5015         * src/account.c
5016         * src/codeconv.c
5017         * src/compose.c
5018         * src/inc.c
5019         * src/main.c
5020         * src/prefs_common.c
5021         * src/procmsg.h
5022         * src/toolbar.c
5023         * src/prefs_msg_colors.[ch]     ** NEW FILES **
5024         * src/prefs_wrapping.[ch]       ** NEW FILES **
5025         * src/common/intl.h
5026         * src/common/utils.[ch]
5027         * src/gtk/quicksearch.[ch]
5028                 sync with 0.9.12cvs18 HEAD
5029
5030 2004-07-12 [colin]      0.9.11cvs17.25
5031
5032         * src/folder.c
5033         * src/folder.h
5034                 Remove unused function added by me in 0.9.11cvs17.10
5035
5036 2004-07-11 [colin]      0.9.11cvs17.24
5037
5038         * src/inc.c
5039         * src/messageview.c
5040         * src/pop.c
5041         * src/pop.h
5042                 Use folderitem and msgnum instead of filename to
5043                 know which mail to delete
5044                 Move old partial mail deletion to pop.c
5045
5046 2004-07-10 [colin]      0.9.11cvs17.23
5047
5048         * src/inc.c
5049                 Add debug
5050         * src/pop.c
5051         * src/pop.h
5052                 Don't re-use same enums for unrelated stuff: it's 
5053                 completely misleading !
5054                 Document a bit
5055
5056 2004-07-09 [colin]      0.9.11cvs17.22
5057
5058         * src/inc.c
5059                 Remove folder-type check and do
5060                 more tests to be sure everything's
5061                 ok
5062         * src/messageview.c
5063                 Punctuation update, remove useless
5064                 code, fix two warnings
5065         * src/noticeview.c
5066                 Layout cleaning, reset 2nd button
5067                 when specifying one
5068
5069 2004-07-09 [colin]      0.9.11cvs17.21
5070
5071         * src/messageview.c
5072         * src/pop.c
5073         * src/pop.h
5074                 Allow user to change his mind
5075                 and postpone decision (by
5076                 unmarking the mail)
5077
5078 2004-07-09 [colin]      0.9.11cvs17.20
5079
5080         * src/messageview.c
5081                 Fix bug with delete state
5082         * src/pop.c
5083         * src/pop.h
5084                 Fix buffer leak (fread doesn't 
5085                 terminate buffers with \0)
5086                 Refactoring (remove magic 
5087                 numbers)
5088
5089 2004-07-09 [colin]      0.9.11cvs17.19
5090
5091         * src/pop.c
5092                 Don't log "Skipping message" if 
5093                 we're going to TOP it two lines
5094                 later
5095
5096 2004-07-09 [colin]      0.9.11cvs17.18
5097
5098         * src/messageview.c
5099                 Fix Engrish
5100
5101 2004-07-09 [colin]      0.9.11cvs17.17
5102
5103         * src/pop.c
5104                 strlen checking...
5105         * src/messageview.c
5106                 refactoring a bit
5107
5108 2004-07-08 [colin]      0.9.11cvs17.16
5109
5110         * src/noticeview.c
5111         * src/noticeview.h
5112                 Add an optional second button
5113         * src/messageview.c
5114         * src/pop.c
5115         * src/pop.h
5116                 Don't delete partially received mails after a certain
5117                 time; rather, let the user decide.
5118
5119 2004-07-08 [colin]      0.9.11cvs17.15
5120
5121         * src/common/smtp.h
5122                 Sync with HEAD
5123
5124 2004-07-08 [colin]      0.9.11cvs17.14
5125
5126         * src/messageview.c
5127         * src/common/smtp.c
5128                 Use to_human_readable() for sizes
5129
5130 2004-07-08 [colin]      0.9.11cvs17.13
5131
5132         * src/inc.c
5133         * src/messageview.c
5134         * src/pop.c
5135         * src/pop.h
5136         * src/procmsg.c
5137                 Fix partial-downloading issues:
5138                         catch unsupported TOP
5139                         don't delete partially downloaded mails before 5 days
5140                         don't update existing with non-MH folders; that'll
5141                         make dups, but it's better than trashing the folder
5142                         free new msginfo parts
5143                 Fix indentation ;-)
5144
5145 2004-07-08 [colin]      0.9.11cvs17.12
5146
5147         * src/common/smtp.c
5148         * src/common/smtp.h
5149                 Sync smtp size verification with HEAD
5150
5151 2004-07-08 [colin]      0.9.11cvs17.11
5152
5153         * src/summaryview.c
5154         * src/prefs_common.c
5155         * src/prefs_common.h
5156         * src/gtk/quicksearch.c
5157         * src/gtk/quicksearch.h
5158                 Sync sticky pref with HEAD
5159
5160 2004-07-08 [colin]      0.9.11cvs17.10
5161
5162         * src/folder.c [1.213.2.6]
5163         * src/folder.h [1.87.2.6]
5164         * src/inc.c [1.149.2.7]
5165         * src/messageview.c [1.94.2.8]
5166         * src/procheader.c [1.47.2.6]
5167         * src/procmsg.c [1.150.2.4]
5168         * src/procmsg.h [1.60.2.5]
5169         * src/pop.c [1.56.2.4]
5170         * src/pop.h [1.17.2.3]
5171                 Let too big messages get downloaded, but truncated
5172                 Add a button to download them completely
5173                 
5174 2004-07-06 [colin]      0.9.11cvs17.9
5175
5176         * src/gtk/quicksearch.c [1.1.2.3]
5177                 Add a Clear button
5178         * commitHelper
5179         * PATCHSETS
5180                 Add a script to help with cvs
5181
5182 2004-07-03 [colin]      0.9.11cvs17.8
5183
5184         * src/plugins/imageviewer/viewer.c
5185                 fix imageviewer (which was staying on the first
5186                 displayed image)
5187
5188 2004-07-03 [colin]      0.9.11cvs17.7
5189
5190         Removed FIXME_GTK2 warnings
5191         * src/gtk/gtkutils.c
5192                 useless #warnings
5193         * src/gtk/menu.c
5194                 useless #warnings (no need to mess with menu rc)
5195         * src/gtk/menu.h
5196                 unused functions
5197         
5198
5199 2004-07-03 [colin]      0.9.11cvs17.6
5200
5201         Removed FIXME_GTK2 warnings
5202         * src/codeconv.c
5203                 useless #warnings (rewrite needed)
5204         * src/compose.c
5205                 useless #warnings (rewrite needed)
5206                 useless #warnings (gtk2 is like that)
5207                 useless #warnings (previously fixed)
5208         * src/main.c
5209                 useless #warnings (previously fixed)
5210         * src/message_search.c
5211                 useless #warnings (gtk2 is like that)
5212                 Made apparent that search is case-sensitive
5213         * src/mimeview.c
5214                 useless #warnings (rewrite needed)
5215                 useless #warnings (gtk2 is like that)
5216                 reimplemented real warnings
5217         * src/prefs_common.c
5218                 Removed block cursor option (not it gtk2)
5219         * src/prefs_gtk.c
5220                 useless #warnings (rewrite needed)
5221         * src/procheader.c
5222                 useless #warnings (rewrite needed)
5223         * src/sourcewindow.c
5224                 useless #warnings (incorrect placing)
5225         * src/summary_search.c
5226                 useless #warnings (gtk2 is like that)
5227                 Made apparent that search is case-sensitive
5228         * src/action.c
5229                 useless #warnings (gtk2 is like that)
5230         * src/textview.c
5231                 useless #warnings (rewrite needed)
5232         * src/toolbar.c
5233                 useless #warnings (rewrite needed)
5234
5235 2004-07-03 [colin]      0.9.11cvs17.5
5236
5237         * src/textview.c
5238                 Fix mismerge which broke URI opening
5239                 
5240 2004-07-01 [colin]      0.9.11cvs17.4
5241
5242         * src/gtk/filesel.c
5243                 Fill filename when saving
5244                 
5245 2004-06-27 [colin]      0.9.11cvs17.3
5246
5247         * src/gtk/filesel.[ch]
5248                 Use the new GTK file selector
5249                 Update prototype to match the reality: multiple file
5250                 selection is open-only          
5251         * src/compose.c
5252                 Match the new prototypes        
5253         * configure.ac
5254                 Match the new requirements (gtk 2.4.0)
5255                         
5256 2004-06-26 [colin]      0.9.11cvs17.2
5257
5258         * src/plugins/trayicon/trayicon.c
5259                 Remove useless signal handler on resize, which causes
5260                 an infinite "loop"
5261         
5262 2004-06-26 [colin]      0.9.11cvs17.1
5263         
5264         * tools/Makefile.am
5265                 remove launch_firebird and add nautilus2sylpheed.sh
5266         * src/quicksearch.c
5267           src/summaryview.c
5268                 Fix show/hide "Extended symbols" button problem
5269                 Fix apparition at startup
5270                 Fix const warnings
5271         * src/plugins/image_viewer/Makefile.am
5272                 Fix configure 
5273         * common/ssl.c
5274                 Re-enable certificate check, as it doesn't seem to
5275                 cause Xlib errors anymore
5276
5277 2004-06-25 [paul]       0.9.11cvs17
5278
5279         * sync with 0.9.11cvs17 HEAD
5280         
5281         NOTE: QuickSearch is broken
5282
5283 2004-06-07 [colin]      0.9.10claws67.10
5284         * src/plugins/trayicon/trayicon.c
5285           src/plugins/trayicon/libeggtrayicon/Makefile.am
5286           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5287                 Fix gettextization in trayicon plugin
5288
5289 2004-06-07 [colin]      0.9.10claws67.9
5290         
5291         * src/summaryview.c
5292           src/gtk/gtksctree.[ch]
5293                 Let Shift+{Up,Down} work in summaryview
5294                 (well, Down "works" and Up works)
5295                 Let the list scroll when using these keys
5296
5297 2004-06-06 [colin]      0.9.10claws67.8
5298
5299         * src/plugins/trayicon/trayicon.c
5300                 Fix pixmap update
5301
5302 2004-06-06 [colin]      0.9.10claws67.7
5303
5304         * src/addressbook.c
5305                 Fix signal handling causing system-wide focus grab
5306
5307 2004-05-25 [paul]       0.9.10claws67.6
5308
5309         * Makefile.am
5310           src/Makefile.am
5311                 clean up
5312
5313 2004-05-25 [paul]       0.9.10claws67.5
5314
5315         * replace deprecated gtk_signal... functions
5316
5317 2004-05-23 [colin]      0.9.10claws67.4
5318
5319         * src/compose.c
5320                 Fix wrapping
5321
5322 2004-05-22 [colin]      0.9.10claws67.3
5323
5324         * src/compose.c
5325                 Re-fix [Edited] in compose.c::compose_reedit()
5326
5327 2004-05-22 [colin]      0.9.10claws67.2
5328
5329         * src/procmime.c
5330                 Fix parsing of multiparts mails
5331
5332 2004-05-22 [colin]      0.9.10claws67.1
5333
5334         * src/summaryview.c
5335                 Fix quicksearch
5336
5337 2004-05-22 [paul]       0.9.10claws67
5338
5339         * sync with 0.9.10claws67 HEAD
5340
5341 2004-05-14 [alfons]
5342
5343         * src/procmime.h
5344                 add forgotton prototype
5345
5346 2004-05-10 [paul]       0.9.10claws57
5347
5348         * sync with 0.9.10claws57 HEAD
5349
5350 2004-05-05 [paul]       0.9.9.claws1
5351
5352         * ChangeLog-gtk2        ** REMOVED **
5353           ChangeLog-gtk2.claws  ** ADDED **
5354                 rename and adopt the normal claws format
5355                 
5356         * configure.ac
5357                 require gtkmathview >= 0.5
5358
5359         * ac/*                          ** REMOVED **
5360           ac/                           ** REMOVED **
5361           intl/Makefile.in              ** REMOVED **
5362           m4/                           ** ADDED **
5363           m4/missing                    ** ADDED **
5364           m4/missing/gdk-pixbuf.m4      ** ADDED **
5365           m4/missing/gettext.m4         ** ADDED **
5366           m4/missing/gpgme.m4           ** ADDED **
5367           m4/missing/imlib.m4           ** ADDED **
5368           m4/.cvsignore                 ** ADDED **
5369           m4/Makefile.am                ** ADDED **
5370           m4/README                     ** ADDED **
5371           m4/aclocal-include.m4         ** ADDED **
5372           m4/aspell.m4                  ** ADDED **
5373           m4/check-type.m4              ** ADDED **
5374           m4/gnupg-check-typedef.m4     ** ADDED **
5375           m4/openssl.m4                 ** ADDED **
5376           m4/spamassassin.m4            ** ADDED **
5377           po/ChangeLog                  ** REMOVED **
5378           po/Makefile.in.in             ** REMOVED **
5379           po/Rules-quot                 ** REMOVED **
5380           po/boldquot.sed               ** REMOVED **
5381           po/en@boldquot.header         ** REMOVED **
5382           po/en@quot.header             ** REMOVED **
5383           po/insert-header.sin          ** REMOVED **
5384           po/quot.sed                   ** REMOVED **
5385           po/remove-potcdate.sed        ** REMOVED **
5386           po/remove-potcdate.sin        ** REMOVED **
5387           po/stamp-po                   ** REMOVED **
5388           Makefile.am
5389           autogen.sh
5390           configure.ac
5391                 enable building with automake 1.8.x
5392                 add 'autopoint --force' to autogen.sh and remove all
5393                 auto-generated files, remove ac/ directory and use
5394                 m4/ directory instead
5395                 
5396         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5397                 fix gettextization
5398
5399 2004-02-28 Colin Leroy <colin@colino.net>
5400         * src/prefs_matcher.c
5401           src/prefs_filtering.c
5402           src/prefs_filtering_action.c
5403                 Fix non-editable GtkEntries
5404
5405 2004-02-22 Thorsten Maerz <torte@netztorte.de>
5406         * src/prefs_themes.c
5407                 utf8 conversion for theme info
5408
5409 2004-02-21 Thorsten Maerz <torte@netztorte.de>
5410         * sync 0.9.9claws
5411
5412 2004-02-14 Thorsten Maerz <torte@netztorte.de>
5413         * src/grouplistdialog.c
5414                 allow multiple selections without ctrl key
5415
5416 2004-02-09 Thorsten Maerz <torte@netztorte.de>
5417         * src/main.c
5418                 enable customizable accelerators
5419
5420 2004-02-08 Thorsten Maerz <torte@netztorte.de>
5421         * src/prefs_common.c
5422                 re-enable different font settings for gtk1/2
5423         * src/prefs_folder_item.c
5424                 fix folder prefs displayed wrong
5425         * src/textview.c
5426                 set 'sunken' shadow type
5427
5428 2004-02-07 Colin Leroy <colin@colino.net>
5429         * src/compose.c
5430                 Fix message being always [Edited]
5431                 Encode headers correctly (utf8 buf)
5432
5433 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5434         * src/socket.c
5435                 remove double g_source_attach()
5436                 (Thanks to Colin Leroy)
5437
5438 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5439         * src/gtk/gtksctree.c
5440                 Fix SSL certificate list not shown
5441         * src/mimeview.c
5442                 Fix clicks in mime tree
5443
5444 2004-01-27 Thorsten Maerz <torte@netztorte.de>
5445         * src/common/socket.c
5446                 Fix SSL receive
5447         * src/compose.c
5448                 Fix clipboard menu hotkeys
5449
5450 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5451         * src/gtk/gtkaspell.[ch]
5452           src/compose.c
5453                 reimplement spellchecker
5454
5455 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5456         * src/gtk/filesel.c
5457                 crash when inserting file in compose window
5458                 (TODO: keep old selection on clicks)
5459         * src/main.c
5460                 use gtkrc-2.0 instead of gtkrc
5461
5462 2004-01-25 Thorsten Maerz <torte@netztorte.de>
5463         * src/messageview.c
5464                 remove orphaned mimeview unref()
5465
5466 2004-01-20 Thorsten Maerz <torte@netztorte.de>
5467         * src/grouplistdialog.c
5468                 expand nodes containing subscribed groups
5469
5470 2004-01-19 Thorsten Maerz <torte@netztorte.de>
5471         * src/textview.c
5472                 textview: hide cursor, restore old click behaviour
5473
5474 2004-01-18 Thorsten Maerz <torte@netztorte.de>
5475         * src/textview.c
5476                 variable names messed up
5477
5478 2004-01-17 Colin Leroy <colin@colino.net>
5479         * src/addr_compl.c
5480                 Fix completion address too thin
5481         * src/compose.c
5482                 Fix tab-to-subject behaviour
5483         * src/summaryview.c
5484                 Implement key up & down in summaryview
5485
5486 2004-01-12 Thorsten Maerz <torte@netztorte.de>
5487
5488         * sync 098claws
5489
5490 2004-01-08 Thorsten Maerz <torte@netztorte.de>
5491         * configure.ac
5492           Makefile.am
5493           doc/.cvsignore
5494           doc/Makefile.am
5495                 faq, man, manual moved to doc/
5496         * ac/aspell.m4
5497           ac/check-type.m4
5498           ac/gnupg-check-typedef.m4
5499           ac/openssl.m4
5500           ac/spamassassin.m4
5501           ac/missing/gdk-pixbuf.m4
5502           ac/missing/gpgme.m4
5503           ac/missing/imlib.m4
5504                 fix automake warnings
5505
5506 2003-12-06 Colin Leroy <colin@colino.net>
5507         * src/summaryview.c
5508                 Fix quicksearch
5509
5510 2003-12-05 Colin Leroy <colin@colino.net>
5511         * src/summaryview.c
5512                 Fix going to next unread folder
5513
5514 2003-12-05 Colin Leroy <colin@colino.net>
5515         * src/crash.c
5516                 Fix gtk2 compilation
5517         * src/session.c
5518                 Remove iotag source handler at disconnection
5519         * src/socket.[ch] 
5520                 Remove source handler when closing socket 
5521                 (fixes another seg)
5522
5523 2003-12-04 Colin Leroy <colin@colino.net>
5524         * src/compose.c
5525           src/prefs_account.c
5526           src/prefs_common.c
5527                 Fix some dropdown menus
5528
5529 2003-12-04 Colin Leroy <colin@colino.net>
5530         * src/compose.c
5531                 Fix event handlers on header fields
5532         * src/common/socket.c
5533           src/common/session.c
5534                 Fix segfault with callback (SSL)
5535                 Fix end of session 
5536
5537 2003-10-06 Thorsten Maerz <torte@netztorte.de>
5538
5539         * Fix compile bug in src/compose.c
5540         * removed src/gtk/gtkstext.[ch]
5541
5542 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
5543
5544         * Convert character set and escape "text" attributes in toolbar setting
5545         files.
5546         * Fixed bug in button-press-event handling.
5547
5548 2003-09-16 Thorsten Maerz <torte@netztorte.de>
5549
5550         * Fixed bug in key-press-event handling.
5551
5552 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
5553
5554         * Enabled to compile tray-icon plugin (Ad-hoc).
5555         * Avoid hang up bug of icon list in mime view (Ad-hoc).
5556
5557 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
5558
5559         * Enabled to compile on sylpheed-claws.
5560         (tray-icon plugin still cannot compile yet.)
5561
5562 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
5563
5564         * Updated to 0.9.5.
5565
5566 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
5567
5568         * Updated to 0.9.4.
5569         * Ported monitoring SSL mechanism to GSource of GLib2
5570         (I don't confirm it)
5571         * Added _gtk2 suffix to key name of font preference to avoid
5572         ovverwriting preference of Gtk+-1.2 version.
5573
5574 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
5575
5576         * Updated to 0.9.2.
5577
5578 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
5579
5580         * Updated to 0.9.1.
5581         * Translate po files into UTF-8 when execute autogen.sh.
5582
5583 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
5584
5585         * Updated to 0.9.0.
5586
5587 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
5588
5589         * Plugged GError related memory leaks.
5590
5591 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
5592
5593         * Changed default size of fonts.
5594         * Enabled to set titile font size of warning dialog.
5595
5596 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
5597
5598         * Embed a sylpheed icon into executable binary on Windows.
5599
5600 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
5601
5602         * I forgot to traslate character set of element string in src/xml.c.
5603
5604 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
5605
5606         * Fixed detecting bind_textdomain_codeset in configure.in.
5607         * The bug in which "Example" of "Date fromat" preference isn't displayed
5608         correctly has been fixed.
5609
5610 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
5611
5612         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
5613           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
5614           glib-gettextize
5615           Removed intl directory.
5616           Translated po files into UTF-8.
5617           (Thanks! Ryuji Abe)
5618
5619 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
5620
5621         * The bug which doesn't unscape string in xml.c has been fixed.
5622
5623 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
5624
5625         * The bug which is failed to translate encoding of file name thorough
5626         file dialog has been fixed.
5627
5628 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
5629
5630         * Modified to translate file names which is used in inporting/expoting
5631         mbox feature and "Save as" feature into locale encoding.
5632         * Translate file names into locale encoding when "Attache file" and
5633         "Insert file".
5634         * Force set G_BROKEN_FILENAMES environment variable.
5635         * Other minor fixes.
5636
5637 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
5638
5639         * Modified to treat MH folder's name as locale encoding.
5640
5641 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
5642
5643         * The bug which clash on switching candidates of auto completion of
5644         addresses, cannot use auto completion in Japanesse is fixed
5645         (Thanks! Tokunaga-san)¡¥
5646
5647 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5648
5649         * The bug which cannot switch key accelerator preference has been fixed
5650         (Thanks! smbd-san)¡¥
5651
5652 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5653
5654         * version 0.8.11-gtk2-20030314
5655
5656 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
5657
5658         * The bug in which character set conversion of filtering messages has
5659         been fixed.(Thanks! COCOA-san).
5660
5661 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
5662
5663         * Revived "Leave space on head" preference in "Message" category.
5664         * A bug which clash when put the cursor to end of buffer and execute
5665         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
5666
5667 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5668
5669         * version 0.8.11-gtk2-20030312
5670
5671 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
5672
5673         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
5674         * Modified to use Pango's API directly for font preference.
5675         * Integrated GtkTextView of textview to one widget.
5676         * Set fonts of header title in textview by "header_title" tag.
5677         * Removed some deprecated codes.
5678
5679 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
5680
5681         * Updated to 0.8.11.
5682         * Merged cygwin patch(Thanks! Sakai-san).
5683
5684 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
5685
5686         * version 0.8.10-gtk2-20030309