diff options
| author | Thierry Volpiatto | 2012-04-13 23:12:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-04-13 23:12:48 +0200 |
| commit | 7b55b8bf5a443019fa4054ec14d4482bf8889fae (patch) | |
| tree | ca932dd7342c0649a1a34f4d5c257d417d6eebaa /lisp | |
| parent | adedaa1fa6ae0974952fb76cb095c52887b044b1 (diff) | |
| download | emacs-7b55b8bf5a443019fa4054ec14d4482bf8889fae.tar.gz emacs-7b55b8bf5a443019fa4054ec14d4482bf8889fae.zip | |
Allow further `mouse-avoid-mode' customisations
* avoid.el (mouse-avoidance-banish-position): New variable.
(mouse-avoidance-banish-destination): Use it.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4ca71350cb3..87163f1cae8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * avoid.el (mouse-avoidance-banish-position): New variable. | ||
| 4 | (mouse-avoidance-banish-destination): Use it (bug#10165). | ||
| 5 | |||
| 1 | 2012-04-13 Leo Liu <sdl.web@gmail.com> | 6 | 2012-04-13 Leo Liu <sdl.web@gmail.com> |
| 2 | 7 | ||
| 3 | * progmodes/which-func.el (which-func-modes): Add objc-mode. | 8 | * progmodes/which-func.el (which-func-modes): Add objc-mode. |