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