Statistics
| Revision:

root / ChangeLog @ 234

History | View | Annotate | Download (25.3 kB)

1
2005-05-02
2
3
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
4
	  display unit on AGE condition.
5
6
2005-04-27
7
8
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
9
	  if not required (just increase ref count).
10
11
2005-04-27
12
13
	* src/mainwindow.c: main_window_create(): disable no longer required
14
	  workaround for resize grip on GTK+ 2.6.
15
16
2005-04-22
17
18
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
19
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
20
21
2005-04-22
22
23
	* src/folderview.c: folderview_selection_changed(): flush widget to
24
	  reflect selection change before showing summary.
25
26
2005-04-22
27
28
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
29
	  Kawahata).
30
31
2005-04-22
32
33
	* src/folderview.c:
34
	  folderview_rescan_tree()
35
	  folderview_check_new(): refresh widgets before processing.
36
37
2005-04-20
38
39
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
40
	  gdk_window_process_updates() to force update of widgets.
41
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
42
	  because of waiting for all events processed.
43
	* src/statusbar.c
44
	  src/summaryview.c
45
	  src/setup.c
46
	  src/folderview.c
47
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
48
	  of the update of statusbar.
49
50
2005-04-20
51
52
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
53
	  is done (fixed incorrect display when a part of the view is hidden).
54
55
2005-04-19
56
57
	* version 1.9.9
58
59
2005-04-19
60
61
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
62
63
2005-04-19
64
65
	* src/session.[ch]: use separate buffer for large data to be sent,
66
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
67
68
2005-04-19
69
70
	* src/compose.c
71
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
72
	  provided for old GtkSText, and had interfered with gtk-key-theme
73
	  configuration.
74
75
2005-04-15
76
77
	* src/folderview.c: folderview_create(): check GTK version for
78
	  "ellipsize" property.
79
80
2005-04-13
81
82
	* src/folderview.c: modified include.
83
	  folderview_col_resized(): fixed argument type.
84
85
2005-04-13
86
87
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
88
	* src/folderview.c: removed unused GtkStyle.
89
	  folderview_select_row(): don't expand the row itself.
90
	  folderview_selection_changed(): fixed a memory leak.
91
92
2005-04-13
93
94
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
95
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
96
	  exist).
97
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
98
	  is not NULL.
99
100
2005-04-12
101
102
	* version 1.9.8
103
104
2005-04-12
105
106
	* src/folderview.c
107
	  src/gtkutils.[ch]: remember the column width, and restored Search
108
	  menu.
109
110
2005-04-12
111
112
	* src/compose.c
113
	  src/messageview.c
114
	  src/codeconv.[ch]
115
	  src/prefs_common.c
116
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
117
	  is passed (thanks to SuperMMX).
118
119
2005-04-12
120
121
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
122
	  text.
123
124
2005-04-11
125
126
	* src/action.c: catch_output(): correctly select the insert text
127
	  (fix invalid iterator warnings).
128
129
2005-04-11
130
131
	* src/gtkutils.[ch]
132
	  src/folderview.[ch]: implemented message-to-folder DnD.
133
	  Auto-expand and auto-scroll are also implemented.
134
135
2005-04-08
136
137
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
138
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
139
	* src/summaryview.c: summary_show(): update FolderView::opened before
140
	  folderview_update_opened_msg_num() is called.
141
142
2005-04-07
143
144
	* src/folderview.c: folderview_selection_changed(): don't let
145
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
146
	  a folder by button press.
147
148
2005-04-07
149
150
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
151
	  (DnD is not implemented yet).
152
	* src/folder.[ch]: folder_item_compare(): compare function to sort
153
	  FolderItem.
154
	* src/gtkutils.[ch]:
155
	  gtkut_tree_model_next()
156
	  gtkut_tree_model_find_by_column_data()
157
	  gtkut_tree_view_find_collapsed_parent(): new.
158
	* src/pixmaps/dir-noselect.xpm
