diff options
| author | Miles Bader | 2000-10-27 01:47:24 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-10-27 01:47:24 +0000 |
| commit | 05ea7ef21a0f047b31205de0434af6bc3a42dfcd (patch) | |
| tree | b508b57bd3c931114ce74e04e256d46b623f13c6 /src/ChangeLog | |
| parent | 073f69e6f7eeafe53d19fb29d44eb5f2bedda38d (diff) | |
| download | emacs-05ea7ef21a0f047b31205de0434af6bc3a42dfcd.tar.gz emacs-05ea7ef21a0f047b31205de0434af6bc3a42dfcd.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -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 |