Statistics
| Revision:

root / ChangeLog @ 391

History | View | Annotate | Download (43.2 kB)

1
2005-07-04
2
3
	* src/mh.c: unified move_folder and rename_folder.
4
5
2005-07-04
6
7
	* src/imap.c
8
	  src/folderview.c: implemented IMAP4 folder move.
9
10
2005-07-01
11
12
	* src/mh.c
13
	  src/folder.h
14
	  src/foldersel.[ch]
15
	  src/imap.c
16
	  src/news.c
17
	  src/folderview.[ch]
18
	  src/mainwindow.c: implemented folder move (currently restricted
19
	  inside the same MH mailbox).
20
21
2005-07-01
22
23
	* src/filter.c: fixed a bug in syncing folder path.
24
	* src/folderview.c: some code cleanups.
25
26
2005-06-30
27
28
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
29
	  IMAP server.
30
31
2005-06-30
32
33
	* src/compose.c: compose_write_to_file(): check for line length limit
34
	  and display warning if exceeds.
35
	* src/utils.[ch]: check_line_length(): new.
36
37
2005-06-29
38
39
	* src/main.c: main(): check for filename encoding on the first run.
40
41
2005-06-29
42
43
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
44
	  change (RFC 2822: 3.6.1. The origination date field).
45
46
2005-06-28
47
48
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
49
	  with current time (corrects date of queued messages).
50
51
2005-06-28
52
53
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
54
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
55
	  name appeared.
56
57
2005-06-27
58
59
	* src/imageview.c: fixed a possible crash on the view change from
60
	  imageview to textview (thanks to NINOMIYA Yuuki).
61
62
2005-06-24
63
64
	* src/ssl.c: show verify result as string.
65
66
2005-06-24
67
68
	* src/utils.c:
69
	  is_dir_exist()
70
	  is_file_entry_exist()
71
	  dirent_is_regular_file()
72
	  dirent_is_directory(): use g_file_test() instead of stat().
73
74
2005-06-24
75
76
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
77
78
2005-06-24
79
80
	* src/utils.[ch]
81
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
82
	  of gcc about %c.
83
	* src/procheader.c: removed warning about invalid date.
84
	* src/jpilot.c
85
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
86
87
2005-06-24
88
89
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
90
91
2005-06-24
92
93
	* src/summaryview.c: removed unrequired function
94
	  summary_set_column_titles().
95
96
2005-06-23
97
98
	* version 2.0.0beta3
99
100
2005-06-23
101
102
	* src/foldersel.c
103
	  src/folderview.[ch]: expand parent folder when new one is created.
104
105
2005-06-23
106
107
	* src/textview.c: added "Compose new message" and "Open with Web
108
	  browser" to the context menu.
109
110
2005-06-23
111
112
	* src/folderview.[ch]: modified the way to revert selection after
113
	  menu popup.
114
115
2005-06-23
116
117
	* src/editldap.c: made bind password entry invisible.
118
119
2005-06-22
120
121
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
122
	  dialog only if Escape key is pressed.
123
	* src/textview.[ch]: update colors of text tags when prefs are
124
	  updated.
125
126
2005-06-22
127
128
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
129
130
2005-06-22
131
132
	* src/mh.c
133
	  src/procmsg.h
134
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
135
	  and improved the performance.
136
	  Added MSG_CACHED flag to MsgTmpFlags.
137
	  Added 'Advanced' tab to the common prefs.
138
139
2005-06-21
140
141
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
142
	  message on deleting folders.
143
144
2005-06-21
145
146
	* src/prefs_account.[ch]
147
	  src/prefs_common.[ch]
148
	  src/news.c: moved the option of max news articles to account prefs.
149
150
2005-06-21
151
152
	* src/compose.c: compose_reply()
153
	  src/prefs_account.[ch]: added an option to encrypt when replying to
154
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
155
156
2005-06-21
157
158
	* src/summaryview.c: summary_reply(): use currently visible textview
159
	  for selection reply.
160
161
2005-06-20
162
163
	* configure.in: enabled GPGME and OpenSSL support by default.
164
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
165
166
2005-06-20
167
168
	* src/imap.c: replace embedded null characters with ' ' when parsing
169
	  block data (fix parse errors when embedded null characters appeared
170
	  in headers).
171
	* src/socket.[ch]: modified *_getline() so that it returns the length
172
	  of string including embedded null characters.
173
	* src/utils.[ch]: subst_null(): replaces null characters with
174
	  specified one.
175
176
2005-06-20
177
178
	* src/textview.c: added "Add to address book" to the context menu
179
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
180
	  "Copy this address" when address is clicked.
181
	* src/addressadd.c: addressadd_selection(): open edit person dialog
182
	  right after it is added.
183
184
2005-06-17
185
186
	* src/prefs.h: added macro PACK_SMALL_LABEL().
187
	* src/inc.c: inc_finished()
188
	  src/prefs_common.[ch]: added an option to execute command when new
189
	  messages arrived.
190
191
2005-06-16
192
193
	* version 2.0.0beta2
194
195
2005-06-16
196
197
	* src/send_message.c: send_message_local(): check exit status to
198
	  detect errors.
199
200
2005-06-16
201
202
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
203
	  cache/mark files (fixed wrong unread count of trash folders).
204
205
2005-06-15
206
207
	* src/summaryview.[ch]
208
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
209
	  'Tools/Filter junk mails in selected messages'.
210
211
2005-06-15
212
213
	* src/compose.c: made 'File/Insert signature' replace current
214
	  signature, or add it to the bottom.
215
216
2005-06-14
217
218
	* src/textview.c: fixed slightly wrong scroll position when the
219
	  displayed message changed.
220
221
2005-06-14
222
223
	* src/compose.c: scroll the view to the cursor position after paste.
224
225
2005-06-14
226
227
	* src/compose.c: don't scroll when view is created.
228
	  compose_input_cb(): set cursor to the top when the text is replaced.
229
230
2005-06-14
231
232
	* src/compose.c: scroll the view to the cursor position after
233
	  inserting signatures or files.
