Statistics
| Revision:

root / ChangeLog @ 439

History | View | Annotate | Download (48.1 kB)

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