summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
Commit message (Expand)AuthorAgeFilesLines
...
* | * lisp/mouse.el (mouse-posn-property): Ignore buffer position info when theStefan Monnier2014-06-051-4/+5
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-1/+4
|\ \ | |/
| * * lisp/mouse.el (mouse-posn-property): Ignore posn-point for mode-lineStefan Monnier2014-05-311-1/+4
* | * lisp/mouse.el (mouse-set-region): Handle spurious drag events.Stefan Monnier2014-05-271-18/+28
* | Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.orgGlenn Morris2014-05-251-2/+0
|\ \ | |/
| * * mouse.el: Remove old comment.Glenn Morris2014-05-181-2/+0
* | * lisp/mouse.el: Use the normal toplevel loop while dragging.Stefan Monnier2014-05-111-90/+53
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Revert last commit in mouse.el.Eli Zaretskii2014-01-301-8/+2
* In mouse-drag-line obey window-resize-pixelwise (Bug#16594).Martin Rudalics2014-01-301-2/+8
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-49/+69
* Merge from trunk.Eli Zaretskii2013-09-261-16/+15
|\
| * * mouse.el (mouse-yank-primary): Reorder to silence --without-x compilation.Glenn Morris2013-09-171-16/+15
* | Make F10 pop up the File menu.Eli Zaretskii2013-09-191-73/+0
|/
* * lisp/subr.el (posn-point, posn-string): Fix it here instead.Stefan Monnier2013-03-201-2/+1
* * lisp/mouse.el (mouse--down-1-maybe-follows-link): Fix follow-linkStefan Monnier2013-03-191-1/+8
* * mouse.el (mouse-on-link-p): Check for scroll bar.Jan Djärv2013-03-181-1/+2
* * lisp/mouse.el (mouse-drag-track): Remove left-over debugging code.Stefan Monnier2013-03-091-1/+0
* Separate mouse-1-click-follows-link from mouse-drag-region.Stefan Monnier2013-03-081-50/+44
* mouse.el commentGlenn Morris2013-02-061-0/+2
* * lisp/mouse.el (mouse-drag-track): Always deactivate the mark beforeStefan Monnier2013-02-011-1/+1
* mouse-drag-line changes for mouse-1 in header-lineGlenn Morris2013-01-301-32/+27
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Fix follow-mouse clicks on undraggable mode/header lines.Chong Yidong2012-11-241-7/+7
* Fix bug#12731 in mouse-drag-line.Martin Rudalics2012-10-261-2/+2
* Merge from trunkDaniel Colascione2012-10-071-3/+3
|\
| * Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-251-3/+3
* | Implement cygw32Daniel Colascione2012-09-171-1/+1
|/
* Allow face-remapping using :font, and use it in mouse-appearance-menu.Chong Yidong2012-08-171-6/+8
* * lisp/term/x-win.el (x-menu-bar-open): Always pass last-nonmenu-event.Stefan Monnier2012-08-101-20/+9
* * lisp/mouse.el (popup-menu-normalize-position): New function.Masatake YAMATO2012-08-101-17/+35
* In mouse-drag-line don't exit tracking prematurely (Bug#12006).Martin Rudalics2012-07-261-24/+47
* * lisp/mouse.el (popup-menu): Fix last change.Stefan Monnier2012-07-251-1/+1
* * lisp/term/x-win.el (x-menu-bar-open): Use `frame-parameter'Masatake YAMATO2012-07-201-4/+13
* Fix interaction of line-dragging with mouse-1-click-follows-link.Chong Yidong2012-07-081-97/+59
* Fix last commit.Chong Yidong2012-06-231-3/+0
* * mouse.el (mouse-drag-track): Deactivate the mark before popping.Chong Yidong2012-06-231-4/+9
* Do not set mark on single mouse-1 clicks.Chong Yidong2012-06-131-6/+9
* Add new error and function `user-error'.Stefan Monnier2012-05-041-1/+1
* Merge changes from emacs-24 branchChong Yidong2012-04-271-12/+11
|\
| * Fix resizing of minibuffer windows (Bug#11276).Martin Rudalics2012-04-201-12/+11
* | lisp/*: Add declarations, remove unused bindings, mark unused args.Juanma Barranquero2012-04-191-2/+1
* | Use auto-hscroll-mode rather than the alias automatic-hscrollingGlenn Morris2012-04-161-4/+4
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* * lisp/mouse.el (mouse-yank-primary): Push the mark.Chong Yidong2011-10-291-5/+6
* In mouse-drag-line correctly use window-in-direction.Martin Rudalics2011-10-221-3/+4
* Fix minibuffer resizing.Martin Rudalics2011-10-221-1/+3
* Fix and improve mouse-dragging of horizontal/vertical lines.Martin Rudalics2011-10-211-277/+141