Statistics
| Revision:

root / ChangeLog @ 387

History | View | Annotate | Download (42.7 kB)

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