Statistics
| Revision:

root / ChangeLog @ 92

History | View | Annotate | Download (6.8 kB)

1
2005-02-07
2
3
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
4
5
2005-02-04
6
7
	* src/action.c: execute_actions(): don't include header part in
8
	  message text.
9
10
2005-02-04
11
12
	* src/textview.c
13
	  src/gtkutils.[ch]: reimplemented message text search.
14
15
2005-02-04
16
17
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
18
	* src/prefs_account.c
19
	  src/prefs_common.c: made the font size of supplementary
20
	  explanations smaller, and enabled line wrap.
21
22
2005-02-03
23
24
	* version 1.9.1
25
26
2005-02-03
27
28
	* src/compose.c: compose_create(): use normal API for setting font.
29
30
2005-02-02
31
32
	* src/main.c: parse_cmd_opt(): convert help message to locale
33
	  encoding.
34
35
2005-02-02
36
37
	* src/compose.c:
38
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
39
	  get_indent_length(): use GtkTextIter for the loop.
40
41
2005-02-02
42
43
	* src/compose.c:
44
	  text_inserted(): revalidate iterator so as not to invalidate it
45
	  after gtk_text_buffer_insert() while enabling auto wrapping.
46
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
47
48
2005-02-01
49
50
	* version 1.9.0
51
52
2005-01-31
53
54
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
55
	  if the source string is not a valid UTF-8.
56
57
2005-01-31
58
59
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
60
	  changed CACHE_VERSION to 0x20.
61
62
2005-01-31
63
64
	* src/rfc2015.c: sig_status_full(): convert string returned by
65
	  strftime() (which is locale encoding) to UTF-8.
66
67
2005-01-31
68
69
	* configure.in
70
	  src/textview.c
71
	  src/passphrase.[ch]
72
	  src/mimeview.c
73
	  src/main.c
74
	  src/select-keys.[ch]
75
	  src/rfc2015.[ch]
76
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
77
78
2005-01-28
79
80
	* src/template.c: template_write_config(): fixed a memory leak.
81
82
2005-01-28
83
84
	* src/compose.c: removed redundant code for Ctrl-Enter handling
85
	  (not required for GTK2).
86
87
2005-01-27
88
89
	* src/prefs_actions.c
90
	  src/prefs_template.c
91
	  src/summary_search.c
92
	  src/message_search.c
93
	  src/folderview.c
94
	  src/prefs_customheader.c
95
	  src/prefs_filter.c: use GTK stock button for alertpanel.
96
97
2005-01-27
98
99
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
100
	  prevent character corruption on conversion.
101
102
2005-01-26
103
104
	* src/stock_pixmap.[ch]
105
	  src/pixmaps/stock_add_16.xpm
106
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
107
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
108
	  button.
109
110
2005-01-26
111
112
	* src/alertpanel.c: use smaller size for title font.
113
114
2005-01-26
115
116
	* src/codeconv.[ch]: made encoding-specific functions static, and
117
	  removed redundant code.
118
119
2005-01-26
120
121
	* src/procmime.c:
122
	  procmime_scan_content_type()
123
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
124
	  EUC-JP conversion.
125
	* src/jpilot.c: use conv_codeset_strdup() instead of
126
	  conv_sjistodisp().
127
128
2005-01-26
129
130
	* src/compose.c
131
	  src/folder.c
132
	  src/prefs.c
133
	  src/codeconv.[ch]
134
	  src/imap.c
135
	  src/xml.c
136
	  src/addrbook.c
137
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
138
	  replace conv_get_internal_charset_str().
139
140
2005-01-25
141
142
	* src/inc.c: inc_finished(): removed warning when updating a
143
	  folder item while no folder is selected.
144
145
2005-01-25
146
147
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
148
	  font_desc.
149
	* src/prefs_common.[ch]
150
	  src/defs.h: removed unused font configs.
151
	* src/textview.c: use default font for headers.
152
	* src/headerview.c
