Add icon to alertpanel
[claws.git] / ChangeLog-gtk2.claws
1 2004-07-27 [colin]      0.9.12cvs35.1
2
3         * src/alertpanel.c
4                 Add an icon
5         * src/passphrase.c
6                 Add debug output - maybe someone will
7                 want to look at the problem with Grab
8                 Input :)
9         Bump version as we're synced with HEAD
10
11 2004-07-26 [colin]      0.9.12cvs33.26
12
13         * src/pop.c
14                 Fix uidl-file parsing when not in new
15                 format
16
17 2004-07-26 [colin]      0.9.12cvs33.25
18
19         * src/gtk/menu.c
20                 Move popup menu up if necessary (fixes 
21                 account selector)
22         * src/mainwindow.c
23                 Set account selector's button height to
24                 minimum
25
26 2004-07-26 [colin]      0.9.12cvs33.24
27
28         * src/alertpanel.c
29                 Maybe fix 551 (Truncated font in alert window)
30
31 2004-07-26 [colin]      0.9.12cvs33.23
32
33         * po/de.po
34         * po/es.po
35         * po/fr.po
36         * po/it.po
37         * po/ja.po
38         * po/pl.po
39         * po/ru.po
40         * po/sk.po
41         * po/sr.po
42         * po/zh_CN.po
43                 Sync po files with HEAD
44
45 2004-07-26 [paul]       0.9.12cvs33.22
46
47         * src/compose.c
48                 fix Bug 556 'Organisation-header is sent even if empty'
49
50 2004-07-24 [colin]      0.9.12cvs33.21
51
52         * src/compose.c
53         * src/gtk/gtkaspell.c
54         * src/gtk/gtkaspell.h
55                 Fix speller accelerators (require hack)
56
57 2004-07-24 [colin]      0.9.12cvs33.20
58
59         * src/gtk/gtkaspell.c
60                 Fix over-eager code deletion breaking
61                 Check while typing
62
63 2004-07-24 [colin]      0.9.12cvs33.19
64
65         * src/browseldap.c
66         * src/ldapctrl.c
67         * src/ldapctrl.h
68         * src/ldapserver.h
69                 Sync ldap with HEAD
70         (Fixes 546 LDAP completely broken)
71
72 2004-07-24 [colin]      0.9.12cvs33.18
73
74         * src/prefs_msg_colors.c
75                 Fix prototype mismatch
76         (Fixes 547 void function cannot return value)
77
78 2004-07-24 [colin]      0.9.12cvs33.17
79
80         * src/mainwindow.c
81                 Fix sort going back to previous sort key
82                 when changing sort direction
83
84 2004-07-24 [colin]      0.9.12cvs33.16
85
86         * src/compose.c
87                 Fix space insertion when re-wrapping at 
88                 cursor point
89
90 2004-07-24 [colin]      0.9.12cvs33.15
91
92         * src/gtk/gtkaspell.c
93                 Don't change cursor position in insert-text
94                 callback
95         (Fixes 539 Word wrapping on input transposes letters)
96
97 2004-07-24 [colin]      0.9.12cvs33.14
98
99         * src/gtk/gtkaspell.c
100                 Reencode non-ascii chars to dictionary's
101                 encoding
102         (Fixes 544 Spell check broken non english locale)
103
104 2004-07-24 [colin]      0.9.12cvs33.13
105
106         * src/summaryview.c
107                 Fix Shift+Down, add Home/End/PgUp/PgDown
108
109 2004-07-21 [colin]      0.9.12cvs33.12
110
111         * src/prefs_common.c
112                 Fix a gtk warning (Patch by Andrej Kacian)
113
114 2004-07-21 [colin]      0.9.12cvs33.11
115
116         * src/gtk/filesel.c
117                 More check
118
119 2004-07-21 [colin]      0.9.12cvs33.10
120
121         * src/compose.c
122         * src/crash.c
123         * src/export.c
124         * src/import.c
125         * src/messageview.c
126         * src/mimeview.c
127         * src/prefs_spelling.c
128         * src/prefs_themes.c
129         * src/summaryview.c
130         * src/gtk/filesel.c
131         * src/gtk/filesel.h
132         * src/gtk/pluginwindow.c
133                 Untwist open/save mode guessing logic, make
134                 it explicit
135
136 2004-07-20 [colin]      0.9.12cvs33.9
137
138         * src/codeconv.c
139                 conv_encode_header: src_charset is UTF-8 on
140                 gtk2
141         * src/compose.c
142                 Remove double encoding of the headers
143
144 2004-07-20 [colin]      0.9.12cvs33.8
145
146         * src/codeconv.c
147                 Fix typo
148
149 2004-07-20 [colin]      0.9.12cvs33.7
150
151         * src/mainwindow.c
152                 Set the separated messageview to the saved
153                 size of Claws' messageview (Patch by Alfons)
154                 Fix a callback prototype (me)
155
156 2004-07-20 [colin]      0.9.12cvs33.6
157
158         * src/codeconv.h
159                 Forgot one hunk in 0.9.12cvs33.4
160
161 2004-07-19 [colin]      0.9.12cvs33.5
162
163         * src/action.c
164                 Action output fix
165                 Patch by Alfons
166
167 2004-07-19 [colin]      0.9.12cvs33.4
168
169         * src/compose.c
170                 Fix outgoing charset bug in headers
171         * src/codeconv.c
172                 Clean for glib2 - Patch by Alfons
173
174 2004-07-19 [colin]      0.9.12cvs33.3
175
176         * src/statusbar.c
177                 Remove grip from the statusbar
178                 Patch by Alfons
179
180 2004-07-19 [colin]      0.9.12cvs33.2
181
182         * src/messageview.c
183         * src/textview.c
184                 Fix messageview remembering the previous
185                 scroll position when loading a new message
186                 Patch by Alfons
187
188 2004-07-19 [colin]      0.9.12cvs33.1
189
190         * src/folder.h
191         * src/folderview.c
192         * src/summaryview.c
193                 Sync with HEAD
194
195 2004-07-18 [colin]      0.9.12cvs32.7
196
197         * configure.ac
198                 Remove useless check for XIM - noticed
199                 by Alfons
200
201 2004-07-18 [colin]      0.9.12cvs32.6
202
203         * src/summaryview.c
204                 Remove non-modified and shift-modified
205                 accelerators in summaryview's popup
206                 menu, as that doesn't get catched by
207                 the accel-activate signal catcher...
208
209 2004-07-18 [colin]      0.9.12cvs32.5
210
211         * src/prefs_common.c
212                 Define sensible default prefs for 
213                 wrapping
214
215 2004-07-18 [colin]      0.9.12cvs32.4
216
217         * src/compose.c
218         * src/prefs_common.c
219         * src/prefs_common.h
220         * src/prefs_wrapping.c
221                 Remove Smart Wrapping pref, which does
222                 nothing on gtk2 branch
223
224 2004-07-18 [colin]      0.9.12cvs32.3
225
226         * src/sourcewindow.c
227                 Proper utf8
228
229 2004-07-18 [colin]      0.9.12cvs32.2
230
231         * src/compose.c
232                 Save attachment status when drafting
233
234 2004-07-18 [colin]      0.9.12cvs32.1
235
236         * src/gtk/filesel.c
237                 Fix erratic folder selection in open mode
238
239 2004-07-18 [colin]      0.9.12cvs31.11
240
241         * src/pop.c
242                 Don't let partial messages get deleted
243                 even with "dowload all"
244                 (0.9.12cvs31.8 fix extension)
245 2004-07-18 [colin]      0.9.12cvs31.10
246
247         * src/gtk/logwindow.c
248                 Fix log scrolling
249
250 2004-07-18 [colin]      0.9.12cvs31.9
251
252         * src/common/utils.c
253                 Fix non-utf8 strings coming from commands
254                 and files
255
256 2004-07-18 [colin]      0.9.12cvs31.8
257
258         * src/pop.c
259                 Fix partial download bug with Download all
260                 messages option
261
262 2004-07-18 [colin]      0.9.12cvs31.7
263
264         * src/textview.c
265                 Fix bug introduced in 0.9.12cvs31.2
266                 (blocked in select mode after double click)
267
268 2004-07-18 [colin]      0.9.12cvs31.6
269
270         * src/compose.c
271         * src/gtk/menu.c
272                 More glib-warning fixes
273
274 2004-07-18 [colin]      0.9.12cvs31.5
275
276         * src/compose.c
277                 Fix trashing the primary clipboard when moving 
278                 around with tab
279         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
280
281 2004-07-18 [colin]      0.9.12cvs31.4
282
283         * src/codeconv.c
284                 convert unencoded iso headers to utf8
285         (Fix Bug 538 Unencoded local characters in subject make it 
286          disappear)
287
288 2004-07-18 [colin]      0.9.12cvs31.3
289
290         * src/compose.c
291                 Fix tab char handling in wrapping
292         (Fix Bug 537 Line wrap problem - TAB character treated as 
293          one character instead of 8)
294
295 2004-07-18 [colin]      0.9.12cvs31.2
296
297         * src/textview.c
298                 return FALSE on GDK_MOTION_NOTIFY
299         (Fix Bug 535 Hyperlinks/addresses are not selectable 
300          (unable to highlight))
301
302 2004-07-18 [colin]      0.9.12cvs31.1
303
304         * src/folderview.c
305                 Sync with 0.9.12cvs31
306
307 2004-07-18 [colin]      0.9.12cvs30.4
308
309         * src/compose.c
310                 Also block text_inserted when inserting a file
311
312 2004-07-18 [colin]      0.9.12cvs30.3
313
314         * src/compose.c
315                 Fix smart wrapping (block text_inserted handler
316                 while putting quotation to avoid wrap on input,
317                 don't join lines if next is sig separator)
318
319 2004-07-17 [colin]      0.9.12cvs30.2
320
321         * src/folderview.c
322         * src/mainwindow.c
323         * src/mimeview.c
324         * src/summaryview.c
325         * src/gtk/quicksearch.c
326         * src/gtk/quicksearch.h
327                 Block key events handlers *and* accels while
328                 quicksearch is focused
329         (Fixes Bug 534 quick-search bar not accepting certain letters)
330
331 2004-07-17 [colin]      0.9.12cvs30.1
332
333         * src/folder.h
334         * src/folderview.c
335         * src/summaryview.c
336                 Sync with 0.9.12cvs30
337
338 2004-07-17 [colin]      0.9.12cvs28.2
339
340         * src/mimeview.c
341         * src/procmime.c
342         * src/summaryview.c
343         * src/gtk/menu.c
344                 Squash some compile and glib warnings
345
346 2004-07-17 [paul]       0.9.12cvs28.1
347
348         * src/mimeview.c
349                 sync with 0.9.12cvs28 HEAD
350
351 2004-07-16 [paul]       0.9.12cvs26.1
352         
353         * src/gtk/quicksearch.c
354         * src/account.c
355         * src/account.h
356         * src/compose.c
357         * src/customheader.c
358         * src/folder_item_prefs.c
359         * src/main.c
360         * src/mainwindow.c
361         * src/messageview.c
362         * src/mimeview.c
363         * src/news.c
364         * src/pgpmime.c
365         * src/pop.c
366         * src/pop.h
367         * src/prefs_account.c
368         * src/prefs_account.h
369         * src/prefs_common.c
370         * src/prefs_common.h
371         * src/prefs_display_header.c
372         * src/prefs_gtk.c
373         * src/prefs_gtk.h
374         * src/procheader.c
375         * src/procmime.c
376                 sync with 0.9.12cvs26 HEAD      
377
378 2004-07-15 [colin]      0.9.12cvs18.14
379
380         * src/folder.c
381                 Disable GPG signature check during
382                 folder move and scan
383         (Closes Bug 521 Signature checking slows down Folder-Move)
384
385 2004-07-14 [colin]      0.9.12cvs18.13
386
387         * src/common/partial_download.c
388                 update includes
389
390 2004-07-14 [colin]      0.9.12cvs18.12
391
392         * src/common/partial_download.c
393         * src/common/partial_download.h
394                 Move doc at top, add correct copyright
395
396 2004-07-14 [colin]      0.9.12cvs18.11
397
398         * src/folder.c
399         * src/messageview.c
400         * src/pop.c
401         * src/pop.h
402         * src/procmsg.c
403         * src/summaryview.c
404         * src/common/Makefile.am
405         * src/common/partial_download.c ** NEW FILES **
406         * src/common/partial_download.h ** NEW FILES **
407                 Move partial-download related stuff to its
408                 own file
409
410 2004-07-14 [colin]      0.9.12cvs18.10
411
412         * src/send_message.c
413                 Fix smtp auth when user is null or empty
414
415 2004-07-13 [colin]      0.9.12cvs18.9
416
417         * src/gtk/quicksearch.c
418                 Use alphabetic order
419
420 2004-07-13 [colin]      0.9.12cvs18.8
421
422         * src/pop.c
423                 Be paranoid on the checks
424
425 2004-07-13 [colin]      0.9.12cvs18.7
426
427         * src/gtk/quicksearch.c
428                 Fix Engrish once again
429
430 2004-07-13 [colin]      0.9.12cvs18.6
431
432         * src/procmsg.c
433         * src/summaryview.c
434                 Mark messages for deletion when they are about to
435                 be removed from trash
436
437 2004-07-13 [colin]      0.9.12cvs18.5
438
439         * src/matcher.c
440         * src/matcher.h
441         * src/matcher_parser_parse.y
442         * src/prefs_matcher.c
443         * src/gtk/quicksearch.c
444                 Add 'partial' ('p') match string to find partially
445                 downloaded messages
446
447 2004-07-13 [colin]      0.9.12cvs18.4
448
449         * src/pop.c
450                 Fix misplaced block
451
452 2004-07-13 [colin]      0.9.12cvs18.3
453
454         * src/pop.c
455         * src/pop.h
456         * src/messageview.c
457                 Refactor API (to avoid passing 5+ params and code
458                 duplication)
459         * src/folder.c
460         * src/msgcache.c
461         * src/procheader.c
462         * src/common/defs.h
463                 Add planned_download to cache
464                 Don't mess uidl file when moving partially downloaded
465                 mails (they change folder, we should change it in the
466                 uidl list too or we'll remove an incorrect message)
467                 (this also helps removing hacks when changing 
468                 planned_download in messageview.c)
469
470 2004-07-12 [colin]      0.9.12cvs18.2
471
472         * src/gtk/quicksearch.c
473                 Fix missing status update in quicksearch
474
475 2004-07-12 [paul]       0.9.12cvs18.1
476
477         * po/POTFILES.in
478         * src/Makefile.am
479         * src/account.c
480         * src/codeconv.c
481         * src/compose.c
482         * src/inc.c
483         * src/main.c
484         * src/prefs_common.c
485         * src/procmsg.h
486         * src/toolbar.c
487         * src/prefs_msg_colors.[ch]     ** NEW FILES **
488         * src/prefs_wrapping.[ch]       ** NEW FILES **
489         * src/common/intl.h
490         * src/common/utils.[ch]
491         * src/gtk/quicksearch.[ch]
492                 sync with 0.9.12cvs18 HEAD
493
494 2004-07-12 [colin]      0.9.11cvs17.25
495
496         * src/folder.c
497         * src/folder.h
498                 Remove unused function added by me in 0.9.11cvs17.10
499
500 2004-07-11 [colin]      0.9.11cvs17.24
501
502         * src/inc.c
503         * src/messageview.c
504         * src/pop.c
505         * src/pop.h
506                 Use folderitem and msgnum instead of filename to
507                 know which mail to delete
508                 Move old partial mail deletion to pop.c
509
510 2004-07-10 [colin]      0.9.11cvs17.23
511
512         * src/inc.c
513                 Add debug
514         * src/pop.c
515         * src/pop.h
516                 Don't re-use same enums for unrelated stuff: it's 
517                 completely misleading !
518                 Document a bit
519
520 2004-07-09 [colin]      0.9.11cvs17.22
521
522         * src/inc.c
523                 Remove folder-type check and do
524                 more tests to be sure everything's
525                 ok
526         * src/messageview.c
527                 Punctuation update, remove useless
528                 code, fix two warnings
529         * src/noticeview.c
530                 Layout cleaning, reset 2nd button
531                 when specifying one
532
533 2004-07-09 [colin]      0.9.11cvs17.21
534
535         * src/messageview.c
536         * src/pop.c
537         * src/pop.h
538                 Allow user to change his mind
539                 and postpone decision (by
540                 unmarking the mail)
541
542 2004-07-09 [colin]      0.9.11cvs17.20
543
544         * src/messageview.c
545                 Fix bug with delete state
546         * src/pop.c
547         * src/pop.h
548                 Fix buffer leak (fread doesn't 
549                 terminate buffers with \0)
550                 Refactoring (remove magic 
551                 numbers)
552
553 2004-07-09 [colin]      0.9.11cvs17.19
554
555         * src/pop.c
556                 Don't log "Skipping message" if 
557                 we're going to TOP it two lines
558                 later
559
560 2004-07-09 [colin]      0.9.11cvs17.18
561
562         * src/messageview.c
563                 Fix Engrish
564
565 2004-07-09 [colin]      0.9.11cvs17.17
566
567         * src/pop.c
568                 strlen checking...
569         * src/messageview.c
570                 refactoring a bit
571
572 2004-07-08 [colin]      0.9.11cvs17.16
573
574         * src/noticeview.c
575         * src/noticeview.h
576                 Add an optional second button
577         * src/messageview.c
578         * src/pop.c
579         * src/pop.h
580                 Don't delete partially received mails after a certain
581                 time; rather, let the user decide.
582
583 2004-07-08 [colin]      0.9.11cvs17.15
584
585         * src/common/smtp.h
586                 Sync with HEAD
587
588 2004-07-08 [colin]      0.9.11cvs17.14
589
590         * src/messageview.c
591         * src/common/smtp.c
592                 Use to_human_readable() for sizes
593
594 2004-07-08 [colin]      0.9.11cvs17.13
595
596         * src/inc.c
597         * src/messageview.c
598         * src/pop.c
599         * src/pop.h
600         * src/procmsg.c
601                 Fix partial-downloading issues:
602                         catch unsupported TOP
603                         don't delete partially downloaded mails before 5 days
604                         don't update existing with non-MH folders; that'll
605                         make dups, but it's better than trashing the folder
606                         free new msginfo parts
607                 Fix indentation ;-)
608
609 2004-07-08 [colin]      0.9.11cvs17.12
610
611         * src/common/smtp.c
612         * src/common/smtp.h
613                 Sync smtp size verification with HEAD
614
615 2004-07-08 [colin]      0.9.11cvs17.11
616
617         * src/summaryview.c
618         * src/prefs_common.c
619         * src/prefs_common.h
620         * src/gtk/quicksearch.c
621         * src/gtk/quicksearch.h
622                 Sync sticky pref with HEAD
623
624 2004-07-08 [colin]      0.9.11cvs17.10
625
626         * src/folder.c [1.213.2.6]
627         * src/folder.h [1.87.2.6]
628         * src/inc.c [1.149.2.7]
629         * src/messageview.c [1.94.2.8]
630         * src/procheader.c [1.47.2.6]
631         * src/procmsg.c [1.150.2.4]
632         * src/procmsg.h [1.60.2.5]
633         * src/pop.c [1.56.2.4]
634         * src/pop.h [1.17.2.3]
635                 Let too big messages get downloaded, but truncated
636                 Add a button to download them completely
637                 
638 2004-07-06 [colin]      0.9.11cvs17.9
639
640         * src/gtk/quicksearch.c [1.1.2.3]
641                 Add a Clear button
642         * commitHelper
643         * PATCHSETS
644                 Add a script to help with cvs
645
646 2004-07-03 [colin]      0.9.11cvs17.8
647
648         * src/plugins/imageviewer/viewer.c
649                 fix imageviewer (which was staying on the first
650                 displayed image)
651
652 2004-07-03 [colin]      0.9.11cvs17.7
653
654         Removed FIXME_GTK2 warnings
655         * src/gtk/gtkutils.c
656                 useless #warnings
657         * src/gtk/menu.c
658                 useless #warnings (no need to mess with menu rc)
659         * src/gtk/menu.h
660                 unused functions
661         
662
663 2004-07-03 [colin]      0.9.11cvs17.6
664
665         Removed FIXME_GTK2 warnings
666         * src/codeconv.c
667                 useless #warnings (rewrite needed)
668         * src/compose.c
669                 useless #warnings (rewrite needed)
670                 useless #warnings (gtk2 is like that)
671                 useless #warnings (previously fixed)
672         * src/main.c
673                 useless #warnings (previously fixed)
674         * src/message_search.c
675                 useless #warnings (gtk2 is like that)
676                 Made apparent that search is case-sensitive
677         * src/mimeview.c
678                 useless #warnings (rewrite needed)
679                 useless #warnings (gtk2 is like that)
680                 reimplemented real warnings
681         * src/prefs_common.c
682                 Removed block cursor option (not it gtk2)
683         * src/prefs_gtk.c
684                 useless #warnings (rewrite needed)
685         * src/procheader.c
686                 useless #warnings (rewrite needed)
687         * src/sourcewindow.c
688                 useless #warnings (incorrect placing)
689         * src/summary_search.c
690                 useless #warnings (gtk2 is like that)
691                 Made apparent that search is case-sensitive
692         * src/action.c
693                 useless #warnings (gtk2 is like that)
694         * src/textview.c
695                 useless #warnings (rewrite needed)
696         * src/toolbar.c
697                 useless #warnings (rewrite needed)
698
699 2004-07-03 [colin]      0.9.11cvs17.5
700
701         * src/textview.c
702                 Fix mismerge which broke URI opening
703                 
704 2004-07-01 [colin]      0.9.11cvs17.4
705
706         * src/gtk/filesel.c
707                 Fill filename when saving
708                 
709 2004-06-27 [colin]      0.9.11cvs17.3
710
711         * src/gtk/filesel.[ch]
712                 Use the new GTK file selector
713                 Update prototype to match the reality: multiple file
714                 selection is open-only          
715         * src/compose.c
716                 Match the new prototypes        
717         * configure.ac
718                 Match the new requirements (gtk 2.4.0)
719                         
720 2004-06-26 [colin]      0.9.11cvs17.2
721
722         * src/plugins/trayicon/trayicon.c
723                 Remove useless signal handler on resize, which causes
724                 an infinite "loop"
725         
726 2004-06-26 [colin]      0.9.11cvs17.1
727         
728         * tools/Makefile.am
729                 remove launch_firebird and add nautilus2sylpheed.sh
730         * src/quicksearch.c
731           src/summaryview.c
732                 Fix show/hide "Extended symbols" button problem
733                 Fix apparition at startup
734                 Fix const warnings
735         * src/plugins/image_viewer/Makefile.am
736                 Fix configure 
737         * common/ssl.c
738                 Re-enable certificate check, as it doesn't seem to
739                 cause Xlib errors anymore
740
741 2004-06-25 [paul]       0.9.11cvs17
742
743         * sync with 0.9.11cvs17 HEAD
744         
745         NOTE: QuickSearch is broken
746
747 2004-06-07 [colin]      0.9.10claws67.10
748         * src/plugins/trayicon/trayicon.c
749           src/plugins/trayicon/libeggtrayicon/Makefile.am
750           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
751                 Fix gettextization in trayicon plugin
752
753 2004-06-07 [colin]      0.9.10claws67.9
754         
755         * src/summaryview.c
756           src/gtk/gtksctree.[ch]
757                 Let Shift+{Up,Down} work in summaryview
758                 (well, Down "works" and Up works)
759                 Let the list scroll when using these keys
760
761 2004-06-06 [colin]      0.9.10claws67.8
762
763         * src/plugins/trayicon/trayicon.c
764                 Fix pixmap update
765
766 2004-06-06 [colin]      0.9.10claws67.7
767
768         * src/addressbook.c
769                 Fix signal handling causing system-wide focus grab
770
771 2004-05-25 [paul]       0.9.10claws67.6
772
773         * Makefile.am
774           src/Makefile.am
775                 clean up
776
777 2004-05-25 [paul]       0.9.10claws67.5
778
779         * replace deprecated gtk_signal... functions
780
781 2004-05-23 [colin]      0.9.10claws67.4
782
783         * src/compose.c
784                 Fix wrapping
785
786 2004-05-22 [colin]      0.9.10claws67.3
787
788         * src/compose.c
789                 Re-fix [Edited] in compose.c::compose_reedit()
790
791 2004-05-22 [colin]      0.9.10claws67.2
792
793         * src/procmime.c
794                 Fix parsing of multiparts mails
795
796 2004-05-22 [colin]      0.9.10claws67.1
797
798         * src/summaryview.c
799                 Fix quicksearch
800
801 2004-05-22 [paul]       0.9.10claws67
802
803         * sync with 0.9.10claws67 HEAD
804
805 2004-05-14 [alfons]
806
807         * src/procmime.h
808                 add forgotton prototype
809
810 2004-05-10 [paul]       0.9.10claws57
811
812         * sync with 0.9.10claws57 HEAD
813
814 2004-05-05 [paul]       0.9.9.claws1
815
816         * ChangeLog-gtk2        ** REMOVED **
817           ChangeLog-gtk2.claws  ** ADDED **
818                 rename and adopt the normal claws format
819                 
820         * configure.ac
821                 require gtkmathview >= 0.5
822
823         * ac/*                          ** REMOVED **
824           ac/                           ** REMOVED **
825           intl/Makefile.in              ** REMOVED **
826           m4/                           ** ADDED **
827           m4/missing                    ** ADDED **
828           m4/missing/gdk-pixbuf.m4      ** ADDED **
829           m4/missing/gettext.m4         ** ADDED **
830           m4/missing/gpgme.m4           ** ADDED **
831           m4/missing/imlib.m4           ** ADDED **
832           m4/.cvsignore                 ** ADDED **
833           m4/Makefile.am                ** ADDED **
834           m4/README                     ** ADDED **
835           m4/aclocal-include.m4         ** ADDED **
836           m4/aspell.m4                  ** ADDED **
837           m4/check-type.m4              ** ADDED **
838           m4/gnupg-check-typedef.m4     ** ADDED **
839           m4/openssl.m4                 ** ADDED **
840           m4/spamassassin.m4            ** ADDED **
841           po/ChangeLog                  ** REMOVED **
842           po/Makefile.in.in             ** REMOVED **
843           po/Rules-quot                 ** REMOVED **
844           po/boldquot.sed               ** REMOVED **
845           po/en@boldquot.header         ** REMOVED **
846           po/en@quot.header             ** REMOVED **
847           po/insert-header.sin          ** REMOVED **
848           po/quot.sed                   ** REMOVED **
849           po/remove-potcdate.sed        ** REMOVED **
850           po/remove-potcdate.sin        ** REMOVED **
851           po/stamp-po                   ** REMOVED **
852           Makefile.am
853           autogen.sh
854           configure.ac
855                 enable building with automake 1.8.x
856                 add 'autopoint --force' to autogen.sh and remove all
857                 auto-generated files, remove ac/ directory and use
858                 m4/ directory instead
859                 
860         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
861                 fix gettextization
862
863 2004-02-28 Colin Leroy <colin@colino.net>
864         * src/prefs_matcher.c
865           src/prefs_filtering.c
866           src/prefs_filtering_action.c
867                 Fix non-editable GtkEntries
868
869 2004-02-22 Thorsten Maerz <torte@netztorte.de>
870         * src/prefs_themes.c
871                 utf8 conversion for theme info
872
873 2004-02-21 Thorsten Maerz <torte@netztorte.de>
874         * sync 0.9.9claws
875
876 2004-02-14 Thorsten Maerz <torte@netztorte.de>
877         * src/grouplistdialog.c
878                 allow multiple selections without ctrl key
879
880 2004-02-09 Thorsten Maerz <torte@netztorte.de>
881         * src/main.c
882                 enable customizable accelerators
883
884 2004-02-08 Thorsten Maerz <torte@netztorte.de>
885         * src/prefs_common.c
886                 re-enable different font settings for gtk1/2
887         * src/prefs_folder_item.c
888                 fix folder prefs displayed wrong
889         * src/textview.c
890                 set 'sunken' shadow type
891
892 2004-02-07 Colin Leroy <colin@colino.net>
893         * src/compose.c
894                 Fix message being always [Edited]
895                 Encode headers correctly (utf8 buf)
896
897 2004-01-27 Thorsten Maerz <torte@netztorte.de>
898         * src/socket.c
899                 remove double g_source_attach()
900                 (Thanks to Colin Leroy)
901
902 2004-01-27 Thorsten Maerz <torte@netztorte.de>
903         * src/gtk/gtksctree.c
904                 Fix SSL certificate list not shown
905         * src/mimeview.c
906                 Fix clicks in mime tree
907
908 2004-01-27 Thorsten Maerz <torte@netztorte.de>
909         * src/common/socket.c
910                 Fix SSL receive
911         * src/compose.c
912                 Fix clipboard menu hotkeys
913
914 2004-01-25 Thorsten Maerz <torte@netztorte.de>
915         * src/gtk/gtkaspell.[ch]
916           src/compose.c
917                 reimplement spellchecker
918
919 2004-01-25 Thorsten Maerz <torte@netztorte.de>
920         * src/gtk/filesel.c
921                 crash when inserting file in compose window
922                 (TODO: keep old selection on clicks)
923         * src/main.c
924                 use gtkrc-2.0 instead of gtkrc
925
926 2004-01-25 Thorsten Maerz <torte@netztorte.de>
927         * src/messageview.c
928                 remove orphaned mimeview unref()
929
930 2004-01-20 Thorsten Maerz <torte@netztorte.de>
931         * src/grouplistdialog.c
932                 expand nodes containing subscribed groups
933
934 2004-01-19 Thorsten Maerz <torte@netztorte.de>
935         * src/textview.c
936                 textview: hide cursor, restore old click behaviour
937
938 2004-01-18 Thorsten Maerz <torte@netztorte.de>
939         * src/textview.c
940                 variable names messed up
941
942 2004-01-17 Colin Leroy <colin@colino.net>
943         * src/addr_compl.c
944                 Fix completion address too thin
945         * src/compose.c
946                 Fix tab-to-subject behaviour
947         * src/summaryview.c
948                 Implement key up & down in summaryview
949
950 2004-01-12 Thorsten Maerz <torte@netztorte.de>
951
952         * sync 098claws
953
954 2004-01-08 Thorsten Maerz <torte@netztorte.de>
955         * configure.ac
956           Makefile.am
957           doc/.cvsignore
958           doc/Makefile.am
959                 faq, man, manual moved to doc/
960         * ac/aspell.m4
961           ac/check-type.m4
962           ac/gnupg-check-typedef.m4
963           ac/openssl.m4
964           ac/spamassassin.m4
965           ac/missing/gdk-pixbuf.m4
966           ac/missing/gpgme.m4
967           ac/missing/imlib.m4
968                 fix automake warnings
969
970 2003-12-06 Colin Leroy <colin@colino.net>
971         * src/summaryview.c
972                 Fix quicksearch
973
974 2003-12-05 Colin Leroy <colin@colino.net>
975         * src/summaryview.c
976                 Fix going to next unread folder
977
978 2003-12-05 Colin Leroy <colin@colino.net>
979         * src/crash.c
980                 Fix gtk2 compilation
981         * src/session.c
982                 Remove iotag source handler at disconnection
983         * src/socket.[ch] 
984                 Remove source handler when closing socket 
985                 (fixes another seg)
986
987 2003-12-04 Colin Leroy <colin@colino.net>
988         * src/compose.c
989           src/prefs_account.c
990           src/prefs_common.c
991                 Fix some dropdown menus
992
993 2003-12-04 Colin Leroy <colin@colino.net>
994         * src/compose.c
995                 Fix event handlers on header fields
996         * src/common/socket.c
997           src/common/session.c
998                 Fix segfault with callback (SSL)
999                 Fix end of session 
1000
1001 2003-10-06 Thorsten Maerz <torte@netztorte.de>
1002
1003         * Fix compile bug in src/compose.c
1004         * removed src/gtk/gtkstext.[ch]
1005
1006 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
1007
1008         * Convert character set and escape "text" attributes in toolbar setting
1009         files.
1010         * Fixed bug in button-press-event handling.
1011
1012 2003-09-16 Thorsten Maerz <torte@netztorte.de>
1013
1014         * Fixed bug in key-press-event handling.
1015
1016 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
1017
1018         * Enabled to compile tray-icon plugin (Ad-hoc).
1019         * Avoid hang up bug of icon list in mime view (Ad-hoc).
1020
1021 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
1022
1023         * Enabled to compile on sylpheed-claws.
1024         (tray-icon plugin still cannot compile yet.)
1025
1026 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
1027
1028         * Updated to 0.9.5.
1029
1030 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
1031
1032         * Updated to 0.9.4.
1033         * Ported monitoring SSL mechanism to GSource of GLib2
1034         (I don't confirm it)
1035         * Added _gtk2 suffix to key name of font preference to avoid
1036         ovverwriting preference of Gtk+-1.2 version.
1037
1038 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
1039
1040         * Updated to 0.9.2.
1041
1042 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
1043
1044         * Updated to 0.9.1.
1045         * Translate po files into UTF-8 when execute autogen.sh.
1046
1047 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
1048
1049         * Updated to 0.9.0.
1050
1051 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
1052
1053         * Plugged GError related memory leaks.
1054
1055 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
1056
1057         * Changed default size of fonts.
1058         * Enabled to set titile font size of warning dialog.
1059
1060 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
1061
1062         * Embed a sylpheed icon into executable binary on Windows.
1063
1064 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
1065
1066         * I forgot to traslate character set of element string in src/xml.c.
1067
1068 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
1069
1070         * Fixed detecting bind_textdomain_codeset in configure.in.
1071         * The bug in which "Example" of "Date fromat" preference isn't displayed
1072         correctly has been fixed.
1073
1074 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
1075
1076         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
1077           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
1078           glib-gettextize
1079           Removed intl directory.
1080           Translated po files into UTF-8.
1081           (Thanks! Ryuji Abe)
1082
1083 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
1084
1085         * The bug which doesn't unscape string in xml.c has been fixed.
1086
1087 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
1088
1089         * The bug which is failed to translate encoding of file name thorough
1090         file dialog has been fixed.
1091
1092 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
1093
1094         * Modified to translate file names which is used in inporting/expoting
1095         mbox feature and "Save as" feature into locale encoding.
1096         * Translate file names into locale encoding when "Attache file" and
1097         "Insert file".
1098         * Force set G_BROKEN_FILENAMES environment variable.
1099         * Other minor fixes.
1100
1101 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
1102
1103         * Modified to treat MH folder's name as locale encoding.
1104
1105 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
1106
1107         * The bug which clash on switching candidates of auto completion of
1108         addresses, cannot use auto completion in Japanesse is fixed
1109         (Thanks! Tokunaga-san)¡¥
1110
1111 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1112
1113         * The bug which cannot switch key accelerator preference has been fixed
1114         (Thanks! smbd-san)¡¥
1115
1116 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1117
1118         * version 0.8.11-gtk2-20030314
1119
1120 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
1121
1122         * The bug in which character set conversion of filtering messages has
1123         been fixed.(Thanks! COCOA-san).
1124
1125 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
1126
1127         * Revived "Leave space on head" preference in "Message" category.
1128         * A bug which clash when put the cursor to end of buffer and execute
1129         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
1130
1131 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
1132
1133         * version 0.8.11-gtk2-20030312
1134
1135 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
1136
1137         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
1138         * Modified to use Pango's API directly for font preference.
1139         * Integrated GtkTextView of textview to one widget.
1140         * Set fonts of header title in textview by "header_title" tag.
1141         * Removed some deprecated codes.
1142
1143 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
1144
1145         * Updated to 0.8.11.
1146         * Merged cygwin patch(Thanks! Sakai-san).
1147
1148 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
1149
1150         * version 0.8.10-gtk2-20030309