diff options
| author | Steven Tamm | 2005-01-03 16:49:35 +0000 |
|---|---|---|
| committer | Steven Tamm | 2005-01-03 16:49:35 +0000 |
| commit | e169f939a59dee9a773116c9a6e40f6fb25b2511 (patch) | |
| tree | d253562b8c70d67400d5dee5d7a23865c875abd9 /src/ChangeLog | |
| parent | e922de02bb154b8142650c3404686544cb17d08a (diff) | |
| download | emacs-e169f939a59dee9a773116c9a6e40f6fb25b2511.tar.gz emacs-e169f939a59dee9a773116c9a6e40f6fb25b2511.zip | |
* macterm.c (x_new_font): Set FRAME_SPACE_WIDTH.
(x_font_min_bounds, XLoadQueryFont): Use the correct font width
metrics for max and min bounds.
(x_load_font): Correctly calculate average font width metrics.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 37477cba800..30196b43ff5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2005-01-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macterm.c (x_new_font): Set FRAME_SPACE_WIDTH. | ||
| 4 | (x_font_min_bounds, XLoadQueryFont): Use the correct font width | ||
| 5 | metrics for max and min bounds. | ||
| 6 | (x_load_font): Correctly calculate average font width metrics. | ||
| 7 | |||
| 1 | 2005-01-02 Richard M. Stallman <rms@gnu.org> | 8 | 2005-01-02 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers. | 10 | * alloc.c (Fgarbage_collect): Don't truncate_undo_list on dead buffers. |