153
	  src/folderview.c: generate bold font from normal font.
154
	* src/summaryview.c: generate bold and small font from normal font.
155
156
2005-01-24
157
158
	* src/alertpanel.c: alertpanel_create(): generate title font from
159
	  normal font.
160
161
2005-01-24
162
163
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
164
	  migration.
165
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
166
	  check the existence of source files.
167
	* src/prefs_common.c: changed the font setting name for migration.
168
	* src/defs.h: added UIDL_DIR, and changed the default font.
169
170
2005-01-24
171
172
	* src/compose.c
173
	  src/addressbook.c
174
	  src/messageview.c
175
	  src/mimeview.c
176
	  src/select-keys.c
177
	  src/sigstatus.c: use GTK stock button for button set.
178
	* src/passphrase.c: improved the passphrase dialog.
179
180
2005-01-24
181
182
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
183
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
184
185
2005-01-24
186
187
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
188
189
2005-01-24
190
191
	* src/prefs_display_header.c
192
	  src/action.c
193
	  src/grouplistdialog.c
194
	  src/textview.c
195
	  src/editbook.c
196
	  src/editgroup.c
197
	  src/importldif.c
198
	  src/summary_search.c
199
	  src/message_search.c
200
	  src/select-keys.c
201
	  src/editjpilot.c
202
	  src/export.c
203
	  src/editaddress.c
204
	  src/addressadd.c
205
	  src/editldap_basedn.c
206
	  src/prefs_summary_column.c
207
	  src/import.c
208
	  src/prefs_filter_edit.c
209
	  src/editvcard.c
210
	  src/prefs_customheader.c
211
	  src/editldap.c
212
	  src/sigstatus.c: use GTK stock button for button set.
213
214
2005-01-24
215
216
	* src/compose.c
217
	  src/inc.c
218
	  src/prefs_actions.c
219
	  src/prefs.c
220
	  src/progressdialog.c
221
	  src/account.c
222
	  src/prefs_template.c
223
	  src/foldersel.c
224
	  src/main.c
225
	  src/alertpanel.c
226
	  src/inputdialog.c
227
	  src/prefs_common.c
228
	  src/summaryview.c
229
	  src/about.c
230
	  src/mainwindow.c
231
	  src/prefs_filter.c: use GTK stock button for button set.
232
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
233
234
2005-01-21
235
236
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
237
	  Alfons).
238
239
2005-01-21
240
241
	* src/colorlabel.c: removed include of gdk/gdkx.h.
242
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
243
	* src/codeconv.[ch]: added conv_utf8todisp().
244
	* src/sourcewindow.c: source_window_append()
245
	  src/textview.c: textview_write_line(), textview_write_link()
246
	  src/unmime.c: unmime_header()
247
	  src/html.c: html_read_line(): assume the encoding of source
248
	  string is UTF-8 instead of locale encoding.
249
250
2005-01-20
251
252
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
253
	  code conversion.
254
	* src/main.c: migrate_old_config(): migrate templates.
255
256
2005-01-20
257
258
	* src/action.c: convert locale strings to UTF-8 before displaying
259
	  it (thanks to Alfons).
260
261
2005-01-20
262
263
	* src/statusbar.c
264
	  src/summaryview.c
265
	  src/setup.c
266
	  src/folderview.c
267
	  src/mainwindow.[ch]: restored the resize grip of the main
268
	  statusbar with its proper position (thanks to Yoichi Imai).
269
270
2005-01-20
271
272
	* src/jpilot.c: fixed Japanese code conversion.
273
274
2005-01-19
275
276
	* src/compose.c: compose_insert_sig(): fixed broken signature
277
	  replacement.
278
279
2005-01-19
280
281
	* src/mh.c
282
	  src/utils.c
283
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
284
	  'fileno' used in stdio.h.
285
	* src/messageview.c: messageview_show(): check if
286
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
287
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
288
289
2005-01-19
290
291
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
292
	  correctly get text selection.
293
294
2005-01-12
295
296
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).