summaryrefslogtreecommitdiff
path: root/lisp/avoid.el
AgeCommit message (Expand)Author
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-27Silence byte-compiler warning about x-pointer-invisibleStefan Kangas
2022-05-11Fix mouse pointer avoidance in some configurationsPo Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-24Prefer seq-random-elt to nth+randomStefan Kangas
2021-04-01Use lexical-binding in avoid.elStefan Kangas
2021-02-08* lisp/avoid.el: Doc fixes.Stefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-08-04Fix two mouse drag and drop issues (Bug#28620, Bug#36269)Martin Rudalics
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-08-05Fix some confusion with ‘format’Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-05-21* lisp/avoid.el (mouse-avoidance-banish-position): Fix defcustom :optionsJuri Linkov
2014-05-21* lisp/avoid.el (mouse-avoidance-set-mouse-position): Don't raise frame.Juri Linkov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-02In avoid.el handle case where posn-at-point returns nil.Martin Rudalics
2013-08-29Misc changes to reduce use of `(lambda...); and other cleanups.Stefan Monnier
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-06Add missing :version tagsGlenn Morris
2012-07-10Reduce use of (require 'cl).Stefan Monnier
2012-04-19lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero
2012-04-13avoid.el compiliation fixupsLars Ingebrigtsen
2012-04-13Allow further `mouse-avoidance-mode' customisationsThierry Volpiatto
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-03-19Merge changes from emacs-23 branchChong Yidong
2011-03-12lisp/avoid.el: Fix typos in docstrings.Juanma Barranquero
2011-03-09Inhibit mouse-avoidance if cursor-type is nil (Bug#8209).Julien Danjou
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-18* lisp/avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it isJulien Danjou
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-05Add 2009 to copyright years.Glenn Morris
2008-12-03* align.el:Lute Kamstra
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-05Update copyright years.Glenn Morris
2006-08-10* avoid.el (mouse-avoidance-animating-pointer): New var.Chong Yidong
2006-05-05(mouse-avoidance-point-position): Use posn-at-point instead of compute-motion.Kim F. Storm