234
235
2005-06-14
236
237
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
238
	  FolderItem::last_num to 0 (which caused wrong unread number
239
	  display).
240
241
2005-06-14
242
243
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
244
	  change of color labels was not saved.
245
246
2005-06-13
247
248
	* src/prefs_common.[ch]
249
	  src/inc.c: integrated junk filter setting into common prefs.
250
	* src/filter.[ch]: added filter_rule_list_free().
251
252
2005-06-13
253
254
	* src/summaryview.c: include currently selected row on flag search
255
	  if message view is visible but the row is not displayed.
256
257
2005-06-13
258
259
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
260
	  changed (thanks to Tomasz).
261
262
2005-06-10
263
264
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
265
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
266
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
267
268
2005-06-10
269
270
	* src/prefs.h
271
	  src/prefs_common.c: unified some frames and checkboxes.
272
273
2005-06-10
274
275
	* src/summaryview.c: summary_modify_node(): really fixed the crash
276
	  bug (referred freed memory on sorting).
277
278
2005-06-10
279
280
	* src/summaryview.c: flush events before scrolling to selected.
281
282
2005-06-10
283
284
	* src/summaryview.c: fixed possible crash (take 2).
285
286
2005-06-10
287
288
	* src/summaryview.c: fixed possible crash when sorted by
289
	  From/To/Subject.
290
291
2005-06-09
292
293
	* version 2.0.0beta1
294
295
2005-06-09
296
297
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
298
	  Removed ununsed CTree functions.
299
	* src/summaryview.c: fixed scroll positon problem after some
300
	  operations.
301
302
2005-06-08
303
304
	* src/inc.c
305
	  src/send_message.c
306
	  src/progressdialog.[ch]: reimplemented progress dialog with
307
	  GtkTreeView. Added some APIs.
308
309
2005-06-08
310
311
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
312
	  Dickson).
313
314
2005-06-08
315
316
	* src/account.c
317
	  src/prefs_filter.c: made some buttons stock button.
318
319
2005-06-08
320
321
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
322
	  find.
323
324
2005-06-07
325
326
	* src/compose.c
327
	  src/main.c
328
	  src/procmsg.[ch]
329
	  src/send_message.[ch]
330
	  src/prefs_common.[ch]
331
	  src/mainwindow.c: added an option to apply filter rules to sent
332
	  messages.
333
334
2005-06-06
335
336
	* src/mimeview.c
337
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
338
339
2005-06-06
340
341
	* src/compose.c: don't use "destroy" signal to destroy Compose object
342
	  (fix rare crashes on discard?).
343
344
2005-06-06
345
346
	* src/summaryview.c:
347
	  summary_attract_by_subject()
348
	  summary_sort(): clear selection list when the order of the list is
349
	  changed.
350
351
2005-06-06
352
353
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
354
	  that it took time at O(n^2) order if all messages were selected
355
	  and then they were removed.
356
357
2005-06-06
358
359
	* src/compose.c
360
	  src/messageview.c
361
	  src/prefs_common.c
362
	  src/mainwindow.c: added Hebrew encodings.
363
364
2005-06-06
365
366
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
367
	  first letters of locale string is "ja".
368
369
2005-06-03
370
371
	* src/compose.c
372
	  src/summaryview.[ch]
373
	  src/folderview.c: improved the DnD. Don't copy files on
374
	  summary-to-folder drag, and set mime type to message/rfc822 on
375
	  summary-to-compose drag.
376
377
2005-06-03
378
379
	* src/prefs_common.c: prefs_junk_create(): modified the description.
380
381
2005-06-03
382
383
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
384
	  empty junk folder.
385
386
2005-06-02
387
388
	* src/prefs_common.c: prefs_font_select(): select current font
389
	  when opening the dialog.
390
391
2005-06-02
392
393
	* src/prefs_common.[ch]
394
	  src/mainwindow.[ch]
395
	  src/summaryview.[ch]: added a feature for junk mail control.
396
397
2005-06-01
398
399
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
400
	  or deleted messages.
401
402
2005-06-01
403
404
	* src/textview.c:
405
	  textview_search_string()
406
	  textview_search_string_backward(): improved sequential searches.
407
408
2005-06-01
409
410
	* src/summaryview.c: don't include the current message for
411
	  "View/Go to/(Prev|Next) (unread|new) message".
412
413
2005-05-31
414
415
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
416
	  because the STATUS command costs much.
417
418
2005-05-31
419
420
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
421
	  if FolderView::selected is NULL (thanks to Yann Grossel).
422
	* src/folderview.[ch]: folderview_set_opened_item(): new.
423
424
2005-05-30
425
426
	* src/manage_window.c: manage_window_focus_out(): don't reset
427
	  focus_window on focus-out event.
428
	* src/inc.c
429
	  src/send_message.c: call manage_window_destroy() to reset
430
	  focus_window before destruction of window.
431
432
2005-05-30
433
434
	* src/alertpanel.c: don't let message label take focus.
435
	* src/headerview.c: don't let header labels take focus.
436
437
2005-05-30
438
439
	* src/summaryview.[ch]: optimized getting the selection list.
440
	  Set cache as dirty when reordered to remember the current order.
441
442
2005-05-29
443
444
	* version 1.9.12
445
446
2005-05-27
447
448
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
449
	  field (conform to RFC 2368).
450
451
2005-05-27
452
453
	* src/mh.c
454
	  src/compose.c
455
	  src/folder.[ch]
456
	  src/imap.c
457
	  src/procmsg.c
458
	  src/news.c
459
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
460
	  if mark file really needs to be updated.
461
	  Write mark file only if cache_dirty or mark_dirty flag is set.
462
463
2005-05-27
464
465
	* src/imap.c: don't destroy the previous Session object when
466
	  reconnecting (fixed crash when reconnection happened while scanning
467
	  tree).
468
	  imap_cmd_search(): fixed a bug that only the first response was
469
	  recognized (thanks to Hanno Meyer-Thurow).
470
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
471
472
2005-05-26
473
474
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
475
	* src/mimeview.c: fixed DnD of non-ascii filename.
476
	* src/utils.[ch]: encode_uri(): new.
