diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2dec86b875a..e118a0041a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> | ||
| 2 | |||
| 3 | * xterm.c (x_draw_glyph_string): Add a workaround so that fonts | ||
| 4 | that specify a negative underline position can still use underlines. | ||
| 5 | |||
| 6 | * window.c (Fpos_visible_in_window_p): Make POS default to | ||
| 7 | WINDOW's point, not the current buffer's point. | ||
| 8 | |||
| 1 | 2000-10-26 Dave Love <fx@gnu.org> | 9 | 2000-10-26 Dave Love <fx@gnu.org> |
| 2 | 10 | ||
| 3 | * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out | 11 | * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out |