blob: efbe77443a353987d8e514b1d42947059bf4e1ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
2005-01-24
* src/compose.c
src/addressbook.c
src/messageview.c
src/mimeview.c
src/select-keys.c
src/sigstatus.c: ボタンセットに GTK のストックボタンを使用。
* src/passphrase.c: パスフレーズダイアログを改良。
2005-01-24
* src/alertpanel.c: pixmap の代わりに GTK のストックアイコンを使用。
* src/pixmaps/stock_dialog_*_48.xpm: 削除。
2005-01-24
* src/grouplistdialog.c: fnmatch() を g_pattern_match_*()
で置き換えた。
2005-01-24
* src/prefs_display_header.c
src/action.c
src/grouplistdialog.c
src/textview.c
src/editbook.c
src/editgroup.c
src/importldif.c
src/summary_search.c
src/message_search.c
src/select-keys.c
src/editjpilot.c
src/export.c
src/editaddress.c
src/addressadd.c
src/editldap_basedn.c
src/prefs_summary_column.c
src/import.c
src/prefs_filter_edit.c
src/editvcard.c
src/prefs_customheader.c
src/editldap.c
src/sigstatus.c: ボタンセットに GTK のストックボタンを使用。
2005-01-24
* src/compose.c
src/inc.c
src/prefs_actions.c
src/prefs.c
src/progressdialog.c
src/account.c
src/prefs_template.c
src/foldersel.c
src/main.c
src/alertpanel.c
src/inputdialog.c
src/prefs_common.c
src/summaryview.c
src/about.c
src/mainwindow.c
src/prefs_filter.c: ボタンセットに GTK のストックボタンを使用。
* src/gtkutils.[ch]: gtkut_stock_button_set_create(): 追加。
2005-01-21
* src/gtkshruler.c: GdkFont でなく PangoLayout を使用するようにした
(Alfons さん thanks)。
2005-01-21
* src/colorlabel.c: gdk/gdkx.h の include を削除。
* src/compose.c: compose_connect_changed_callbacks(): typo を修正。
* src/codeconv.[ch]: conv_utf8todisp() を追加。
* src/sourcewindow.c: source_window_append()
src/textview.c: textview_write_line(), textview_write_link()
src/unmime.c: unmime_header()
src/html.c: html_read_line(): ソース文字列を locale
エンコーディングではなく UTF-8 と仮定。
2005-01-20
* src/codeconv.[ch]: conv_copy_dir(): コード変換してディレクトリの
内容をコピー。
* src/main.c: migrate_old_config(): テンプレートを移行。
2005-01-20
* src/action.c: 表示する前に locale 文字列を UTF-8 に変換するように
した(Alfons さん thanks)。
2005-01-20
* src/statusbar.c
src/summaryview.c
src/setup.c
src/folderview.c
src/mainwindow.[ch]: メインステータスバーのリサイズグリップを
正しい位置にして復活(今井さん thanks)。
2005-01-20
* src/jpilot.c: 日本語文字コードの変換を修正。
2005-01-19
* src/compose.c: compose_insert_sig(): 署名の置換が壊れていたのを
修正。
2005-01-19
* src/mh.c
src/utils.c
src/procmsg.c: 0番のメッセージファイルを無視するようにした。
stdio.h で使用されているシンボル 'fileno' を使用しないようにした。
* src/messageview.c: messageview_show():
procmsg_msginfo_get_full_info() が成功したかどうか確認するように
した(0番のメッセージを開こうとしたときにクラッシュするのを修正)
(若居さん thanks)。
2005-01-19
* src/summaryview.c: summary_reply(): 正しくテキストセレクションを
取得していないバグを修正。
2005-01-12
* GTK+-2.4 へ移行 (足永さんの sylpheed-gtk2 ベース)。
|