Statistics
| Revision:

root / ChangeLog @ 765

History | View | Annotate | Download (76.5 kB)

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