Statistics
| Revision:

root / ChangeLog @ 214

History | View | Annotate | Download (22.8 kB)

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