Statistics
| Revision:

root / ChangeLog @ 543

History | View | Annotate | Download (56.6 kB)

1
2005-09-02
2
3
	* src/sourcewindow.c: added missing include.
4
	* src/filter.[ch]
5
	  src/prefs_filter.[ch]
6
	  src/folderview.c: moved prefs_filter_rename_path() and
7
	  prefs_filter_delete_path() to filter.c.
8
9
2005-09-02
10
11
	* src/main.c
12
	  src/filter.[ch]
13
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
14
15
2005-09-02
16
17
	* libsylph/recv.[ch]: moved to libsylph.
18
19
2005-09-02
20
21
	* libsylph/html.[ch]: moved to libsylph.
22
23
2005-09-01
24
25
	* src/prefs_common.c
26
	  src/procmsg.c: removed unused headers.
27
28
2005-09-01
29
30
	* src/account.[ch]
31
	  src/account_dialog.[ch]
32
	  src/folderview.c
33
	  src/mainwindow.c
34
	  src/main.c: separated UI code from account.c.
35
36
2005-09-01
37
38
	* src/prefs_account.c
39
	  src/prefs_common.c: removed unused headers.
40
	* src/enums.h
41
	  src/prefs_common.h
42
	  src/summaryview.h
43
	  src/mainwindow.h: separated some enums to reduce dependency.
44
45
2005-09-01
46
47
	* src/customheader.[ch]
48
	  src/prefs_customheader.[ch]
49
	  src/prefs_account.c: moved customheader read/write config function
50
	  to customheader.c.
51
	* src/main.c
52
	  src/prefs_common.c: don't use gtkutils.h from prefs_common.c.
53
54
2005-08-31
55
56
	* libsylph/prefs.h
57
	  src/prefs_ui.[ch]
58
	  src/account.c
59
	  src/prefs_template.c
60
	  src/prefs_account.[ch]
61
	  src/prefs_common.[ch]
62
	  src/prefs_account_dialog.[ch]
63
	  src/prefs_common_dialog.[ch]
64
	  src/mainwindow.c
65
	  src/Makefile.am: separated UI code from prefs_common.c and
66
	  prefs_account.c.
67
68
2005-08-31
69
70
	* src/trayicon.c: enable compilation on MinGW.
71
72
2005-08-31
73
74
	* libsylph/prefs.[ch]: added prefs_param_table_get() and
75
	  prefs_param_table_destroy().
76
	  prefs_config_parse_one_line(): optimized by using
77
	  prefs_param_table_get().
78
79
2005-08-31
80
81
	* libsylph/Makefile.am
82
	  libsylph/base64.[ch]
83
	  libsylph/codeconv.[ch]
84
	  libsylph/defs.h
85
	  libsylph/prefs.[ch]
86
	  libsylph/quoted-printable.[ch]
87
	  libsylph/session.[ch]
88
	  libsylph/socket.[ch]
89
	  libsylph/ssl.[ch]
90
	  libsylph/stringtable.[ch]
91
	  libsylph/unmime.[ch]
92
	  libsylph/utils.[ch]
93
	  libsylph/uuencode.[ch]
94
	  libsylph/xml.[ch]: made some core modules library (libsylph).
95
	* src/Makefile.am: modified so that it uses libsylph.la.
96
97
2005-08-30
98
99
	* src/prefs.[ch]
100
	  src/prefs_ui.[ch]: separated UI code from prefs.[ch].
101
	* src/prefs_common.c
102
	  src/prefs_account.c: added casts for (GtkWidget **).
103
104
2005-08-30
105
106
	* src/main.c: code cleanup.
107
108
2005-08-29
109
110
	* src/statusbar.c
111
	  src/utils.[ch]: separate statusbar from utils.c.
112
113
2005-08-29
114
115
	* src/logwindow.c
116
	  src/utils.[ch]: separate LogWindow from utils.c.
117
118
2005-08-29
119
120
	* src/main.[ch]
121
	  src/xml.c
122
	  src/utils.[ch]: made debug_mode static variable in utils.c.
123
124
2005-08-29
125
126
	* src/compose.c: compose_write_attach(): don't encode message/*
127
	  parts with quoted-printable or base64 (fixes broken attachments
128
	  on pgp-sign).
129
130
2005-08-26
131
132
	* src/compose.c: the line space setting now applies to the compose
133
	  window.
134
135
2005-08-26
136
137
	* src/socket.c: use g_io_channel_shutdown() instead of deprecated
138
	  g_io_channel_close().
139
	  sock_close(): use g_io_channel_shutdown() instead of directly
140
	  calling close() (fixes resource leak on Win32).
141
	  fd_close(): call closesocket() on Win32.
142
143
2005-08-25
144
145
	* src/folderview.c: folderview_button_pressed(): expand/collapse
146
	  tree row on double click.
147
148
2005-08-25
149
150
	* src/addressbook.c: fixed refresh of folder contents.
151
152
2005-08-24
153
154
	* src/trayicon.[ch]
155
	  src/mainwindow.[ch]
156
	  src/inc.c: separated trayicon into another module.
157
	  Notify new messages with trayicon on receive.
158
159
2005-08-24
160
161
	* src/prefs.[ch]
162
	  src/prefs_common.c: use GtkFontButton for font setting (thanks to
163
	  Alfons).
164
165
2005-08-24
166
167
	* src/stock_pixmap.[ch]
168
	  src/summaryview.c
169
	  src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead
170
	  use stock_pixbuf_widget()).
171
172
2005-08-23
173
174
	* src/folderview.c
175
	  src/mainwindow.c: modified the 'Empty trash' messages.
176
177
2005-08-23
178
179
	* src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk).
180
	* src/mainwindow.[ch]: initial implementation of the tray icon.
181
	* src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale().
182
183
2005-08-23
184
185
	* src/textview.c: modified fonts for mime parts.
186
187
2005-08-22
188
189
	* version 2.1.1
190
191
2005-08-22
192
193
	* src/addressbook.c:
194
	  addressbook_tree_selected()
195
	  addressbook_tree_button_pressed(): fixed a bug that multiple
196
	  selection with Ctrl key didn't work with GTK+ 2.6.9.
197
198
2005-08-22
199
200
	* src/procmsg.c
201
	  src/summaryview.c: fall back to date comparison on sorting
202
	  (fixes random date order when sorting by subject etc.).
203
204
2005-08-19
205
206
	* src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as
207
	  separator.
208
209
2005-08-19
210
211
	* src/folder.c:
212
	  folder_item_get_identifier(): force separator to "/".
213
	  folder_item_get_path(): force separator to filesystem's.
214
215
2005-08-19
216
217
	* src/recv.c
218
	  src/imap.c: made error check more strict.
219
220
2005-08-19
221
222
	* src/socket.c: fd_write_all(): use fd_write() instead of directly
223
	  using write() (fixes IMAP4 on win32).
224
225
2005-08-19
226
227
	* src/pixmaps/: renamed to src/icons/.
228
229
2005-08-18
230
231
	* configure.in: made $localedir, $manualdir, and $faqdir
232
	  user-configurable.
233
234
2005-08-18
235
236
	* src/compose.[ch]
237
	  src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well.
238
	* src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window.
239
240
2005-08-09
241
242
	* version 2.1.0
243
244
2005-08-09
245
246
	* src/mh.c
247
	  src/main.c
248
	  src/procmime.c: fix for config dir.
249
250
2005-08-09
251
252
	* src/folder.c
253
	  src/main.c
254
	  src/utils.[ch]
255
	  src/defs.h: modified directories for Windows convention.
256
257
2005-08-08
258
259
	* src/mh.c
260
	  src/template.c
261
	  src/codeconv.c
262
	  src/main.c
263
	  src/utils.c
264
	  src/addrbook.c: use GDir instead of directly using opendir().
265
266
2005-08-08
267
268
	* src/utils.[ch]: added wrappers for C library function that take
269
	  pathname arguments.