159
	  src/pixmaps/dir-open.xpm
160
	  src/pixmaps/dir-close.xpm: removed extra spaces.
161
162
2005-04-05
163
164
	* src/send_messages.c: send_message_smtp(): consider EOF right after
165
	  QUIT successful (workaround for Gmail SMTP server).
166
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
167
	  SSL protocol.
168
	* src/procheader.c: removed an unused variable.
169
170
2005-04-01
171
172
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
173
	  Mac OS X support.
174
175
2005-03-31
176
177
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
178
179
2005-03-31
180
181
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
182
	  (don't use GtkAlignment).
183
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
184
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
185
	  the adjustments to (0, 0).
186
187
2005-03-31
188
189
	* src/foldersel.c
190
	  src/prefs_filter.c: made column resize automatically.
191
192
2005-03-31
193
194
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
195
	  included in the auth string and PLAIN authentication failed
196
	  (thanks to IWAMOTO Kouichi).
197
198
2005-03-31
199
200
	* src/prefs_filter.c: reimplemented filter prefs dialog using
201
	  GtkTreeView.
202
203
2005-03-29
204
205
	* src/compose.c: don't join (presumably) itemized lines on
206
	  line-wrapping.
207
208
2005-03-29
209
210
	* version 1.9.7
211
212
2005-03-29
213
214
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
215
	  only the second loop for accurate threading.
216
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
217
	  priority of References for MsgInfo::inreplyto.
218
219
2005-03-28
220
221
	* src/utils.[ch]: references_list_prepend(): new.
222
	* src/procmsg.[ch]
223
	  src/procheader.c
224
	  src/summaryview.c: modified the thread creation so that it looks up
225
	  every message-id in References header if the real parent message is
226
	  not found (thanks to Alfons).
227
	* src/defs.h: upped the cache version.
228
229
2005-03-28
230
231
	* src/foldersel.c: reimplemented folder selection dialog using
232
	  GtkTreeView (thanks to Alfons).
233
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
234
	  GdkPixbuf object from xpm.
235
236
2005-03-25
237
238
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
239
	  Followup-To: header (thanks to Alfons).
240
241
2005-03-23
242
243
	* src/compose.c:
244
	  compose_write_to_file()
245
	  compose_write_headers(): separate header charset and body charset.
246
	  Fixed the issue that ISO-8859-1 was forced for headers when body
247
	  is US-ASCII only.
248
249
2005-03-23
250
251
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
252
	  auxiliary Kanji appeared (only affects svn version after
253
	  2005-03-17).
254
255
2005-03-22
256
257
	* src/codeconv.[ch]: return error value in every code conversion
258
	  function.
259
260
2005-03-18
261
262
	* src/html.[ch]: html_parse(): made return value const.
263
	* src/textview.c: textview_show_html(): force output of newline.
264
	* src/procmime.c: procmime_get_text_content(): follow the API change.
265
266
2005-03-18
267
268
	* src/account.c: account_find_from_message_file(): added missing
269
	  NULL terminator of the HeaderEntry array which had introduced
270
	  crash on re-edit (thanks to Michael Schwendt).
271
272
2005-03-17
273
274
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
275
276
2005-03-17
277
278
	* src/codeconv.[ch]
279
	  src/textview.c
280
	  src/unmime.c
281
	  src/procheader.c
282
	  src/sourcewindow.c
283
	  src/rfc2015.c
284
	  src/html.c: made every code conversion API allocate new memory.
285
	  This removes redundant string copy on conversion.
286
287
2005-03-16
288
289
	* src/prefs_common.[ch]
290
	  src/textview.c: added an option whether to render HTML as text or
291
	  not.
292
293
2005-03-16
294
295
	* src/filesel.c: remember the state of the expander of file save
296
	  dialog.
297
298
2005-03-16
299
300
	* src/compose.[ch]: added a menu to temporally change the outgoing
301
	  encoding. Use UTF-8 also for headers if it is forced for body.
302
	* src/codeconv.[ch]:
303
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
304
	  conv_encode_header(): added an argument for outgoing encoding.
305
	* src/prefs_common.c: added separators to outgoing encoding menu.
306
	* src/messageview.c
307
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
308
	  in the menu to 'Character encoding'.
309
310
2005-03-15
311
312
	* version 1.9.6
313
314
2005-03-15
315
316
	* src/action.c: create_io_dialog(): use user-defined text font
317
	  (thanks to Alfons), and modified its appearance.
318
319
2005-03-15
320
321
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
322
323
2005-03-14
324
325
	* src/compose.c: compose_write_to_file(): do a strict check for code
326
	  conversion.
327
	* src/codeconv.[ch]:
328
	  conv_codeset_strdup_full()
329
	  conv_iconv_strdup()
330
	  conv_iconv_strdup_with_cd(): added an argument to return an error
331
	  value.
332
333
2005-03-14
334
335
	* src/smtp.[ch]
336
	  src/prefs_account.c: implemented PLAIN authentication method
337
	  (thanks to mori).
338
339
2005-03-14
340
341
	* src/filesel.c:
342
	  filesel_select_file_full(): remember directories for each operations.
343
	  filesel_create(): set default response.
344
	* src/textview.c: textview_key_pressed()
345
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
346
	  if Esc key is pressed.
347
	* Thanks to Sergey Pinaev for the above.
348
349
2005-03-11
350
351
	* src/compose.[ch]: use GtkTextTag for signature replacement to
352
	  stabilize it.
353
354
2005-03-10
355
356
	* src/textview.c: implemented 'Save this image as...' in the context
357
	  menu of inline images.
358
	* src/procmime.c: procmime_get_part_file_name(): new.
359
360
2005-03-10
361
362
	* src/mainwindow.c: main_window_set_widgets(): request size first
363
	  to prevent window size becoming wrong.
364
	* src/utils.c: debug_print(): use g_print() to output with locale
365
	  encoding.
366
367
2005-03-10
368
369
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
370
	  Confine pointer to window.
371
372
2005-03-09
373
374
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
375
	  enabled.
376
377
2005-03-09
378
379
	* src/mainwindow.c: fixed remembering of the state of the visibility
380
	  of MessageView.
381
382
2005-03-09
383
384
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
385
	* src/main.c: migrate_old_config(): copy also mime.types.
386
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
387
	  files.
388
389
2005-03-08
390
391
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
392
	  src/textview.c: textview_add_part(): follow the setting of
393
	  prefs_common.resize_image.
394
	* src/configure.in
395
	  src/about.c
396
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
397
	  is now built-in.
398
399
2005-03-08
400
401
	* src/messageview.[ch]
402
	  src/mimeview.[ch]: changed the implementation of switching
403
	  Text/MIME view (enables smooth switching).
404
405
2005-03-08
406
407
	* src/textview.c: textview_make_clickable_parts(): optimized the
408
	  URI search (fixes freeze at extremely long lines with many '@').
409
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
410
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
411
	  slowdown of GtkTextView.
412
413
2005-03-07
414
415
	* src/mainwindow.c
416
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
417
	  when 'File/Save as...' is selected.
418
	  Made mimeview_save_as() public.
419
420
2005-03-07
421
422
	* version 1.9.5
423
424
2005-03-07
425
426
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
427
	* src/procheader.c: procheader_scan_date_string(): support header
428
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
429
430
2005-03-04
431
432
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
433
	  to improve the efficiency.
434
	* src/codeconv.c: conv_unmime_header(): directly return the return
435
	  value of unmime_header(). Restrict the buffer size on the stack.
436
437
2005-03-04
438
439
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
440
	  it had introduced heap buffer overflow.
441
	  conv_unmime_header(): modified so that it returns newly-allocated
442
	  string.
443
	* src/compose.c: compose_parse_header(): don't use
444
	  conv_unmime_header_overwrite() which introduced buffer overflow.
445
	* src/procheader.c
446
	  src/news.c
447
	  src/procmime.c: followed the API change.
448
449
2005-03-03
450
451
	* use Content-Type's charset as a fallback encoding of broken header
452
	  strings (thanks to Sergey Pinaev).
453
	* src/textview.c: use Content-Type's charset information and
454
	  force-charset setting when displaying headers.
455
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
456
	  are identical, or dest is US-ASCII.
457
	  conv_unmime_header(): try to convert with default encoding if
458
	  string is not ascii.
459
	* src/procheader.[ch]:
460
	  procheader_get_header_array()
461
	  procheader_get_header_array_asis(): added an argument for default
462
	  encoding.
463
	  procheader_parse_stream(): use Content-Type's charset information.
464
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
465
	  returns parameters of Content-Type header.
466
	* src/unmime.[ch]: removed unused function prototype.
467
468
2005-03-02
469
470
	* version 1.9.4
471
472
2005-03-02
473
474
	* src/compose.c: compose_destroy(): destroy paned only if it's not
475
	  attached to window. Fixed memory leak of popup menu.
476
477
2005-03-02
478
479
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
480
	  pressing escape key. Fixed indentation of the source.
481
482
2005-03-02
483
484
	* src/main.c: removed redundant code.
485
	* configure.in: removed redundant PKG_CHECK_MODULES.
486
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
487
	  (fixes LDAP compilation).
488
489
2005-03-01
490
491
	* configure.in: check for GLib/GTK version (>= 2.4.0).
492
493
2005-03-01
494
495
	* src/gtkutils.[ch]: removed non-used code.
496
497
2005-03-01
498
499
	* src/mimeview.[ch]: display action buttons when attached files are
500
	  selected.
501
	  Fixed the handling of key press and popup menu.
502
	  Fixed redraw problem of widget pane.
503
	* src/summaryview.[ch]: minor code cleanup.
504
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
505
	  focus.
506
	* src/filesel.c: change current directory before creating dialog
507
	  (fixed performance problem on folders with large number of
508
	  message).
509
	* src/textview.[ch]: removed unused functions.
510
511
2005-03-01
512
513
	* ac/check-type.m4
514
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
515
	  (thanks to Daichi Kawahata).
516
517
2005-02-28
518
519
	* src/compose.c: compose_parse_header(): generate References: from
520
	  In-Reply-To: even if the parent message doesn't have Message-Id:
521
	  (thanks to mori).
522
523
2005-02-28
524
525
	* src/procheader.[ch]: fixed the argument type of buffer length
526
	  (thanks to Alfons).
527
528
2005-02-27
529
530
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
531
	  was called even on SSL connection. It has introduced random bugs.
532
533
2005-02-25
534
535
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
536
	  selection bugs.
537
538
2005-02-25
539
540
	* src/compose.c
541
	  src/textview.c
542
	  src/quote_fmt_parse.y: follow the API changes.
543
	* src/procmsg.c: procmsg_print_message(): output text with locale
544
	  encoding.
545
	* src/procmime.[ch]:
546
	  procmime_get_text_content()
547
	  procmime_get_first_text_content(): added an argument for dest
548
	  encoding.
549
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
550
	  dest encoding.
551
	* src/html.c: removed broken locale specific entity reference
552
	  conversion.
553
554
2005-02-25
555
556
	* src/compose.c
557
	  src/messageview.c
558
	  src/mimeview.c
559
	  src/export.c
560
	  src/summaryview.c
561
	  src/import.c
562
	  src/filesel.[ch]: replaced GtkFileSelection with
563
	  GtkFileChooserDialog.
564
	  Added filesel_save_as().
565
566
2005-02-24
567
568
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
569
570
2005-02-24
571
572
	* src/progressdialog.c
573
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
574
	  to use GtkDialog.
575
576
2005-02-24
577
578
	* src/compose.c: compose_write_attach(): force transfer encoding to
579
	  protect trailing spaces for PGP signing.
580
581
2005-02-23
582
583
	* src/gtkutils.[ch]: removed unused functions.
584
	  gtkut_text_buffer_match_string()
585
	  gtkut_text_buffer_find(): changed the API to use iterator.
586
	  gtkut_text_buffer_find_backward(): new.
587
	* src/textview.c:
588
	  textview_search_string()
589
	  textview_search_string_backward(): use new API.
590
591
2005-02-23
592
593
	* src/logwindow.c
594
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
595
	  the value configurable.
596
597
2005-02-22
598
599
	* src/codeconv.c:
600
	  conv_anytodisp(): check if converted string is valid UTF-8.
601
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
602
	  failed.
603
	  conv_unmime_header_overwrite()
604
	  conv_unmime_header(): try to convert unencoded strings using locale
605
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
606
607
2005-02-21
608
609
	* version 1.9.3
610
611
2005-02-21
612
613
	* src/compose.c:
614
	  compose_join_next_line(): consider tab width. Keep cursor position
615
	  as much as possible.
616
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
617
	  compose_insert_sig(): don't select text when placing cursor.
618
	  compose_insert_file(): disable autowrap while inserting text.
619
	  compose_undo_cb()
620
	  compose_redo_cb(): disable autowrap while performing undo/redo.
621
622
2005-02-21
623
624
	* src/summaryview.c: summary_ctree_create(): changed indent size to
625
	  12.
626
627
2005-02-18
628
629
	* src/textview.c: added 'Copy this link' to the context menu
630
	  (thanks to Hiroyuki Ikezoe).
631
	* po/Makefile.in.in: added checks and statistics display option to
632
	  msgfmt command.
633
634
2005-02-18
635
636
	* src/compose.c: compose_join_next_line(): removed extra spaces
637
	  between the next line.
638
639
2005-02-18
640
641
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
642
	  quotation' setting.
643
644
2005-02-18
645
646
	* src/textview.c: fixed glitches of underlined URI in textview
647
	  (thanks to Alfons).
648
649
2005-02-18
650
651
	* src/compose.c: compose_join_next_line(): don't use
652
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
653
654
2005-02-17
655
656
	* src/compose.c: implemented new line-wrapping routine. Enables full
657
	  i18n support and proper line-breaking.
658
	* src/utils.[ch]: get_uri_len(): returns URI length.
659
660
2005-02-16
661
662
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
663
	  to filesystem encoding.
664
665
2005-02-14
666
667
	* src/intl.h: removed.
668
669
2005-02-10
670
671
	* src/compose.c: compose_write_file(): force transfer encoding to
672
	  protect trailing spaces for PGP signing (fixes incompatibility
673
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
674
675
2005-02-10
676
677
	* src/compose.c
678
	  src/sourcewindow.c: automatically show horizontal scroll bar.
679
680
2005-02-09
681
682
	* version 1.9.2
683
684
2005-02-09
685
686
	* src/textview.c: implemented better hypertext processing (pointing
687
	  a link shows its URI and single-clicking it follows the link).
688
689
2005-02-08
690
691
	* src/codeconv.[ch]
692
	  conv_filename_from_utf8()
693
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
694
	* src/filesel.c
695
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
696
	  selection dialog (thanks to Sergey Pinaev).
697
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
698
	  non-UTF8 names (thanks to Sergey Pinaev).
699
700
2005-02-08
701
702
	* src/prefs_filter.c: use stock buttons.
703
704
2005-02-08
705
706
	* src/procmime.[ch]
707
	  src/textview.c
708
	  src/prefs_common.c: implemented inline image display.
709
710
2005-02-07
711
712
	* src/gtkutils.c: gtkut_window_popup()
713
	  src/about.c: about_show(): use gtk_window_present() to popup
714
	  window.
715
716
2005-02-07
717
718
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
719
	* configure.in
720
	  Makefile.am
721
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
722
723
2005-02-04
724
725
	* src/action.c: execute_actions(): don't include header part in
726
	  message text.
727
728
2005-02-04
729
730
	* src/textview.c
731
	  src/gtkutils.[ch]: reimplemented message text search.
732
733
2005-02-04
734
735
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
736
	* src/prefs_account.c
737
	  src/prefs_common.c: made the font size of supplementary
738
	  explanations smaller, and enabled line wrap.
739
740
2005-02-03
741
742
	* version 1.9.1
743
744
2005-02-03
745
746
	* src/compose.c: compose_create(): use normal API for setting font.
747
748
2005-02-02
749
750
	* src/main.c: parse_cmd_opt(): convert help message to locale
751
	  encoding.
752
753
2005-02-02
754
755
	* src/compose.c:
756
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
757
	  get_indent_length(): use GtkTextIter for the loop.
758
759
2005-02-02
760
761
	* src/compose.c:
762
	  text_inserted(): revalidate iterator so as not to invalidate it
763
	  after gtk_text_buffer_insert() while enabling auto wrapping.
764
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
765
766
2005-02-01
767
768
	* version 1.9.0
769
770
2005-01-31
771
772
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
773
	  if the source string is not a valid UTF-8.
774
775
2005-01-31
776
777
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
778
	  changed CACHE_VERSION to 0x20.
779
780
2005-01-31
781
782
	* src/rfc2015.c: sig_status_full(): convert string returned by
783
	  strftime() (which is locale encoding) to UTF-8.
784
785
2005-01-31
786
787
	* configure.in
788
	  src/textview.c
789
	  src/passphrase.[ch]
790
	  src/mimeview.c
791
	  src/main.c
792
	  src/select-keys.[ch]
793
	  src/rfc2015.[ch]
794
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
795
796
2005-01-28
797
798
	* src/template.c: template_write_config(): fixed a memory leak.
799
800
2005-01-28
801
802
	* src/compose.c: removed redundant code for Ctrl-Enter handling
803
	  (not required for GTK2).
804
805
2005-01-27
806
807
	* src/prefs_actions.c
808
	  src/prefs_template.c
809
	  src/summary_search.c
810
	  src/message_search.c
811
	  src/folderview.c
812
	  src/prefs_customheader.c
813
	  src/prefs_filter.c: use GTK stock button for alertpanel.
814
815
2005-01-27
816
817
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
818
	  prevent character corruption on conversion.
819
820
2005-01-26
821
822
	* src/stock_pixmap.[ch]
823
	  src/pixmaps/stock_add_16.xpm
824
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
825
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
826
	  button.
827
828
2005-01-26
829
830
	* src/alertpanel.c: use smaller size for title font.
831
832
2005-01-26
833
834
	* src/codeconv.[ch]: made encoding-specific functions static, and
835
	  removed redundant code.
836
837
2005-01-26
838
839
	* src/procmime.c:
840
	  procmime_scan_content_type()
841
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
842
	  EUC-JP conversion.
843
	* src/jpilot.c: use conv_codeset_strdup() instead of
844
	  conv_sjistodisp().
845
846
2005-01-26
847
848
	* src/compose.c
849
	  src/folder.c
850
	  src/prefs.c
851
	  src/codeconv.[ch]
852
	  src/imap.c
853
	  src/xml.c
854
	  src/addrbook.c
855
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
856
	  replace conv_get_internal_charset_str().
857
858
2005-01-25
859
860
	* src/inc.c: inc_finished(): removed warning when updating a
861
	  folder item while no folder is selected.
862
863
2005-01-25
864
865
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
866
	  font_desc.
867
	* src/prefs_common.[ch]
868
	  src/defs.h: removed unused font configs.
869
	* src/textview.c: use default font for headers.
870
	* src/headerview.c
871
	  src/folderview.c: generate bold font from normal font.
872
	* src/summaryview.c: generate bold and small font from normal font.
873
874
2005-01-24
875
876
	* src/alertpanel.c: alertpanel_create(): generate title font from
877
	  normal font.
878
879
2005-01-24
880
881
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
882
	  migration.
883
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
884
	  check the existence of source files.
885
	* src/prefs_common.c: changed the font setting name for migration.
886
	* src/defs.h: added UIDL_DIR, and changed the default font.
887
888
2005-01-24
889
890
	* src/compose.c
891
	  src/addressbook.c
892
	  src/messageview.c
893
	  src/mimeview.c
894
	  src/select-keys.c
895
	  src/sigstatus.c: use GTK stock button for button set.
896
	* src/passphrase.c: improved the passphrase dialog.
897
898
2005-01-24
899
900
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
901
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
902
903
2005-01-24
904
905
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
906
907
2005-01-24
908
909
	* src/prefs_display_header.c
910
	  src/action.c
911
	  src/grouplistdialog.c
912
	  src/textview.c
913
	  src/editbook.c
914
	  src/editgroup.c
915
	  src/importldif.c
916
	  src/summary_search.c
917
	  src/message_search.c
918
	  src/select-keys.c
919
	  src/editjpilot.c
920
	  src/export.c
921
	  src/editaddress.c
922
	  src/addressadd.c
923
	  src/editldap_basedn.c
924
	  src/prefs_summary_column.c
925
	  src/import.c
926
	  src/prefs_filter_edit.c
927
	  src/editvcard.c
928
	  src/prefs_customheader.c
929
	  src/editldap.c
930
	  src/sigstatus.c: use GTK stock button for button set.
931
932
2005-01-24
933
934
	* src/compose.c
935
	  src/inc.c
936
	  src/prefs_actions.c
937
	  src/prefs.c
938
	  src/progressdialog.c
939
	  src/account.c
940
	  src/prefs_template.c
941
	  src/foldersel.c
942
	  src/main.c
943
	  src/alertpanel.c
944
	  src/inputdialog.c
945
	  src/prefs_common.c
946
	  src/summaryview.c
947
	  src/about.c
948
	  src/mainwindow.c
949
	  src/prefs_filter.c: use GTK stock button for button set.
950
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
951
952
2005-01-21
953
954
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
955
	  Alfons).
956
957
2005-01-21
958
959
	* src/colorlabel.c: removed include of gdk/gdkx.h.
960
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
961
	* src/codeconv.[ch]: added conv_utf8todisp().
962
	* src/sourcewindow.c: source_window_append()
963
	  src/textview.c: textview_write_line(), textview_write_link()
964
	  src/unmime.c: unmime_header()
965
	  src/html.c: html_read_line(): assume the encoding of source
966
	  string is UTF-8 instead of locale encoding.
967
968
2005-01-20
969
970
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
971
	  code conversion.
972
	* src/main.c: migrate_old_config(): migrate templates.
973
974
2005-01-20
975
976
	* src/action.c: convert locale strings to UTF-8 before displaying
977
	  it (thanks to Alfons).
978
979
2005-01-20
980
981
	* src/statusbar.c
982
	  src/summaryview.c
983
	  src/setup.c
984
	  src/folderview.c
985
	  src/mainwindow.[ch]: restored the resize grip of the main
986
	  statusbar with its proper position (thanks to Yoichi Imai).
987
988
2005-01-20
989
990
	* src/jpilot.c: fixed Japanese code conversion.
991
992
2005-01-19
993
994
	* src/compose.c: compose_insert_sig(): fixed broken signature
995
	  replacement.
996
997
2005-01-19
998
999
	* src/mh.c
1000
	  src/utils.c
1001
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
1002
	  'fileno' used in stdio.h.
1003
	* src/messageview.c: messageview_show(): check if
1004
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
1005
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
1006
1007
2005-01-19
1008
1009
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
1010
	  correctly get text selection.
1011
1012
2005-01-12
1013
1014
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).