Statistics
| Revision:

root / ChangeLog @ 191

History | View | Annotate | Download (20.1 kB)

1
2005-03-28
2
3
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
4
	  only the second loop for accurate threading.
5
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
6
	  priority of References for MsgInfo::inreplyto.
7
8
2005-03-28
9
10
	* src/utils.[ch]: references_list_prepend(): new.
11
	* src/procmsg.[ch]
12
	  src/procheader.c
13
	  src/summaryview.c: modified the thread creation so that it looks up
14
	  every message-id in References header if the real parent message is
15
	  not found (thanks to Alfons).
16
	* src/defs.h: upped the cache version.
17
18
2005-03-28
19
20
	* src/foldersel.c: reimplemented folder selection dialog using
21
	  GtkTreeView (thanks to Alfons).
22
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
23
	  GdkPixbuf object from xpm.
24
25
2005-03-25
26
27
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
28
	  Followup-To: header (thanks to Alfons).
29
30
2005-03-23
31
32
	* src/compose.c:
33
	  compose_write_to_file()
34
	  compose_write_headers(): separate header charset and body charset.
35
	  Fixed the issue that ISO-8859-1 was forced for headers when body
36
	  is US-ASCII only.
37
38
2005-03-23
39
40
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
41
	  auxiliary Kanji appeared (only affects svn version after
42
	  2005-03-17).
43
44
2005-03-22
45
46
	* src/codeconv.[ch]: return error value in every code conversion
47
	  function.
48
49
2005-03-18
50
51
	* src/html.[ch]: html_parse(): made return value const.
52
	* src/textview.c: textview_show_html(): force output of newline.
53
	* src/procmime.c: procmime_get_text_content(): follow the API change.
54
55
2005-03-18
56
57
	* src/account.c: account_find_from_message_file(): added missing
58
	  NULL terminator of the HeaderEntry array which had introduced
59
	  crash on re-edit (thanks to Michael Schwendt).
60
61
2005-03-17
62
63
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
64
65
2005-03-17
66
67
	* src/codeconv.[ch]
68
	  src/textview.c
69
	  src/unmime.c
70
	  src/procheader.c
71
	  src/sourcewindow.c
72
	  src/rfc2015.c
73
	  src/html.c: made every code conversion API allocate new memory.
74
	  This removes redundant string copy on conversion.
75
76
2005-03-16
77
78
	* src/prefs_common.[ch]
79
	  src/textview.c: added an option whether to render HTML as text or
80
	  not.
81
82
2005-03-16
83
84
	* src/filesel.c: remember the state of the expander of file save
85
	  dialog.
86
87
2005-03-16
88
89
	* src/compose.[ch]: added a menu to temporally change the outgoing
90
	  encoding. Use UTF-8 also for headers if it is forced for body.
91
	* src/codeconv.[ch]:
92
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
93
	  conv_encode_header(): added an argument for outgoing encoding.
94
	* src/prefs_common.c: added separators to outgoing encoding menu.
95
	* src/messageview.c
96
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
97
	  in the menu to 'Character encoding'.
98
99
2005-03-15
100
101
	* version 1.9.6
102
103
2005-03-15
104
105
	* src/action.c: create_io_dialog(): use user-defined text font
106
	  (thanks to Alfons), and modified its appearance.
107
108
2005-03-15
109
110
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
111
112
2005-03-14
113
114
	* src/compose.c: compose_write_to_file(): do a strict check for code
115
	  conversion.
116
	* src/codeconv.[ch]:
117
	  conv_codeset_strdup_full()
118
	  conv_iconv_strdup()
119
	  conv_iconv_strdup_with_cd(): added an argument to return an error
120
	  value.
121
122
2005-03-14
123
124
	* src/smtp.[ch]
125
	  src/prefs_account.c: implemented PLAIN authentication method
126
	  (thanks to mori).
127
128
2005-03-14
129
130
	* src/filesel.c:
131
	  filesel_select_file_full(): remember directories for each operations.
132
	  filesel_create(): set default response.
133
	* src/textview.c: textview_key_pressed()
134
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
135
	  if Esc key is pressed.
136
	* Thanks to Sergey Pinaev for the above.
137
138
2005-03-11
139
140
	* src/compose.[ch]: use GtkTextTag for signature replacement to
141
	  stabilize it.
142
143
2005-03-10
144
145
	* src/textview.c: implemented 'Save this image as...' in the context
146
	  menu of inline images.
