Statistics
| Revision:

root / ChangeLog @ 91

History | View | Annotate | Download (6.7 kB)

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