477
	* src/summaryview.[ch]: use subject as the filename of droppend
478
	  messages. Added .eml as the extension.
479
480
2005-05-25
481
482
	* src/textview.c: textview_write_link(): also skip non-ascii space
483
	  at the head of link strings (phishing check didn't work at the case).
484
485
2005-05-25
486
487
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
488
	  instead of popen().
489
490
2005-05-25
491
492
	* src/send_message.c: send_message_local(): use GSpawn, and detect
493
	  errors.
494
495
2005-05-25
496
497
	* src/message_search.c: removed Clear button.
498
499
2005-05-24
500
501
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
502
	  if cache file really needs to be updated.
503
	* src/mh.c
504
	  src/imap.c
505
	  src/procmsg.c
506
	  src/news.c: set cache_dirty flag if folder contents differ from
507
	  the cache file.
508
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
509
	  Write cache file only if cache_dirty flag is set.
510
511
2005-05-24
512
513
	* src/compose.c: disable attach toggle button for now.
514
515
2005-05-24
516
517
	* src/compose.[ch]: added a toggle button for the attachment pane.
518
519
2005-05-24
520
521
	* src/compose.[ch]: reimplemented the attachment list with
522
	  GtkTreeView. Fixed attaching of locale filename.
523
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
524
525
2005-05-24
526
527
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
528
529
2005-05-23
530
531
	* src/summaryview.[ch]: enabled DnD to external apps.
532
533
2005-05-23
534
535
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
536
	  window.
537
538
2005-05-23
539
540
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
541
	  to move cursor.
542
543
2005-05-23
544
545
	* src/gtksctree.[ch]: removed.
546
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
547
548
2005-05-23
549
550
	* src/textview.c
551
	  src/mimeview.[ch]
552
	  src/summaryview.c
553
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
554
555
2005-05-20
556
557
	* src/summaryview.c: summary_show(): fixed the selection state on
558
	  refresh.
559
560
2005-05-20
561
562
	* src/summaryview.c: summaryview_clear_list(): set the value of
563
	  vadjustment to 0.0 so that the "value-changed" signal is always
564
	  emitted (fixes the scroll problem on refresh).
565
566
2005-05-19
567
568
	* src/message_search.c: improved the interface and made code cleanup.
569
570
2005-05-19
571
572
	* src/summary_search.c: improved the interface and made code cleanup.
573
574
2005-05-19
575
576
	* src/summaryview.c: summary_show(): fixed a problem that no message
577
	  was selected after processing left marks.
578
579
2005-05-19
580
581
	* src/textview.[ch]
582
	  src/prefs_common.[ch]
583
	  src/mainwindow.c: added an option to toggle cursor in message view
584
	  (thanks to Godwin Stewart).
585
586
2005-05-19
587
588
	* src/summaryview.c: summary_modify_threads(): block selection_changed
589
	  callback while modifying threads so that the toolbar doesn't
590
	  become insensitive unexpectedly.
591
592
2005-05-18
593
594
	* src/summaryview.c: set minimum column width.
595
	  src/folderview.c: set minimum column width. Remember every column
596
	  width.
597
598
2005-05-18
599
600
	* src/summaryview.c: display next messages after deleting when
601
	  immediate_exec is enabled.
602
603
2005-05-17
604
605
	* version 1.9.11
606
607
2005-05-17
608
609
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
610
	  selection and message display on execution.
611
	  summary_get_modified_node(): fixed an order problem.
612
613
2005-05-17
614
615
	* src/summaryview.c: summary_row_expanded(): made a workaround for
616
	  last-row expand problem.
617
618
2005-05-16
619
620
	* src/summaryview.c: summary_selection_changed(): forgot to unset
621
	  SummaryView::selected on empty selection.
622
623
2005-05-16
624
625
	* src/summaryview.c: fixed selection problem after execution.
626
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
627
	  start node.
628
629
2005-05-15
630
631
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
632
	  prohibited column resize.
633
634
2005-05-15
635
636
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
637
	  Space and Delete key are ignored when multiple messages were
638
	  selected.
639
	* src/headerview.c: added missing gtk/gtkimage.h include.
640
641
2005-05-13
642
643
	* version 1.9.10
644
645
2005-05-13
646
647
	* src/prefs_common.[ch]
648
	  src/summaryview.c: made rules hint configurable. Removed debug code.
649
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
650
	  one of the reference is invalid.
651
652
2005-05-13
653
654
	* src/summaryview.c: don't open selected messages on 'View/Go to'
655
	  if the message view is hidden.
656
657
2005-05-13
658
659
	* src/summaryview.c: modified the handling of middle-click and
660
	  double-click.
661
662
2005-05-13
663
664
	* src/summaryview.c: adjusted the width of icon-titled columns.
665
666
2005-05-12
667
668
	* src/summaryview.c: summary_attract_by_subject()
669
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
670
	  by subject' if sorted.
671
672
2005-05-12
673
674
	* src/summaryview.c: summary_attract_by_subject(): optimized using
675
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
676
677
2005-05-12
678
679
	* src/summaryview.c: display collapsed rows which have unread children
680
	  as bold.
681
682
2005-05-11
683
684
	* src/summaryview.c: summary_have_unread_children(): implemented.
685
	  summary_row_expanded(): expand all children.
686
	  summary_thread_build(): added missing g_hash_table_destroy().
687
688
2005-05-11
689
690
	* src/summaryview.c
691
	  src/mainwindow.c: summary_thread_build(): implemented.
692
693
2005-05-11
694
695
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
696
	  current directory is inside one which is to be removed.
697
	* src/summaryview.c: summary_unthread(): implemented.
698
	* src/folderview.c: fixed crash when FolderView::selected became
699
	  invalid. Unset it if selection becomes empty.
700
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
701
	  "Monospace 12".
702
703
2005-05-10
704
705
	* src/summaryview.c: summary_select_thread(): implemented.
706
707
2005-05-10
708
709
	* src/summary_search.c: reimplemented summary search.
710
711
2005-05-10
712
713
	* src/summaryview.c:
714
	  summary_show(): display selected message if always_show_msg is set.
715
	  summary_button_pressed(): fixed the handling of modifier key.
716
	  summary_selection_changed(): clear message view if not single
717
	  selection.
718
719
2005-05-10
720
721
	* src/summaryview.c
722
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
723
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
724
725
2005-05-09
726
727
	* src/editjpilot.c
728
	  src/editldap_basedn.c
729
	  src/editldap.c: added missing includes.
730
731
2005-05-09
732
733
	* src/compose.c
734
	  src/inc.c
735
	  src/addressbook.c
736
	  src/textview.c
737
	  src/messageview.c
738
	  src/editbook.c
739
	  src/editgroup.c
740
	  src/importldif.c
741
	  src/foldersel.c
742
	  src/mimeview.c
743
	  src/message_search.c
744
	  src/main.c
745
	  src/inputdialog.c
746
	  src/editaddress.c
747
	  src/addressadd.c
748
	  src/import.c
749
	  src/about.c
750
	  src/mainwindow.c
751
	  src/editvcard.c: added missing includes.
752
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
753
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
754
	* src/folderview.c: modified for column sizing.
755
	* src/summaryview.[ch]
756
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
757
	  (some features are not completed yet).
758
759
2005-05-06
760
761
	* src/socket.c: sock_connect_address_list_async(): only watch
762
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
763
	  Maerz).
