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