Statistics
| Revision:

root / ChangeLog @ 408

History | View | Annotate | Download (45.1 kB)

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