Statistics
| Revision:

root / ChangeLog @ 707

History | View | Annotate | Download (71.8 kB)

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