764
765
2005-05-02
766
767
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
768
	  display unit on AGE condition.
769
770
2005-04-27
771
772
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
773
	  if not required (just increase ref count).
774
775
2005-04-27
776
777
	* src/mainwindow.c: main_window_create(): disable no longer required
778
	  workaround for resize grip on GTK+ 2.6.
779
780
2005-04-22
781
782
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
783
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
784
785
2005-04-22
786
787
	* src/folderview.c: folderview_selection_changed(): flush widget to
788
	  reflect selection change before showing summary.
789
790
2005-04-22
791
792
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
793
	  Kawahata).
794
795
2005-04-22
796
797
	* src/folderview.c:
798
	  folderview_rescan_tree()
799
	  folderview_check_new(): refresh widgets before processing.
800
801
2005-04-20
802
803
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
804
	  gdk_window_process_updates() to force update of widgets.
805
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
806
	  because of waiting for all events processed.
807
	* src/statusbar.c
808
	  src/summaryview.c
809
	  src/setup.c
810
	  src/folderview.c
811
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
812
	  of the update of statusbar.
813
814
2005-04-20
815
816
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
817
	  is done (fixed incorrect display when a part of the view is hidden).
818
819
2005-04-19
820
821
	* version 1.9.9
822
823
2005-04-19
824
825
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
826
827
2005-04-19
828
829
	* src/session.[ch]: use separate buffer for large data to be sent,
830
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
831
832
2005-04-19
833
834
	* src/compose.c
835
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
836
	  provided for old GtkSText, and had interfered with gtk-key-theme
837
	  configuration.
838
839
2005-04-15
840
841
	* src/folderview.c: folderview_create(): check GTK version for
842
	  "ellipsize" property.
843
844
2005-04-13
845
846
	* src/folderview.c: modified include.
847
	  folderview_col_resized(): fixed argument type.
848
849
2005-04-13
850
851
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
852
	* src/folderview.c: removed unused GtkStyle.
853
	  folderview_select_row(): don't expand the row itself.
854
	  folderview_selection_changed(): fixed a memory leak.
855
856
2005-04-13
857
858
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
859
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
860
	  exist).
861
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
862
	  is not NULL.
863
864
2005-04-12
865
866
	* version 1.9.8
867
868
2005-04-12
869
870
	* src/folderview.c
871
	  src/gtkutils.[ch]: remember the column width, and restored Search
872
	  menu.
873
874
2005-04-12
875
876
	* src/compose.c
877
	  src/messageview.c
878
	  src/codeconv.[ch]
879
	  src/prefs_common.c
880
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
881
	  is passed (thanks to SuperMMX).
882
883
2005-04-12
884
885
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
886
	  text.
887
888
2005-04-11
889
890
	* src/action.c: catch_output(): correctly select the insert text
891
	  (fix invalid iterator warnings).
892
893
2005-04-11
894
895
	* src/gtkutils.[ch]
896
	  src/folderview.[ch]: implemented message-to-folder DnD.
897
	  Auto-expand and auto-scroll are also implemented.
898
899
2005-04-08
900
901
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
902
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
903
	* src/summaryview.c: summary_show(): update FolderView::opened before
904
	  folderview_update_opened_msg_num() is called.
905
906
2005-04-07
907
908
	* src/folderview.c: folderview_selection_changed(): don't let
909
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
910
	  a folder by button press.
911
912
2005-04-07
913
914
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
915
	  (DnD is not implemented yet).
916
	* src/folder.[ch]: folder_item_compare(): compare function to sort
917
	  FolderItem.
918
	* src/gtkutils.[ch]:
919
	  gtkut_tree_model_next()
920
	  gtkut_tree_model_find_by_column_data()
921
	  gtkut_tree_view_find_collapsed_parent(): new.
922
	* src/pixmaps/dir-noselect.xpm
923
	  src/pixmaps/dir-open.xpm
924
	  src/pixmaps/dir-close.xpm: removed extra spaces.
925
926
2005-04-05
927
928
	* src/send_messages.c: send_message_smtp(): consider EOF right after
929
	  QUIT successful (workaround for Gmail SMTP server).
930
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
931
	  SSL protocol.
932
	* src/procheader.c: removed an unused variable.
933
934
2005-04-01
935
936
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
937
	  Mac OS X support.
