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