Statistics
| Revision:

root / ChangeLog @ 370

History | View | Annotate | Download (41.1 kB)

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