aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-03 15:41:14 +0000
committerGerd Moellmann2001-07-03 15:41:14 +0000
commit38472d441b183b03bd36d3f07fac44be614fc0ac (patch)
tree6c638b091039804e4c5d88dd526b49763c6fdd5c /src
parenteb700b824d8aca9806dc7601e28004b643cc4440 (diff)
downloademacs-38472d441b183b03bd36d3f07fac44be614fc0ac.tar.gz
emacs-38472d441b183b03bd36d3f07fac44be614fc0ac.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index db84d0d05d8..034a5617b4d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-07-03 Gerd Moellmann <gerd@gnu.org> 12001-07-03 Gerd Moellmann <gerd@gnu.org>
2 2
3 * eval.c (specbind): If SYMBOL has a frame-local binding, record
4 the frame on the binding stack. Change format of entries for
5 local bindings on the binding stack to '(SYMBOL . WHERE)'.
6 (unbind_to): Handle unbinding a frame-local variable.
7
3 * xdisp.c (compute_line_metrics): On ttys, subtract continuation 8 * xdisp.c (compute_line_metrics): On ttys, subtract continuation
4 glyphs and truncation glyphs at the end of a row from its pixel 9 glyphs and truncation glyphs at the end of a row from its pixel
5 width. 10 width.