aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
blob: f5af7d4c7ded31fd5cca18c50d1a702c76f87ba7 (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
130
131
132
133
134
135
136
2005-01-24

	* src/pop.c: pop3_get_uidl_table(): removed the old code for
	  migration.
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
	  check the existence of source files.
	* src/prefs_common.c: changed the font setting name for migration.
	* src/defs.h: added UIDL_DIR, and changed the default font.

2005-01-24

	* src/compose.c
	  src/addressbook.c
	  src/messageview.c
	  src/mimeview.c
	  src/select-keys.c
	  src/sigstatus.c: use GTK stock button for button set.
	* src/passphrase.c: improved the passphrase dialog.

2005-01-24

	* src/alertpanel.c: use GTK stock icon instead of pixmap.
	* src/pixmaps/stock_dialog_*_48.xpm: removed.

2005-01-24

	* src/grouplistdialog.c: replaced fnmatch() with 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: use GTK stock button for button set.

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: use GTK stock button for button set.
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.

2005-01-21

	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
	  Alfons).

2005-01-21

	* src/colorlabel.c: removed include of gdk/gdkx.h.
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
	* src/codeconv.[ch]: added 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(): assume the encoding of source
	  string is UTF-8 instead of locale encoding.

2005-01-20

	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
	  code conversion.
	* src/main.c: migrate_old_config(): migrate templates.

2005-01-20

	* src/action.c: convert locale strings to UTF-8 before displaying
	  it (thanks to Alfons).

2005-01-20

	* src/statusbar.c
	  src/summaryview.c
	  src/setup.c
	  src/folderview.c
	  src/mainwindow.[ch]: restored the resize grip of the main
	  statusbar with its proper position (thanks to Yoichi Imai).

2005-01-20

	* src/jpilot.c: fixed Japanese code conversion.

2005-01-19

	* src/compose.c: compose_insert_sig(): fixed broken signature
	  replacement.

2005-01-19

	* src/mh.c
	  src/utils.c
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
	  'fileno' used in stdio.h.
	* src/messageview.c: messageview_show(): check if
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
	  opening 0-numbered message) (thanks to WAKAI Kazunao).

2005-01-19

	* src/summaryview.c: summary_reply(): fixed a bug that didn't
	  correctly get text selection.

2005-01-12

	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).