147
	* src/procmime.c: procmime_get_part_file_name(): new.
148
149
2005-03-10
150
151
	* src/mainwindow.c: main_window_set_widgets(): request size first
152
	  to prevent window size becoming wrong.
153
	* src/utils.c: debug_print(): use g_print() to output with locale
154
	  encoding.
155
156
2005-03-10
157
158
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
159
	  Confine pointer to window.
160
161
2005-03-09
162
163
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
164
	  enabled.
165
166
2005-03-09
167
168
	* src/mainwindow.c: fixed remembering of the state of the visibility
169
	  of MessageView.
170
171
2005-03-09
172
173
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
174
	* src/main.c: migrate_old_config(): copy also mime.types.
175
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
176
	  files.
177
178
2005-03-08
179
180
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
181
	  src/textview.c: textview_add_part(): follow the setting of
182
	  prefs_common.resize_image.
183
	* src/configure.in
184
	  src/about.c
185
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
186
	  is now built-in.
187
188
2005-03-08
189
190
	* src/messageview.[ch]
191
	  src/mimeview.[ch]: changed the implementation of switching
192
	  Text/MIME view (enables smooth switching).
193
194
2005-03-08
195
196
	* src/textview.c: textview_make_clickable_parts(): optimized the
197
	  URI search (fixes freeze at extremely long lines with many '@').
198
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
199
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
200
	  slowdown of GtkTextView.
201
202
2005-03-07
203
204
	* src/mainwindow.c
205
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
206
	  when 'File/Save as...' is selected.
207
	  Made mimeview_save_as() public.
208
209
2005-03-07
210
211
	* version 1.9.5
212
213
2005-03-07
214
215
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
216
	* src/procheader.c: procheader_scan_date_string(): support header
217
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
218
219
2005-03-04
220
221
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
222
	  to improve the efficiency.
223
	* src/codeconv.c: conv_unmime_header(): directly return the return
224
	  value of unmime_header(). Restrict the buffer size on the stack.
225
226
2005-03-04
227
228
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
229
	  it had introduced heap buffer overflow.
230
	  conv_unmime_header(): modified so that it returns newly-allocated
231
	  string.
232
	* src/compose.c: compose_parse_header(): don't use
233
	  conv_unmime_header_overwrite() which introduced buffer overflow.
234
	* src/procheader.c
235
	  src/news.c
236
	  src/procmime.c: followed the API change.
237
238
2005-03-03
239
240
	* use Content-Type's charset as a fallback encoding of broken header
241
	  strings (thanks to Sergey Pinaev).
242
	* src/textview.c: use Content-Type's charset information and
243
	  force-charset setting when displaying headers.
244
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
245
	  are identical, or dest is US-ASCII.
246
	  conv_unmime_header(): try to convert with default encoding if
247
	  string is not ascii.
248
	* src/procheader.[ch]:
249
	  procheader_get_header_array()
250
	  procheader_get_header_array_asis(): added an argument for default
251
	  encoding.
252
	  procheader_parse_stream(): use Content-Type's charset information.
253
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
254
	  returns parameters of Content-Type header.
255
	* src/unmime.[ch]: removed unused function prototype.
256
257
2005-03-02
258
259
	* version 1.9.4
260
261
2005-03-02
262
263
	* src/compose.c: compose_destroy(): destroy paned only if it's not
264
	  attached to window. Fixed memory leak of popup menu.
265
266
2005-03-02
267
268
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
269
	  pressing escape key. Fixed indentation of the source.
270
271
2005-03-02
272
273
	* src/main.c: removed redundant code.
274
	* configure.in: removed redundant PKG_CHECK_MODULES.
275
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
276
	  (fixes LDAP compilation).
277
278
2005-03-01
279
280
	* configure.in: check for GLib/GTK version (>= 2.4.0).
281
282
2005-03-01
283
284
	* src/gtkutils.[ch]: removed non-used code.
285
286
2005-03-01
287
288
	* src/mimeview.[ch]: display action buttons when attached files are
289
	  selected.
290
	  Fixed the handling of key press and popup menu.
291
	  Fixed redraw problem of widget pane.
292
	* src/summaryview.[ch]: minor code cleanup.
293
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
294
	  focus.
295
	* src/filesel.c: change current directory before creating dialog
296
	  (fixed performance problem on folders with large number of
297
	  message).
298
	* src/textview.[ch]: removed unused functions.
299
300
2005-03-01
301
302
	* ac/check-type.m4
