diff options
| author | Eli Zaretskii | 2001-07-24 11:05:40 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-07-24 11:05:40 +0000 |
| commit | a9f7310463adf8c9ef4ae402fc17bfcae5fd5c5f (patch) | |
| tree | 7886e9488b1c8f982d05dfbeaf8fdeb6769f8c7e /lisp/ChangeLog | |
| parent | f018895322f32670a2277198dc008c7cb48e2f95 (diff) | |
| download | emacs-a9f7310463adf8c9ef4ae402fc17bfcae5fd5c5f.tar.gz emacs-a9f7310463adf8c9ef4ae402fc17bfcae5fd5c5f.zip | |
(mouse-avoidance-too-close-p): If the frame lacks a
tool-bar-lines parameter, behave as if its value were zero.
(mouse-avoidance-set-pointer-shape): Don't do anything if
x-pointer-shape is not boundp.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d27973d115a..b6c7f227671 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-07-24 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a | ||
| 4 | tool-bar-lines parameter, behave as if its value were zero. | ||
| 5 | (mouse-avoidance-set-pointer-shape): Don't do anything if | ||
| 6 | x-pointer-shape is not boundp. | ||
| 7 | |||
| 1 | 2001-07-23 Francesco Potorti` <pot@gnu.org> | 8 | 2001-07-23 Francesco Potorti` <pot@gnu.org> |
| 2 | 9 | ||
| 3 | * uniquify.el: Overall speedup changes when using many buffers. | 10 | * uniquify.el: Overall speedup changes when using many buffers. |