Statistics
| Revision:

root / ChangeLog @ 789

History | View | Annotate | Download (79.3 kB)

1
2005-11-29
2
3
	* libsylph/session.c: removed debug print.
4
5
2005-11-29
6
7
	* src/send_message.c: send_message_queue_all(): follow the change of
8
	  compose.c::compose_send().
9
10
2005-11-28
11
12
	* libsylph/prefs_common.[ch]
13
	  src/prefs_common_dialog.c: moved outgoing encoding option into
14
	  Display - Encoding tab.
15
16
2005-11-28
17
18
	* libsylph/procmime.c: procmime_decode_content(): also normalize text
19
	  files on win32. Also do normalization for quoted-printable part.
20
21
2005-11-28
22
23
	* libsylph/pop.c
24
	  libsylph/recv.c
25
	  src/compose.c: reverted linebreak conversion.
26
27
2005-11-25
28
29
	* src/compose.c: also canonicalize on redirect/queue.
30
31
2005-11-25
32
33
	* src/compose.c: compose_write_to_file(): always canonicalize composed
34
	  message.
35
36
2005-11-25
37
38
	* libsylph/procmime.c: procmime_decode_content(): uncanonicalize
39
	  unencoded text.
40
41
2005-11-25
42
43
	* libsylph/pop.c
44
	  libsylph/recv.c: don't convert CR+LF to LF.
45
	* libsylph/procmime.c: procmime_decode_content(): don't uncanonicalize
46
	  message/rfc822.
47
48
2005-11-25
49
50
	* src/imageview.c: size_allocate_cb(): don't update image view if
51
	  image_data doesn't exist.
52
	* src/mimeview.c: mimeview_change_view_type(): clear hidden view.
53
54
2005-11-25
55
56
	* libsylph/session.[ch]: session_read_data_as_file_cb(): don't write
57
	  to file until buffer is filled more than the half. Extended the
58
	  buffer size.
59
60
2005-11-25
61
62
	* libsylph/session.c: session_recv_data_as_file_idle_cb(): fixed a bug
63
	  that lost first part of message data.
64
65
2005-11-24
66
67
	* libsylph/procmime.c: procmime_decode_content(): win32: don't
68
	  uncanonicalize text files.
69
70
2005-11-24
71
72
	* libsylph/pop.c
73
	  libsylph/session.[ch]: implemented session_recv_data_as_file(),
74
	  which receives data as file stream, to reduce memory usage on POP3
75
	  session.
76
77
2005-11-22
78
79
	* src/compose.c
80
	  src/prefs_common_dialog.c: don't save filtered sent message to
81
	  outbox. Only enable filtering of sent messages when saving of sent
82
	  messages is enabled.
83
	* src/inc.c: inc_drop_message(): removed redundant code.
84
85
2005-11-22
86
87
	* libsylph/utils.[ch]
88
	  libsylph/session.[ch]
89
	  libsylph/smtp.[ch]
90
	  src/send_message.c: reduced memory usage on SMTP session.
91
92
2005-11-22
93
94
	* libsylph/imap.c: QUOTE_IF_REQUIRED(): add "[]&" to characters to be
95
	  quoted (for courier-imap).
96
97
2005-11-22
98
99
	* libsylph/prefs_common.[ch]
100
	  src/compose.c: remember the last window position.
101
	* src/sourcewindow.c: win32: fixed window appeared always top-left.
102
	  Added margin to the TextView.
103
104
2005-11-21
105
106
	* src/compose.c: compose_create(): win32: fixed window appeared always
107
	  top-left.
108
109
2005-11-21
110
111
	* src/compose.c:
112
	  compose_get_signature_str()
113
	  compose_insert_file(): give priority to locale to UTF-8 conversion
114
	  (fixes wrong Japanese conversion on some case).
115
116
2005-11-21
117
118
	* libsylph/prefs_common.[ch]: modified the order of options.
119
120
2005-11-21
121
122
	* src/prefs_ui.[ch]
123
	  src/prefs_common_dialog.c: reorganized the common prefs.
124
125
2005-11-18
126
127
	* version 2.1.7
128
129
2005-11-18
130
131
	* libsylph/prefs_common.[ch]
132
	  src/prefs_common_dialog.c: moved the position of Spell tab.
133
134
2005-11-17
135
136
	* src/compose.c: compose_set_title(): made edit mark less intrusive.
137
138
2005-11-17
139
140
	* libsylph/utils.c: set_startup_dir(): win32: always set the startup
141
	  directory to the same directory as the location of executable file
142
	  (fixes untranslated messages when launched by other apps).
143
144
2005-11-17
145
146
	* src/prefs_common_dialog.c: fixed crash when quote colors dialog was
147
	  closed by the window close button. Fixed window focus after closing
148
	  it.
149
150
2005-11-17
151
152
	* src/about.c: show GtkSpell in compiled-in features.
153
154
2005-11-17
155
156
	* configure.in: fixed wrong status report of GtkSpell.
157
158
2005-11-17
159
160
	* libsylph/prefs_common.[ch]
161
	  src/compose.[ch]
162
	  src/prefs_common_dialog.c
163
	  configure.in: implemented spell checking using GtkSpell
164
	  (thanks to Victor Ananajevsky).
165
166
2005-11-16
167
168
	* src/compose.c: compose_reply_set_entry(): don't reply to list for
169
	  subscribe confirmation request etc.
170
171
2005-11-16
172
173
	* src/folderview.c: folderview_search_unread_recursive(): don't show
174
	  '+' (unread) mark even if unread messages are in Trash.
175
176
2005-11-16
177
178
	* src/summaryview.c: fixed a bug that the selection was broken (and
179
	  sometimes crashed) when mark, unread, and colorlabel flags were
180
	  changed while the summary was sorted by the flags.
181
182
2005-11-16
183
184
	* src/compose.c: fixed compilation error if GPGME is not enabled.
185
186
2005-11-15
187
188
	* src/account_dialog.c: account_open(): popup main window if edit
189
	  account dialog is not present.
190
191
2005-11-15
192
193
	* src/mimeview.c: mimeview_view_file(): win32: use g_file_test() to
194
	  detect common executable suffix.
195
196
2005-11-14
197
198
	* libsylph/mh.c
199
	  libsylph/mbox.c
200
	  src/compose.c: always set FolderItem::mtime to 0 if the folder
201
	  contents changed (fixes occasional summary update failure on win32
202
	  and some filesystems).
203
204
2005-11-14
205
206
	* libsylph/utils.[ch]
207
	  src/summaryview.[ch]: use gint64 for total_size to avoid overflow
208
	  on environments where sizeof(off_t) is 4.
209
210
2005-11-14
211
212
	* src/textview.c: changed the shadow type to GTK_SHADOW_ETCHED_IN.
213
	* src/summaryview.[ch]
214
	  src/mainwindow.c: added separator between the summary status and
215
	  the header pane.
216
217
2005-11-11
218
219
	* src/compose.c: fixed separator of newsgroups (thanks to KAZUKI
220
	  SHIMURA).
221
	  compose_reedit_set_entry(): also set Newsgroups and Followup-To
222
	  entry.
223
224
2005-11-11
225
226
	* src/main.c: app_init(): win32: disable digit locale variable such as
227
	  "LANG=1041".
228
229
2005-11-11
230
231
	* src/mainwindow.c: removed the outer border.
232
233
2005-11-10
234
235
	* libsylph/prefs_common.c
236
	  src/prefs_common_dialog.c: don't show gpg warning on win32 by
237
	  default. Changed "gpg_warning" to "show_gpg_warning".
238
239
2005-11-10
240
241
	* src/rfc2015.[ch]
242
	  src/main.c: implemented rfc2015_disable_all() and
243
	  rfc2015_is_available().
244
	* src/compose.c: hide PGP checkboxes if PGP is not available.
245
	* src/logwindow.c: prohibit abort when invalid UTF-8 text is inserted.
246
247
2005-11-09
248
249
	* src/passphrase.c
250
	  configure.in: check the availability of mlock().
251
	  src/main.c: check_gpg(): check if OpenPGP protocol is available.
252
253
2005-11-09
254
255
	* src/account_dialog.c
256
	  src/prefs_filter.c: win32: fixed window focus problem.
257
258
2005-11-09
259
260
	* src/compose.c: allow drop of files in the whole window. Disabled
261
	  insertion of text by DnD.
262
263
2005-11-08
264
265
	* version 2.1.6
266
267
2005-11-08
268
269
	* src/ldif.c: ldif_get_line(): fixed buffer overflow.
270
271
2005-11-07
272
273
	* src/main.[ch]
274
	  src/mainwindow.c: added '--exit' command line option.
275
276
2005-11-07
277
278
	* libsylph/prefs_common.[ch]
279
	  src/compose.[ch]
280
	  src/prefs_common_dialog.c: implemented auto-save.
281
282
2005-11-07
283
284
	* src/prefs_common_dialog.c: hide options which is useless on win32.
285
286
2005-11-07
287
288
	* src/prefs_common_dialog.c: moved fallback_encoding from Advanced tab
289
	  to Message tab.
290
	* libsylph/prefs_common.[ch]: changed 'fallback_encoding' to
291
	  'default_encoding'.
292
293
2005-11-04
294
295
	* src/compose.c: compose_ext_editor_kill(): fixed a crash when the
296
	  external editor was terminated while opening confirmation dialog.
297
298
2005-11-04
299
300
	* src/prefs_common_dialog.c: prefs_junk_create(): added preset menu
301
	  for learning commands.
302
	* libsylph/prefs_common.c: made the default junk commands on win32
303
	  bsfilter.
304
305
2005-11-04
306
307
	* src/summaryview.c: summary_junk_func(): follow the
308
	  'mark_junk_as_read' setting.
309
310
2005-11-02
311
312
	* src/account_dialog.c
313
	  src/prefs_account_dialog.c: popup main window when account edit
314
	  dialog is closed.
315
316
2005-11-02
317
318
	* libsylph/prefs_common.[ch]
319
	  src/summaryview.c
320
	  src/prefs_common_dialog.c: added an option to mark filtered junk
321
	  mails as read (thanks to Takushi Miyoshi). Added more description.
322
323
2005-11-02
324
325
	* src/compose.c: unlink compose->exteditor_file if exist.
326
327
2005-11-02
328
329
	* src/compose.c: compose_ext_editor_kill(): stop watching of child
330
	  process in case something weird happened.
331
332
2005-11-02
333
334
	* src/compose.c: fixed for win32.
335
336
2005-11-02
337
338
	* src/compose.[ch]: reimplemented external editor with GSpawn and
339
	  GChildWatch.
340
	* libsylph/utils.c: execute_async(): fixed wrong argument type.
341
342
2005-11-02
343
344
	* src/prefs_common_dialog.c: moved fallback encoding setting to
345
	  Advanced tab.
346
347
2005-11-01
348
349
	* src/prefs_actions.c
350
	  src/prefs_template.c
351
	  src/prefs_folder_item.c
352
	  src/prefs_common_dialog.c
353
	  src/prefs_summary_column.c
354
	  src/prefs_account_dialog.c
355
	  src/prefs_filter.c: bring main window in front after dialogs are
356
	  closed (to avoid the focus problem on win32).
357
358
2005-11-01
359
360
	* libsylph/prefs_common.[ch]
361
	  libsylph/procmime.c
362
	  src/textview.c
363
	  src/prefs_common_dialog.c: added fallback encoding setting.
364
	  Removed multi-byte alphanumeric to ascii conversion option.
365
366
2005-11-01
367
368
	* src/icons/sylpheed.ico
369
	  src/icons/Makefile.am
370
	  src/Makefile.am
371
	  configure.in: win32: added program icon.
372
373
2005-10-31
374
375
	* libsylph/utils.c: execute_sync(): win32: get exit status of child
376
	  process by not using helper program.
377
378
2005-10-31
379
380
	* src/textview.c: textview_show_part(): fixed scroll jumping on focus.
381
382
2005-10-29
383
384
	* version 2.1.5
385
386
2005-10-27
387
388
	* libsylph/socket.c: fd_accept(): enabled on win32.
389
390
2005-10-27
391
392
	* libsylph/socket.[ch]: fd_connect_inet(), fd_open_inet(): new.
393
	  fd_open_unix(): set SO_REUSEADDR flag to avoid bind() error.
394
	* src/main.c: win32: implemented remote command using TCP socket.
395
396
2005-10-27
397
398
	* src/compose.c: add hbox into the window before creating option menu
399
	  (fixed initially wrong widget size).
400
401
2005-10-27
402
403
	* libsylph/procmime.c: procmime_get_mime_type_table(): win32: read
404
	  mime.types in startup directory.
405
	* mime.types: included in the source tree.
406
407
2005-10-26
408
409
	* libsylph/prefs_common.[ch]
410
	  src/summaryview.c
411
	  src/prefs_common_dialog.c: added a setting to delete filtered junk
412
	  mails from server.
413
414
2005-10-26
415
416
	* libsylph/utils.[ch]: address_equal(): new.
417
	* src/compose.c: compose_reply_set_entry(): when replying to ML post
418
	  that has the Reply-To set, set the ML address in To: and Reply-To
419
	  address in Cc: (thanks to Colin Leroy).
420
421
2005-10-26
422
423
	* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
424
	  to extract URIs if available.
425
426
2005-10-26
427
428
	* src/main.c: win32: convert locale string to UTF-8 when setting
429
	  rc dir.
430
431
2005-10-25
432
433
	* src/messageview.c
434
	  src/summaryview.c: display confirmation dialog instead of input
435
	  dialog when printing.
436
437
2005-10-25
438
439
	* libsylph/procmsg.c: fixed a typo.
440
441
2005-10-25
442
443
	* configure.in: changed zh_TW.Big5 to zh_TW.
444
445
2005-10-25
446
447
	* libsylph/utils.[ch]: execute_print_file(): added.
448
	* libsylph/procmsg.c: procmsg_print_message(): win32: canonicalize
449
	  output file, and use ShellExecute() if command is unspecified.
450
451
2005-10-25
452
453
	* libsylph/procmsg.c: procmsg_print_message(): match the output
454
	  headers to the message view.
455
	* libsylph/procheader.[ch]: procheader_get_header_array_for_display():
456
	  added.
457
	* libsylph/displayheader.[ch]: moved from src/.
