aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-06 11:29:37 +0000
committerGerd Moellmann2000-12-06 11:29:37 +0000
commitefc8f57aba4f1ef559b03746f277f60922638d1c (patch)
tree0f2883f25a9d417a20550593490be5007ab60b26 /src/ChangeLog
parent9765b4a48777b98a338c900fe64838f2a03679ef (diff)
downloademacs-efc8f57aba4f1ef559b03746f277f60922638d1c.tar.gz
emacs-efc8f57aba4f1ef559b03746f277f60922638d1c.zip
(move_it_by_lines): Fix paren typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 38b12414b86..1d6b3cec057 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12000-12-06 Gerd Moellmann <gerd@gnu.org> 12000-12-06 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xdisp.c (move_it_by_lines): Fix paren typo.
4
3 * xterm.c (x_load_font): Don't use the font's max_bounds for 5 * xterm.c (x_load_font): Don't use the font's max_bounds for
4 computing the height of the font. If max_bounds' ascent or 6 computing the height of the font. If max_bounds' ascent or
5 descent are greater than the font's ascent or descent, this means 7 descent are greater than the font's ascent or descent, this means