diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
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 @@ | |||
| 1 | 2001-07-03 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-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. |