Statistics
| Revision:

root / ChangeLog @ 756

History | View | Annotate | Download (75.8 kB)

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