303
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
304
	  (thanks to Daichi Kawahata).
305
306
2005-02-28
307
308
	* src/compose.c: compose_parse_header(): generate References: from
309
	  In-Reply-To: even if the parent message doesn't have Message-Id:
310
	  (thanks to mori).
311
312
2005-02-28
313
314
	* src/procheader.[ch]: fixed the argument type of buffer length
315
	  (thanks to Alfons).
316
317
2005-02-27
318
319
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
320
	  was called even on SSL connection. It has introduced random bugs.
321
322
2005-02-25
323
324
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
325
	  selection bugs.
326
327
2005-02-25
328
329
	* src/compose.c
330
	  src/textview.c
331
	  src/quote_fmt_parse.y: follow the API changes.
332
	* src/procmsg.c: procmsg_print_message(): output text with locale
333
	  encoding.
334
	* src/procmime.[ch]:
335
	  procmime_get_text_content()
336
	  procmime_get_first_text_content(): added an argument for dest
337
	  encoding.
338
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
339
	  dest encoding.
340
	* src/html.c: removed broken locale specific entity reference
341
	  conversion.
342
343
2005-02-25
344
345
	* src/compose.c
346
	  src/messageview.c
347
	  src/mimeview.c
348
	  src/export.c
349
	  src/summaryview.c
350
	  src/import.c
351
	  src/filesel.[ch]: replaced GtkFileSelection with
352
	  GtkFileChooserDialog.
353
	  Added filesel_save_as().
354
355
2005-02-24
356
357
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
358
359
2005-02-24
360
361
	* src/progressdialog.c
362
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
363
	  to use GtkDialog.
364
365
2005-02-24
366
367
	* src/compose.c: compose_write_attach(): force transfer encoding to
368
	  protect trailing spaces for PGP signing.
369
370
2005-02-23
371
372
	* src/gtkutils.[ch]: removed unused functions.
373
	  gtkut_text_buffer_match_string()
374
	  gtkut_text_buffer_find(): changed the API to use iterator.
375
	  gtkut_text_buffer_find_backward(): new.
376
	* src/textview.c:
377
	  textview_search_string()
378
	  textview_search_string_backward(): use new API.
379
380
2005-02-23
381
382
	* src/logwindow.c
383
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
384
	  the value configurable.
385
386
2005-02-22
387
388
	* src/codeconv.c:
389
	  conv_anytodisp(): check if converted string is valid UTF-8.
390
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
391
	  failed.
392
	  conv_unmime_header_overwrite()
393
	  conv_unmime_header(): try to convert unencoded strings using locale
394
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
395
396
2005-02-21
397
398
	* version 1.9.3
399
400
2005-02-21
401
402
	* src/compose.c:
403
	  compose_join_next_line(): consider tab width. Keep cursor position
404
	  as much as possible.
405
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
406
	  compose_insert_sig(): don't select text when placing cursor.
407
	  compose_insert_file(): disable autowrap while inserting text.
408
	  compose_undo_cb()
409
	  compose_redo_cb(): disable autowrap while performing undo/redo.
410
411
2005-02-21
412
413
	* src/summaryview.c: summary_ctree_create(): changed indent size to
414
	  12.
415
416
2005-02-18
417
418
	* src/textview.c: added 'Copy this link' to the context menu
419
	  (thanks to Hiroyuki Ikezoe).
420
	* po/Makefile.in.in: added checks and statistics display option to
421
	  msgfmt command.
422
423
2005-02-18
424
425
	* src/compose.c: compose_join_next_line(): removed extra spaces
426
	  between the next line.
427
428
2005-02-18
429
430
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
431
	  quotation' setting.
432
433
2005-02-18
434
435
	* src/textview.c: fixed glitches of underlined URI in textview
436
	  (thanks to Alfons).
437
438
2005-02-18
439
440
	* src/compose.c: compose_join_next_line(): don't use
441
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
442
443
2005-02-17
444
445
	* src/compose.c: implemented new line-wrapping routine. Enables full
446
	  i18n support and proper line-breaking.
447
	* src/utils.[ch]: get_uri_len(): returns URI length.
448
449
2005-02-16
450
451
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
452
	  to filesystem encoding.
453
454
2005-02-14
455
456
	* src/intl.h: removed.
457
458
2005-02-10
459
460
	* src/compose.c: compose_write_file(): force transfer encoding to
