Statistics
| Revision:

root / ChangeLog @ 485

History | View | Annotate | Download (51.5 kB)

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