458
	* src/textview.c: textview_show_header(): code cleanup.
459
460
2005-10-24
461
462
	* src/inputdialog.c: win32: make dialog in front on focus out.
463
464
2005-10-24
465
466
	* src/inputdialog.c: create/destroy dialog each time it is displayed.
467
468
2005-10-24
469
470
	* src/messageview.c: set the title of separated message window to
471
	  "(Subject) - Sylpheed".
472
473
2005-10-24
474
475
	* src/summaryview.c
476
	  src/mimeview.c: fixed the problem that DnD didn't work on GTK+ 2.8
477
	  (thanks to Victor Ananajevsky).
478
479
2005-10-21
480
481
	* src/main.c: replaced gdk_input_add() with GIOChannel.
482
483
2005-10-20
484
485
	* src/textview.c: textview_adj_value_changed(): optimized a bit.
486
487
2005-10-20
488
489
	* src/textview.c: textview_adj_value_changed(): don't move cursor
490
	  if selection exists.
491
492
2005-10-20
493
494
	* libsylph/filter.c: fixed execution failure if a file path includes
495
	  space.
496
497
2005-10-20
498
499
	* src/textview.c: fixed a problem that the view was scrolled to top
500
	  when it got focus.
501
502
2005-10-20
503
504
	* libsylph/utils.[ch]: set_startup_dir(), set_rc_dir(),
505
	  get_startup_dir(): new.
506
	* src/main.[ch]: removed global variable startup_dir. Instead use
507
	  get_startup_dir().
508
	  added '--configdir' option which specifies directory which stores
509
	  configuration files.
510
	* src/manual.c: win32: fixed document paths.
511
512
2005-10-18
513
514
	* version 2.1.4
515
516
2005-10-18
517
518
	* libsylph/prefs_common.c: win32: modified the default commands.
519
520
2005-10-18
521
522
	* src/prefs_filter.c: prefs_filter_open(): correct focus when msginfo
523
	  is specified.
524
525
2005-10-17
526
527
	* src/prefs_common_dialog.c: win32: made the default editor command
528
	  'notepad'.
529
530
2005-10-17
531
532
	* src/inputdialog.c: adjusted the minimum dialog size.
533
534
2005-10-17
535
536
	* libsylph/prefs_common.c: win32: fixed compilation failure.
537
538
2005-10-17
539
540
	* src/prefs_common_dialog.c: added the default browser to the option
541
	  of URI command.
542
543
2005-10-17
544
545
	* src/trayicon.c: handle destroy event properly (thanks to Victor
546
	  Ananajevsky).
547
548
2005-10-16
549
550
	* libsylph/utils.c: open_uri(): win32: use ShellExecute() to open URI.
551
	  libsylph/prefs_common.c
552
	  src/prefs_common_dialog.c: win32: made the default URI command empty
553
	  which means to use the default browser.
554
555
2005-10-16
556
557
	* src/mimeview.c: win32: restrict launching of executable files.
558
559
2005-10-14
560
561
	* makewin32.sh: modified the optimization flags.
562
563
2005-10-14
564
565
	* src/main.c: win32: prohibit duplicate exec using CreateMutex().
566
567
2005-10-14
568
569
	* libsylph/procmime.c
570
	  src/compose.c: made some warnings just debug messages.
571
572
2005-10-14
573
574
	* libsylph/codeconv.c: changed the locale charset of Japanese Windows
575
	  from Shift_JIS to CP932.
576
577
2005-10-13
578
579
	* libsylph/codeconv.[ch]: enhanced the support of
580
	  environment-dependent Japanese characters (thanks to MORIYAMA).
581
582
2005-10-13
583
584
	* src/inputdialog.c
585
	  src/setup.c
586
	  src/mainwindow.c: modified the text of mailbox setup dialog.
587
588
2005-10-13
589
590
	* libsylph/utils.[ch]
591
	  src/mimeview.c: win32: use ShellExecute() to launch attachments, and
592
	  warn on launching an executable file.
593
594
2005-10-13
595
596
	* libsylph/folder.[ch]
597
	  src/prefs_folder_item.c
598
	  src/folderview.c: enabled the property of the top folder.
599
	* src/prefs_common_dialog.c: modified the text of key binding dialog.
600
601
2005-10-13
602
603
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data (skip
604
	  quotes).
605
606
2005-10-12
607
608
	* libsylph/recv.c: recv_bytes(): null-terminate the received data
609
	  in case it's a string.
610
	  libsylph/imap.c: imap_cmd_ok(): also log literal strings.
611
612
2005-10-12
613
614
	* src/alertpanel.c: win32: make dialog in front on focus out.
615
616
2005-10-12
617
618
	* src/main.c: default_log_func(): fixed prefix on G_LOG_LEVEL_WARNING.
619
620
2005-10-12
621
622
	* libsylph/imap.c: imap_cmd_ok(): fixed parsing of literal data.
623
624
2005-10-12
625
626
	* src/summaryview.c: brought back 'Create filter rule' in the context
627
	  menu.
628
629
2005-10-11
630
631
	* src/prefs_folder_item.c: fixed the label "Type" not aligned to right.
632
633
2005-10-11
634
635
	* libsylph/utils.[ch]
636
	  src/main.c: output g_log() messages to the log window and log file.
637
	* configure.in: disabled console window on win32.
638
639
2005-10-11
640
641
	* src/folderview.c: folderview_drag_motion_cb(): win32: reset
642
	  context->actions if modifier key is not pressed (fixed DnD action
643
	  becoming copy by default).
644
645
2005-10-10
646
647
	* libsylph/utils.c
648
	  libsylph/procheader.c: fixed a bug that caused crashes on receive
649
	  if Date: header has abnormal time.
650
651
2005-10-07
652
653
	* libsylph/recv.[ch]
654
	  libsylph/imap.c: imap_cmd_ok(): support literals in response
655
	  (fixed out of sync when literals appeared).
656
657
2005-10-06
658
659
	* libsylph/codeconv.c:
660
	  conv_filename_from_utf8(), conv_filename_to_utf8(): put an
661
	  assertion.
662
663
2005-10-06
664
665
	* libsylph/utils.c: don't define _s_tempnam() on Unix.
666
	* src/prefs_folder_item.c: added file system path info.
667
668
2005-10-06
669
670
	* libsylph/utils.c: get_rc_dir(): win32: use environmental variable
671
	  APPDATA.
672
	* libsylph/prefs.c: prefs_set_default()
673
	  src/prefs_ui.c: prefs_set_dialog_to_default(): win32: don't convert
674
	  the encoding of environmental variable. Expand '~' to rc dir.
675
676
2005-10-06
677
678
	* src/main.c: win32: include startup directory into %PATH% for GSpawn.
679
680
2005-10-05
681
682
	* configure.in: support SSL on win32.
683
	* makewin32.sh: convenient build script for win32.
684
685
2005-10-04
686
687
	* libsylph/utils.c: my_tmpfile(): use g_mkstemp() instead of
688
	  directly using mkstemp().
689
	  win32: use _wtempnam() , open() and fdopen() instead of tmpfile()
690
	  because it creates temporary files to the root directory.
691
692
2005-10-03
693
694
	* src/main.c: app_init(): win32: pass locale encoding directory name
695
	  for bindtextdomain() (fixed not-working translation on non-ascii
696
	  directory).
697
698
2005-10-03
699
700
	* libsylph/mh.c:
701
	  mh_create_tree(): create directory hierarchy for root path.
702
	  mh_move_folder_real(): change current directory to prevent rename
703
	  failure on Win32.
704
	  libsylph/folder.c: folder_get_path(): always return absolute path.
705
706
2005-09-30
707
708
	* libsylph/prefs_common.c: prefs_common_read_config(): Win32: set the
709
	  default font to "MS Gothic 12" on Japanese environment.
710
711
2005-09-29
712
713
	* version 2.1.3
714
715
2005-09-28
716
717
	* src/main.c: app_init(): make the message catalog location absolute
718
	  path if LOCALEDIR is relative.
719
720
2005-09-28
721
722
	* src/compose.c: compose_set_title(): only show subject.
723
724
2005-09-27
725
726
	* src/rfc2015.c: check_signature(): disabled gpgme_data_set_encoding()
727
	  (it somehow results in error).
728
729
2005-09-27
730
731
	* src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.
732
733
2005-09-27
734
735
	* src/compose.c: display the subject line in the window title bar
736
	  (thanks to Thomas White).
737
738
2005-09-27
739
740
	* src/mimeview.c
741
	  src/rfc2015.c: verify PKCS#7 (S/MIME) signature (thanks to Thomas
742
	  White).
743
	* src/main.c: null-check engineInfo->version when displaying debug
744
	  information of GPGME.
745
746
2005-09-26
747
748
	* libsylph/html.c: convert character entity references to UTF-8,
749
	  rather than US-ASCII (thanks to Lyonel Vincent). Use UCS-4 to
750
	  UTF-8 conversion for numbered references.
751
752
2005-09-22
753
754
	* libsylph/utils.[ch]
755
	  libsylph/procmime.[ch]
756
	  src/mimeview.[ch]
757
	  src/filesel.[ch]: implemented "Save all", which saves all
758
	  attachments in a message.
759
760
2005-09-22
761
762
	* src/gtkutils.[ch]
763
	  src/summaryview.[ch]: align selected row to center when reached to
764
	  the edge on key operation.
765
766
2005-09-22
767
768
	* src/summaryview.c: keep selecting row after changing thread display.
769
770
2005-09-21
771
772
	* configure.in: removed mbs/wcs functions check.
773
774
2005-09-21
775
776
	* libsylph/utils.[ch]
777
	  src/compose.c
778
	  src/gtkutils.[ch]
779
	  src/undo.c
780
	  src/addr_compl.c: removed mbs/wcs functions which are no longer
781
	  required.
782
783
2005-09-21
784
785
	* src/account_dialog.c: don't display checkbox if 'get all' is
786
	  unavailable.
787
788
2005-09-21
789
790
	* src/subscribedialog.c: don't display checkbox on non-selectable
791
	  rows.
792
793
2005-09-20
794
795
	* libsylph/news.[ch]
796
	  src/subscribedialog.[ch]
797
	  src/Makefile.am
798
	  src/folderview.c: renamed grouplistdialog to subscribedialog, and
799
	  reimplemented with GtkTreeView.
800
801
2005-09-16
802
803
	* src/compose.c: compose_write_to_file(): don't display code
804
	  conversion error and line limit warning on draft mode.
805
806
2005-09-16
807
808
	* libsylph/prefs_common.[ch]
809
	  src/prefs_common_dialog.c
810
	  src/folderview.[ch]
811
	  src/mainwindow.c: removed the option to set the vscrollbar policy
812
	  of the folder view and made it GTK_POLICY_AUTOMATIC.
813
	  Added an option to toggle message number columns in the folder view
814
	  (default is off).
815
	  Made the 'Translate header name' option a hidden one.
816
817
2005-09-15
818
819
	* version 2.1.2
820
821
2005-09-15
822
823
	* configure.in: use ${DATADIRNAME} for $localedir if it is defined.
824
825
2005-09-15
826
827
	* libsylph/codeconv.c: conv_euctojis(): re-enabled
828
	  prefs_common.allow_jisx0201_kana.
829
830
2005-09-14
831
832
	* libsylph/pop.c
833
	  libsylph/procmime.c
834
	  src/gtkutils.c
835
	  src/mimeview.c
836
	  src/undo.c
837
	  src/headerview.c
838
	  src/send_message.c
839
	  src/summaryview.c: fixed warnings about signedness difference.
840
841
2005-09-14
842
843
	* libsylph/utils.[ch]
844
	  src/compose.c: normalize address fields before encoding them.
845
846
2005-09-13
847
848
	* Makefile.am
849
	  sylpheed.spec.in: updated files to be included in tarball.