461
	  protect trailing spaces for PGP signing (fixes incompatibility
462
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
463
464
2005-02-10
465
466
	* src/compose.c
467
	  src/sourcewindow.c: automatically show horizontal scroll bar.
468
469
2005-02-09
470
471
	* version 1.9.2
472
473
2005-02-09
474
475
	* src/textview.c: implemented better hypertext processing (pointing
476
	  a link shows its URI and single-clicking it follows the link).
477
478
2005-02-08
479
480
	* src/codeconv.[ch]
481
	  conv_filename_from_utf8()
482
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
483
	* src/filesel.c
484
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
485
	  selection dialog (thanks to Sergey Pinaev).
486
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
487
	  non-UTF8 names (thanks to Sergey Pinaev).
488
489
2005-02-08
490
491
	* src/prefs_filter.c: use stock buttons.
492
493
2005-02-08
494
495
	* src/procmime.[ch]
496
	  src/textview.c
497
	  src/prefs_common.c: implemented inline image display.
498
499
2005-02-07
500
501
	* src/gtkutils.c: gtkut_window_popup()
502
	  src/about.c: about_show(): use gtk_window_present() to popup
503
	  window.
504
505
2005-02-07
506
507
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
508
	* configure.in
509
	  Makefile.am
510
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
511
512
2005-02-04
513
514
	* src/action.c: execute_actions(): don't include header part in
515
	  message text.
516
517
2005-02-04
518
519
	* src/textview.c
520
	  src/gtkutils.[ch]: reimplemented message text search.
521
522
2005-02-04
523
524
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
525
	* src/prefs_account.c
526
	  src/prefs_common.c: made the font size of supplementary
527
	  explanations smaller, and enabled line wrap.
528
529
2005-02-03
530
531
	* version 1.9.1
532
533
2005-02-03
534
535
	* src/compose.c: compose_create(): use normal API for setting font.
536
537
2005-02-02
538
539
	* src/main.c: parse_cmd_opt(): convert help message to locale
540
	  encoding.
541
542
2005-02-02
543
544
	* src/compose.c:
545
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
546
	  get_indent_length(): use GtkTextIter for the loop.
547
548
2005-02-02
549
550
	* src/compose.c:
551
	  text_inserted(): revalidate iterator so as not to invalidate it
552
	  after gtk_text_buffer_insert() while enabling auto wrapping.
553
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
554
555
2005-02-01
556
557
	* version 1.9.0
558
559
2005-01-31
560
561
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
562
	  if the source string is not a valid UTF-8.
563
564
2005-01-31
565
566
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
567
	  changed CACHE_VERSION to 0x20.
568
569
2005-01-31
570
571
	* src/rfc2015.c: sig_status_full(): convert string returned by
572
	  strftime() (which is locale encoding) to UTF-8.
573
574
2005-01-31
575
576
	* configure.in
577
	  src/textview.c
578
	  src/passphrase.[ch]
579
	  src/mimeview.c
580
	  src/main.c
581
	  src/select-keys.[ch]
582
	  src/rfc2015.[ch]
583
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
584
585
2005-01-28
586
587
	* src/template.c: template_write_config(): fixed a memory leak.
588
589
2005-01-28
590
591
	* src/compose.c: removed redundant code for Ctrl-Enter handling
592
	  (not required for GTK2).
593
594
2005-01-27
595
596
	* src/prefs_actions.c
597
	  src/prefs_template.c
598
	  src/summary_search.c
599
	  src/message_search.c
600
	  src/folderview.c
601
	  src/prefs_customheader.c
602
	  src/prefs_filter.c: use GTK stock button for alertpanel.
603
604
2005-01-27
605
606
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
607
	  prevent character corruption on conversion.
608
609
2005-01-26
610
611
	* src/stock_pixmap.[ch]
612
	  src/pixmaps/stock_add_16.xpm
613
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
614
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
615
	  button.
616
617
2005-01-26
618
619
	* src/alertpanel.c: use smaller size for title font.
620
621
2005-01-26
622
623
	* src/codeconv.[ch]: made encoding-specific functions static, and
624
	  removed redundant code.
625
626
2005-01-26
627
628
	* src/procmime.c:
629
	  procmime_scan_content_type()
630
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
631
	  EUC-JP conversion.
632
	* src/jpilot.c: use conv_codeset_strdup() instead of
633
	  conv_sjistodisp().
634
635
2005-01-26
636
637
	* src/compose.c
638
	  src/folder.c
639
	  src/prefs.c
640
	  src/codeconv.[ch]
641
	  src/imap.c
642
	  src/xml.c
643
	  src/addrbook.c
644
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
645
	  replace conv_get_internal_charset_str().
646
647
2005-01-25
648
649
	* src/inc.c: inc_finished(): removed warning when updating a
650
	  folder item while no folder is selected.
651
652
2005-01-25
653
654
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
655
	  font_desc.
656
	* src/prefs_common.[ch]
657
	  src/defs.h: removed unused font configs.
658
	* src/textview.c: use default font for headers.
659
	* src/headerview.c
660
	  src/folderview.c: generate bold font from normal font.
661
	* src/summaryview.c: generate bold and small font from normal font.
662
663
2005-01-24
664
665
	* src/alertpanel.c: alertpanel_create(): generate title font from
666
	  normal font.
667
668
2005-01-24
669
670
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
671
	  migration.
672
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
673
	  check the existence of source files.
674
	* src/prefs_common.c: changed the font setting name for migration.
675
	* src/defs.h: added UIDL_DIR, and changed the default font.
676
677
2005-01-24
678
679
	* src/compose.c
680
	  src/addressbook.c
681
	  src/messageview.c
682
	  src/mimeview.c
683
	  src/select-keys.c
684
	  src/sigstatus.c: use GTK stock button for button set.
685
	* src/passphrase.c: improved the passphrase dialog.
686
687
2005-01-24
688
689
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
690
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
691
692
2005-01-24
693
694
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
695
696
2005-01-24
697
698
	* src/prefs_display_header.c
699
	  src/action.c
700
	  src/grouplistdialog.c
701
	  src/textview.c
702
	  src/editbook.c
703
	  src/editgroup.c
704
	  src/importldif.c
705
	  src/summary_search.c
706
	  src/message_search.c
707
	  src/select-keys.c
708
	  src/editjpilot.c
709
	  src/export.c
710
	  src/editaddress.c
711
	  src/addressadd.c
712
	  src/editldap_basedn.c
713
	  src/prefs_summary_column.c
714
	  src/import.c
715
	  src/prefs_filter_edit.c
716
	  src/editvcard.c
717
	  src/prefs_customheader.c
718
	  src/editldap.c
719
	  src/sigstatus.c: use GTK stock button for button set.
720
721
2005-01-24
722
723
	* src/compose.c
724
	  src/inc.c
725
	  src/prefs_actions.c
726
	  src/prefs.c
727
	  src/progressdialog.c
728
	  src/account.c
729
	  src/prefs_template.c
730
	  src/foldersel.c
731
	  src/main.c
732
	  src/alertpanel.c
733
	  src/inputdialog.c
734
	  src/prefs_common.c
735
	  src/summaryview.c
736
	  src/about.c
737
	  src/mainwindow.c
738
	  src/prefs_filter.c: use GTK stock button for button set.
739
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
740
741
2005-01-21
742
743
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
744
	  Alfons).
