Statistics
| Revision:

root / ChangeLog @ 717

History | View | Annotate | Download (72.9 kB)

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