aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-13 15:23:17 +0000
committerGerd Moellmann2001-02-13 15:23:17 +0000
commit2e6621ca8cf108d51a84f1700aa44c90e7ebb82f (patch)
treef52282c7f9983952522272291637c9e2c4f9ebea /src/ChangeLog
parent7cc9f69fd9764ed41fbcf8d11da8ec49dbf8c7c8 (diff)
downloademacs-2e6621ca8cf108d51a84f1700aa44c90e7ebb82f.tar.gz
emacs-2e6621ca8cf108d51a84f1700aa44c90e7ebb82f.zip
(best_matching_font): New parameter width_ratio.
Multiply avgwidth by width_ratio. (choose_face_font): Call best_matching_font with width_ratio calculated from the column width of C.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b87ddc0da78..91a3aec56f3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,13 @@
3 * dired.c (directory_files_internal): Initialize errno. 3 * dired.c (directory_files_internal): Initialize errno.
4 (toplevel): Include errno.h. 4 (toplevel): Include errno.h.
5 5
62001-02-13 Kenichi Handa <handa@etl.go.jp>
7
8 * xfaces.c (best_matching_font): New parameter width_ratio.
9 Multiply avgwidth by width_ratio.
10 (choose_face_font): Call best_matching_font with width_ratio
11 calculated from the column width of C.
12
62001-02-12 Andrew Innes <andrewi@gnu.org> 132001-02-12 Andrew Innes <andrewi@gnu.org>
7 14
8 The following changes are to draw box lines inside characters area 15 The following changes are to draw box lines inside characters area