938
939
2005-03-31
940
941
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
942
943
2005-03-31
944
945
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
946
	  (don't use GtkAlignment).
947
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
948
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
949
	  the adjustments to (0, 0).
950
951
2005-03-31
952
953
	* src/foldersel.c
954
	  src/prefs_filter.c: made column resize automatically.
955
956
2005-03-31
957
958
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
959
	  included in the auth string and PLAIN authentication failed
960
	  (thanks to IWAMOTO Kouichi).
961
962
2005-03-31
963
964
	* src/prefs_filter.c: reimplemented filter prefs dialog using
965
	  GtkTreeView.
966
967
2005-03-29
968
969
	* src/compose.c: don't join (presumably) itemized lines on
970
	  line-wrapping.
971
972
2005-03-29
973
974
	* version 1.9.7
975
976
2005-03-29
977
978
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
979
	  only the second loop for accurate threading.
980
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
981
	  priority of References for MsgInfo::inreplyto.
982
983
2005-03-28
984
985
	* src/utils.[ch]: references_list_prepend(): new.
986
	* src/procmsg.[ch]
987
	  src/procheader.c
988
	  src/summaryview.c: modified the thread creation so that it looks up
989
	  every message-id in References header if the real parent message is
990
	  not found (thanks to Alfons).
991
	* src/defs.h: upped the cache version.
992
993
2005-03-28
994
995
	* src/foldersel.c: reimplemented folder selection dialog using
996
	  GtkTreeView (thanks to Alfons).
997
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
998
	  GdkPixbuf object from xpm.
999
1000
2005-03-25
1001
1002
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
1003
	  Followup-To: header (thanks to Alfons).
1004
1005
2005-03-23
1006
1007
	* src/compose.c:
1008
	  compose_write_to_file()
1009
	  compose_write_headers(): separate header charset and body charset.
1010
	  Fixed the issue that ISO-8859-1 was forced for headers when body
1011
	  is US-ASCII only.
1012
1013
2005-03-23
1014
1015
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
1016
	  auxiliary Kanji appeared (only affects svn version after
1017
	  2005-03-17).
1018
1019
2005-03-22
1020
1021
	* src/codeconv.[ch]: return error value in every code conversion
1022
	  function.
1023
1024
2005-03-18
1025
1026
	* src/html.[ch]: html_parse(): made return value const.
1027
	* src/textview.c: textview_show_html(): force output of newline.
1028
	* src/procmime.c: procmime_get_text_content(): follow the API change.
1029
1030
2005-03-18
1031
1032
	* src/account.c: account_find_from_message_file(): added missing
1033
	  NULL terminator of the HeaderEntry array which had introduced
1034
	  crash on re-edit (thanks to Michael Schwendt).
1035
1036
2005-03-17
1037
1038
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
1039
1040
2005-03-17
1041
1042
	* src/codeconv.[ch]
1043
	  src/textview.c
1044
	  src/unmime.c
1045
	  src/procheader.c
1046
	  src/sourcewindow.c
1047
	  src/rfc2015.c
1048
	  src/html.c: made every code conversion API allocate new memory.
1049
	  This removes redundant string copy on conversion.
1050
1051
2005-03-16
1052
1053
	* src/prefs_common.[ch]
1054
	  src/textview.c: added an option whether to render HTML as text or
1055
	  not.
1056
1057
2005-03-16
1058
1059
	* src/filesel.c: remember the state of the expander of file save
1060
	  dialog.
1061
1062
2005-03-16
1063
1064
	* src/compose.[ch]: added a menu to temporally change the outgoing
1065
	  encoding. Use UTF-8 also for headers if it is forced for body.
1066
	* src/codeconv.[ch]:
1067
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
1068
	  conv_encode_header(): added an argument for outgoing encoding.
1069
	* src/prefs_common.c: added separators to outgoing encoding menu.
1070
	* src/messageview.c
1071
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
1072
	  in the menu to 'Character encoding'.
1073
1074
2005-03-15
1075
1076
	* version 1.9.6
1077
1078
2005-03-15
1079
1080
	* src/action.c: create_io_dialog(): use user-defined text font
1081
	  (thanks to Alfons), and modified its appearance.
1082
1083
2005-03-15
1084
1085
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
1086
1087
2005-03-14
1088
1089
	* src/compose.c: compose_write_to_file(): do a strict check for code
1090
	  conversion.
1091
	* src/codeconv.[ch]:
1092
	  conv_codeset_strdup_full()
1093
	  conv_iconv_strdup()
1094
	  conv_iconv_strdup_with_cd(): added an argument to return an error
1095
	  value.
1096
1097
2005-03-14
1098
1099
	* src/smtp.[ch]
1100
	  src/prefs_account.c: implemented PLAIN authentication method
1101
	  (thanks to mori).
1102
1103
2005-03-14
1104
1105
	* src/filesel.c:
1106
	  filesel_select_file_full(): remember directories for each operations.
1107
	  filesel_create(): set default response.
1108
	* src/textview.c: textview_key_pressed()
1109
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
1110
	  if Esc key is pressed.
1111
	* Thanks to Sergey Pinaev for the above.
1112
1113
2005-03-11
1114
1115
	* src/compose.[ch]: use GtkTextTag for signature replacement to
1116
	  stabilize it.
1117
1118
2005-03-10
1119
1120
	* src/textview.c: implemented 'Save this image as...' in the context
1121
	  menu of inline images.
1122
	* src/procmime.c: procmime_get_part_file_name(): new.
1123
1124
2005-03-10
1125
1126
	* src/mainwindow.c: main_window_set_widgets(): request size first
1127
	  to prevent window size becoming wrong.
1128
	* src/utils.c: debug_print(): use g_print() to output with locale
1129
	  encoding.
1130
1131
2005-03-10
1132
1133
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
1134
	  Confine pointer to window.
1135
1136
2005-03-09
1137
1138
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
1139
	  enabled.
1140
1141
2005-03-09
1142
1143
	* src/mainwindow.c: fixed remembering of the state of the visibility
1144
	  of MessageView.
1145
1146
2005-03-09
1147
1148
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
1149
	* src/main.c: migrate_old_config(): copy also mime.types.
1150
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
1151
	  files.
1152
1153
2005-03-08
1154
1155
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
1156
	  src/textview.c: textview_add_part(): follow the setting of
1157
	  prefs_common.resize_image.
1158
	* src/configure.in
1159
	  src/about.c
1160
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
1161
	  is now built-in.
1162
1163
2005-03-08
1164
1165
	* src/messageview.[ch]
1166
	  src/mimeview.[ch]: changed the implementation of switching
1167
	  Text/MIME view (enables smooth switching).
1168
1169
2005-03-08
1170
1171
	* src/textview.c: textview_make_clickable_parts(): optimized the
1172
	  URI search (fixes freeze at extremely long lines with many '@').
1173
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
1174
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
1175
	  slowdown of GtkTextView.
1176
1177
2005-03-07
1178
1179
	* src/mainwindow.c
1180
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
1181
	  when 'File/Save as...' is selected.
1182
	  Made mimeview_save_as() public.
1183
1184
2005-03-07
1185
1186
	* version 1.9.5
1187
1188
2005-03-07
1189
1190
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
1191
	* src/procheader.c: procheader_scan_date_string(): support header
1192
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
1193
1194
2005-03-04
1195
1196
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
1197
	  to improve the efficiency.
1198
	* src/codeconv.c: conv_unmime_header(): directly return the return
1199
	  value of unmime_header(). Restrict the buffer size on the stack.
1200
1201
2005-03-04
1202
1203
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
1204
	  it had introduced heap buffer overflow.
1205
	  conv_unmime_header(): modified so that it returns newly-allocated
1206
	  string.
1207
	* src/compose.c: compose_parse_header(): don't use
1208
	  conv_unmime_header_overwrite() which introduced buffer overflow.
1209
	* src/procheader.c
1210
	  src/news.c
1211
	  src/procmime.c: followed the API change.
1212
1213
2005-03-03
1214
1215
	* use Content-Type's charset as a fallback encoding of broken header
1216
	  strings (thanks to Sergey Pinaev).
1217
	* src/textview.c: use Content-Type's charset information and
1218
	  force-charset setting when displaying headers.
1219
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
1220
	  are identical, or dest is US-ASCII.
1221
	  conv_unmime_header(): try to convert with default encoding if
1222
	  string is not ascii.
1223
	* src/procheader.[ch]:
1224
	  procheader_get_header_array()
1225
	  procheader_get_header_array_asis(): added an argument for default
1226
	  encoding.
1227
	  procheader_parse_stream(): use Content-Type's charset information.
1228
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
1229
	  returns parameters of Content-Type header.
1230
	* src/unmime.[ch]: removed unused function prototype.
1231
1232
2005-03-02
1233
1234
	* version 1.9.4
1235
1236
2005-03-02
1237
1238
	* src/compose.c: compose_destroy(): destroy paned only if it's not
1239
	  attached to window. Fixed memory leak of popup menu.
1240
1241
2005-03-02
1242
1243
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
1244
	  pressing escape key. Fixed indentation of the source.
1245
1246
2005-03-02
1247
1248
	* src/main.c: removed redundant code.
1249
	* configure.in: removed redundant PKG_CHECK_MODULES.
1250
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
1251
	  (fixes LDAP compilation).
1252
1253
2005-03-01
1254
1255
	* configure.in: check for GLib/GTK version (>= 2.4.0).
1256
1257
2005-03-01
1258
1259
	* src/gtkutils.[ch]: removed non-used code.
1260
1261
2005-03-01
1262
1263
	* src/mimeview.[ch]: display action buttons when attached files are
1264
	  selected.
1265
	  Fixed the handling of key press and popup menu.
1266
	  Fixed redraw problem of widget pane.
1267
	* src/summaryview.[ch]: minor code cleanup.
1268
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
1269
	  focus.
1270
	* src/filesel.c: change current directory before creating dialog
1271
	  (fixed performance problem on folders with large number of
1272
	  message).
1273
	* src/textview.[ch]: removed unused functions.
1274
1275
2005-03-01
1276
1277
	* ac/check-type.m4
1278
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
1279
	  (thanks to Daichi Kawahata).
1280
1281
2005-02-28
1282
1283
	* src/compose.c: compose_parse_header(): generate References: from
1284
	  In-Reply-To: even if the parent message doesn't have Message-Id:
1285
	  (thanks to mori).
1286
1287
2005-02-28
1288
1289
	* src/procheader.[ch]: fixed the argument type of buffer length
1290
	  (thanks to Alfons).
1291
1292
2005-02-27
1293
1294
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
1295
	  was called even on SSL connection. It has introduced random bugs.
1296
1297
2005-02-25
1298
1299
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
1300
	  selection bugs.
1301
1302
2005-02-25
1303
1304
	* src/compose.c
1305
	  src/textview.c
1306
	  src/quote_fmt_parse.y: follow the API changes.
1307
	* src/procmsg.c: procmsg_print_message(): output text with locale
1308
	  encoding.
1309
	* src/procmime.[ch]:
1310
	  procmime_get_text_content()
1311
	  procmime_get_first_text_content(): added an argument for dest
1312
	  encoding.
1313
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
1314
	  dest encoding.
1315
	* src/html.c: removed broken locale specific entity reference
1316
	  conversion.
1317
1318
2005-02-25
1319
1320
	* src/compose.c
1321
	  src/messageview.c
1322
	  src/mimeview.c
1323
	  src/export.c
1324
	  src/summaryview.c
1325
	  src/import.c
1326
	  src/filesel.[ch]: replaced GtkFileSelection with
1327
	  GtkFileChooserDialog.
1328
	  Added filesel_save_as().
1329
1330
2005-02-24
1331
1332
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
1333
1334
2005-02-24
1335
1336
	* src/progressdialog.c
1337
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
1338
	  to use GtkDialog.
1339
1340
2005-02-24
1341
1342
	* src/compose.c: compose_write_attach(): force transfer encoding to
1343
	  protect trailing spaces for PGP signing.
1344
1345
2005-02-23
1346
1347
	* src/gtkutils.[ch]: removed unused functions.
1348
	  gtkut_text_buffer_match_string()
1349
	  gtkut_text_buffer_find(): changed the API to use iterator.
1350
	  gtkut_text_buffer_find_backward(): new.
1351
	* src/textview.c:
1352
	  textview_search_string()
1353
	  textview_search_string_backward(): use new API.
1354
1355
2005-02-23
1356
1357
	* src/logwindow.c
1358
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
1359
	  the value configurable.
1360
1361
2005-02-22
1362
1363
	* src/codeconv.c:
1364
	  conv_anytodisp(): check if converted string is valid UTF-8.
1365
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
1366
	  failed.
1367
	  conv_unmime_header_overwrite()
1368
	  conv_unmime_header(): try to convert unencoded strings using locale
1369
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
1370
1371
2005-02-21
1372
1373
	* version 1.9.3
1374
1375
2005-02-21
1376
1377
	* src/compose.c:
1378
	  compose_join_next_line(): consider tab width. Keep cursor position
1379
	  as much as possible.
1380
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
1381
	  compose_insert_sig(): don't select text when placing cursor.
1382
	  compose_insert_file(): disable autowrap while inserting text.
1383
	  compose_undo_cb()
1384
	  compose_redo_cb(): disable autowrap while performing undo/redo.
1385
1386
2005-02-21
1387
1388
	* src/summaryview.c: summary_ctree_create(): changed indent size to
1389
	  12.
1390
1391
2005-02-18
1392
1393
	* src/textview.c: added 'Copy this link' to the context menu
1394
	  (thanks to Hiroyuki Ikezoe).
1395
	* po/Makefile.in.in: added checks and statistics display option to
1396
	  msgfmt command.
1397
1398
2005-02-18
1399
1400
	* src/compose.c: compose_join_next_line(): removed extra spaces
1401
	  between the next line.
1402
1403
2005-02-18
1404
1405
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
1406
	  quotation' setting.
1407
1408
2005-02-18
1409
1410
	* src/textview.c: fixed glitches of underlined URI in textview
1411
	  (thanks to Alfons).
1412
1413
2005-02-18
1414
1415
	* src/compose.c: compose_join_next_line(): don't use
1416
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
1417
1418
2005-02-17
1419
1420
	* src/compose.c: implemented new line-wrapping routine. Enables full
1421
	  i18n support and proper line-breaking.
1422
	* src/utils.[ch]: get_uri_len(): returns URI length.
1423
1424
2005-02-16
1425
1426
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
1427
	  to filesystem encoding.
1428
1429
2005-02-14
1430
1431
	* src/intl.h: removed.
1432
1433
2005-02-10
1434
1435
	* src/compose.c: compose_write_file(): force transfer encoding to
1436
	  protect trailing spaces for PGP signing (fixes incompatibility
1437
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
1438
1439
2005-02-10
1440
1441
	* src/compose.c
1442
	  src/sourcewindow.c: automatically show horizontal scroll bar.
1443
1444
2005-02-09
1445
1446
	* version 1.9.2
1447
1448
2005-02-09
1449
1450
	* src/textview.c: implemented better hypertext processing (pointing
1451
	  a link shows its URI and single-clicking it follows the link).
1452
1453
2005-02-08
1454
1455
	* src/codeconv.[ch]
1456
	  conv_filename_from_utf8()
1457
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
1458
	* src/filesel.c
1459
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
1460
	  selection dialog (thanks to Sergey Pinaev).
1461
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
1462
	  non-UTF8 names (thanks to Sergey Pinaev).
1463
1464
2005-02-08
1465
1466
	* src/prefs_filter.c: use stock buttons.
1467
1468
2005-02-08
1469
1470
	* src/procmime.[ch]
1471
	  src/textview.c
1472
	  src/prefs_common.c: implemented inline image display.
1473
1474
2005-02-07
1475
1476
	* src/gtkutils.c: gtkut_window_popup()
1477
	  src/about.c: about_show(): use gtk_window_present() to popup
1478
	  window.
1479
1480
2005-02-07
1481
1482
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
1483
	* configure.in
1484
	  Makefile.am
1485
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
1486
1487
2005-02-04
1488
1489
	* src/action.c: execute_actions(): don't include header part in
1490
	  message text.
1491
1492
2005-02-04
1493
1494
	* src/textview.c
1495
	  src/gtkutils.[ch]: reimplemented message text search.
1496
1497
2005-02-04
1498
1499
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
1500
	* src/prefs_account.c
1501
	  src/prefs_common.c: made the font size of supplementary
1502
	  explanations smaller, and enabled line wrap.
1503
1504
2005-02-03
1505
1506
	* version 1.9.1
1507
1508
2005-02-03
1509
1510
	* src/compose.c: compose_create(): use normal API for setting font.
1511
1512
2005-02-02
1513
1514
	* src/main.c: parse_cmd_opt(): convert help message to locale
1515
	  encoding.
1516
1517
2005-02-02
1518
1519
	* src/compose.c:
1520
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
1521
	  get_indent_length(): use GtkTextIter for the loop.
1522
1523
2005-02-02
1524
1525
	* src/compose.c:
1526
	  text_inserted(): revalidate iterator so as not to invalidate it
1527
	  after gtk_text_buffer_insert() while enabling auto wrapping.
1528
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
1529
1530
2005-02-01
1531
1532
	* version 1.9.0
1533
1534
2005-01-31
1535
1536
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
1537
	  if the source string is not a valid UTF-8.
1538
1539
2005-01-31
1540
1541
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
1542
	  changed CACHE_VERSION to 0x20.
1543
1544
2005-01-31
1545
1546
	* src/rfc2015.c: sig_status_full(): convert string returned by
1547
	  strftime() (which is locale encoding) to UTF-8.
1548
1549
2005-01-31
1550
1551
	* configure.in
1552
	  src/textview.c
1553
	  src/passphrase.[ch]
1554
	  src/mimeview.c
1555
	  src/main.c
1556
	  src/select-keys.[ch]
1557
	  src/rfc2015.[ch]
1558
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
1559
1560
2005-01-28
1561
1562
	* src/template.c: template_write_config(): fixed a memory leak.
1563
1564
2005-01-28
1565
1566
	* src/compose.c: removed redundant code for Ctrl-Enter handling
1567
	  (not required for GTK2).
1568
1569
2005-01-27
1570
1571
	* src/prefs_actions.c
1572
	  src/prefs_template.c
1573
	  src/summary_search.c
1574
	  src/message_search.c
1575
	  src/folderview.c
1576
	  src/prefs_customheader.c
1577
	  src/prefs_filter.c: use GTK stock button for alertpanel.
1578
1579
2005-01-27
1580
1581
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
1582
	  prevent character corruption on conversion.
1583
1584
2005-01-26
1585
1586
	* src/stock_pixmap.[ch]
1587
	  src/pixmaps/stock_add_16.xpm
1588
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
1589
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
1590
	  button.
1591
1592
2005-01-26
1593
1594
	* src/alertpanel.c: use smaller size for title font.
1595
1596
2005-01-26
1597
1598
	* src/codeconv.[ch]: made encoding-specific functions static, and
1599
	  removed redundant code.
1600
1601
2005-01-26
1602
1603
	* src/procmime.c:
1604
	  procmime_scan_content_type()
1605
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
1606
	  EUC-JP conversion.
1607
	* src/jpilot.c: use conv_codeset_strdup() instead of
1608
	  conv_sjistodisp().
1609
1610
2005-01-26
1611
1612
	* src/compose.c
1613
	  src/folder.c
1614
	  src/prefs.c
1615
	  src/codeconv.[ch]
1616
	  src/imap.c
1617
	  src/xml.c
1618
	  src/addrbook.c
1619
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
1620
	  replace conv_get_internal_charset_str().
1621
1622
2005-01-25
1623
1624
	* src/inc.c: inc_finished(): removed warning when updating a
1625
	  folder item while no folder is selected.
1626
1627
2005-01-25
1628
1629
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
1630
	  font_desc.
1631
	* src/prefs_common.[ch]
1632
	  src/defs.h: removed unused font configs.
1633
	* src/textview.c: use default font for headers.
1634
	* src/headerview.c
1635
	  src/folderview.c: generate bold font from normal font.
1636
	* src/summaryview.c: generate bold and small font from normal font.
1637
1638
2005-01-24
1639
1640
	* src/alertpanel.c: alertpanel_create(): generate title font from
1641
	  normal font.
1642
1643
2005-01-24
1644
1645
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
1646
	  migration.
1647
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
1648
	  check the existence of source files.
1649
	* src/prefs_common.c: changed the font setting name for migration.
1650
	* src/defs.h: added UIDL_DIR, and changed the default font.
1651
1652
2005-01-24
1653
1654
	* src/compose.c
1655
	  src/addressbook.c
1656
	  src/messageview.c
1657
	  src/mimeview.c
1658
	  src/select-keys.c
1659
	  src/sigstatus.c: use GTK stock button for button set.
1660
	* src/passphrase.c: improved the passphrase dialog.
1661
1662
2005-01-24
1663
1664
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
1665
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
1666
1667
2005-01-24
1668
1669
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
1670
1671
2005-01-24
1672
1673
	* src/prefs_display_header.c
1674
	  src/action.c
1675
	  src/grouplistdialog.c
1676
	  src/textview.c
1677
	  src/editbook.c
1678
	  src/editgroup.c
1679
	  src/importldif.c
1680
	  src/summary_search.c
1681
	  src/message_search.c
1682
	  src/select-keys.c
1683
	  src/editjpilot.c
1684
	  src/export.c
1685
	  src/editaddress.c
1686
	  src/addressadd.c
1687
	  src/editldap_basedn.c
1688
	  src/prefs_summary_column.c
1689
	  src/import.c
1690
	  src/prefs_filter_edit.c
1691
	  src/editvcard.c
1692
	  src/prefs_customheader.c
1693
	  src/editldap.c
1694
	  src/sigstatus.c: use GTK stock button for button set.
1695
1696
2005-01-24
1697
1698
	* src/compose.c
1699
	  src/inc.c
1700
	  src/prefs_actions.c
1701
	  src/prefs.c
1702
	  src/progressdialog.c
1703
	  src/account.c
1704
	  src/prefs_template.c
1705
	  src/foldersel.c
1706
	  src/main.c
1707
	  src/alertpanel.c
1708
	  src/inputdialog.c
1709
	  src/prefs_common.c
1710
	  src/summaryview.c
1711
	  src/about.c
1712
	  src/mainwindow.c
1713
	  src/prefs_filter.c: use GTK stock button for button set.
1714
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
1715
1716
2005-01-21
1717
1718
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
1719
	  Alfons).
1720
1721
2005-01-21
1722
1723
	* src/colorlabel.c: removed include of gdk/gdkx.h.
1724
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
1725
	* src/codeconv.[ch]: added conv_utf8todisp().
1726
	* src/sourcewindow.c: source_window_append()
1727
	  src/textview.c: textview_write_line(), textview_write_link()
1728
	  src/unmime.c: unmime_header()
1729
	  src/html.c: html_read_line(): assume the encoding of source
1730
	  string is UTF-8 instead of locale encoding.
1731
1732
2005-01-20
1733
1734
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
1735
	  code conversion.
1736
	* src/main.c: migrate_old_config(): migrate templates.
1737
1738
2005-01-20
1739
1740
	* src/action.c: convert locale strings to UTF-8 before displaying
1741
	  it (thanks to Alfons).
1742
1743
2005-01-20
1744
1745
	* src/statusbar.c
1746
	  src/summaryview.c
1747
	  src/setup.c
1748
	  src/folderview.c
1749
	  src/mainwindow.[ch]: restored the resize grip of the main
1750
	  statusbar with its proper position (thanks to Yoichi Imai).
1751
1752
2005-01-20
1753
1754
	* src/jpilot.c: fixed Japanese code conversion.
1755
1756
2005-01-19
1757
1758
	* src/compose.c: compose_insert_sig(): fixed broken signature
1759
	  replacement.
1760
1761
2005-01-19
1762
1763
	* src/mh.c
1764
	  src/utils.c
1765
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
1766
	  'fileno' used in stdio.h.
1767
	* src/messageview.c: messageview_show(): check if
1768
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
1769
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
1770
1771
2005-01-19
1772
1773
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
1774
	  correctly get text selection.
1775
1776
2005-01-12
1777
1778
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).