Statistics
| Revision:

root / ChangeLog @ 118

History | View | Annotate | Download (9.4 kB)

1
2005-02-21
2
3
	* src/compose.c:
4
	  compose_join_next_line(): consider tab width. Keep cursor position
5
	  as much as possible.
6
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
7
	  compose_insert_sig(): don't select text when placing cursor.
8
	  compose_insert_file(): disable autowrap while inserting text.
9
	  compose_undo_cb()
10
	  compose_redo_cb(): disable autowrap while performing undo/redo.
11
12
2005-02-21
13
14
	* src/summaryview.c: summary_ctree_create(): changed indent size to
15
	  12.
16
17
2005-02-18
18
19
	* src/textview.c: added 'Copy this link' to the context menu
20
	  (thanks to Hiroyuki Ikezoe).
21
	* po/Makefile.in.in: added checks and statistics display option to
22
	  msgfmt command.
23
24
2005-02-18
25
26
	* src/compose.c: compose_join_next_line(): removed extra spaces
27
	  between the next line.
28
29
2005-02-18
30
31
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
32
	  quotation' setting.
33
34
2005-02-18
35
36
	* src/textview.c: fixed glitches of underlined URI in textview
37
	  (thanks to Alfons).
38
39
2005-02-18
40
41
	* src/compose.c: compose_join_next_line(): don't use
42
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
43
44
2005-02-17
45
46
	* src/compose.c: implemented new line-wrapping routine. Enables full
47
	  i18n support and proper line-breaking.
48
	* src/utils.[ch]: get_uri_len(): returns URI length.
49
50
2005-02-16
51
52
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
53
	  to filesystem encoding.
54
55
2005-02-14
56
57
	* src/intl.h: removed.
58
59
2005-02-10
60
61
	* src/compose.c: compose_write_file(): force transfer encoding to
