diff options
| author | Jason Rumney | 2000-11-25 19:20:31 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-11-25 19:20:31 +0000 |
| commit | 48b217621288a1297eddd8fae869cc8e12b88b03 (patch) | |
| tree | dc4c5e6cc1f4b5c1127fe13941271887d5eb9108 /src | |
| parent | 7c98e712b1c92e442b37c3fc9892fc6dd7a2460d (diff) | |
| download | emacs-48b217621288a1297eddd8fae869cc8e12b88b03.tar.gz emacs-48b217621288a1297eddd8fae869cc8e12b88b03.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 26946573194..06746867569 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2000-11-25 Jason Rumney <jasonr@gnu.org> | 1 | 2000-11-25 Jason Rumney <jasonr@gnu.org> |
| 2 | 2 | ||
| 3 | * keyboard.c (make_lispy_event) [mouse_wheel, drag_n_drop]: Args | ||
| 4 | to window_from_coordinates should be pixel coordinates. | ||
| 5 | |||
| 3 | * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new | 6 | * w32fns.c (x_to_w32_font): Do not filter out italic fonts, as new |
| 4 | redisplay handles them properly. | 7 | redisplay handles them properly. |
| 5 | 8 | ||