745
746
2005-01-21
747
748
	* src/colorlabel.c: removed include of gdk/gdkx.h.
749
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
750
	* src/codeconv.[ch]: added conv_utf8todisp().
751
	* src/sourcewindow.c: source_window_append()
752
	  src/textview.c: textview_write_line(), textview_write_link()
753
	  src/unmime.c: unmime_header()
754
	  src/html.c: html_read_line(): assume the encoding of source
755
	  string is UTF-8 instead of locale encoding.
756
757
2005-01-20
758
759
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
760
	  code conversion.
761
	* src/main.c: migrate_old_config(): migrate templates.
762
763
2005-01-20
764
765
	* src/action.c: convert locale strings to UTF-8 before displaying
766
	  it (thanks to Alfons).
767
768
2005-01-20
769
770
	* src/statusbar.c
771
	  src/summaryview.c
772
	  src/setup.c
773
	  src/folderview.c
774
	  src/mainwindow.[ch]: restored the resize grip of the main
775
	  statusbar with its proper position (thanks to Yoichi Imai).
776
777
2005-01-20
778
779
	* src/jpilot.c: fixed Japanese code conversion.
780
781
2005-01-19
782
783
	* src/compose.c: compose_insert_sig(): fixed broken signature
784
	  replacement.
785
786
2005-01-19
787
788
	* src/mh.c
789
	  src/utils.c
790
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
791
	  'fileno' used in stdio.h.
792
	* src/messageview.c: messageview_show(): check if
793
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
794
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
795
796
2005-01-19
797
798
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
799
	  correctly get text selection.
800
801
2005-01-12
802
803
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).