62
	  protect trailing spaces for PGP signing (fixes incompatibility
63
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
64
65
2005-02-10
66
67
	* src/compose.c
68
	  src/sourcewindow.c: automatically show horizontal scroll bar.
69
70
2005-02-09
71
72
	* version 1.9.2
73
74
2005-02-09
75
76
	* src/textview.c: implemented better hypertext processing (pointing
77
	  a link shows its URI and single-clicking it follows the link).
78
79
2005-02-08
80
81
	* src/codeconv.[ch]
82
	  conv_filename_from_utf8()
83
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
84
	* src/filesel.c
85
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
86
	  selection dialog (thanks to Sergey Pinaev).
87
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
88
	  non-UTF8 names (thanks to Sergey Pinaev).
89
90
2005-02-08
91
92
	* src/prefs_filter.c: use stock buttons.
93
94
2005-02-08
95
96
	* src/procmime.[ch]
97
	  src/textview.c
98
	  src/prefs_common.c: implemented inline image display.
99
100
2005-02-07
101
102
	* src/gtkutils.c: gtkut_window_popup()
103
	  src/about.c: about_show(): use gtk_window_present() to popup
104
	  window.
105
106
2005-02-07
107
108
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
109
	* configure.in
110
	  Makefile.am
111
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
112
113
2005-02-04
114
115
	* src/action.c: execute_actions(): don't include header part in
116
	  message text.
117
118
2005-02-04
119
120
	* src/textview.c
121
	  src/gtkutils.[ch]: reimplemented message text search.
122
123
2005-02-04
124
125
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
126
	* src/prefs_account.c
127
	  src/prefs_common.c: made the font size of supplementary
128
	  explanations smaller, and enabled line wrap.
129
130
2005-02-03
131
132
	* version 1.9.1
133
134
2005-02-03
135
136
	* src/compose.c: compose_create(): use normal API for setting font.
137
138
2005-02-02
139
140
	* src/main.c: parse_cmd_opt(): convert help message to locale
141
	  encoding.
142
143
2005-02-02
144
145
	* src/compose.c:
146
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
147
	  get_indent_length(): use GtkTextIter for the loop.
148
149
2005-02-02
150
151
	* src/compose.c:
152
	  text_inserted(): revalidate iterator so as not to invalidate it
153
	  after gtk_text_buffer_insert() while enabling auto wrapping.
154
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
155
156
2005-02-01
157
158
	* version 1.9.0
159
160
2005-01-31
161
162
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
163
	  if the source string is not a valid UTF-8.
164
165
2005-01-31
166
167
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
168
	  changed CACHE_VERSION to 0x20.
169
170
2005-01-31
171
172
	* src/rfc2015.c: sig_status_full(): convert string returned by
173
	  strftime() (which is locale encoding) to UTF-8.
174
175
2005-01-31
176
177
	* configure.in
178
	  src/textview.c
179
	  src/passphrase.[ch]
180
	  src/mimeview.c
181
	  src/main.c
182
	  src/select-keys.[ch]
183
	  src/rfc2015.[ch]
184
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
185
186
2005-01-28
187
188
	* src/template.c: template_write_config(): fixed a memory leak.
189
190
2005-01-28
191
192
	* src/compose.c: removed redundant code for Ctrl-Enter handling
193
	  (not required for GTK2).
194
195
2005-01-27
196
197
	* src/prefs_actions.c
198
	  src/prefs_template.c
199
	  src/summary_search.c
200
	  src/message_search.c
201
	  src/folderview.c
202
	  src/prefs_customheader.c
203
	  src/prefs_filter.c: use GTK stock button for alertpanel.
204
205
2005-01-27
206
207
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
208
	  prevent character corruption on conversion.
209
210
2005-01-26
211
212
	* src/stock_pixmap.[ch]
213
	  src/pixmaps/stock_add_16.xpm
214
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
215
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
216
	  button.
217
218
2005-01-26
219
220
	* src/alertpanel.c: use smaller size for title font.
221
222
2005-01-26
223
224
	* src/codeconv.[ch]: made encoding-specific functions static, and
225
	  removed redundant code.
226
227
2005-01-26
228
229
	* src/procmime.c:
230
	  procmime_scan_content_type()
231
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
232
	  EUC-JP conversion.
233
	* src/jpilot.c: use conv_codeset_strdup() instead of
234
	  conv_sjistodisp().
235
236
2005-01-26
237
238
	* src/compose.c
239
	  src/folder.c
240
	  src/prefs.c
241
	  src/codeconv.[ch]
242
	  src/imap.c
243
	  src/xml.c
244
	  src/addrbook.c
245
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
246
	  replace conv_get_internal_charset_str().
247
248
2005-01-25
249
250
	* src/inc.c: inc_finished(): removed warning when updating a
251
	  folder item while no folder is selected.
252
253
2005-01-25
254
255
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
256
	  font_desc.
257
	* src/prefs_common.[ch]
258
	  src/defs.h: removed unused font configs.
259
	* src/textview.c: use default font for headers.
260
	* src/headerview.c
261
	  src/folderview.c: generate bold font from normal font.
262
	* src/summaryview.c: generate bold and small font from normal font.
263
264
2005-01-24
265
266
	* src/alertpanel.c: alertpanel_create(): generate title font from
267
	  normal font.
268
269
2005-01-24
270
271
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
272
	  migration.
273
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
274
	  check the existence of source files.
275
	* src/prefs_common.c: changed the font setting name for migration.
276
	* src/defs.h: added UIDL_DIR, and changed the default font.
277
278
2005-01-24
279
280
	* src/compose.c
281
	  src/addressbook.c
282
	  src/messageview.c
283
	  src/mimeview.c
284
	  src/select-keys.c
285
	  src/sigstatus.c: use GTK stock button for button set.
286
	* src/passphrase.c: improved the passphrase dialog.
287
288
2005-01-24
289
290
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
291
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
292
293
2005-01-24
294
295
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
296
297
2005-01-24
298
299
	* src/prefs_display_header.c
300
	  src/action.c
301
	  src/grouplistdialog.c
302
	  src/textview.c
303
	  src/editbook.c
304
	  src/editgroup.c
305
	  src/importldif.c
306
	  src/summary_search.c
307
	  src/message_search.c
308
	  src/select-keys.c
309
	  src/editjpilot.c
310
	  src/export.c
311
	  src/editaddress.c
312
	  src/addressadd.c
313
	  src/editldap_basedn.c
314
	  src/prefs_summary_column.c
315
	  src/import.c
316
	  src/prefs_filter_edit.c
317
	  src/editvcard.c
318
	  src/prefs_customheader.c
319
	  src/editldap.c
320
	  src/sigstatus.c: use GTK stock button for button set.
321
322
2005-01-24
323
324
	* src/compose.c
325
	  src/inc.c
326
	  src/prefs_actions.c
327
	  src/prefs.c
328
	  src/progressdialog.c
329
	  src/account.c
330
	  src/prefs_template.c
331
	  src/foldersel.c
332
	  src/main.c
333
	  src/alertpanel.c
334
	  src/inputdialog.c
335
	  src/prefs_common.c
336
	  src/summaryview.c
337
	  src/about.c
338
	  src/mainwindow.c
339
	  src/prefs_filter.c: use GTK stock button for button set.
340
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
341
342
2005-01-21
343
344
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
345
	  Alfons).
346
347
2005-01-21
348
349
	* src/colorlabel.c: removed include of gdk/gdkx.h.
350
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
351
	* src/codeconv.[ch]: added conv_utf8todisp().
352
	* src/sourcewindow.c: source_window_append()
353
	  src/textview.c: textview_write_line(), textview_write_link()
354
	  src/unmime.c: unmime_header()
355
	  src/html.c: html_read_line(): assume the encoding of source
356
	  string is UTF-8 instead of locale encoding.
357
358
2005-01-20
359
360
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
361
	  code conversion.
362
	* src/main.c: migrate_old_config(): migrate templates.
363
364
2005-01-20
365
366
	* src/action.c: convert locale strings to UTF-8 before displaying
367
	  it (thanks to Alfons).
368
369
2005-01-20
370
371
	* src/statusbar.c
372
	  src/summaryview.c
373
	  src/setup.c
374
	  src/folderview.c
375
	  src/mainwindow.[ch]: restored the resize grip of the main
376
	  statusbar with its proper position (thanks to Yoichi Imai).
377
378
2005-01-20
379
380
	* src/jpilot.c: fixed Japanese code conversion.
381
382
2005-01-19
383
384
	* src/compose.c: compose_insert_sig(): fixed broken signature
385
	  replacement.
386
387
2005-01-19
388
389
	* src/mh.c
390
	  src/utils.c
391
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
392
	  'fileno' used in stdio.h.
393
	* src/messageview.c: messageview_show(): check if
394
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
395
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
396
397
2005-01-19
398
399
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
400
	  correctly get text selection.
401
402
2005-01-12
403
404
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).