Statistics
| Revision:

root / ChangeLog @ 457

History | View | Annotate | Download (49.1 kB)

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