270
	* src/*.c: use wrapper functions.
271
272
2005-08-07
273
274
	* src/defs.h: modification for Win32.
275
	* src/main.c: check filename encoding only on Unix.
276
	* src/prefs_common.c: modification for Win32.
277
278
2005-08-07
279
280
	* src/codeconv.c: some fixes for Win32.
281
282
2005-08-07
283
284
	* src/procmsg.c: procmsg_send_queue(): close queue file before
285
	  removing it (Win32 fix).
286
287
2005-08-05
288
289
	* src/mh.c
290
	  src/session.c
291
	  src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
292
	* configure.in: added -lws2_32 on MinGW environment.
293
294
2005-08-05
295
296
	* src/filter.c
297
	  configure.in: check for regex.h and regcomp().
298
299
2005-08-05
300
301
	* src/utils.[ch]: rename_force(): force rename even if the destination
302
	  file already exists (on non-Unix environment).
303
	* src/prefs.c
304
	  src/main.c: use rename_force().
305
306
2005-08-05
307
308
	* src/addrcache.c
309
	  src/compose.c
310
	  src/inc.c
311
	  src/action.c
312
	  src/session.c
313
	  src/main.c
314
	  src/utils.c
315
	  src/send_message.c
316
	  src/mbox.c
317
	  src/about.c
318
	  src/socket.c
319
	  src/socket.h
320
	  configure.in: enabled compilation with MinGW.
321
322
2005-08-04
323
324
	* src/compose.c
325
	  src/main.c
326
	  src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX.
327
328
2005-08-04
329
330
	* configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
331
332
2005-08-04
333
334
	* src/utils.c: replaced tolower() with g_ascii_tolower().
335
336
2005-08-04
337
338
	* src/compose.c
339
	  src/main.c
340
	  src/utils.c
341
	  src/procmsg.c: replaced random() with portable g_random_*().
342
343
2005-08-04
344
345
	* src/about.c: modified version display.
346
	* src/socket.c: added sock_init() and sock_cleanup().
347
348
2005-08-04
349
350
	* src/mh.c: use GTimer for measuring time.
351
	* src/inc.[ch]
352
	  src/recv.c
353
	  src/session.[ch]: replaced gettimeofday() with portable
354
	  g_get_current_time(). 
355
	* src/socket.c: corrected signedness. Replaced usleep() with
356
	  portable g_usleep().
357
358
2005-08-04
359
360
	* src/prefs_common.c: removed mgedit from exteditor's candidates.
361
362
2005-08-03
363
364
	* src/utils.c:
365
	  execute_async()
366
	  execute_sync(): replaced fork() + exec() with GSpawn.
367
368
2005-08-02
369
370
	* src/compose.c
371
	  src/textview.c
372
	  src/quote_fmt_parse.y
373
	  src/pop.c
374
	  src/prefs_account.c
375
	  src/codeconv.c
376
	  src/imap.c
377
	  src/xml.c
378
	  src/utils.[ch]
379
	  src/addr_compl.c
380
	  src/procmsg.c
381
	  src/procmime.c
382
	  src/quoted-printable.c: replaced incorrect locale-dependent ctype
383
	  functions with GLib's. Corrected signedness mismatch.
384
	* src/about.c: set focus to the OK button.
385
386
2005-07-29
387
388
	* version 2.0.0
389
390
2005-07-22
391
392
	* version 2.0.0rc
393
394
2005-07-21
395
396
	* src/headerview.c: headerview_create(): added spacing for vbox.
397
398
2005-07-21
399
400
	* src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
401
	  or Draft folders (fixes cache discrepancy).
402
403
2005-07-21
404
405
	* src/imap.c:
406
	  imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
407
	  conversion when the string includes '+'.
408
	  imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
409
	  locale-dependent isprint().
410
	  Fixed warnings on conversion error.
411
412
2005-07-21
413
414
	* src/prefs_folder_item.c: display path with GtkLabel.
415
416
2005-07-20
417
418
	* src/rfc2015.c: unified indent. Use g_getenv() instead of getenv().
419
	  Use locale-independent g_ascii_toupper() instead of toupper().
420
421
2005-07-20
422
423
	* src/main.c: remove temporary files on startup. Code cleanups.
424
425
2005-07-19
426
427
	* src/compose.c: compose_insert_drag_received_cb(): added a hack to
428
	  prevent duplicated insertion.
429
430
2005-07-19
431
432
	* src/compose.c: compose_get_line_break_pos(): don't break line after
433
	  '/' (to protect file path etc.).
434
435
2005-07-19
436
437
	* src/compose.c: don't remove drag source on GDK_ACTION_MOVE.
438
	  Explicitly call gtk_drag_finish().
439
	* src/summaryview.c
440
	  src/folderview.c: made GtkTargetEntry static.
441
442
2005-07-15
443
444
	* src/summaryview.c: summary_modify_threads(): select correct row
445
	  when sorting is enabled.
446
447
2005-07-14
448
449
	* version 2.0.0beta6
450
451
2005-07-14
452
453
	* src/menu.c
454
	  src/prefs.c: removed '#warning FIXME_GTK2'.
455
456
2005-07-14
457
458
	* src/prefs_common.c: made textview_cursor_visible a hidden option.
459
460
2005-07-14
461
462
	* src/procmime.c: procmime_decode_content(): don't uncanonicalize
463
	  files whose name is *.txt but the Content-Type is
464
	  application/octet-stream.
465
466
2005-07-14
467
468
	* src/filter.c
469
	  src/folderview.c: modify filter rules after moving folders.
470
471
2005-07-13
472
473
	* src/textview.c
474
	  src/mimeview.c
475
	  src/procmime.[ch]: made the file size of attachments more accurate,
476
	  and human-readable.
477
478
2005-07-13
479
480
	* src/foldersel.c: display folder names with new/unread
481
	  representation.
482
483
2005-07-12
484
485
	* src/compose.c: compose_get_line_break_pos(): don't break line after
486
	  '-' (to protect e-mail address etc.).
487
488
2005-07-12
489
490
	* src/main.c
491
	  src/stock_pixmap.[ch]
492
	  src/Makefile.am
493
	  src/pixmaps/stock_sylpheed.png
494
	  sylpheed.png
495
	  sylpheed-64x64.png
496
	  sylpheed-128x128.png: added a new app icon, and specified it as
497
	  a default window icon.
498
499
2005-07-12
500
501
	* src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to
502
	  prevent cache discrepancy.
503
504
2005-07-12
505
506
	* src/filesel.c: comply with prefs_common.comply_gnome_hig option.
507
508
2005-07-12
509
510
	* src/compose.c
511
	  src/addressbook.c
512
	  src/textview.c
513
	  src/account.c
514
	  src/summaryview.c: modified several alerts, and added accelerators
515
	  for the buttons.
516
517
2005-07-11
518
519
	* gtkut_tree_view_scroll_to_cell(): added margin for visibility.
520
521
2005-07-11
522
523
	* src/compose.c: compose_parse_header(): use Content-Type's charset as
524
	  a fallback encoding of broken header strings.
525
526
2005-07-11
527
528
	* src/compose.c: don't convert encoding if inserted file is UTF-8.
529
530
2005-07-11
531
532
	* src/compose.c: fixed duplicate signature problem in re-edit or
533
	  after editing with external editor.
534
535
2005-07-11
536
537
	* src/textview.c: get_uri_part(): don't include characters '{', '}',
538
	  '[', ']' in URI characters.
539
540
2005-07-11
541
542
	* src/compose.[ch]: replaced gdk_input_*() with GIOChannel.
543
544
2005-07-08
545
546
	* version 2.0.0beta5
547
548
2005-07-08
549
550
	* src/editjpilot.c
551
	  src/editvcard.c: fixed a crash when cancelling file selection dialog
552
	  by Escape key. Made non-ascii filename selectable. Use new file
553
	  chooser dialog.
554
555
2005-07-08
556
557
	* src/compose.c
558
	  src/procmsg.[ch]: put existing window in front when trying to reedit
559
	  draft/queued messages which are already open.
560
561
2005-07-08
562
563
	* src/alertpanel.[ch]: alertpanel_full(): added more generic function.
564
	* src/compose.c
565
	  src/account.c
566
	  src/folderview.c: modified some alert dialogs.
567
568
2005-07-08
569
570
	* src/addressbook.c
571
	  src/alertpanel.[ch]
572
	  src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it
573
	  if cancelled.
574
575
2005-07-07
576
577
	* src/summary_search.c
578
	  src/message_search.c: modified the order of buttons.
579
580
2005-07-07
581
582
	* src/prefs_display_header.c
583
	  src/prefs_actions.c
584
	  src/prefs.[ch]
585
	  src/prefs_account.c
586
	  src/prefs_common.[ch]
587
	  src/prefs_summary_column.c
588
	  src/prefs_template.c
589
	  src/gtkutils.[ch]
590
	  src/foldersel.c
591
	  src/summary_search.c
592
	  src/inputdialog.c
593
	  src/editbook.c
594
	  src/editgroup.c
595
	  src/editjpilot.c
596
	  src/editaddress.c
597
	  src/editldap_basedn.c
598
	  src/editvcard.c
599
	  src/editldap.c: made the order of buttons comply with GNOME HIG.
600
601
2005-07-06
602
603
	* src/stock_pixmap.[ch]
604
	  src/sylpheed-logo.png: replaced Sylpheed logo with new one.
605
606
2005-07-06
607
608
	* src/stock_pixmap.[ch]
609
	  src/pixmaps/*.xpm: removed unused images.
610
611
2005-07-06
612
613
	* src/pixmaps/stock_hand-signed.png: added.
614
	* src/compose.c: use new icon for Signature tool button.
615
616
2005-07-05
617
618
	* src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for
619
	  'make distcheck'.
620
621
2005-07-05
622
623
	* src/stock_pixmap.[ch]
624
	  src/pixmaps/*.png
625
	  src/pixmaps/Makefile.am: replaced pixmaps icons with png images
626
	  (most of them are copied from gnome-icon-theme,
627
	  stock_mail_receive_all and stock_mail_send_queue are contributed
628
	  from Jean-Yves Lefort).
629
	* src/compose.c
630
	  src/mainwindow.c: use new png icons.
631
	* src/folderview.c: use special icon for draft folder.
632
633
2005-07-04
634
635
	* src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open
636
	  failed.
637
638
2005-07-04
639
640
	* version 2.0.0beta4
641
642
2005-07-04
643
644
	* src/folderview.[ch]: lock button/key input while a folder is
645
	  loading (fixed selection becoming wrong when another folder was
646
	  clicked quickly).
647
648
2005-07-04
649
650
	* src/mh.c: unified move_folder and rename_folder.
651
652
2005-07-04
653
654
	* src/imap.c
655
	  src/folderview.c: implemented IMAP4 folder move.
656
657
2005-07-01
658
659
	* src/mh.c
660
	  src/folder.h
661
	  src/foldersel.[ch]
662
	  src/imap.c
663
	  src/news.c
664
	  src/folderview.[ch]
665
	  src/mainwindow.c: implemented folder move (currently restricted
666
	  inside the same MH mailbox).
667
668
2005-07-01
669
670
	* src/filter.c: fixed a bug in syncing folder path.
671
	* src/folderview.c: some code cleanups.
672
673
2005-06-30
674
675
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
676
	  IMAP server.
677
678
2005-06-30
679
680
	* src/compose.c: compose_write_to_file(): check for line length limit
681
	  and display warning if exceeds.
682
	* src/utils.[ch]: check_line_length(): new.
683
684
2005-06-29
685
686
	* src/main.c: main(): check for filename encoding on the first run.
687
688
2005-06-29
689
690
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
691
	  change (RFC 2822: 3.6.1. The origination date field).
692
693
2005-06-28
694
695
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
696
	  with current time (corrects date of queued messages).
697
698
2005-06-28
699
700
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
701
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
702
	  name appeared.
703
704
2005-06-27
705
706
	* src/imageview.c: fixed a possible crash on the view change from
707
	  imageview to textview (thanks to NINOMIYA Yuuki).
708
709
2005-06-24
710
711
	* src/ssl.c: show verify result as string.
712
713
2005-06-24
714
715
	* src/utils.c:
716
	  is_dir_exist()
717
	  is_file_entry_exist()
718
	  dirent_is_regular_file()
719
	  dirent_is_directory(): use g_file_test() instead of stat().
720
721
2005-06-24
722
723
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
724
725
2005-06-24
726
727
	* src/utils.[ch]
728
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
729
	  of gcc about %c.
730
	* src/procheader.c: removed warning about invalid date.
731
	* src/jpilot.c
732
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
733
734
2005-06-24
735
736
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
737
738
2005-06-24
739
740
	* src/summaryview.c: removed unrequired function
741
	  summary_set_column_titles().
742
743
2005-06-23
744
745
	* version 2.0.0beta3
746
747
2005-06-23
748
749
	* src/foldersel.c
750
	  src/folderview.[ch]: expand parent folder when new one is created.
751
752
2005-06-23
753
754
	* src/textview.c: added "Compose new message" and "Open with Web
755
	  browser" to the context menu.
756
757
2005-06-23
758
759
	* src/folderview.[ch]: modified the way to revert selection after
760
	  menu popup.
761
762
2005-06-23
763
764
	* src/editldap.c: made bind password entry invisible.
765
766
2005-06-22
767
768
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
769
	  dialog only if Escape key is pressed.
770
	* src/textview.[ch]: update colors of text tags when prefs are
771
	  updated.
772
773
2005-06-22
774
775
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
776
777
2005-06-22
778
779
	* src/mh.c
780
	  src/procmsg.h
781
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
782
	  and improved the performance.
783
	  Added MSG_CACHED flag to MsgTmpFlags.
784
	  Added 'Advanced' tab to the common prefs.
785
786
2005-06-21
787
788
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
789
	  message on deleting folders.
790
791
2005-06-21
792
793
	* src/prefs_account.[ch]
794
	  src/prefs_common.[ch]
795
	  src/news.c: moved the option of max news articles to account prefs.
796
797
2005-06-21
798
799
	* src/compose.c: compose_reply()
800
	  src/prefs_account.[ch]: added an option to encrypt when replying to
801
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
802
803
2005-06-21
804
805
	* src/summaryview.c: summary_reply(): use currently visible textview
806
	  for selection reply.
807
808
2005-06-20
809
810
	* configure.in: enabled GPGME and OpenSSL support by default.
811
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
812
813
2005-06-20
814
815
	* src/imap.c: replace embedded null characters with ' ' when parsing
816
	  block data (fix parse errors when embedded null characters appeared
817
	  in headers).
818
	* src/socket.[ch]: modified *_getline() so that it returns the length
819
	  of string including embedded null characters.
820
	* src/utils.[ch]: subst_null(): replaces null characters with
821
	  specified one.
822
823
2005-06-20
824
825
	* src/textview.c: added "Add to address book" to the context menu
826
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
827
	  "Copy this address" when address is clicked.
828
	* src/addressadd.c: addressadd_selection(): open edit person dialog
829
	  right after it is added.
830
831
2005-06-17
832
833
	* src/prefs.h: added macro PACK_SMALL_LABEL().
834
	* src/inc.c: inc_finished()
835
	  src/prefs_common.[ch]: added an option to execute command when new
836
	  messages arrived.
837
838
2005-06-16
839
840
	* version 2.0.0beta2
841
842
2005-06-16
843
844
	* src/send_message.c: send_message_local(): check exit status to
845
	  detect errors.
846
847
2005-06-16
848
849
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
850
	  cache/mark files (fixed wrong unread count of trash folders).
851
852
2005-06-15
853
854
	* src/summaryview.[ch]
855
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
856
	  'Tools/Filter junk mails in selected messages'.
857
858
2005-06-15
859
860
	* src/compose.c: made 'File/Insert signature' replace current
861
	  signature, or add it to the bottom.
862
863
2005-06-14
864
865
	* src/textview.c: fixed slightly wrong scroll position when the
866
	  displayed message changed.
867
868
2005-06-14
869
870
	* src/compose.c: scroll the view to the cursor position after paste.
871
872
2005-06-14
873
874
	* src/compose.c: don't scroll when view is created.
875
	  compose_input_cb(): set cursor to the top when the text is replaced.
876
877
2005-06-14
878
879
	* src/compose.c: scroll the view to the cursor position after
880
	  inserting signatures or files.
881
882
2005-06-14
883
884
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
885
	  FolderItem::last_num to 0 (which caused wrong unread number
886
	  display).
887
888
2005-06-14
889
890
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
891
	  change of color labels was not saved.
892
893
2005-06-13
894
895
	* src/prefs_common.[ch]
896
	  src/inc.c: integrated junk filter setting into common prefs.
897
	* src/filter.[ch]: added filter_rule_list_free().
898
899
2005-06-13
900
901
	* src/summaryview.c: include currently selected row on flag search
902
	  if message view is visible but the row is not displayed.
903
904
2005-06-13
905
906
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
907
	  changed (thanks to Tomasz).
908
909
2005-06-10
910
911
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
912
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
913
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
914
915
2005-06-10
916
917
	* src/prefs.h
918
	  src/prefs_common.c: unified some frames and checkboxes.
919
920
2005-06-10
921
922
	* src/summaryview.c: summary_modify_node(): really fixed the crash
923
	  bug (referred freed memory on sorting).
924
925
2005-06-10
926
927
	* src/summaryview.c: flush events before scrolling to selected.
928
929
2005-06-10
930
931
	* src/summaryview.c: fixed possible crash (take 2).
932
933
2005-06-10
934
935
	* src/summaryview.c: fixed possible crash when sorted by
936
	  From/To/Subject.
937
938
2005-06-09
939
940
	* version 2.0.0beta1
941
942
2005-06-09
943
944
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
945
	  Removed ununsed CTree functions.
946
	* src/summaryview.c: fixed scroll positon problem after some
947
	  operations.
948
949
2005-06-08
950
951
	* src/inc.c
952
	  src/send_message.c
953
	  src/progressdialog.[ch]: reimplemented progress dialog with
954
	  GtkTreeView. Added some APIs.
955
956
2005-06-08
957
958
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
959
	  Dickson).
960
961
2005-06-08
962
963
	* src/account.c
964
	  src/prefs_filter.c: made some buttons stock button.
965
966
2005-06-08
967
968
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
969
	  find.
970
971
2005-06-07
972
973
	* src/compose.c
974
	  src/main.c
975
	  src/procmsg.[ch]
976
	  src/send_message.[ch]
977
	  src/prefs_common.[ch]
978
	  src/mainwindow.c: added an option to apply filter rules to sent
979
	  messages.
980
981
2005-06-06
982
983
	* src/mimeview.c
984
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
985
986
2005-06-06
987
988
	* src/compose.c: don't use "destroy" signal to destroy Compose object
989
	  (fix rare crashes on discard?).
990
991
2005-06-06
992
993
	* src/summaryview.c:
994
	  summary_attract_by_subject()
995
	  summary_sort(): clear selection list when the order of the list is
996
	  changed.
997
998
2005-06-06
999
1000
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
1001
	  that it took time at O(n^2) order if all messages were selected
1002
	  and then they were removed.
1003
1004
2005-06-06
1005
1006
	* src/compose.c
1007
	  src/messageview.c
1008
	  src/prefs_common.c
1009
	  src/mainwindow.c: added Hebrew encodings.
1010
1011
2005-06-06
1012
1013
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
1014
	  first letters of locale string is "ja".
1015
1016
2005-06-03
1017
1018
	* src/compose.c
1019
	  src/summaryview.[ch]
1020
	  src/folderview.c: improved the DnD. Don't copy files on
1021
	  summary-to-folder drag, and set mime type to message/rfc822 on
1022
	  summary-to-compose drag.
1023
1024
2005-06-03
1025
1026
	* src/prefs_common.c: prefs_junk_create(): modified the description.
1027
1028
2005-06-03
1029
1030
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
1031
	  empty junk folder.
1032
1033
2005-06-02
1034
1035
	* src/prefs_common.c: prefs_font_select(): select current font
1036
	  when opening the dialog.
1037
1038
2005-06-02
1039
1040
	* src/prefs_common.[ch]
1041
	  src/mainwindow.[ch]
1042
	  src/summaryview.[ch]: added a feature for junk mail control.
1043
1044
2005-06-01
1045
1046
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
1047
	  or deleted messages.
1048
1049
2005-06-01
1050
1051
	* src/textview.c:
1052
	  textview_search_string()
1053
	  textview_search_string_backward(): improved sequential searches.
1054
1055
2005-06-01
1056
1057
	* src/summaryview.c: don't include the current message for
1058
	  "View/Go to/(Prev|Next) (unread|new) message".
1059
1060
2005-05-31
1061
1062
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
1063
	  because the STATUS command costs much.
1064
1065
2005-05-31
1066
1067
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
1068
	  if FolderView::selected is NULL (thanks to Yann Grossel).
1069
	* src/folderview.[ch]: folderview_set_opened_item(): new.
1070
1071
2005-05-30
1072
1073
	* src/manage_window.c: manage_window_focus_out(): don't reset
1074
	  focus_window on focus-out event.
1075
	* src/inc.c
1076
	  src/send_message.c: call manage_window_destroy() to reset
1077
	  focus_window before destruction of window.
1078
1079
2005-05-30
1080
1081
	* src/alertpanel.c: don't let message label take focus.
1082
	* src/headerview.c: don't let header labels take focus.
1083
1084
2005-05-30
1085
1086
	* src/summaryview.[ch]: optimized getting the selection list.
1087
	  Set cache as dirty when reordered to remember the current order.
1088
1089
2005-05-29
1090
1091
	* version 1.9.12
1092
1093
2005-05-27
1094
1095
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
1096
	  field (conform to RFC 2368).
1097
1098
2005-05-27
1099
1100
	* src/mh.c
1101
	  src/compose.c
1102
	  src/folder.[ch]
1103
	  src/imap.c
1104
	  src/procmsg.c
1105
	  src/news.c
1106
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
1107
	  if mark file really needs to be updated.
1108
	  Write mark file only if cache_dirty or mark_dirty flag is set.
1109
1110
2005-05-27
1111
1112
	* src/imap.c: don't destroy the previous Session object when
1113
	  reconnecting (fixed crash when reconnection happened while scanning
1114
	  tree).
1115
	  imap_cmd_search(): fixed a bug that only the first response was
1116
	  recognized (thanks to Hanno Meyer-Thurow).
1117
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
1118
1119
2005-05-26
1120
1121
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
1122
	* src/mimeview.c: fixed DnD of non-ascii filename.
1123
	* src/utils.[ch]: encode_uri(): new.
1124
	* src/summaryview.[ch]: use subject as the filename of droppend
1125
	  messages. Added .eml as the extension.
1126
1127
2005-05-25
1128
1129
	* src/textview.c: textview_write_link(): also skip non-ascii space
1130
	  at the head of link strings (phishing check didn't work at the case).
1131
1132
2005-05-25
1133
1134
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
1135
	  instead of popen().
1136
1137
2005-05-25
1138
1139
	* src/send_message.c: send_message_local(): use GSpawn, and detect
1140
	  errors.
1141
1142
2005-05-25
1143
1144
	* src/message_search.c: removed Clear button.
1145
1146
2005-05-24
1147
1148
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
1149
	  if cache file really needs to be updated.
1150
	* src/mh.c
1151
	  src/imap.c
1152
	  src/procmsg.c
1153
	  src/news.c: set cache_dirty flag if folder contents differ from
1154
	  the cache file.
1155
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
1156
	  Write cache file only if cache_dirty flag is set.
1157
1158
2005-05-24
1159
1160
	* src/compose.c: disable attach toggle button for now.
1161
1162
2005-05-24
1163
1164
	* src/compose.[ch]: added a toggle button for the attachment pane.
1165
1166
2005-05-24
1167
1168
	* src/compose.[ch]: reimplemented the attachment list with
1169
	  GtkTreeView. Fixed attaching of locale filename.
1170
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
1171
1172
2005-05-24
1173
1174
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
1175
1176
2005-05-23
1177
1178
	* src/summaryview.[ch]: enabled DnD to external apps.
1179
1180
2005-05-23
1181
1182
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
1183
	  window.
1184
1185
2005-05-23
1186
1187
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
1188
	  to move cursor.
1189
1190
2005-05-23
1191
1192
	* src/gtksctree.[ch]: removed.
1193
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
1194
1195
2005-05-23
1196
1197
	* src/textview.c
1198
	  src/mimeview.[ch]
1199
	  src/summaryview.c
1200
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
1201
1202
2005-05-20
1203
1204
	* src/summaryview.c: summary_show(): fixed the selection state on
1205
	  refresh.
1206
1207
2005-05-20
1208
1209
	* src/summaryview.c: summaryview_clear_list(): set the value of
1210
	  vadjustment to 0.0 so that the "value-changed" signal is always
1211
	  emitted (fixes the scroll problem on refresh).
1212
1213
2005-05-19
1214
1215
	* src/message_search.c: improved the interface and made code cleanup.
1216
1217
2005-05-19
1218
1219
	* src/summary_search.c: improved the interface and made code cleanup.
1220
1221
2005-05-19
1222
1223
	* src/summaryview.c: summary_show(): fixed a problem that no message
1224
	  was selected after processing left marks.
1225
1226
2005-05-19
1227
1228
	* src/textview.[ch]
1229
	  src/prefs_common.[ch]
1230
	  src/mainwindow.c: added an option to toggle cursor in message view
1231
	  (thanks to Godwin Stewart).
1232
1233
2005-05-19
1234
1235
	* src/summaryview.c: summary_modify_threads(): block selection_changed
1236
	  callback while modifying threads so that the toolbar doesn't
1237
	  become insensitive unexpectedly.
1238
1239
2005-05-18
1240
1241
	* src/summaryview.c: set minimum column width.
1242
	  src/folderview.c: set minimum column width. Remember every column
1243
	  width.
1244
1245
2005-05-18
1246
1247
	* src/summaryview.c: display next messages after deleting when
1248
	  immediate_exec is enabled.
1249
1250
2005-05-17
1251
1252
	* version 1.9.11
1253
1254
2005-05-17
1255
1256
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
1257
	  selection and message display on execution.
1258
	  summary_get_modified_node(): fixed an order problem.
1259
1260
2005-05-17
1261
1262
	* src/summaryview.c: summary_row_expanded(): made a workaround for
1263
	  last-row expand problem.
1264
1265
2005-05-16
1266
1267
	* src/summaryview.c: summary_selection_changed(): forgot to unset
1268
	  SummaryView::selected on empty selection.
1269
1270
2005-05-16
1271
1272
	* src/summaryview.c: fixed selection problem after execution.
1273
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
1274
	  start node.
1275
1276
2005-05-15
1277
1278
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
1279
	  prohibited column resize.
1280
1281
2005-05-15
1282
1283
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
1284
	  Space and Delete key are ignored when multiple messages were
1285
	  selected.
1286
	* src/headerview.c: added missing gtk/gtkimage.h include.
1287
1288
2005-05-13
1289
1290
	* version 1.9.10
1291
1292
2005-05-13
1293
1294
	* src/prefs_common.[ch]
1295
	  src/summaryview.c: made rules hint configurable. Removed debug code.
1296
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
1297
	  one of the reference is invalid.
1298
1299
2005-05-13
1300
1301
	* src/summaryview.c: don't open selected messages on 'View/Go to'
1302
	  if the message view is hidden.
1303
1304
2005-05-13
1305
1306
	* src/summaryview.c: modified the handling of middle-click and
1307
	  double-click.
1308
1309
2005-05-13
1310
1311
	* src/summaryview.c: adjusted the width of icon-titled columns.
1312
1313
2005-05-12
1314
1315
	* src/summaryview.c: summary_attract_by_subject()
1316
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
1317
	  by subject' if sorted.
1318
1319
2005-05-12
1320
1321
	* src/summaryview.c: summary_attract_by_subject(): optimized using
1322
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
1323
1324
2005-05-12
1325
1326
	* src/summaryview.c: display collapsed rows which have unread children
1327
	  as bold.
1328
1329
2005-05-11
1330
1331
	* src/summaryview.c: summary_have_unread_children(): implemented.
1332
	  summary_row_expanded(): expand all children.
1333
	  summary_thread_build(): added missing g_hash_table_destroy().
1334
1335
2005-05-11
1336
1337
	* src/summaryview.c
1338
	  src/mainwindow.c: summary_thread_build(): implemented.
1339
1340
2005-05-11
1341
1342
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
1343
	  current directory is inside one which is to be removed.
1344
	* src/summaryview.c: summary_unthread(): implemented.
1345
	* src/folderview.c: fixed crash when FolderView::selected became
1346
	  invalid. Unset it if selection becomes empty.
1347
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
1348
	  "Monospace 12".
1349
1350
2005-05-10
1351
1352
	* src/summaryview.c: summary_select_thread(): implemented.
1353
1354
2005-05-10
1355
1356
	* src/summary_search.c: reimplemented summary search.
1357
1358
2005-05-10
1359
1360
	* src/summaryview.c:
1361
	  summary_show(): display selected message if always_show_msg is set.
1362
	  summary_button_pressed(): fixed the handling of modifier key.
1363
	  summary_selection_changed(): clear message view if not single
1364
	  selection.
1365
1366
2005-05-10
1367
1368
	* src/summaryview.c
1369
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
1370
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
1371
1372
2005-05-09
1373
1374
	* src/editjpilot.c
1375
	  src/editldap_basedn.c
1376
	  src/editldap.c: added missing includes.
1377
1378
2005-05-09
1379
1380
	* src/compose.c
1381
	  src/inc.c
1382
	  src/addressbook.c
1383
	  src/textview.c
1384
	  src/messageview.c
1385
	  src/editbook.c
1386
	  src/editgroup.c
1387
	  src/importldif.c
1388
	  src/foldersel.c
1389
	  src/mimeview.c
1390
	  src/message_search.c
1391
	  src/main.c
1392
	  src/inputdialog.c
1393
	  src/editaddress.c
1394
	  src/addressadd.c
1395
	  src/import.c
1396
	  src/about.c
1397
	  src/mainwindow.c
1398
	  src/editvcard.c: added missing includes.
1399
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
1400
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
1401
	* src/folderview.c: modified for column sizing.
1402
	* src/summaryview.[ch]
1403
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
1404
	  (some features are not completed yet).
1405
1406
2005-05-06
1407
1408
	* src/socket.c: sock_connect_address_list_async(): only watch
1409
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
1410
	  Maerz).
1411
1412
2005-05-02
1413
1414
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
1415
	  display unit on AGE condition.
1416
1417
2005-04-27
1418
1419
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
1420
	  if not required (just increase ref count).
1421
1422
2005-04-27
1423
1424
	* src/mainwindow.c: main_window_create(): disable no longer required
1425
	  workaround for resize grip on GTK+ 2.6.
1426
1427
2005-04-22
1428
1429
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
1430
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
1431
1432
2005-04-22
1433
1434
	* src/folderview.c: folderview_selection_changed(): flush widget to
1435
	  reflect selection change before showing summary.
1436
1437
2005-04-22
1438
1439
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
1440
	  Kawahata).
1441
1442
2005-04-22
1443
1444
	* src/folderview.c:
1445
	  folderview_rescan_tree()
1446
	  folderview_check_new(): refresh widgets before processing.
1447
1448
2005-04-20
1449
1450
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
1451
	  gdk_window_process_updates() to force update of widgets.
1452
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
1453
	  because of waiting for all events processed.
1454
	* src/statusbar.c
1455
	  src/summaryview.c
1456
	  src/setup.c
1457
	  src/folderview.c
1458
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
1459
	  of the update of statusbar.
1460
1461
2005-04-20
1462
1463
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
1464
	  is done (fixed incorrect display when a part of the view is hidden).
1465
1466
2005-04-19
1467
1468
	* version 1.9.9
1469
1470
2005-04-19
1471
1472
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
1473
1474
2005-04-19
1475
1476
	* src/session.[ch]: use separate buffer for large data to be sent,
1477
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
1478
1479
2005-04-19
1480
1481
	* src/compose.c
1482
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
1483
	  provided for old GtkSText, and had interfered with gtk-key-theme
1484
	  configuration.
1485
1486
2005-04-15
1487
1488
	* src/folderview.c: folderview_create(): check GTK version for
1489
	  "ellipsize" property.
1490
1491
2005-04-13
1492
1493
	* src/folderview.c: modified include.
1494
	  folderview_col_resized(): fixed argument type.
1495
1496
2005-04-13
1497
1498
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
1499
	* src/folderview.c: removed unused GtkStyle.
1500
	  folderview_select_row(): don't expand the row itself.
1501
	  folderview_selection_changed(): fixed a memory leak.
1502
1503
2005-04-13
1504
1505
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
1506
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
1507
	  exist).
1508
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
1509
	  is not NULL.
1510
1511
2005-04-12
1512
1513
	* version 1.9.8
1514
1515
2005-04-12
1516
1517
	* src/folderview.c
1518
	  src/gtkutils.[ch]: remember the column width, and restored Search
1519
	  menu.
1520
1521
2005-04-12
1522
1523
	* src/compose.c
1524
	  src/messageview.c
1525
	  src/codeconv.[ch]
1526
	  src/prefs_common.c
1527
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
1528
	  is passed (thanks to SuperMMX).
1529
1530
2005-04-12
1531
1532
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
1533
	  text.
1534
1535
2005-04-11
1536
1537
	* src/action.c: catch_output(): correctly select the insert text
1538
	  (fix invalid iterator warnings).
1539
1540
2005-04-11
1541
1542
	* src/gtkutils.[ch]
1543
	  src/folderview.[ch]: implemented message-to-folder DnD.
1544
	  Auto-expand and auto-scroll are also implemented.
1545
1546
2005-04-08
1547
1548
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
1549
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
1550
	* src/summaryview.c: summary_show(): update FolderView::opened before
1551
	  folderview_update_opened_msg_num() is called.
1552
1553
2005-04-07
1554
1555
	* src/folderview.c: folderview_selection_changed(): don't let
1556
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
1557
	  a folder by button press.
1558
1559
2005-04-07
1560
1561
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
1562
	  (DnD is not implemented yet).
1563
	* src/folder.[ch]: folder_item_compare(): compare function to sort
1564
	  FolderItem.
1565
	* src/gtkutils.[ch]:
1566
	  gtkut_tree_model_next()
1567
	  gtkut_tree_model_find_by_column_data()
1568
	  gtkut_tree_view_find_collapsed_parent(): new.
1569
	* src/pixmaps/dir-noselect.xpm
1570
	  src/pixmaps/dir-open.xpm
1571
	  src/pixmaps/dir-close.xpm: removed extra spaces.
1572
1573
2005-04-05
1574
1575
	* src/send_messages.c: send_message_smtp(): consider EOF right after
1576
	  QUIT successful (workaround for Gmail SMTP server).
1577
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
1578
	  SSL protocol.
1579
	* src/procheader.c: removed an unused variable.
1580
1581
2005-04-01
1582
1583
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
1584
	  Mac OS X support.
1585
1586
2005-03-31
1587
1588
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
1589
1590
2005-03-31
1591
1592
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
1593
	  (don't use GtkAlignment).
1594
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
1595
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
1596
	  the adjustments to (0, 0).
1597
1598
2005-03-31
1599
1600
	* src/foldersel.c
1601
	  src/prefs_filter.c: made column resize automatically.
1602
1603
2005-03-31
1604
1605
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
1606
	  included in the auth string and PLAIN authentication failed
1607
	  (thanks to IWAMOTO Kouichi).
1608
1609
2005-03-31
1610
1611
	* src/prefs_filter.c: reimplemented filter prefs dialog using
1612
	  GtkTreeView.
1613
1614
2005-03-29
1615
1616
	* src/compose.c: don't join (presumably) itemized lines on
1617
	  line-wrapping.
1618
1619
2005-03-29
1620
1621
	* version 1.9.7
1622
1623
2005-03-29
1624
1625
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
1626
	  only the second loop for accurate threading.
1627
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
1628
	  priority of References for MsgInfo::inreplyto.
1629
1630
2005-03-28
1631
1632
	* src/utils.[ch]: references_list_prepend(): new.
1633
	* src/procmsg.[ch]
1634
	  src/procheader.c
1635
	  src/summaryview.c: modified the thread creation so that it looks up
1636
	  every message-id in References header if the real parent message is
1637
	  not found (thanks to Alfons).
1638
	* src/defs.h: upped the cache version.
1639
1640
2005-03-28
1641
1642
	* src/foldersel.c: reimplemented folder selection dialog using
1643
	  GtkTreeView (thanks to Alfons).
1644
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
1645
	  GdkPixbuf object from xpm.
1646
1647
2005-03-25
1648
1649
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
1650
	  Followup-To: header (thanks to Alfons).
1651
1652
2005-03-23
1653
1654
	* src/compose.c:
1655
	  compose_write_to_file()
1656
	  compose_write_headers(): separate header charset and body charset.
1657
	  Fixed the issue that ISO-8859-1 was forced for headers when body
1658
	  is US-ASCII only.
1659
1660
2005-03-23
1661
1662
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
1663
	  auxiliary Kanji appeared (only affects svn version after
1664
	  2005-03-17).
1665
1666
2005-03-22
1667
1668
	* src/codeconv.[ch]: return error value in every code conversion
1669
	  function.
1670
1671
2005-03-18
1672
1673
	* src/html.[ch]: html_parse(): made return value const.
1674
	* src/textview.c: textview_show_html(): force output of newline.
1675
	* src/procmime.c: procmime_get_text_content(): follow the API change.
1676
1677
2005-03-18
1678
1679
	* src/account.c: account_find_from_message_file(): added missing
1680
	  NULL terminator of the HeaderEntry array which had introduced
1681
	  crash on re-edit (thanks to Michael Schwendt).
1682
1683
2005-03-17
1684
1685
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
1686
1687
2005-03-17
1688
1689
	* src/codeconv.[ch]
1690
	  src/textview.c
1691
	  src/unmime.c
1692
	  src/procheader.c
1693
	  src/sourcewindow.c
1694
	  src/rfc2015.c
1695
	  src/html.c: made every code conversion API allocate new memory.
1696
	  This removes redundant string copy on conversion.
1697
1698
2005-03-16
1699
1700
	* src/prefs_common.[ch]
1701
	  src/textview.c: added an option whether to render HTML as text or
1702
	  not.
1703
1704
2005-03-16
1705
1706
	* src/filesel.c: remember the state of the expander of file save
1707
	  dialog.
1708
1709
2005-03-16
1710
1711
	* src/compose.[ch]: added a menu to temporally change the outgoing
1712
	  encoding. Use UTF-8 also for headers if it is forced for body.
1713
	* src/codeconv.[ch]:
1714
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
1715
	  conv_encode_header(): added an argument for outgoing encoding.
1716
	* src/prefs_common.c: added separators to outgoing encoding menu.
1717
	* src/messageview.c
1718
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
1719
	  in the menu to 'Character encoding'.
1720
1721
2005-03-15
1722
1723
	* version 1.9.6
1724
1725
2005-03-15
1726
1727
	* src/action.c: create_io_dialog(): use user-defined text font
1728
	  (thanks to Alfons), and modified its appearance.
1729
1730
2005-03-15
1731
1732
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
1733
1734
2005-03-14
1735
1736
	* src/compose.c: compose_write_to_file(): do a strict check for code
1737
	  conversion.
1738
	* src/codeconv.[ch]:
1739
	  conv_codeset_strdup_full()
1740
	  conv_iconv_strdup()
1741
	  conv_iconv_strdup_with_cd(): added an argument to return an error
1742
	  value.
1743
1744
2005-03-14
1745
1746
	* src/smtp.[ch]
1747
	  src/prefs_account.c: implemented PLAIN authentication method
1748
	  (thanks to mori).
1749
1750
2005-03-14
1751
1752
	* src/filesel.c:
1753
	  filesel_select_file_full(): remember directories for each operations.
1754
	  filesel_create(): set default response.
1755
	* src/textview.c: textview_key_pressed()
1756
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
1757
	  if Esc key is pressed.
1758
	* Thanks to Sergey Pinaev for the above.
1759
1760
2005-03-11
1761
1762
	* src/compose.[ch]: use GtkTextTag for signature replacement to
1763
	  stabilize it.
1764
1765
2005-03-10
1766
1767
	* src/textview.c: implemented 'Save this image as...' in the context
1768
	  menu of inline images.
1769
	* src/procmime.c: procmime_get_part_file_name(): new.
1770
1771
2005-03-10
1772
1773
	* src/mainwindow.c: main_window_set_widgets(): request size first
1774
	  to prevent window size becoming wrong.
1775
	* src/utils.c: debug_print(): use g_print() to output with locale
1776
	  encoding.
1777
1778
2005-03-10
1779
1780
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
1781
	  Confine pointer to window.
1782
1783
2005-03-09
1784
1785
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
1786
	  enabled.
1787
1788
2005-03-09
1789
1790
	* src/mainwindow.c: fixed remembering of the state of the visibility
1791
	  of MessageView.
1792
1793
2005-03-09
1794
1795
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
1796
	* src/main.c: migrate_old_config(): copy also mime.types.
1797
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
1798
	  files.
1799
1800
2005-03-08
1801
1802
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
1803
	  src/textview.c: textview_add_part(): follow the setting of
1804
	  prefs_common.resize_image.
1805
	* src/configure.in
1806
	  src/about.c
1807
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
1808
	  is now built-in.
1809
1810
2005-03-08
1811
1812
	* src/messageview.[ch]
1813
	  src/mimeview.[ch]: changed the implementation of switching
1814
	  Text/MIME view (enables smooth switching).
1815
1816
2005-03-08
1817
1818
	* src/textview.c: textview_make_clickable_parts(): optimized the
1819
	  URI search (fixes freeze at extremely long lines with many '@').
1820
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
1821
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
1822
	  slowdown of GtkTextView.
1823
1824
2005-03-07
1825
1826
	* src/mainwindow.c
1827
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
1828
	  when 'File/Save as...' is selected.
1829
	  Made mimeview_save_as() public.
1830
1831
2005-03-07
1832
1833
	* version 1.9.5
1834
1835
2005-03-07
1836
1837
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
1838
	* src/procheader.c: procheader_scan_date_string(): support header
1839
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
1840
1841
2005-03-04
1842
1843
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
1844
	  to improve the efficiency.
1845
	* src/codeconv.c: conv_unmime_header(): directly return the return
1846
	  value of unmime_header(). Restrict the buffer size on the stack.
1847
1848
2005-03-04
1849
1850
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
1851
	  it had introduced heap buffer overflow.
1852
	  conv_unmime_header(): modified so that it returns newly-allocated
1853
	  string.
1854
	* src/compose.c: compose_parse_header(): don't use
1855
	  conv_unmime_header_overwrite() which introduced buffer overflow.
1856
	* src/procheader.c
1857
	  src/news.c
1858
	  src/procmime.c: followed the API change.
1859
1860
2005-03-03
1861
1862
	* use Content-Type's charset as a fallback encoding of broken header
1863
	  strings (thanks to Sergey Pinaev).
1864
	* src/textview.c: use Content-Type's charset information and
1865
	  force-charset setting when displaying headers.
1866
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
1867
	  are identical, or dest is US-ASCII.
1868
	  conv_unmime_header(): try to convert with default encoding if
1869
	  string is not ascii.
1870
	* src/procheader.[ch]:
1871
	  procheader_get_header_array()
1872
	  procheader_get_header_array_asis(): added an argument for default
1873
	  encoding.
1874
	  procheader_parse_stream(): use Content-Type's charset information.
1875
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
1876
	  returns parameters of Content-Type header.
1877
	* src/unmime.[ch]: removed unused function prototype.
1878
1879
2005-03-02
1880
1881
	* version 1.9.4
1882
1883
2005-03-02
1884
1885
	* src/compose.c: compose_destroy(): destroy paned only if it's not
1886
	  attached to window. Fixed memory leak of popup menu.
1887
1888
2005-03-02
1889
1890
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
1891
	  pressing escape key. Fixed indentation of the source.
1892
1893
2005-03-02
1894
1895
	* src/main.c: removed redundant code.
1896
	* configure.in: removed redundant PKG_CHECK_MODULES.
1897
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
1898
	  (fixes LDAP compilation).
1899
1900
2005-03-01
1901
1902
	* configure.in: check for GLib/GTK version (>= 2.4.0).
1903
1904
2005-03-01
1905
1906
	* src/gtkutils.[ch]: removed non-used code.
1907
1908
2005-03-01
1909
1910
	* src/mimeview.[ch]: display action buttons when attached files are
1911
	  selected.
1912
	  Fixed the handling of key press and popup menu.
1913
	  Fixed redraw problem of widget pane.
1914
	* src/summaryview.[ch]: minor code cleanup.
1915
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
1916
	  focus.
1917
	* src/filesel.c: change current directory before creating dialog
1918
	  (fixed performance problem on folders with large number of
1919
	  message).
1920
	* src/textview.[ch]: removed unused functions.
1921
1922
2005-03-01
1923
1924
	* ac/check-type.m4
1925
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
1926
	  (thanks to Daichi Kawahata).
1927
1928
2005-02-28
1929
1930
	* src/compose.c: compose_parse_header(): generate References: from
1931
	  In-Reply-To: even if the parent message doesn't have Message-Id:
1932
	  (thanks to mori).
1933
1934
2005-02-28
1935
1936
	* src/procheader.[ch]: fixed the argument type of buffer length
1937
	  (thanks to Alfons).
1938
1939
2005-02-27
1940
1941
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
1942
	  was called even on SSL connection. It has introduced random bugs.
1943
1944
2005-02-25
1945
1946
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
1947
	  selection bugs.
1948
1949
2005-02-25
1950
1951
	* src/compose.c
1952
	  src/textview.c
1953
	  src/quote_fmt_parse.y: follow the API changes.
1954
	* src/procmsg.c: procmsg_print_message(): output text with locale
1955
	  encoding.
1956
	* src/procmime.[ch]:
1957
	  procmime_get_text_content()
1958
	  procmime_get_first_text_content(): added an argument for dest
1959
	  encoding.
1960
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
1961
	  dest encoding.
1962
	* src/html.c: removed broken locale specific entity reference
1963
	  conversion.
1964
1965
2005-02-25
1966
1967
	* src/compose.c
1968
	  src/messageview.c
1969
	  src/mimeview.c
1970
	  src/export.c
1971
	  src/summaryview.c
1972
	  src/import.c
1973
	  src/filesel.[ch]: replaced GtkFileSelection with
1974
	  GtkFileChooserDialog.
1975
	  Added filesel_save_as().
1976
1977
2005-02-24
1978
1979
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
1980
1981
2005-02-24
1982
1983
	* src/progressdialog.c
1984
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
1985
	  to use GtkDialog.
1986
1987
2005-02-24
1988
1989
	* src/compose.c: compose_write_attach(): force transfer encoding to
1990
	  protect trailing spaces for PGP signing.
1991
1992
2005-02-23
1993
1994
	* src/gtkutils.[ch]: removed unused functions.
1995
	  gtkut_text_buffer_match_string()
1996
	  gtkut_text_buffer_find(): changed the API to use iterator.
1997
	  gtkut_text_buffer_find_backward(): new.
1998
	* src/textview.c:
1999
	  textview_search_string()
2000
	  textview_search_string_backward(): use new API.
2001
2002
2005-02-23
2003
2004
	* src/logwindow.c
2005
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
2006
	  the value configurable.
2007
2008
2005-02-22
2009
2010
	* src/codeconv.c:
2011
	  conv_anytodisp(): check if converted string is valid UTF-8.
2012
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
2013
	  failed.
2014
	  conv_unmime_header_overwrite()
2015
	  conv_unmime_header(): try to convert unencoded strings using locale
2016
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
2017
2018
2005-02-21
2019
2020
	* version 1.9.3
2021
2022
2005-02-21
2023
2024
	* src/compose.c:
2025
	  compose_join_next_line(): consider tab width. Keep cursor position
2026
	  as much as possible.
2027
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
2028
	  compose_insert_sig(): don't select text when placing cursor.
2029
	  compose_insert_file(): disable autowrap while inserting text.
2030
	  compose_undo_cb()
2031
	  compose_redo_cb(): disable autowrap while performing undo/redo.
2032
2033
2005-02-21
2034
2035
	* src/summaryview.c: summary_ctree_create(): changed indent size to
2036
	  12.
2037
2038
2005-02-18
2039
2040
	* src/textview.c: added 'Copy this link' to the context menu
2041
	  (thanks to Hiroyuki Ikezoe).
2042
	* po/Makefile.in.in: added checks and statistics display option to
2043
	  msgfmt command.
2044
2045
2005-02-18
2046
2047
	* src/compose.c: compose_join_next_line(): removed extra spaces
2048
	  between the next line.
2049
2050
2005-02-18
2051
2052
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
2053
	  quotation' setting.
2054
2055
2005-02-18
2056
2057
	* src/textview.c: fixed glitches of underlined URI in textview
2058
	  (thanks to Alfons).
2059
2060
2005-02-18
2061
2062
	* src/compose.c: compose_join_next_line(): don't use
2063
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
2064
2065
2005-02-17
2066
2067
	* src/compose.c: implemented new line-wrapping routine. Enables full
2068
	  i18n support and proper line-breaking.
2069
	* src/utils.[ch]: get_uri_len(): returns URI length.
2070
2071
2005-02-16
2072
2073
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
2074
	  to filesystem encoding.
2075
2076
2005-02-14
2077
2078
	* src/intl.h: removed.
2079
2080
2005-02-10
2081
2082
	* src/compose.c: compose_write_file(): force transfer encoding to
2083
	  protect trailing spaces for PGP signing (fixes incompatibility
2084
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
2085
2086
2005-02-10
2087
2088
	* src/compose.c
2089
	  src/sourcewindow.c: automatically show horizontal scroll bar.
2090
2091
2005-02-09
2092
2093
	* version 1.9.2
2094
2095
2005-02-09
2096
2097
	* src/textview.c: implemented better hypertext processing (pointing
2098
	  a link shows its URI and single-clicking it follows the link).
2099
2100
2005-02-08
2101
2102
	* src/codeconv.[ch]
2103
	  conv_filename_from_utf8()
2104
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
2105
	* src/filesel.c
2106
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
2107
	  selection dialog (thanks to Sergey Pinaev).
2108
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
2109
	  non-UTF8 names (thanks to Sergey Pinaev).
2110
2111
2005-02-08
2112
2113
	* src/prefs_filter.c: use stock buttons.
2114
2115
2005-02-08
2116
2117
	* src/procmime.[ch]
2118
	  src/textview.c
2119
	  src/prefs_common.c: implemented inline image display.
2120
2121
2005-02-07
2122
2123
	* src/gtkutils.c: gtkut_window_popup()
2124
	  src/about.c: about_show(): use gtk_window_present() to popup
2125
	  window.
2126
2127
2005-02-07
2128
2129
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
2130
	* configure.in
2131
	  Makefile.am
2132
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
2133
2134
2005-02-04
2135
2136
	* src/action.c: execute_actions(): don't include header part in
2137
	  message text.
2138
2139
2005-02-04
2140
2141
	* src/textview.c
2142
	  src/gtkutils.[ch]: reimplemented message text search.
2143
2144
2005-02-04
2145
2146
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
2147
	* src/prefs_account.c
2148
	  src/prefs_common.c: made the font size of supplementary
2149
	  explanations smaller, and enabled line wrap.
2150
2151
2005-02-03
2152
2153
	* version 1.9.1
2154
2155
2005-02-03
2156
2157
	* src/compose.c: compose_create(): use normal API for setting font.
2158
2159
2005-02-02
2160
2161
	* src/main.c: parse_cmd_opt(): convert help message to locale
2162
	  encoding.
2163
2164
2005-02-02
2165
2166
	* src/compose.c:
2167
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
2168
	  get_indent_length(): use GtkTextIter for the loop.
2169
2170
2005-02-02
2171
2172
	* src/compose.c:
2173
	  text_inserted(): revalidate iterator so as not to invalidate it
2174
	  after gtk_text_buffer_insert() while enabling auto wrapping.
2175
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
2176
2177
2005-02-01
2178
2179
	* version 1.9.0
2180
2181
2005-01-31
2182
2183
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
2184
	  if the source string is not a valid UTF-8.
2185
2186
2005-01-31
2187
2188
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
2189
	  changed CACHE_VERSION to 0x20.
2190
2191
2005-01-31
2192
2193
	* src/rfc2015.c: sig_status_full(): convert string returned by
2194
	  strftime() (which is locale encoding) to UTF-8.
2195
2196
2005-01-31
2197
2198
	* configure.in
2199
	  src/textview.c
2200
	  src/passphrase.[ch]
2201
	  src/mimeview.c
2202
	  src/main.c
2203
	  src/select-keys.[ch]
2204
	  src/rfc2015.[ch]
2205
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
2206
2207
2005-01-28
2208
2209
	* src/template.c: template_write_config(): fixed a memory leak.
2210
2211
2005-01-28
2212
2213
	* src/compose.c: removed redundant code for Ctrl-Enter handling
2214
	  (not required for GTK2).
2215
2216
2005-01-27
2217
2218
	* src/prefs_actions.c
2219
	  src/prefs_template.c
2220
	  src/summary_search.c
2221
	  src/message_search.c
2222
	  src/folderview.c
2223
	  src/prefs_customheader.c
2224
	  src/prefs_filter.c: use GTK stock button for alertpanel.
2225
2226
2005-01-27
2227
2228
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
2229
	  prevent character corruption on conversion.
2230
2231
2005-01-26
2232
2233
	* src/stock_pixmap.[ch]
2234
	  src/pixmaps/stock_add_16.xpm
2235
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
2236
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
2237
	  button.
2238
2239
2005-01-26
2240
2241
	* src/alertpanel.c: use smaller size for title font.
2242
2243
2005-01-26
2244
2245
	* src/codeconv.[ch]: made encoding-specific functions static, and
2246
	  removed redundant code.
2247
2248
2005-01-26
2249
2250
	* src/procmime.c:
2251
	  procmime_scan_content_type()
2252
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
2253
	  EUC-JP conversion.
2254
	* src/jpilot.c: use conv_codeset_strdup() instead of
2255
	  conv_sjistodisp().
2256
2257
2005-01-26
2258
2259
	* src/compose.c
2260
	  src/folder.c
2261
	  src/prefs.c
2262
	  src/codeconv.[ch]
2263
	  src/imap.c
2264
	  src/xml.c
2265
	  src/addrbook.c
2266
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
2267
	  replace conv_get_internal_charset_str().
2268
2269
2005-01-25
2270
2271
	* src/inc.c: inc_finished(): removed warning when updating a
2272
	  folder item while no folder is selected.
2273
2274
2005-01-25
2275
2276
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
2277
	  font_desc.
2278
	* src/prefs_common.[ch]
2279
	  src/defs.h: removed unused font configs.
2280
	* src/textview.c: use default font for headers.
2281
	* src/headerview.c
2282
	  src/folderview.c: generate bold font from normal font.
2283
	* src/summaryview.c: generate bold and small font from normal font.
2284
2285
2005-01-24
2286
2287
	* src/alertpanel.c: alertpanel_create(): generate title font from
2288
	  normal font.
2289
2290
2005-01-24
2291
2292
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
2293
	  migration.
2294
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
2295
	  check the existence of source files.
2296
	* src/prefs_common.c: changed the font setting name for migration.
2297
	* src/defs.h: added UIDL_DIR, and changed the default font.
2298
2299
2005-01-24
2300
2301
	* src/compose.c
2302
	  src/addressbook.c
2303
	  src/messageview.c
2304
	  src/mimeview.c
2305
	  src/select-keys.c
2306
	  src/sigstatus.c: use GTK stock button for button set.
2307
	* src/passphrase.c: improved the passphrase dialog.
2308
2309
2005-01-24
2310
2311
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
2312
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
2313
2314
2005-01-24
2315
2316
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
2317
2318
2005-01-24
2319
2320
	* src/prefs_display_header.c
2321
	  src/action.c
2322
	  src/grouplistdialog.c
2323
	  src/textview.c
2324
	  src/editbook.c
2325
	  src/editgroup.c
2326
	  src/importldif.c
2327
	  src/summary_search.c
2328
	  src/message_search.c
2329
	  src/select-keys.c
2330
	  src/editjpilot.c
2331
	  src/export.c
2332
	  src/editaddress.c
2333
	  src/addressadd.c
2334
	  src/editldap_basedn.c
2335
	  src/prefs_summary_column.c
2336
	  src/import.c
2337
	  src/prefs_filter_edit.c
2338
	  src/editvcard.c
2339
	  src/prefs_customheader.c
2340
	  src/editldap.c
2341
	  src/sigstatus.c: use GTK stock button for button set.
2342
2343
2005-01-24
2344
2345
	* src/compose.c
2346
	  src/inc.c
2347
	  src/prefs_actions.c
2348
	  src/prefs.c
2349
	  src/progressdialog.c
2350
	  src/account.c
2351
	  src/prefs_template.c
2352
	  src/foldersel.c
2353
	  src/main.c
2354
	  src/alertpanel.c
2355
	  src/inputdialog.c
2356
	  src/prefs_common.c
2357
	  src/summaryview.c
2358
	  src/about.c
2359
	  src/mainwindow.c
2360
	  src/prefs_filter.c: use GTK stock button for button set.
2361
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
2362
2363
2005-01-21
2364
2365
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
2366
	  Alfons).
2367
2368
2005-01-21
2369
2370
	* src/colorlabel.c: removed include of gdk/gdkx.h.
2371
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
2372
	* src/codeconv.[ch]: added conv_utf8todisp().
2373
	* src/sourcewindow.c: source_window_append()
2374
	  src/textview.c: textview_write_line(), textview_write_link()
2375
	  src/unmime.c: unmime_header()
2376
	  src/html.c: html_read_line(): assume the encoding of source
2377
	  string is UTF-8 instead of locale encoding.
2378
2379
2005-01-20
2380
2381
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
2382
	  code conversion.
2383
	* src/main.c: migrate_old_config(): migrate templates.
2384
2385
2005-01-20
2386
2387
	* src/action.c: convert locale strings to UTF-8 before displaying
2388
	  it (thanks to Alfons).
2389
2390
2005-01-20
2391
2392
	* src/statusbar.c
2393
	  src/summaryview.c
2394
	  src/setup.c
2395
	  src/folderview.c
2396
	  src/mainwindow.[ch]: restored the resize grip of the main
2397
	  statusbar with its proper position (thanks to Yoichi Imai).
2398
2399
2005-01-20
2400
2401
	* src/jpilot.c: fixed Japanese code conversion.
2402
2403
2005-01-19
2404
2405
	* src/compose.c: compose_insert_sig(): fixed broken signature
2406
	  replacement.
2407
2408
2005-01-19
2409
2410
	* src/mh.c
2411
	  src/utils.c
2412
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
2413
	  'fileno' used in stdio.h.
2414
	* src/messageview.c: messageview_show(): check if
2415
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
2416
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
2417
2418
2005-01-19
2419
2420
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
2421
	  correctly get text selection.
2422
2423
2005-01-12
2424
2425
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).