850
851
2005-09-13
852
853
	* libsylph/*.[ch]: changed the license from GPL to LGPL.
854
	* LICENSE: added.
855
856
2005-09-13
857
858
	* src/summaryview.c: summary_set_row(): don't reset S_COL_TDATE
859
	  (fixes sorting bug when flags changed).
860
861
2005-09-13
862
863
	* COPYING: updated GPL (changed the address of FSF).
864
	* COPYING.LIB: added LGPL.
865
866
2005-09-13
867
868
	* libsylph/procmsg.[ch]
869
	  libsylph/enums.h
870
	  libsylph/folder.[ch]
871
	  src/summaryview.c
872
	  src/mainwindow.c: added 'View/Sort/by thread date'.
873
874
2005-09-12
875
876
	* libsylph/imap.c: changed the message number limit on COPY.
877
	  imap_do_copy_msgs(): update progress bar on copy.
878
879
2005-09-09
880
881
	* libsylph/imap.c: added missing translation string.
882
883
2005-09-09
884
885
	* libsylph/utils.[ch]
886
	  libsylph/imap.c
887
	  src/main.c
888
	  src/mainwindow.[ch]: update progress bar when executing long
889
	  operations.
890
891
2005-09-08
892
893
	* src/addressbook.c: addressbook_tree_button_pressed(): fixed a bug
894
	  that the expander of the folder tree didn't work.
895
896
2005-09-08
897
898
	* libsylph/md5_hmac.c: md5_hmac_get(): minor code cleanup.
899
900
2005-09-08
901
902
	* libsylph/md5.[ch]: replaced with public domain code in GNet.
903
	* libsylph/md5_hmac.[ch]: separated from md5.[ch] and rewrote.
904
	* libsylph/pop.c
905
	  libsylph/smtp.c
906
	  libsylph/imap.c: modified for new MD5 interface.
907
908
2005-09-08
909
910
	* configure.in: use ${datadir} instead of ${prefix}/${DATADIRNAME}.
911
912
2005-09-08
913
914
	* libsylph/mbox.[ch]: moved into libsylph.
915
916
2005-09-07
917
918
	* libsylph/imap.c: limit number of messages to be copied at a time
919
	  with COPY command to prevent network timeout.
920
921
2005-09-07
922
923
	* libsylph/utils.[ch]: renamed print_status() to status_print().
924
	* libsylph/imap.c: adjusted the frequency of UI update.
925
	* src/folderview.c: don't allow selection if summary is locked.
926
927
2005-09-07
928
929
	* libsylph/codeconv.c: conv_guess_ja_encoding(): also support UTF-8
930
	  encoding.
931
932
2005-09-06
933
934
	* libsylph/imap.c: fixed warnings of signedness difference.
935
	  Added UI hints.
936
	* libsylph/utils.[ch]
937
	  src/gtkutils.[ch]
938
	  src/main.c: added ui_update() as a function for UI hints.
939
940
2005-09-06
941
942
	* libsylph/prefs_common.[ch]
943
	  libsylph/prefs_account.[ch]
944
	  libsylph/pop.h: save GPG settings even if GPGME is disabled.
945
946
2005-09-05
947
948
	* libsylph/imap.c: show progress when executing operations which
949
	  takes long time.
950
951
2005-09-05
952
953
	* libsylph/account.[ch]
954
	  libsylph/customheader.[ch]
955
	  libsylph/enums.h
956
	  libsylph/filter.[ch]
957
	  libsylph/folder[ch]
958
	  libsylph/imap.[ch]
959
	  libsylph/md5.[ch]
960
	  libsylph/mh.[ch]
961
	  libsylph/news.[ch]
962
	  libsylph/nntp.[ch]
963
	  libsylph/pop.[ch]
964
	  libsylph/prefs_account.[ch]
965
	  libsylph/prefs_common.[ch]
966
	  libsylph/procheader.[ch]
967
	  libsylph/procmime.[ch]
968
	  libsylph/procmsg.[ch]
969
	  libsylph/smtp.[ch]
970
	  libsylph/Makefile.am: moved more modules to libsylph.
971
972
2005-09-05
973
974
	* src/messageview.c
975
	  src/procmsg.[ch]
976
	  src/filter.[ch]
977
	  src/summaryview.[ch]
978
	  src/mainwindow.c
979
	  src/prefs_filter.h: moved procmsg.c::procmsg_get_filter_keyword()
980
	  to filter.c::filter_get_keyword_from_msg().
981
982
2005-09-05
983
984
	* libsylph/utils.[ch]
985
	  src/inc.c
986
	  src/main.c
987
	  src/imap.c
988
	  src/send_message.c
989
	  src/news.c: made query-password function UI independent.
990
	  Added UI independent print status func.
991
992
2005-09-05
993
994
	* src/main.c
995
	  src/procmsg.[ch]
996
	  src/send_message.[ch]
997
	  src/mainwindow.c: moved procmsg.c::procmsg_send_queue() to
998
	  send_message.c::send_message_queue_all().
999
1000
2005-09-02
1001
1002
	* src/html.c
1003
	  src/session.c
1004
	  src/unmime.c: fixed 'warning: pointer targets in assignment differ
1005
	  in signedness'.
1006
1007
2005-09-02
1008
1009
	* src/sourcewindow.c: added missing include.
1010
	* src/filter.[ch]
1011
	  src/prefs_filter.[ch]
1012
	  src/folderview.c: moved prefs_filter_rename_path() and
1013
	  prefs_filter_delete_path() to filter.c.
1014
1015
2005-09-02
1016
1017
	* src/main.c
1018
	  src/filter.[ch]
1019
	  src/prefs_filter.[ch]: moved prefs_filter_read_config() to filter.c.
1020
1021
2005-09-02
1022
1023
	* libsylph/recv.[ch]: moved to libsylph.
1024
1025
2005-09-02
1026
1027
	* libsylph/html.[ch]: moved to libsylph.
1028
1029
2005-09-01
1030
1031
	* src/prefs_common.c
1032
	  src/procmsg.c: removed unused headers.
1033
1034
2005-09-01
1035
1036
	* src/account.[ch]
1037
	  src/account_dialog.[ch]
1038
	  src/folderview.c
1039
	  src/mainwindow.c
1040
	  src/main.c: separated UI code from account.c.
1041
1042
2005-09-01
1043
1044
	* src/prefs_account.c
1045
	  src/prefs_common.c: removed unused headers.
1046
	* src/enums.h
1047
	  src/prefs_common.h
1048
	  src/summaryview.h
1049
	  src/mainwindow.h: separated some enums to reduce dependency.
1050
1051
2005-09-01
1052
1053
	* src/customheader.[ch]
1054
	  src/prefs_customheader.[ch]
1055
	  src/prefs_account.c: moved customheader read/write config function
1056
	  to customheader.c.
1057
	* src/main.c
1058
	  src/prefs_common.c: don't use gtkutils.h from prefs_common.c.
1059
1060
2005-08-31
1061
1062
	* libsylph/prefs.h
1063
	  src/prefs_ui.[ch]
1064
	  src/account.c
1065
	  src/prefs_template.c
1066
	  src/prefs_account.[ch]
1067
	  src/prefs_common.[ch]
1068
	  src/prefs_account_dialog.[ch]
1069
	  src/prefs_common_dialog.[ch]
1070
	  src/mainwindow.c
1071
	  src/Makefile.am: separated UI code from prefs_common.c and
1072
	  prefs_account.c.
1073
1074
2005-08-31
1075
1076
	* src/trayicon.c: enable compilation on MinGW.
1077
1078
2005-08-31
1079
1080
	* libsylph/prefs.[ch]: added prefs_param_table_get() and
1081
	  prefs_param_table_destroy().
1082
	  prefs_config_parse_one_line(): optimized by using
1083
	  prefs_param_table_get().
1084
1085
2005-08-31
1086
1087
	* libsylph/Makefile.am
1088
	  libsylph/base64.[ch]
1089
	  libsylph/codeconv.[ch]
1090
	  libsylph/defs.h
1091
	  libsylph/prefs.[ch]
1092
	  libsylph/quoted-printable.[ch]
1093
	  libsylph/session.[ch]
1094
	  libsylph/socket.[ch]
1095
	  libsylph/ssl.[ch]
1096
	  libsylph/stringtable.[ch]
1097
	  libsylph/unmime.[ch]
1098
	  libsylph/utils.[ch]
1099
	  libsylph/uuencode.[ch]
1100
	  libsylph/xml.[ch]: made some core modules library (libsylph).
1101
	* src/Makefile.am: modified so that it uses libsylph.la.
1102
1103
2005-08-30
1104
1105
	* src/prefs.[ch]
1106
	  src/prefs_ui.[ch]: separated UI code from prefs.[ch].
1107
	* src/prefs_common.c
1108
	  src/prefs_account.c: added casts for (GtkWidget **).
1109
1110
2005-08-30
1111
1112
	* src/main.c: code cleanup.
1113
1114
2005-08-29
1115
1116
	* src/statusbar.c
1117
	  src/utils.[ch]: separate statusbar from utils.c.
1118
1119
2005-08-29
1120
1121
	* src/logwindow.c
1122
	  src/utils.[ch]: separate LogWindow from utils.c.
1123
1124
2005-08-29
1125
1126
	* src/main.[ch]
1127
	  src/xml.c
1128
	  src/utils.[ch]: made debug_mode static variable in utils.c.
1129
1130
2005-08-29
1131
1132
	* src/compose.c: compose_write_attach(): don't encode message/*
1133
	  parts with quoted-printable or base64 (fixes broken attachments
1134
	  on pgp-sign).
1135
1136
2005-08-26
1137
1138
	* src/compose.c: the line space setting now applies to the compose
1139
	  window.
1140
1141
2005-08-26
1142
1143
	* src/socket.c: use g_io_channel_shutdown() instead of deprecated
1144
	  g_io_channel_close().
1145
	  sock_close(): use g_io_channel_shutdown() instead of directly
1146
	  calling close() (fixes resource leak on Win32).
1147
	  fd_close(): call closesocket() on Win32.
1148
1149
2005-08-25
1150
1151
	* src/folderview.c: folderview_button_pressed(): expand/collapse
1152
	  tree row on double click.
1153
1154
2005-08-25
1155
1156
	* src/addressbook.c: fixed refresh of folder contents.
1157
1158
2005-08-24
1159
1160
	* src/trayicon.[ch]
1161
	  src/mainwindow.[ch]
1162
	  src/inc.c: separated trayicon into another module.
1163
	  Notify new messages with trayicon on receive.
1164
1165
2005-08-24
1166
1167
	* src/prefs.[ch]
1168
	  src/prefs_common.c: use GtkFontButton for font setting (thanks to
1169
	  Alfons).
1170
1171
2005-08-24
1172
1173
	* src/stock_pixmap.[ch]
1174
	  src/summaryview.c
1175
	  src/prefs_filter_edit.c: removed stock_pixmap_widget() (instead
1176
	  use stock_pixbuf_widget()).
1177
1178
2005-08-23
1179
1180
	* src/folderview.c
1181
	  src/mainwindow.c: modified the 'Empty trash' messages.
1182
1183
2005-08-23
1184
1185
	* src/eggtrayicon.[ch]: added (borrowed from Loqui svn trunk).
1186
	* src/mainwindow.[ch]: initial implementation of the tray icon.
1187
	* src/stock_pixmap.[ch]: added stock_pixbuf_widget_scale().
1188
1189
2005-08-23
1190
1191
	* src/textview.c: modified fonts for mime parts.
1192
1193
2005-08-22
1194
1195
	* version 2.1.1
1196
1197
2005-08-22
1198
1199
	* src/addressbook.c:
1200
	  addressbook_tree_selected()
1201
	  addressbook_tree_button_pressed(): fixed a bug that multiple
1202
	  selection with Ctrl key didn't work with GTK+ 2.6.9.
1203
1204
2005-08-22
1205
1206
	* src/procmsg.c
1207
	  src/summaryview.c: fall back to date comparison on sorting
1208
	  (fixes random date order when sorting by subject etc.).
1209
1210
2005-08-19
1211
1212
	* src/utils.c: path_cmp(): allow both '/' and G_DIR_SEPARATOR as
1213
	  separator.
1214
1215
2005-08-19
1216
1217
	* src/folder.c:
1218
	  folder_item_get_identifier(): force separator to "/".
1219
	  folder_item_get_path(): force separator to filesystem's.
1220
1221
2005-08-19
1222
1223
	* src/recv.c
1224
	  src/imap.c: made error check more strict.
1225
1226
2005-08-19
1227
1228
	* src/socket.c: fd_write_all(): use fd_write() instead of directly
1229
	  using write() (fixes IMAP4 on win32).
1230
1231
2005-08-19
1232
1233
	* src/pixmaps/: renamed to src/icons/.
1234
1235
2005-08-18
1236
1237
	* configure.in: made $localedir, $manualdir, and $faqdir
1238
	  user-configurable.
1239
1240
2005-08-18
1241
1242
	* src/compose.[ch]
1243
	  src/mainwindow.[ch]: disused GtkHandleBox which haven't worked well.
1244
	* src/stock_pixmap.c: stock_pixbuf_gdk(): allow NULL window.
1245
1246
2005-08-09
1247
1248
	* version 2.1.0
1249
1250
2005-08-09
1251
1252
	* src/mh.c
1253
	  src/main.c
1254
	  src/procmime.c: fix for config dir.
1255
1256
2005-08-09
1257
1258
	* src/folder.c
1259
	  src/main.c
1260
	  src/utils.[ch]
1261
	  src/defs.h: modified directories for Windows convention.
1262
1263
2005-08-08
1264
1265
	* src/mh.c
1266
	  src/template.c
1267
	  src/codeconv.c
1268
	  src/main.c
1269
	  src/utils.c
1270
	  src/addrbook.c: use GDir instead of directly using opendir().
1271
1272
2005-08-08
1273
1274
	* src/utils.[ch]: added wrappers for C library function that take
1275
	  pathname arguments.
1276
	* src/*.c: use wrapper functions.
1277
1278
2005-08-07
1279
1280
	* src/defs.h: modification for Win32.
1281
	* src/main.c: check filename encoding only on Unix.
1282
	* src/prefs_common.c: modification for Win32.
1283
1284
2005-08-07
1285
1286
	* src/codeconv.c: some fixes for Win32.
1287
1288
2005-08-07
1289
1290
	* src/procmsg.c: procmsg_send_queue(): close queue file before
1291
	  removing it (Win32 fix).
1292
1293
2005-08-05
1294
1295
	* src/mh.c
1296
	  src/session.c
1297
	  src/mbox.c: braced Unix-specific code with #ifdef G_OS_UNIX.
1298
	* configure.in: added -lws2_32 on MinGW environment.
1299
1300
2005-08-05
1301
1302
	* src/filter.c
1303
	  configure.in: check for regex.h and regcomp().
1304
1305
2005-08-05
1306
1307
	* src/utils.[ch]: rename_force(): force rename even if the destination
1308
	  file already exists (on non-Unix environment).
1309
	* src/prefs.c
1310
	  src/main.c: use rename_force().
1311
1312
2005-08-05
1313
1314
	* src/addrcache.c
1315
	  src/compose.c
1316
	  src/inc.c
1317
	  src/action.c
1318
	  src/session.c
1319
	  src/main.c
1320
	  src/utils.c
1321
	  src/send_message.c
1322
	  src/mbox.c
1323
	  src/about.c
1324
	  src/socket.c
1325
	  src/socket.h
1326
	  configure.in: enabled compilation with MinGW.
1327
1328
2005-08-04
1329
1330
	* src/compose.c
1331
	  src/main.c
1332
	  src/socket.[ch]: braced Unix-specific code with #ifdef G_OS_UNIX.
1333
1334
2005-08-04
1335
1336
	* configure.in: add -mms-bitfields to CFLAGS if the target is MinGW.
1337
1338
2005-08-04
1339
1340
	* src/utils.c: replaced tolower() with g_ascii_tolower().
1341
1342
2005-08-04
1343
1344
	* src/compose.c
1345
	  src/main.c
1346
	  src/utils.c
1347
	  src/procmsg.c: replaced random() with portable g_random_*().
1348
1349
2005-08-04
1350
1351
	* src/about.c: modified version display.
1352
	* src/socket.c: added sock_init() and sock_cleanup().
1353
1354
2005-08-04
1355
1356
	* src/mh.c: use GTimer for measuring time.
1357
	* src/inc.[ch]
1358
	  src/recv.c
1359
	  src/session.[ch]: replaced gettimeofday() with portable
1360
	  g_get_current_time(). 
1361
	* src/socket.c: corrected signedness. Replaced usleep() with
1362
	  portable g_usleep().
1363
1364
2005-08-04
1365
1366
	* src/prefs_common.c: removed mgedit from exteditor's candidates.
1367
1368
2005-08-03
1369
1370
	* src/utils.c:
1371
	  execute_async()
1372
	  execute_sync(): replaced fork() + exec() with GSpawn.
1373
1374
2005-08-02
1375
1376
	* src/compose.c
1377
	  src/textview.c
1378
	  src/quote_fmt_parse.y
1379
	  src/pop.c
1380
	  src/prefs_account.c
1381
	  src/codeconv.c
1382
	  src/imap.c
1383
	  src/xml.c
1384
	  src/utils.[ch]
1385
	  src/addr_compl.c
1386
	  src/procmsg.c
1387
	  src/procmime.c
1388
	  src/quoted-printable.c: replaced incorrect locale-dependent ctype
1389
	  functions with GLib's. Corrected signedness mismatch.
1390
	* src/about.c: set focus to the OK button.
1391
1392
2005-07-29
1393
1394
	* version 2.0.0
1395
1396
2005-07-22
1397
1398
	* version 2.0.0rc
1399
1400
2005-07-21
1401
1402
	* src/headerview.c: headerview_create(): added spacing for vbox.
1403
1404
2005-07-21
1405
1406
	* src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
1407
	  or Draft folders (fixes cache discrepancy).
1408
1409
2005-07-21
1410
1411
	* src/imap.c:
1412
	  imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
1413
	  conversion when the string includes '+'.
1414
	  imap_utf8_to_modified_utf7(): use g_ascii_isprint() instead of
1415
	  locale-dependent isprint().
1416
	  Fixed warnings on conversion error.
1417
1418
2005-07-21
1419
1420
	* src/prefs_folder_item.c: display path with GtkLabel.
1421
1422
2005-07-20
1423
1424
	* src/rfc2015.c: unified indent. Use g_getenv() instead of getenv().
1425
	  Use locale-independent g_ascii_toupper() instead of toupper().
1426
1427
2005-07-20
1428
1429
	* src/main.c: remove temporary files on startup. Code cleanups.
1430
1431
2005-07-19
1432
1433
	* src/compose.c: compose_insert_drag_received_cb(): added a hack to
1434
	  prevent duplicated insertion.
1435
1436
2005-07-19
1437
1438
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1439
	  '/' (to protect file path etc.).
1440
1441
2005-07-19
1442
1443
	* src/compose.c: don't remove drag source on GDK_ACTION_MOVE.
1444
	  Explicitly call gtk_drag_finish().
1445
	* src/summaryview.c
1446
	  src/folderview.c: made GtkTargetEntry static.
1447
1448
2005-07-15
1449
1450
	* src/summaryview.c: summary_modify_threads(): select correct row
1451
	  when sorting is enabled.
1452
1453
2005-07-14
1454
1455
	* version 2.0.0beta6
1456
1457
2005-07-14
1458
1459
	* src/menu.c
1460
	  src/prefs.c: removed '#warning FIXME_GTK2'.
1461
1462
2005-07-14
1463
1464
	* src/prefs_common.c: made textview_cursor_visible a hidden option.
1465
1466
2005-07-14
1467
1468
	* src/procmime.c: procmime_decode_content(): don't uncanonicalize
1469
	  files whose name is *.txt but the Content-Type is
1470
	  application/octet-stream.
1471
1472
2005-07-14
1473
1474
	* src/filter.c
1475
	  src/folderview.c: modify filter rules after moving folders.
1476
1477
2005-07-13
1478
1479
	* src/textview.c
1480
	  src/mimeview.c
1481
	  src/procmime.[ch]: made the file size of attachments more accurate,
1482
	  and human-readable.
1483
1484
2005-07-13
1485
1486
	* src/foldersel.c: display folder names with new/unread
1487
	  representation.
1488
1489
2005-07-12
1490
1491
	* src/compose.c: compose_get_line_break_pos(): don't break line after
1492
	  '-' (to protect e-mail address etc.).
1493
1494
2005-07-12
1495
1496
	* src/main.c
1497
	  src/stock_pixmap.[ch]
1498
	  src/Makefile.am
1499
	  src/pixmaps/stock_sylpheed.png
1500
	  sylpheed.png
1501
	  sylpheed-64x64.png
1502
	  sylpheed-128x128.png: added a new app icon, and specified it as
1503
	  a default window icon.
1504
1505
2005-07-12
1506
1507
	* src/procmsg.[ch]: procmsg_send_queue(): clear summary cache to
1508
	  prevent cache discrepancy.
1509
1510
2005-07-12
1511
1512
	* src/filesel.c: comply with prefs_common.comply_gnome_hig option.
1513
1514
2005-07-12
1515
1516
	* src/compose.c
1517
	  src/addressbook.c
1518
	  src/textview.c
1519
	  src/account.c
1520
	  src/summaryview.c: modified several alerts, and added accelerators
1521
	  for the buttons.
1522
1523
2005-07-11
1524
1525
	* gtkut_tree_view_scroll_to_cell(): added margin for visibility.
1526
1527
2005-07-11
1528
1529
	* src/compose.c: compose_parse_header(): use Content-Type's charset as
1530
	  a fallback encoding of broken header strings.
1531
1532
2005-07-11
1533
1534
	* src/compose.c: don't convert encoding if inserted file is UTF-8.
1535
1536
2005-07-11
1537
1538
	* src/compose.c: fixed duplicate signature problem in re-edit or
1539
	  after editing with external editor.
1540
1541
2005-07-11
1542
1543
	* src/textview.c: get_uri_part(): don't include characters '{', '}',
1544
	  '[', ']' in URI characters.
1545
1546
2005-07-11
1547
1548
	* src/compose.[ch]: replaced gdk_input_*() with GIOChannel.
1549
1550
2005-07-08
1551
1552
	* version 2.0.0beta5
1553
1554
2005-07-08
1555
1556
	* src/editjpilot.c
1557
	  src/editvcard.c: fixed a crash when cancelling file selection dialog
1558
	  by Escape key. Made non-ascii filename selectable. Use new file
1559
	  chooser dialog.
1560
1561
2005-07-08
1562
1563
	* src/compose.c
1564
	  src/procmsg.[ch]: put existing window in front when trying to reedit
1565
	  draft/queued messages which are already open.
1566
1567
2005-07-08
1568
1569
	* src/alertpanel.[ch]: alertpanel_full(): added more generic function.
1570
	* src/compose.c
1571
	  src/account.c
1572
	  src/folderview.c: modified some alert dialogs.
1573
1574
2005-07-08
1575
1576
	* src/addressbook.c
1577
	  src/alertpanel.[ch]
1578
	  src/summaryview.c: added G_ALERTCANCEL to AlertValue, and return it
1579
	  if cancelled.
1580
1581
2005-07-07
1582
1583
	* src/summary_search.c
1584
	  src/message_search.c: modified the order of buttons.
1585
1586
2005-07-07
1587
1588
	* src/prefs_display_header.c
1589
	  src/prefs_actions.c
1590
	  src/prefs.[ch]
1591
	  src/prefs_account.c
1592
	  src/prefs_common.[ch]
1593
	  src/prefs_summary_column.c
1594
	  src/prefs_template.c
1595
	  src/gtkutils.[ch]
1596
	  src/foldersel.c
1597
	  src/summary_search.c
1598
	  src/inputdialog.c
1599
	  src/editbook.c
1600
	  src/editgroup.c
1601
	  src/editjpilot.c
1602
	  src/editaddress.c
1603
	  src/editldap_basedn.c
1604
	  src/editvcard.c
1605
	  src/editldap.c: made the order of buttons comply with GNOME HIG.
1606
1607
2005-07-06
1608
1609
	* src/stock_pixmap.[ch]
1610
	  src/sylpheed-logo.png: replaced Sylpheed logo with new one.
1611
1612
2005-07-06
1613
1614
	* src/stock_pixmap.[ch]
1615
	  src/pixmaps/*.xpm: removed unused images.
1616
1617
2005-07-06
1618
1619
	* src/pixmaps/stock_hand-signed.png: added.
1620
	* src/compose.c: use new icon for Signature tool button.
1621
1622
2005-07-05
1623
1624
	* src/pixmaps/Makefile.am: added BUILT_SOURCES to EXTRA_DIST for
1625
	  'make distcheck'.
1626
1627
2005-07-05
1628
1629
	* src/stock_pixmap.[ch]
1630
	  src/pixmaps/*.png
1631
	  src/pixmaps/Makefile.am: replaced pixmaps icons with png images
1632
	  (most of them are copied from gnome-icon-theme,
1633
	  stock_mail_receive_all and stock_mail_send_queue are contributed
1634
	  from Jean-Yves Lefort).
1635
	* src/compose.c
1636
	  src/mainwindow.c: use new png icons.
1637
	* src/folderview.c: use special icon for draft folder.
1638
1639
2005-07-04
1640
1641
	* src/procmsg.c: procmsg_read_cache(): mark cache as dirty if open
1642
	  failed.
1643
1644
2005-07-04
1645
1646
	* version 2.0.0beta4
1647
1648
2005-07-04
1649
1650
	* src/folderview.[ch]: lock button/key input while a folder is
1651
	  loading (fixed selection becoming wrong when another folder was
1652
	  clicked quickly).
1653
1654
2005-07-04
1655
1656
	* src/mh.c: unified move_folder and rename_folder.
1657
1658
2005-07-04
1659
1660
	* src/imap.c
1661
	  src/folderview.c: implemented IMAP4 folder move.
1662
1663
2005-07-01
1664
1665
	* src/mh.c
1666
	  src/folder.h
1667
	  src/foldersel.[ch]
1668
	  src/imap.c
1669
	  src/news.c
1670
	  src/folderview.[ch]
1671
	  src/mainwindow.c: implemented folder move (currently restricted
1672
	  inside the same MH mailbox).
1673
1674
2005-07-01
1675
1676
	* src/filter.c: fixed a bug in syncing folder path.
1677
	* src/folderview.c: some code cleanups.
1678
1679
2005-06-30
1680
1681
	* src/summaryview.c: summary_filter_func(): reflect flag changes to
1682
	  IMAP server.
1683
1684
2005-06-30
1685
1686
	* src/compose.c: compose_write_to_file(): check for line length limit
1687
	  and display warning if exceeds.
1688
	* src/utils.[ch]: check_line_length(): new.
1689
1690
2005-06-29
1691
1692
	* src/main.c: main(): check for filename encoding on the first run.
1693
1694
2005-06-29
1695
1696
	* src/utils.c: get_outgoing_rfc2822_str(): reverted the previous
1697
	  change (RFC 2822: 3.6.1. The origination date field).
1698
1699
2005-06-28
1700
1701
	* src/utils.c: get_outgoing_rfc2822_str(): overwrite Date: header
1702
	  with current time (corrects date of queued messages).
1703
1704
2005-06-28
1705
1706
	* src/mh.c: mh_scan_tree_recursive(): put a warning and skip if
1707
	  G_FILENAME_ENCODING is not specified but invalid UTF-8 directory
1708
	  name appeared.
1709
1710
2005-06-27
1711
1712
	* src/imageview.c: fixed a possible crash on the view change from
1713
	  imageview to textview (thanks to NINOMIYA Yuuki).
1714
1715
2005-06-24
1716
1717
	* src/ssl.c: show verify result as string.
1718
1719
2005-06-24
1720
1721
	* src/utils.c:
1722
	  is_dir_exist()
1723
	  is_file_entry_exist()
1724
	  dirent_is_regular_file()
1725
	  dirent_is_directory(): use g_file_test() instead of stat().
1726
1727
2005-06-24
1728
1729
	* src/ssl.c: verify SSL certificate (thanks to Kazuhiro NISHIYAMA).
1730
1731
2005-06-24
1732
1733
	* src/utils.[ch]
1734
	  src/rfc2015.c: use a wrapper of strftime() to suppress the warning
1735
	  of gcc about %c.
1736
	* src/procheader.c: removed warning about invalid date.
1737
	* src/jpilot.c
1738
	  src/vcard.c: use get_home_dir() instead of g_get_home_dir().
1739
1740
2005-06-24
1741
1742
	* src/prefs_common.[ch]: removed unused option 'enable_hscrollbar'.
1743
1744
2005-06-24
1745
1746
	* src/summaryview.c: removed unrequired function
1747
	  summary_set_column_titles().
1748
1749
2005-06-23
1750
1751
	* version 2.0.0beta3
1752
1753
2005-06-23
1754
1755
	* src/foldersel.c
1756
	  src/folderview.[ch]: expand parent folder when new one is created.
1757
1758
2005-06-23
1759
1760
	* src/textview.c: added "Compose new message" and "Open with Web
1761
	  browser" to the context menu.
1762
1763
2005-06-23
1764
1765
	* src/folderview.[ch]: modified the way to revert selection after
1766
	  menu popup.
1767
1768
2005-06-23
1769
1770
	* src/editldap.c: made bind password entry invisible.
1771
1772
2005-06-22
1773
1774
	* src/prefs_common.c: quote_colors_set_dialog_key_pressed(): destroy
1775
	  dialog only if Escape key is pressed.
1776
	* src/textview.[ch]: update colors of text tags when prefs are
1777
	  updated.
1778
1779
2005-06-22
1780
1781
	* src/summaryview.[ch]: made summary columns reorderable by DnD.
1782
1783
2005-06-22
1784
1785
	* src/mh.c
1786
	  src/procmsg.h
1787
	  src/prefs_common.[ch]: disabled strict checking of caches by stat()
1788
	  and improved the performance.
1789
	  Added MSG_CACHED flag to MsgTmpFlags.
1790
	  Added 'Advanced' tab to the common prefs.
1791
1792
2005-06-21
1793
1794
	* src/folderview.c: folderview_delete_folder_cb(): modified the alert
1795
	  message on deleting folders.
1796
1797
2005-06-21
1798
1799
	* src/prefs_account.[ch]
1800
	  src/prefs_common.[ch]
1801
	  src/news.c: moved the option of max news articles to account prefs.
1802
1803
2005-06-21
1804
1805
	* src/compose.c: compose_reply()
1806
	  src/prefs_account.[ch]: added an option to encrypt when replying to
1807
	  encrypted message (thanks to Vladi Belperchinov-Shabanski).
1808
1809
2005-06-21
1810
1811
	* src/summaryview.c: summary_reply(): use currently visible textview
1812
	  for selection reply.
1813
1814
2005-06-20
1815
1816
	* configure.in: enabled GPGME and OpenSSL support by default.
1817
	  Use pkg-config to detect OpenSSL (thanks to Michael Schwendt).
1818
1819
2005-06-20
1820
1821
	* src/imap.c: replace embedded null characters with ' ' when parsing
1822
	  block data (fix parse errors when embedded null characters appeared
1823
	  in headers).
1824
	* src/socket.[ch]: modified *_getline() so that it returns the length
1825
	  of string including embedded null characters.
1826
	* src/utils.[ch]: subst_null(): replaces null characters with
1827
	  specified one.
1828
1829
2005-06-20
1830
1831
	* src/textview.c: added "Add to address book" to the context menu
1832
	  (thanks to Tomohiro Masubuchi), and changed "Copy this link" to
1833
	  "Copy this address" when address is clicked.
1834
	* src/addressadd.c: addressadd_selection(): open edit person dialog
1835
	  right after it is added.
1836
1837
2005-06-17
1838
1839
	* src/prefs.h: added macro PACK_SMALL_LABEL().
1840
	* src/inc.c: inc_finished()
1841
	  src/prefs_common.[ch]: added an option to execute command when new
1842
	  messages arrived.
1843
1844
2005-06-16
1845
1846
	* version 2.0.0beta2
1847
1848
2005-06-16
1849
1850
	* src/send_message.c: send_message_local(): check exit status to
1851
	  detect errors.
1852
1853
2005-06-16
1854
1855
	* src/procmsg.c: procmsg_empty_trash(): unset dirty flag after cleared
1856
	  cache/mark files (fixed wrong unread count of trash folders).
1857
1858
2005-06-15
1859
1860
	* src/summaryview.[ch]
1861
	  src/mainwindow.c: added 'Tools/Filter junk mails in folder' and
1862
	  'Tools/Filter junk mails in selected messages'.
1863
1864
2005-06-15
1865
1866
	* src/compose.c: made 'File/Insert signature' replace current
1867
	  signature, or add it to the bottom.
1868
1869
2005-06-14
1870
1871
	* src/textview.c: fixed slightly wrong scroll position when the
1872
	  displayed message changed.
1873
1874
2005-06-14
1875
1876
	* src/compose.c: scroll the view to the cursor position after paste.
1877
1878
2005-06-14
1879
1880
	* src/compose.c: don't scroll when view is created.
1881
	  compose_input_cb(): set cursor to the top when the text is replaced.
1882
1883
2005-06-14
1884
1885
	* src/compose.c: scroll the view to the cursor position after
1886
	  inserting signatures or files.
1887
1888
2005-06-14
1889
1890
	* src/mh.c: mh_remove_msg(): fixed a bug that unintentionally set
1891
	  FolderItem::last_num to 0 (which caused wrong unread number
1892
	  display).
1893
1894
2005-06-14
1895
1896
	* src/summaryview.c: summary_set_colorlabel(): fixed a bug that the
1897
	  change of color labels was not saved.
1898
1899
2005-06-13
1900
1901
	* src/prefs_common.[ch]
1902
	  src/inc.c: integrated junk filter setting into common prefs.
1903
	* src/filter.[ch]: added filter_rule_list_free().
1904
1905
2005-06-13
1906
1907
	* src/summaryview.c: include currently selected row on flag search
1908
	  if message view is visible but the row is not displayed.
1909
1910
2005-06-13
1911
1912
	* src/imap.c: reacquire CAPABILITY after STARTTLS since it can be
1913
	  changed (thanks to Tomasz).
1914
1915
2005-06-10
1916
1917
	* replaced every strcasecmp/g_strcasecmp with g_ascii_strcasecmp,
1918
	  and strncasecmp/g_strncasecmp with g_ascii_strncasecmp
1919
	  (fixes Turkish locale problem) (thanks to Doruk Fisek).
1920
1921
2005-06-10
1922
1923
	* src/prefs.h
1924
	  src/prefs_common.c: unified some frames and checkboxes.
1925
1926
2005-06-10
1927
1928
	* src/summaryview.c: summary_modify_node(): really fixed the crash
1929
	  bug (referred freed memory on sorting).
1930
1931
2005-06-10
1932
1933
	* src/summaryview.c: flush events before scrolling to selected.
1934
1935
2005-06-10
1936
1937
	* src/summaryview.c: fixed possible crash (take 2).
1938
1939
2005-06-10
1940
1941
	* src/summaryview.c: fixed possible crash when sorted by
1942
	  From/To/Subject.
1943
1944
2005-06-09
1945
1946
	* version 2.0.0beta1
1947
1948
2005-06-09
1949
1950
	* src/gtkutils.[ch]: added gtkut_tree_view_scroll_to_cell().
1951
	  Removed ununsed CTree functions.
1952
	* src/summaryview.c: fixed scroll positon problem after some
1953
	  operations.
1954
1955
2005-06-08
1956
1957
	* src/inc.c
1958
	  src/send_message.c
1959
	  src/progressdialog.[ch]: reimplemented progress dialog with
1960
	  GtkTreeView. Added some APIs.
1961
1962
2005-06-08
1963
1964
	* sylpheed.spec.in: modified for the latest RPM (thanks to Paul
1965
	  Dickson).
1966
1967
2005-06-08
1968
1969
	* src/account.c
1970
	  src/prefs_filter.c: made some buttons stock button.
1971
1972
2005-06-08
1973
1974
	* src/summaryview.c: summary_tree_view_create(): disabled typeahead
1975
	  find.
1976
1977
2005-06-07
1978
1979
	* src/compose.c
1980
	  src/main.c
1981
	  src/procmsg.[ch]
1982
	  src/send_message.[ch]
1983
	  src/prefs_common.[ch]
1984
	  src/mainwindow.c: added an option to apply filter rules to sent
1985
	  messages.
1986
1987
2005-06-06
1988
1989
	* src/mimeview.c
1990
	  src/sourcewindow.c: don't use "destroy" signal to destroy objects.
1991
1992
2005-06-06
1993
1994
	* src/compose.c: don't use "destroy" signal to destroy Compose object
1995
	  (fix rare crashes on discard?).
1996
1997
2005-06-06
1998
1999
	* src/summaryview.c:
2000
	  summary_attract_by_subject()
2001
	  summary_sort(): clear selection list when the order of the list is
2002
	  changed.
2003
2004
2005-06-06
2005
2006
	* src/summaryview.c: summary_remove_invalid_messages(): fixed a bug
2007
	  that it took time at O(n^2) order if all messages were selected
2008
	  and then they were removed.
2009
2010
2005-06-06
2011
2012
	* src/compose.c
2013
	  src/messageview.c
2014
	  src/prefs_common.c
2015
	  src/mainwindow.c: added Hebrew encodings.
2016
2017
2005-06-06
2018
2019
	* src/codeconv.[ch]: always enabled Japanese auto-detection if the
2020
	  first letters of locale string is "ja".
2021
2022
2005-06-03
2023
2024
	* src/compose.c
2025
	  src/summaryview.[ch]
2026
	  src/folderview.c: improved the DnD. Don't copy files on
2027
	  summary-to-folder drag, and set mime type to message/rfc822 on
2028
	  summary-to-compose drag.
2029
2030
2005-06-03
2031
2032
	* src/prefs_common.c: prefs_junk_create(): modified the description.
2033
2034
2005-06-03
2035
2036
	* src/summaryview.c: summary_junk_func(), summary_junk(): allow
2037
	  empty junk folder.
2038
2039
2005-06-02
2040
2041
	* src/prefs_common.c: prefs_font_select(): select current font
2042
	  when opening the dialog.
2043
2044
2005-06-02
2045
2046
	* src/prefs_common.[ch]
2047
	  src/mainwindow.[ch]
2048
	  src/summaryview.[ch]: added a feature for junk mail control.
2049
2050
2005-06-01
2051
2052
	* src/summaryview.c: summary_msgid_table_create_func(): ignore invalid
2053
	  or deleted messages.
2054
2055
2005-06-01
2056
2057
	* src/textview.c:
2058
	  textview_search_string()
2059
	  textview_search_string_backward(): improved sequential searches.
2060
2061
2005-06-01
2062
2063
	* src/summaryview.c: don't include the current message for
2064
	  "View/Go to/(Prev|Next) (unread|new) message".
2065
2066
2005-05-31
2067
2068
	* src/imap.c: imap_scan_tree_recursive(): disabled scanning of folders
2069
	  because the STATUS command costs much.
2070
2071
2005-05-31
2072
2073
	* src/summaryview.c: summary_show(): fixed a bug that caused crash
2074
	  if FolderView::selected is NULL (thanks to Yann Grossel).
2075
	* src/folderview.[ch]: folderview_set_opened_item(): new.
2076
2077
2005-05-30
2078
2079
	* src/manage_window.c: manage_window_focus_out(): don't reset
2080
	  focus_window on focus-out event.
2081
	* src/inc.c
2082
	  src/send_message.c: call manage_window_destroy() to reset
2083
	  focus_window before destruction of window.
2084
2085
2005-05-30
2086
2087
	* src/alertpanel.c: don't let message label take focus.
2088
	* src/headerview.c: don't let header labels take focus.
2089
2090
2005-05-30
2091
2092
	* src/summaryview.[ch]: optimized getting the selection list.
2093
	  Set cache as dirty when reordered to remember the current order.
2094
2095
2005-05-29
2096
2097
	* version 1.9.12
2098
2099
2005-05-27
2100
2101
	* src/compose.c: compose_entries_set(): don't interpret Bcc header
2102
	  field (conform to RFC 2368).
2103
2104
2005-05-27
2105
2106
	* src/mh.c
2107
	  src/compose.c
2108
	  src/folder.[ch]
2109
	  src/imap.c
2110
	  src/procmsg.c
2111
	  src/news.c
2112
	  src/summaryview.c: added FolderItem::mark_dirty flag to determine
2113
	  if mark file really needs to be updated.
2114
	  Write mark file only if cache_dirty or mark_dirty flag is set.
2115
2116
2005-05-27
2117
2118
	* src/imap.c: don't destroy the previous Session object when
2119
	  reconnecting (fixed crash when reconnection happened while scanning
2120
	  tree).
2121
	  imap_cmd_search(): fixed a bug that only the first response was
2122
	  recognized (thanks to Hanno Meyer-Thurow).
2123
	* src/procmsg.h: added MSG_IS_SIGNED() macro.
2124
2125
2005-05-26
2126
2127
	* src/main.c: app_will_exit(): cleanup tmp directory when exit.
2128
	* src/mimeview.c: fixed DnD of non-ascii filename.
2129
	* src/utils.[ch]: encode_uri(): new.
2130
	* src/summaryview.[ch]: use subject as the filename of droppend
2131
	  messages. Added .eml as the extension.
2132
2133
2005-05-25
2134
2135
	* src/textview.c: textview_write_link(): also skip non-ascii space
2136
	  at the head of link strings (phishing check didn't work at the case).
2137
2138
2005-05-25
2139
2140
	* src/utils.c: get_command_output(): use g_spawn_command_line_sync()
2141
	  instead of popen().
2142
2143
2005-05-25
2144
2145
	* src/send_message.c: send_message_local(): use GSpawn, and detect
2146
	  errors.
2147
2148
2005-05-25
2149
2150
	* src/message_search.c: removed Clear button.
2151
2152
2005-05-24
2153
2154
	* src/folder.[ch]: added FolderItem::cache_dirty flag to determine
2155
	  if cache file really needs to be updated.
2156
	* src/mh.c
2157
	  src/imap.c
2158
	  src/procmsg.c
2159
	  src/news.c: set cache_dirty flag if folder contents differ from
2160
	  the cache file.
2161
	* src/summaryview.c: set cache_dirty flag if folder contents changed.
2162
	  Write cache file only if cache_dirty flag is set.
2163
2164
2005-05-24
2165
2166
	* src/compose.c: disable attach toggle button for now.
2167
2168
2005-05-24
2169
2170
	* src/compose.[ch]: added a toggle button for the attachment pane.
2171
2172
2005-05-24
2173
2174
	* src/compose.[ch]: reimplemented the attachment list with
2175
	  GtkTreeView. Fixed attaching of locale filename.
2176
	* src/utils.c: uri_list_extract_filenames(): properly parse URI.
2177
2178
2005-05-24
2179
2180
	* src/gtkutils.c: fixed compilation failure with GTK 2.4.
2181
2182
2005-05-23
2183
2184
	* src/summaryview.[ch]: enabled DnD to external apps.
2185
2186
2005-05-23
2187
2188
	* src/compose.[ch]: added PGP Sign/Encrypt check button on the compose
2189
	  window.
2190
2191
2005-05-23
2192
2193
	* src/summaryview.c: summary_step(): don't use "move-cursor" signal
2194
	  to move cursor.
2195
2196
2005-05-23
2197
2198
	* src/gtksctree.[ch]: removed.
2199
	* src/gtkutils.c: added missing include, and removed GtkSCTree init.
2200
2201
2005-05-23
2202
2203
	* src/textview.c
2204
	  src/mimeview.[ch]
2205
	  src/summaryview.c
2206
	  src/mainwindow.c: reimplemented MimeView with GtkTreeView.
2207
2208
2005-05-20
2209
2210
	* src/summaryview.c: summary_show(): fixed the selection state on
2211
	  refresh.
2212
2213
2005-05-20
2214
2215
	* src/summaryview.c: summaryview_clear_list(): set the value of
2216
	  vadjustment to 0.0 so that the "value-changed" signal is always
2217
	  emitted (fixes the scroll problem on refresh).
2218
2219
2005-05-19
2220
2221
	* src/message_search.c: improved the interface and made code cleanup.
2222
2223
2005-05-19
2224
2225
	* src/summary_search.c: improved the interface and made code cleanup.
2226
2227
2005-05-19
2228
2229
	* src/summaryview.c: summary_show(): fixed a problem that no message
2230
	  was selected after processing left marks.
2231
2232
2005-05-19
2233
2234
	* src/textview.[ch]
2235
	  src/prefs_common.[ch]
2236
	  src/mainwindow.c: added an option to toggle cursor in message view
2237
	  (thanks to Godwin Stewart).
2238
2239
2005-05-19
2240
2241
	* src/summaryview.c: summary_modify_threads(): block selection_changed
2242
	  callback while modifying threads so that the toolbar doesn't
2243
	  become insensitive unexpectedly.
2244
2245
2005-05-18
2246
2247
	* src/summaryview.c: set minimum column width.
2248
	  src/folderview.c: set minimum column width. Remember every column
2249
	  width.
2250
2251
2005-05-18
2252
2253
	* src/summaryview.c: display next messages after deleting when
2254
	  immediate_exec is enabled.
2255
2256
2005-05-17
2257
2258
	* version 1.9.11
2259
2260
2005-05-17
2261
2262
	* src/summaryview.c: summary_remove_invalid_messages(): adjusted
2263
	  selection and message display on execution.
2264
	  summary_get_modified_node(): fixed an order problem.
2265
2266
2005-05-17
2267
2268
	* src/summaryview.c: summary_row_expanded(): made a workaround for
2269
	  last-row expand problem.
2270
2271
2005-05-16
2272
2273
	* src/summaryview.c: summary_selection_changed(): forgot to unset
2274
	  SummaryView::selected on empty selection.
2275
2276
2005-05-16
2277
2278
	* src/summaryview.c: fixed selection problem after execution.
2279
	* src/gtkutils.c: gtkut_tree_model_find_by_column_data(): also compare
2280
	  start node.
2281
2282
2005-05-15
2283
2284
	* src/summaryview.c: summary_button_pressed(): fixed a bug that
2285
	  prohibited column resize.
2286
2287
2005-05-15
2288
2289
	* src/summaryview.c: summary_key_pressed(): fixed a bug that Return,
2290
	  Space and Delete key are ignored when multiple messages were
2291
	  selected.
2292
	* src/headerview.c: added missing gtk/gtkimage.h include.
2293
2294
2005-05-13
2295
2296
	* version 1.9.10
2297
2298
2005-05-13
2299
2300
	* src/prefs_common.[ch]
2301
	  src/summaryview.c: made rules hint configurable. Removed debug code.
2302
	* src/gtkutils.c: gtkut_tree_row_reference_equal(): return FALSE if
2303
	  one of the reference is invalid.
2304
2305
2005-05-13
2306
2307
	* src/summaryview.c: don't open selected messages on 'View/Go to'
2308
	  if the message view is hidden.
2309
2310
2005-05-13
2311
2312
	* src/summaryview.c: modified the handling of middle-click and
2313
	  double-click.
2314
2315
2005-05-13
2316
2317
	* src/summaryview.c: adjusted the width of icon-titled columns.
2318
2319
2005-05-12
2320
2321
	* src/summaryview.c: summary_attract_by_subject()
2322
	  src/mainwindow.c: main_window_set_menu_sensitive(): disable 'Attract
2323
	  by subject' if sorted.
2324
2325
2005-05-12
2326
2327
	* src/summaryview.c: summary_attract_by_subject(): optimized using
2328
	  gtk_tree_store_reorder() (gtk_tree_store_move_after() is too slow).
2329
2330
2005-05-12
2331
2332
	* src/summaryview.c: display collapsed rows which have unread children
2333
	  as bold.
2334
2335
2005-05-11
2336
2337
	* src/summaryview.c: summary_have_unread_children(): implemented.
2338
	  summary_row_expanded(): expand all children.
2339
	  summary_thread_build(): added missing g_hash_table_destroy().
2340
2341
2005-05-11
2342
2343
	* src/summaryview.c
2344
	  src/mainwindow.c: summary_thread_build(): implemented.
2345
2346
2005-05-11
2347
2348
	* src/utils.c: remove_dir_recursive(): fixed operation failure if
2349
	  current directory is inside one which is to be removed.
2350
	* src/summaryview.c: summary_unthread(): implemented.
2351
	* src/folderview.c: fixed crash when FolderView::selected became
2352
	  invalid. Unset it if selection becomes empty.
2353
	* src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
2354
	  "Monospace 12".
2355
2356
2005-05-10
2357
2358
	* src/summaryview.c: summary_select_thread(): implemented.
2359
2360
2005-05-10
2361
2362
	* src/summary_search.c: reimplemented summary search.
2363
2364
2005-05-10
2365
2366
	* src/summaryview.c:
2367
	  summary_show(): display selected message if always_show_msg is set.
2368
	  summary_button_pressed(): fixed the handling of modifier key.
2369
	  summary_selection_changed(): clear message view if not single
2370
	  selection.
2371
2372
2005-05-10
2373
2374
	* src/summaryview.c
2375
	  src/gtkutils.[ch]: fixed compilation failure on GTK+ 2.4
2376
	  (GTK+ 2.4 doesn't provide the way to unset the sort setting).
2377
2378
2005-05-09
2379
2380
	* src/editjpilot.c
2381
	  src/editldap_basedn.c
2382
	  src/editldap.c: added missing includes.
2383
2384
2005-05-09
2385
2386
	* src/compose.c
2387
	  src/inc.c
2388
	  src/addressbook.c
2389
	  src/textview.c
2390
	  src/messageview.c
2391
	  src/editbook.c
2392
	  src/editgroup.c
2393
	  src/importldif.c
2394
	  src/foldersel.c
2395
	  src/mimeview.c
2396
	  src/message_search.c
2397
	  src/main.c
2398
	  src/inputdialog.c
2399
	  src/editaddress.c
2400
	  src/addressadd.c
2401
	  src/import.c
2402
	  src/about.c
2403
	  src/mainwindow.c
2404
	  src/editvcard.c: added missing includes.
2405
	* src/gtkutils.[ch]: added utility functions for GtkTreeView.
2406
	* src/stock_pixmap.[ch]: stock_pixbuf_widget(): new.
2407
	* src/folderview.c: modified for column sizing.
2408
	* src/summaryview.[ch]
2409
	  src/prefs_summary_column.c: reimplemented with GtkTreeView
2410
	  (some features are not completed yet).
2411
2412
2005-05-06
2413
2414
	* src/socket.c: sock_connect_address_list_async(): only watch
2415
	  G_IO_OUT to prevent a rare connection problem (thanks to Thorsten
2416
	  Maerz).
2417
2418
2005-05-02
2419
2420
	* src/prefs_filter_edit.c: prefs_filter_edit_set_cond_hbox_widgets():
2421
	  display unit on AGE condition.
2422
2423
2005-04-27
2424
2425
	* src/imageview.c: imageview_get_resized_pixbuf(): don't scale images
2426
	  if not required (just increase ref count).
2427
2428
2005-04-27
2429
2430
	* src/mainwindow.c: main_window_create(): disable no longer required
2431
	  workaround for resize grip on GTK+ 2.6.
2432
2433
2005-04-22
2434
2435
	* src/imap.c: imap_auth(): prefer CRAM-MD5 if authentication type is
2436
	  automatic. Don't use LOGIN if CAPABILITY has LOGINDISABLED.
2437
2438
2005-04-22
2439
2440
	* src/folderview.c: folderview_selection_changed(): flush widget to
2441
	  reflect selection change before showing summary.
2442
2443
2005-04-22
2444
2445
	* sylpheed.desktop: changed the encoding to UTF-8 (thanks to Daichi
2446
	  Kawahata).
2447
2448
2005-04-22
2449
2450
	* src/folderview.c:
2451
	  folderview_rescan_tree()
2452
	  folderview_check_new(): refresh widgets before processing.
2453
2454
2005-04-20
2455
2456
	* src/gtkutils.[ch]: gtkut_widget_draw_now(): use
2457
	  gdk_window_process_updates() to force update of widgets.
2458
	  Removed gtkut_widget_wait_for_draw() which had a big overhead
2459
	  because of waiting for all events processed.
2460
	* src/statusbar.c
2461
	  src/summaryview.c
2462
	  src/setup.c
2463
	  src/folderview.c
2464
	  src/mainwindow.c: use gtkut_widget_draw_now(). Improved performance
2465
	  of the update of statusbar.
2466
2467
2005-04-20
2468
2469
	* src/textview.c: textview_smooth_scroll_do(): redraw it after scroll
2470
	  is done (fixed incorrect display when a part of the view is hidden).
2471
2472
2005-04-19
2473
2474
	* version 1.9.9
2475
2476
2005-04-19
2477
2478
	* sylpheed.desktop: added French translation (thanks to Nicolas Boos).
2479
2480
2005-04-19
2481
2482
	* src/session.[ch]: use separate buffer for large data to be sent,
2483
	  and don't duplicate it (reduces memory usage) (thanks to Dirk).
2484
2485
2005-04-19
2486
2487
	* src/compose.c
2488
	  src/prefs_common.c: removed '/Edit/Advanced' menu which had been
2489
	  provided for old GtkSText, and had interfered with gtk-key-theme
2490
	  configuration.
2491
2492
2005-04-15
2493
2494
	* src/folderview.c: folderview_create(): check GTK version for
2495
	  "ellipsize" property.
2496
2497
2005-04-13
2498
2499
	* src/folderview.c: modified include.
2500
	  folderview_col_resized(): fixed argument type.
2501
2502
2005-04-13
2503
2504
	* src/imap.c: imap_close(): don't do anything if item->path is NULL.
2505
	* src/folderview.c: removed unused GtkStyle.
2506
	  folderview_select_row(): don't expand the row itself.
2507
	  folderview_selection_changed(): fixed a memory leak.
2508
2509
2005-04-13
2510
2511
	* src/rfc2015.c: pgp_sign(): fixed missing brackets. Check if
2512
	  result->signatures is not NULL (fix crashes when ~/.gnupg doesn't
2513
	  exist).
2514
	* src/sigstatus.c: gpgmegtk_sig_status_to_string(): check if signature
2515
	  is not NULL.
2516
2517
2005-04-12
2518
2519
	* version 1.9.8
2520
2521
2005-04-12
2522
2523
	* src/folderview.c
2524
	  src/gtkutils.[ch]: remember the column width, and restored Search
2525
	  menu.
2526
2527
2005-04-12
2528
2529
	* src/compose.c
2530
	  src/messageview.c
2531
	  src/codeconv.[ch]
2532
	  src/prefs_common.c
2533
	  src/mainwindow.c: support GBK encoding. Fallback to GBK if "X-GBK"
2534
	  is passed (thanks to SuperMMX).
2535
2536
2005-04-12
2537
2538
	* src/compose.c: compose_write_to_file(): don't encode clearsigned
2539
	  text.
2540
2541
2005-04-11
2542
2543
	* src/action.c: catch_output(): correctly select the insert text
2544
	  (fix invalid iterator warnings).
2545
2546
2005-04-11
2547
2548
	* src/gtkutils.[ch]
2549
	  src/folderview.[ch]: implemented message-to-folder DnD.
2550
	  Auto-expand and auto-scroll are also implemented.
2551
2552
2005-04-08
2553
2554
	* src/folderview.c: folderview_check_new(): fixed infinite loop bug.
2555
	  folderview_new_news_group_cb(): fixed crash bug when subscribing.
2556
	* src/summaryview.c: summary_show(): update FolderView::opened before
2557
	  folderview_update_opened_msg_num() is called.
2558
2559
2005-04-07
2560
2561
	* src/folderview.c: folderview_selection_changed(): don't let
2562
	  GtkTreeView::gtk_tree_view_button_press() grab focus after opening
2563
	  a folder by button press.
2564
2565
2005-04-07
2566
2567
	* src/folderview.[ch]: reimplemented folder view with GtkTreeView
2568
	  (DnD is not implemented yet).
2569
	* src/folder.[ch]: folder_item_compare(): compare function to sort
2570
	  FolderItem.
2571
	* src/gtkutils.[ch]:
2572
	  gtkut_tree_model_next()
2573
	  gtkut_tree_model_find_by_column_data()
2574
	  gtkut_tree_view_find_collapsed_parent(): new.
2575
	* src/pixmaps/dir-noselect.xpm
2576
	  src/pixmaps/dir-open.xpm
2577
	  src/pixmaps/dir-close.xpm: removed extra spaces.
2578
2579
2005-04-05
2580
2581
	* src/send_messages.c: send_message_smtp(): consider EOF right after
2582
	  QUIT successful (workaround for Gmail SMTP server).
2583
	* src/socket.c: ssl_read(), ssl_peek(): check EOF which violates the
2584
	  SSL protocol.
2585
	* src/procheader.c: removed an unused variable.
2586
2587
2005-04-01
2588
2589
	* configure.in: changed -traditional-cpp to -no-cpp-precomp for newer
2590
	  Mac OS X support.
2591
2592
2005-03-31
2593
2594
	* src/account.c: reimplemented edit account dialog using GtkTreeView.
2595
2596
2005-03-31
2597
2598
	* src/colorlabel.c: removed warnings when displaying colorlabel menu
2599
	  (don't use GtkAlignment).
2600
	* src/prefs_filter_edit.c: stabilized displaying of widgets.
2601
	* src/gtkutils.[ch]: gtkut_scrolled_window_reset_position(): reset
2602
	  the adjustments to (0, 0).
2603
2604
2005-03-31
2605
2606
	* src/foldersel.c
2607
	  src/prefs_filter.c: made column resize automatically.
2608
2609
2005-03-31
2610
2611
	* src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
2612
	  included in the auth string and PLAIN authentication failed
2613
	  (thanks to IWAMOTO Kouichi).
2614
2615
2005-03-31
2616
2617
	* src/prefs_filter.c: reimplemented filter prefs dialog using
2618
	  GtkTreeView.
2619
2620
2005-03-29
2621
2622
	* src/compose.c: don't join (presumably) itemized lines on
2623
	  line-wrapping.
2624
2625
2005-03-29
2626
2627
	* version 1.9.7
2628
2629
2005-03-29
2630
2631
	* src/procmsg.c: procmsg_get_thread_tree(): look for indirect parent
2632
	  only the second loop for accurate threading.
2633
	* src/procheader.c: procheader_parse_stream(): made In-Reply-To take
2634
	  priority of References for MsgInfo::inreplyto.
2635
2636
2005-03-28
2637
2638
	* src/utils.[ch]: references_list_prepend(): new.
2639
	* src/procmsg.[ch]
2640
	  src/procheader.c
2641
	  src/summaryview.c: modified the thread creation so that it looks up
2642
	  every message-id in References header if the real parent message is
2643
	  not found (thanks to Alfons).
2644
	* src/defs.h: upped the cache version.
2645
2646
2005-03-28
2647
2648
	* src/foldersel.c: reimplemented folder selection dialog using
2649
	  GtkTreeView (thanks to Alfons).
2650
	* src/stock_pixmap.[ch]: stock_pixbuf_gdk(): new. It generates
2651
	  GdkPixbuf object from xpm.
2652
2653
2005-03-25
2654
2655
	* src/compose.c: compose_parse_header(): ignore empty Reply-To: and
2656
	  Followup-To: header (thanks to Alfons).
2657
2658
2005-03-23
2659
2660
	* src/compose.c:
2661
	  compose_write_to_file()
2662
	  compose_write_headers(): separate header charset and body charset.
2663
	  Fixed the issue that ISO-8859-1 was forced for headers when body
2664
	  is US-ASCII only.
2665
2666
2005-03-23
2667
2668
	* src/codeconv.c: conv_jistoeuc(): fixed buffer overflow when
2669
	  auxiliary Kanji appeared (only affects svn version after
2670
	  2005-03-17).
2671
2672
2005-03-22
2673
2674
	* src/codeconv.[ch]: return error value in every code conversion
2675
	  function.
2676
2677
2005-03-18
2678
2679
	* src/html.[ch]: html_parse(): made return value const.
2680
	* src/textview.c: textview_show_html(): force output of newline.
2681
	* src/procmime.c: procmime_get_text_content(): follow the API change.
2682
2683
2005-03-18
2684
2685
	* src/account.c: account_find_from_message_file(): added missing
2686
	  NULL terminator of the HeaderEntry array which had introduced
2687
	  crash on re-edit (thanks to Michael Schwendt).
2688
2689
2005-03-17
2690
2691
	* src/utils.c: strncpy2(): optimized based on Alfons' code.
2692
2693
2005-03-17
2694
2695
	* src/codeconv.[ch]
2696
	  src/textview.c
2697
	  src/unmime.c
2698
	  src/procheader.c
2699
	  src/sourcewindow.c
2700
	  src/rfc2015.c
2701
	  src/html.c: made every code conversion API allocate new memory.
2702
	  This removes redundant string copy on conversion.
2703
2704
2005-03-16
2705
2706
	* src/prefs_common.[ch]
2707
	  src/textview.c: added an option whether to render HTML as text or
2708
	  not.
2709
2710
2005-03-16
2711
2712
	* src/filesel.c: remember the state of the expander of file save
2713
	  dialog.
2714
2715
2005-03-16
2716
2717
	* src/compose.[ch]: added a menu to temporally change the outgoing
2718
	  encoding. Use UTF-8 also for headers if it is forced for body.
2719
	* src/codeconv.[ch]:
2720
	  conv_get_outgoing_charset_str(): don't use prefs_common setting.
2721
	  conv_encode_header(): added an argument for outgoing encoding.
2722
	* src/prefs_common.c: added separators to outgoing encoding menu.
2723
	* src/messageview.c
2724
	  src/mainwindow.c: changed 'Code set' (which is rather incorrect)
2725
	  in the menu to 'Character encoding'.
2726
2727
2005-03-15
2728
2729
	* version 1.9.6
2730
2731
2005-03-15
2732
2733
	* src/action.c: create_io_dialog(): use user-defined text font
2734
	  (thanks to Alfons), and modified its appearance.
2735
2736
2005-03-15
2737
2738
	* src/compose.c: compose_write_to_file(): fixed a memory leak.
2739
2740
2005-03-14
2741
2742
	* src/compose.c: compose_write_to_file(): do a strict check for code
2743
	  conversion.
2744
	* src/codeconv.[ch]:
2745
	  conv_codeset_strdup_full()
2746
	  conv_iconv_strdup()
2747
	  conv_iconv_strdup_with_cd(): added an argument to return an error
2748
	  value.
2749
2750
2005-03-14
2751
2752
	* src/smtp.[ch]
2753
	  src/prefs_account.c: implemented PLAIN authentication method
2754
	  (thanks to mori).
2755
2756
2005-03-14
2757
2758
	* src/filesel.c:
2759
	  filesel_select_file_full(): remember directories for each operations.
2760
	  filesel_create(): set default response.
2761
	* src/textview.c: textview_key_pressed()
2762
	  src/mimeview.c: mimeview_key_pressed(): move focus to upper view
2763
	  if Esc key is pressed.
2764
	* Thanks to Sergey Pinaev for the above.
2765
2766
2005-03-11
2767
2768
	* src/compose.[ch]: use GtkTextTag for signature replacement to
2769
	  stabilize it.
2770
2771
2005-03-10
2772
2773
	* src/textview.c: implemented 'Save this image as...' in the context
2774
	  menu of inline images.
2775
	* src/procmime.c: procmime_get_part_file_name(): new.
2776
2777
2005-03-10
2778
2779
	* src/mainwindow.c: main_window_set_widgets(): request size first
2780
	  to prevent window size becoming wrong.
2781
	* src/utils.c: debug_print(): use g_print() to output with locale
2782
	  encoding.
2783
2784
2005-03-10
2785
2786
	* src/passphrase.c: partially fixed grab input of passphrase dialog.
2787
	  Confine pointer to window.
2788
2789
2005-03-09
2790
2791
	* src/compose.c: fixed wrapping of quote when auto-wrapping is
2792
	  enabled.
2793
2794
2005-03-09
2795
2796
	* src/mainwindow.c: fixed remembering of the state of the visibility
2797
	  of MessageView.
2798
2799
2005-03-09
2800
2801
	* src/compose.c: compose_attach_cb(): enabled multiple file selection.
2802
	* src/main.c: migrate_old_config(): copy also mime.types.
2803
	* src/filesel.[ch]: filesel_select_files(): returns multiple selected
2804
	  files.
2805
2806
2005-03-08
2807
2808
	* src/imageview.[ch]: imageview_get_resized_pixbuf(): new.
2809
	  src/textview.c: textview_add_part(): follow the setting of
2810
	  prefs_common.resize_image.
2811
	* src/configure.in
2812
	  src/about.c
2813
	  src/mimeview.c: removed enable-gdk-pixbuf option since gdk-pixbuf
2814
	  is now built-in.
2815
2816
2005-03-08
2817
2818
	* src/messageview.[ch]
2819
	  src/mimeview.[ch]: changed the implementation of switching
2820
	  Text/MIME view (enables smooth switching).
2821
2822
2005-03-08
2823
2824
	* src/textview.c: textview_make_clickable_parts(): optimized the
2825
	  URI search (fixes freeze at extremely long lines with many '@').
2826
	* src/gtkutils.[ch]: gtkut_text_buffer_insert_with_tag_by_name():
2827
	  new. Force linebreak of long lines (> 8190 chars) to prevent the
2828
	  slowdown of GtkTextView.
2829
2830
2005-03-07
2831
2832
	* src/mainwindow.c
2833
	  src/mimeview.[ch]: save selected attachments if mimeview has focus
2834
	  when 'File/Save as...' is selected.
2835
	  Made mimeview_save_as() public.
2836
2837
2005-03-07
2838
2839
	* version 1.9.5
2840
2841
2005-03-07
2842
2843
	* src/codeconv.c: conv_unmime_header(): use fixed size of buffer.
2844
	* src/procheader.c: procheader_scan_date_string(): support header
2845
	  like: "[Tue,] 01 Feb 2005 09:57[:00]".
2846
2847
2005-03-04
2848
2849
	* src/unmime.[ch]: use GString for a buffer for header MIME decoding
2850
	  to improve the efficiency.
2851
	* src/codeconv.c: conv_unmime_header(): directly return the return
2852
	  value of unmime_header(). Restrict the buffer size on the stack.
2853
2854
2005-03-04
2855
2856
	* src/codeconv.[ch]: removed conv_unmime_header_overwrite() because
2857
	  it had introduced heap buffer overflow.
2858
	  conv_unmime_header(): modified so that it returns newly-allocated
2859
	  string.
2860
	* src/compose.c: compose_parse_header(): don't use
2861
	  conv_unmime_header_overwrite() which introduced buffer overflow.
2862
	* src/procheader.c
2863
	  src/news.c
2864
	  src/procmime.c: followed the API change.
2865
2866
2005-03-03
2867
2868
	* use Content-Type's charset as a fallback encoding of broken header
2869
	  strings (thanks to Sergey Pinaev).
2870
	* src/textview.c: use Content-Type's charset information and
2871
	  force-charset setting when displaying headers.
2872
	* src/codeconv.c: conv_iconv_strdup(): convert even if src and dest
2873
	  are identical, or dest is US-ASCII.
2874
	  conv_unmime_header(): try to convert with default encoding if
2875
	  string is not ascii.
2876
	* src/procheader.[ch]:
2877
	  procheader_get_header_array()
2878
	  procheader_get_header_array_asis(): added an argument for default
2879
	  encoding.
2880
	  procheader_parse_stream(): use Content-Type's charset information.
2881
	* src/procmime.[ch]: added procmime_scan_content_type_str() which
2882
	  returns parameters of Content-Type header.
2883
	* src/unmime.[ch]: removed unused function prototype.
2884
2885
2005-03-02
2886
2887
	* version 1.9.4
2888
2889
2005-03-02
2890
2891
	* src/compose.c: compose_destroy(): destroy paned only if it's not
2892
	  attached to window. Fixed memory leak of popup menu.
2893
2894
2005-03-02
2895
2896
	* src/sigstatus.c: modified the popup dialog. Fixed warning when
2897
	  pressing escape key. Fixed indentation of the source.
2898
2899
2005-03-02
2900
2901
	* src/main.c: removed redundant code.
2902
	* configure.in: removed redundant PKG_CHECK_MODULES.
2903
	  use PKG_CONFIG instead of GLIB_CONFIG which is no longer available
2904
	  (fixes LDAP compilation).
2905
2906
2005-03-01
2907
2908
	* configure.in: check for GLib/GTK version (>= 2.4.0).
2909
2910
2005-03-01
2911
2912
	* src/gtkutils.[ch]: removed non-used code.
2913
2914
2005-03-01
2915
2916
	* src/mimeview.[ch]: display action buttons when attached files are
2917
	  selected.
2918
	  Fixed the handling of key press and popup menu.
2919
	  Fixed redraw problem of widget pane.
2920
	* src/summaryview.[ch]: minor code cleanup.
2921
	* src/mainwindow.c: prev_cb(), next_cb(): handle mimeview if it has
2922
	  focus.
2923
	* src/filesel.c: change current directory before creating dialog
2924
	  (fixed performance problem on folders with large number of
2925
	  message).
2926
	* src/textview.[ch]: removed unused functions.
2927
2928
2005-03-01
2929
2930
	* ac/check-type.m4
2931
	  ac/gnupg-check-typedef.m4: fixed a warning of the newer automake
2932
	  (thanks to Daichi Kawahata).
2933
2934
2005-02-28
2935
2936
	* src/compose.c: compose_parse_header(): generate References: from
2937
	  In-Reply-To: even if the parent message doesn't have Message-Id:
2938
	  (thanks to mori).
2939
2940
2005-02-28
2941
2942
	* src/procheader.[ch]: fixed the argument type of buffer length
2943
	  (thanks to Alfons).
2944
2945
2005-02-27
2946
2947
	* src/socket.c: sock_add_watch(): fixed a bug that g_io_add_watch()
2948
	  was called even on SSL connection. It has introduced random bugs.
2949
2950
2005-02-25
2951
2952
	* src/messageview.c: messageview_select_all(), reply_cb(): fixed
2953
	  selection bugs.
2954
2955
2005-02-25
2956
2957
	* src/compose.c
2958
	  src/textview.c
2959
	  src/quote_fmt_parse.y: follow the API changes.
2960
	* src/procmsg.c: procmsg_print_message(): output text with locale
2961
	  encoding.
2962
	* src/procmime.[ch]:
2963
	  procmime_get_text_content()
2964
	  procmime_get_first_text_content(): added an argument for dest
2965
	  encoding.
2966
	* src/codeconv.[ch]: conv_code_converter_new(): added an argument for
2967
	  dest encoding.
2968
	* src/html.c: removed broken locale specific entity reference
2969
	  conversion.
2970
2971
2005-02-25
2972
2973
	* src/compose.c
2974
	  src/messageview.c
2975
	  src/mimeview.c
2976
	  src/export.c
2977
	  src/summaryview.c
2978
	  src/import.c
2979
	  src/filesel.[ch]: replaced GtkFileSelection with
2980
	  GtkFileChooserDialog.
2981
	  Added filesel_save_as().
2982
2983
2005-02-24
2984
2985
	* src/alertpanel.c: modified its design to fit other GTK2 apps.
2986
2987
2005-02-24
2988
2989
	* src/progressdialog.c
2990
	  src/inc.c: inc_progress_dialog_create(): modified ProgressDialog
2991
	  to use GtkDialog.
2992
2993
2005-02-24
2994
2995
	* src/compose.c: compose_write_attach(): force transfer encoding to
2996
	  protect trailing spaces for PGP signing.
2997
2998
2005-02-23
2999
3000
	* src/gtkutils.[ch]: removed unused functions.
3001
	  gtkut_text_buffer_match_string()
3002
	  gtkut_text_buffer_find(): changed the API to use iterator.
3003
	  gtkut_text_buffer_find_backward(): new.
3004
	* src/textview.c:
3005
	  textview_search_string()
3006
	  textview_search_string_backward(): use new API.
3007
3008
2005-02-23
3009
3010
	* src/logwindow.c
3011
	  src/prefs_common.[ch]: re-enabled the line number limit, and made
3012
	  the value configurable.
3013
3014
2005-02-22
3015
3016
	* src/codeconv.c:
3017
	  conv_anytodisp(): check if converted string is valid UTF-8.
3018
	  conv_localetodisp(): convert to valid UTF-8 if conv_iconv_strdup()
3019
	  failed.
3020
	  conv_unmime_header_overwrite()
3021
	  conv_unmime_header(): try to convert unencoded strings using locale
3022
	  encoding (thanks to Egor Yu. Shkerin and Oliver Lehmann).
3023
3024
2005-02-21
3025
3026
	* version 1.9.3
3027
3028
2005-02-21
3029
3030
	* src/compose.c:
3031
	  compose_join_next_line(): consider tab width. Keep cursor position
3032
	  as much as possible.
3033
	  compose_wrap_paragraph(): remove trailing spaces on wrapping.
3034
	  compose_insert_sig(): don't select text when placing cursor.
3035
	  compose_insert_file(): disable autowrap while inserting text.
3036
	  compose_undo_cb()
3037
	  compose_redo_cb(): disable autowrap while performing undo/redo.
3038
3039
2005-02-21
3040
3041
	* src/summaryview.c: summary_ctree_create(): changed indent size to
3042
	  12.
3043
3044
2005-02-18
3045
3046
	* src/textview.c: added 'Copy this link' to the context menu
3047
	  (thanks to Hiroyuki Ikezoe).
3048
	* po/Makefile.in.in: added checks and statistics display option to
3049
	  msgfmt command.
3050
3051
2005-02-18
3052
3053
	* src/compose.c: compose_join_next_line(): removed extra spaces
3054
	  between the next line.
3055
3056
2005-02-18
3057
3058
	* src/compose.c: compose_wrap_paragraph(): comply with 'Wrap
3059
	  quotation' setting.
3060
3061
2005-02-18
3062
3063
	* src/textview.c: fixed glitches of underlined URI in textview
3064
	  (thanks to Alfons).
3065
3066
2005-02-18
3067
3068
	* src/compose.c: compose_join_next_line(): don't use
3069
	  gtk_text_buffer_backspace() which is gtk-2.6 only API.
3070
3071
2005-02-17
3072
3073
	* src/compose.c: implemented new line-wrapping routine. Enables full
3074
	  i18n support and proper line-breaking.
3075
	* src/utils.[ch]: get_uri_len(): returns URI length.
3076
3077
2005-02-16
3078
3079
	* src/procmime.c: procmime_get_tmp_file_name(): convert filename
3080
	  to filesystem encoding.
3081
3082
2005-02-14
3083
3084
	* src/intl.h: removed.
3085
3086
2005-02-10
3087
3088
	* src/compose.c: compose_write_file(): force transfer encoding to
3089
	  protect trailing spaces for PGP signing (fixes incompatibility
3090
	  between gnupg 1.2 and 1.4) (thanks to Thorsten Maerz).
3091
3092
2005-02-10
3093
3094
	* src/compose.c
3095
	  src/sourcewindow.c: automatically show horizontal scroll bar.
3096
3097
2005-02-09
3098
3099
	* version 1.9.2
3100
3101
2005-02-09
3102
3103
	* src/textview.c: implemented better hypertext processing (pointing
3104
	  a link shows its URI and single-clicking it follows the link).
3105
3106
2005-02-08
3107
3108
	* src/codeconv.[ch]
3109
	  conv_filename_from_utf8()
3110
	  conv_filename_to_utf8(): new. They always returns non-NULL strings.
3111
	* src/filesel.c
3112
	  src/summaryview.c: fixed non-UTF8 filename handling of the file
3113
	  selection dialog (thanks to Sergey Pinaev).
3114
	* src/compose.c: compose_attach_cb(): fixed attaching of files with
3115
	  non-UTF8 names (thanks to Sergey Pinaev).
3116
3117
2005-02-08
3118
3119
	* src/prefs_filter.c: use stock buttons.
3120
3121
2005-02-08
3122
3123
	* src/procmime.[ch]
3124
	  src/textview.c
3125
	  src/prefs_common.c: implemented inline image display.
3126
3127
2005-02-07
3128
3129
	* src/gtkutils.c: gtkut_window_popup()
3130
	  src/about.c: about_show(): use gtk_window_present() to popup
3131
	  window.
3132
3133
2005-02-07
3134
3135
	* src/*.c: replaced intl.h with glib/gi18n.h (thanks to Yoichi Imai).
3136
	* configure.in
3137
	  Makefile.am
3138
	  po/Makefile.in.in: use AM_GLIB_GNU_GETTEXT. Removed intl/.
3139
3140
2005-02-04
3141
3142
	* src/action.c: execute_actions(): don't include header part in
3143
	  message text.
3144
3145
2005-02-04
3146
3147
	* src/textview.c
3148
	  src/gtkutils.[ch]: reimplemented message text search.
3149
3150
2005-02-04
3151
3152
	* src/gtkutils.[ch]: gtkut_widget_set_small_font_size(): new.
3153
	* src/prefs_account.c
3154
	  src/prefs_common.c: made the font size of supplementary
3155
	  explanations smaller, and enabled line wrap.
3156
3157
2005-02-03
3158
3159
	* version 1.9.1
3160
3161
2005-02-03
3162
3163
	* src/compose.c: compose_create(): use normal API for setting font.
3164
3165
2005-02-02
3166
3167
	* src/main.c: parse_cmd_opt(): convert help message to locale
3168
	  encoding.
3169
3170
2005-02-02
3171
3172
	* src/compose.c:
3173
	  GET_CHAR(): speed up by using gtk_text_iter_get_char().
3174
	  get_indent_length(): use GtkTextIter for the loop.
3175
3176
2005-02-02
3177
3178
	* src/compose.c:
3179
	  text_inserted(): revalidate iterator so as not to invalidate it
3180
	  after gtk_text_buffer_insert() while enabling auto wrapping.
3181
	  Do paste-as-quotation directly inside compose_paste_as_quote_cb().
3182
3183
2005-02-01
3184
3185
	* version 1.9.0
3186
3187
2005-01-31
3188
3189
	* src/codeconv.c: conv_utf8todisp(): replace every 8bit character
3190
	  if the source string is not a valid UTF-8.
3191
3192
2005-01-31
3193
3194
	* src/defs.h: use original ".sylpheed_cache" for CACHE_FILE.
3195
	  changed CACHE_VERSION to 0x20.
3196
3197
2005-01-31
3198
3199
	* src/rfc2015.c: sig_status_full(): convert string returned by
3200
	  strftime() (which is locale encoding) to UTF-8.
3201
3202
2005-01-31
3203
3204
	* configure.in
3205
	  src/textview.c
3206
	  src/passphrase.[ch]
3207
	  src/mimeview.c
3208
	  src/main.c
3209
	  src/select-keys.[ch]
3210
	  src/rfc2015.[ch]
3211
	  src/sigstatus.[ch]: ported to gpgme-1.0 (thanks to Toshio Kuratomi).
3212
3213
2005-01-28
3214
3215
	* src/template.c: template_write_config(): fixed a memory leak.
3216
3217
2005-01-28
3218
3219
	* src/compose.c: removed redundant code for Ctrl-Enter handling
3220
	  (not required for GTK2).
3221
3222
2005-01-27
3223
3224
	* src/prefs_actions.c
3225
	  src/prefs_template.c
3226
	  src/summary_search.c
3227
	  src/message_search.c
3228
	  src/folderview.c
3229
	  src/prefs_customheader.c
3230
	  src/prefs_filter.c: use GTK stock button for alertpanel.
3231
3232
2005-01-27
3233
3234
	* src/codeconv.c: conv_utf8toeuc(), conv_utf8tojis(): added to
3235
	  prevent character corruption on conversion.
3236
3237
2005-01-26
3238
3239
	* src/stock_pixmap.[ch]
3240
	  src/pixmaps/stock_add_16.xpm
3241
	  src/pixmaps/stock_remove_16.xpm: removed two pixmaps.
3242
	* src/prefs_filter_edit.c: use GTK stock icon for add and remove
3243
	  button.
3244
3245
2005-01-26
3246
3247
	* src/alertpanel.c: use smaller size for title font.
3248
3249
2005-01-26
3250
3251
	* src/codeconv.[ch]: made encoding-specific functions static, and
3252
	  removed redundant code.
3253
3254
2005-01-26
3255
3256
	* src/procmime.c:
3257
	  procmime_scan_content_type()
3258
	  procmime_scan_content_disposition(): removed raw ISO-2022-JP to
3259
	  EUC-JP conversion.
3260
	* src/jpilot.c: use conv_codeset_strdup() instead of
3261
	  conv_sjistodisp().
3262
3263
2005-01-26
3264
3265
	* src/compose.c
3266
	  src/folder.c
3267
	  src/prefs.c
3268
	  src/codeconv.[ch]
3269
	  src/imap.c
3270
	  src/xml.c
3271
	  src/addrbook.c
3272
	  src/addrindex.c: added constant C_INTERNAL and CS_INTERNAL which
3273
	  replace conv_get_internal_charset_str().
3274
3275
2005-01-25
3276
3277
	* src/inc.c: inc_finished(): removed warning when updating a
3278
	  folder item while no folder is selected.
3279
3280
2005-01-25
3281
3282
	* src/gtkutils.[ch]: gtkut_get_default_font_desc(): returns default
3283
	  font_desc.
3284
	* src/prefs_common.[ch]
3285
	  src/defs.h: removed unused font configs.
3286
	* src/textview.c: use default font for headers.
3287
	* src/headerview.c
3288
	  src/folderview.c: generate bold font from normal font.
3289
	* src/summaryview.c: generate bold and small font from normal font.
3290
3291
2005-01-24
3292
3293
	* src/alertpanel.c: alertpanel_create(): generate title font from
3294
	  normal font.
3295
3296
2005-01-24
3297
3298
	* src/pop.c: pop3_get_uidl_table(): removed the old code for
3299
	  migration.
3300
	* src/main.c: migrate_old_config(): also migrate sylpheedrc, and
3301
	  check the existence of source files.
3302
	* src/prefs_common.c: changed the font setting name for migration.
3303
	* src/defs.h: added UIDL_DIR, and changed the default font.
3304
3305
2005-01-24
3306
3307
	* src/compose.c
3308
	  src/addressbook.c
3309
	  src/messageview.c
3310
	  src/mimeview.c
3311
	  src/select-keys.c
3312
	  src/sigstatus.c: use GTK stock button for button set.
3313
	* src/passphrase.c: improved the passphrase dialog.
3314
3315
2005-01-24
3316
3317
	* src/alertpanel.c: use GTK stock icon instead of pixmap.
3318
	* src/pixmaps/stock_dialog_*_48.xpm: removed.
3319
3320
2005-01-24
3321
3322
	* src/grouplistdialog.c: replaced fnmatch() with g_pattern_match_*().
3323
3324
2005-01-24
3325
3326
	* src/prefs_display_header.c
3327
	  src/action.c
3328
	  src/grouplistdialog.c
3329
	  src/textview.c
3330
	  src/editbook.c
3331
	  src/editgroup.c
3332
	  src/importldif.c
3333
	  src/summary_search.c
3334
	  src/message_search.c
3335
	  src/select-keys.c
3336
	  src/editjpilot.c
3337
	  src/export.c
3338
	  src/editaddress.c
3339
	  src/addressadd.c
3340
	  src/editldap_basedn.c
3341
	  src/prefs_summary_column.c
3342
	  src/import.c
3343
	  src/prefs_filter_edit.c
3344
	  src/editvcard.c
3345
	  src/prefs_customheader.c
3346
	  src/editldap.c
3347
	  src/sigstatus.c: use GTK stock button for button set.
3348
3349
2005-01-24
3350
3351
	* src/compose.c
3352
	  src/inc.c
3353
	  src/prefs_actions.c
3354
	  src/prefs.c
3355
	  src/progressdialog.c
3356
	  src/account.c
3357
	  src/prefs_template.c
3358
	  src/foldersel.c
3359
	  src/main.c
3360
	  src/alertpanel.c
3361
	  src/inputdialog.c
3362
	  src/prefs_common.c
3363
	  src/summaryview.c
3364
	  src/about.c
3365
	  src/mainwindow.c
3366
	  src/prefs_filter.c: use GTK stock button for button set.
3367
	* src/gtkutils.[ch]: gtkut_stock_button_set_create(): added.
3368
3369
2005-01-21
3370
3371
	* src/gtkshruler.c: use PangoLayout instead of GdkFont (thanks to
3372
	  Alfons).
3373
3374
2005-01-21
3375
3376
	* src/colorlabel.c: removed include of gdk/gdkx.h.
3377
	* src/compose.c: compose_connect_changed_callbacks(): fixed a typo.
3378
	* src/codeconv.[ch]: added conv_utf8todisp().
3379
	* src/sourcewindow.c: source_window_append()
3380
	  src/textview.c: textview_write_line(), textview_write_link()
3381
	  src/unmime.c: unmime_header()
3382
	  src/html.c: html_read_line(): assume the encoding of source
3383
	  string is UTF-8 instead of locale encoding.
3384
3385
2005-01-20
3386
3387
	* src/codeconv.[ch]: conv_copy_dir(): copy directory contents with
3388
	  code conversion.
3389
	* src/main.c: migrate_old_config(): migrate templates.
3390
3391
2005-01-20
3392
3393
	* src/action.c: convert locale strings to UTF-8 before displaying
3394
	  it (thanks to Alfons).
3395
3396
2005-01-20
3397
3398
	* src/statusbar.c
3399
	  src/summaryview.c
3400
	  src/setup.c
3401
	  src/folderview.c
3402
	  src/mainwindow.[ch]: restored the resize grip of the main
3403
	  statusbar with its proper position (thanks to Yoichi Imai).
3404
3405
2005-01-20
3406
3407
	* src/jpilot.c: fixed Japanese code conversion.
3408
3409
2005-01-19
3410
3411
	* src/compose.c: compose_insert_sig(): fixed broken signature
3412
	  replacement.
3413
3414
2005-01-19
3415
3416
	* src/mh.c
3417
	  src/utils.c
3418
	  src/procmsg.c: ignore 0-numbered message file. Don't use symbol
3419
	  'fileno' used in stdio.h.
3420
	* src/messageview.c: messageview_show(): check if
3421
	  procmsg_msginfo_get_full_info() succeeds (fixes crash when
3422
	  opening 0-numbered message) (thanks to WAKAI Kazunao).
3423
3424
2005-01-19
3425
3426
	* src/summaryview.c: summary_reply(): fixed a bug that didn't
3427
	  correctly get text selection.
3428
3429
2005-01-12
3430
3431
	* Ported to GTK+-2.4 (based on Ashie's sylpheed-gtk2).