summaryrefslogtreecommitdiff
path: root/lisp/mouse-sel.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* mouse-sel.el comments.Glenn Morris2010-11-091-4/+3
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * align.el:Lute Kamstra2008-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* American English spelling fix.Glenn Morris2008-06-271-2/+2
|
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+4
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (mouse-sel-mode): Register mouse-2 as a click type.Chong Yidong2006-12-091-0/+4
|
* (mouse-insert-selection-internal): Use insert-for-yank, so that yank handlersEli Zaretskii2006-10-071-1/+2
| | | | are run.
* * mouse-sel.el (mouse-sel-follow-link-p): Use event positionDavid Kastrup2006-09-151-1/+1
| | | | | | | | | | | | | | | | | instead of buffer position for `mouse-on-link-p'. * mouse.el (mouse-posn-property): New function looking up the properties at a click position in overlays and text properties in either buffer or strings. (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup of both `follow-link' as well as `mouse-face' properties. (mouse-drag-track): Check `mouse-on-link-p' on event position, not buffer position. * help.el (describe-key-briefly): When reading a down-event on mode lines or scroll bar, swallow the following up event, too. Use the new mouse sensitity of `key-binding' for lookup. (describe-key): The same here.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* From Chong Yidong <cyd@stupidchicken.com>Kim F. Storm2005-05-111-9/+44
| | | | | | (mouse-sel-follow-link-p): New function. (mouse-select, mouse-select-internal, mouse-extend-internal): Use it to implement mouse-1-click-follows-link functionality.
* (mouse-sel-mode): Adjust to new names for x-lost-selection-functions.Stefan Monnier2004-10-281-4/+5
|
* (mouse-sel-mode): Specify custom group.Kai Großjohann2004-10-251-0/+1
|
* Comment change.Richard M. Stallman2004-03-041-0/+2
|
* (mouse-sel-has-been-enabled): New var.Richard M. Stallman2004-03-041-5/+10
| | | | | (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled. When disabling, restore old values only if mouse-sel-has-been-enabled.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (mouse-sel-get-selection-function):John Paul Wallington2003-07-251-1/+3
| | | | | Check `x-last-selected-text-primary'. Don't barf if it or `x-last-selected-text' aren't bound.
* (mouse-sel-determine-selection-thing): Fix character constant.Juanma Barranquero2003-02-181-1/+1
|
* (mouse-sel-original-interprogram-paste-function): Defvar it.Stefan Monnier2002-07-161-1/+1
|
* (mouse-sel-mode): Use define-minor-mode.Stefan Monnier2002-07-161-102/+63
| | | | | | | Fold mouse-sel-bindings into it. (mouse-sel-bound-events): Turn it into an alist. (mouse-insert-selection): Delegate to mouse-yank-at-click if mouse-sel-default-bindings asks for it.
* (mouse-sel-bindings): Save/restore interprogram cut/paste functions.Mike Williams2002-07-151-23/+23
|
* (mouse-sel-bound-events): New constant.Mike Williams2002-07-141-67/+67
| | | | | | (mouse-sel-save-original-bindings): New function. (mouse-sel-restore-original-bindings): New function. (mouse-sel-bindings): Save/restore original mouse-bindings.
* Change maintainer email address.Richard M. Stallman2002-07-071-1/+1
|
* Converted backquote to the new style.Sam Steingold2001-11-271-61/+59
|
* Docstring fixes.Stefan Monnier2001-08-211-3/+3
|
* Fix a typo in a comment.Eli Zaretskii2001-08-101-1/+1
|
* (mouse-sel-bindings): Instead of unbindingGerd Moellmann2001-07-161-7/+13
| | | | mouse-1 etc., bind them to `ignore'.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-2/+2
|
* (mouse-sel-mode): Doc fix.Gerd Moellmann2000-08-081-3/+4
|
* (mouse-sel-mode): Doc fix.Dave Love1999-04-271-2/+2
|
* *** empty log message ***Karl Heuer1999-03-301-1/+1
|
* (mouse-sel-mode): Doc fix.Karl Heuer1999-03-301-1/+2
|
* (mouse-sel-default-bindings): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* Customise. Don't install bindings on file load; use a fn.Simon Marshall1997-07-151-80/+172
|
* (mouse-sel-get-selection-function):Richard M. Stallman1997-05-051-1/+1
| | | | Look in x-last-selected-text if necessary.
* (mouse-sel-set-selection-function): Doc fix.Richard M. Stallman1996-10-261-5/+12
| | | | | | Use x-select-text, for the primary selection. (mouse-sel-get-selection-function): Use x-cut-buffer-or-selection-value, for the primary selection.
* Update FSF's address.Erik Naggum1996-01-141-2/+7
|
* (mouse-sel-lost-selection-hook): Undo prev change.Richard M. Stallman1995-11-151-1/+1
|
* (mouse-sel-lost-selection-hook): Use (car selection).Richard M. Stallman1995-11-141-1/+1
|
* Don't (require 'backquote).Richard M. Stallman1995-07-181-38/+10
| | | | | | | | | | | (mouse-extend-internal): Select space in between "things" when extending selection, ie. we are extending to "thing" boundaries. Use x-lost-selection-hooks to handle loss of selection. (mouse-sel-lost-selection-hook): New function. (mouse-sel-selection-owner-p-function): Variable removed. (mouse-sel-selection-owner-p): Function removed. (mouse-sel-validate-selection): Function removed.
* Downcase function parameters.Richard M. Stallman1995-04-191-252/+460
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doc fixes. Rewrite to support secondary selection. (mouse-sel-maintainer-address): New constant. (mouse-sel-submit-bug-report): New function. Rename mouse-sel-selection-type to mouse-sel-primary-thing. (mouse-sel-secondary-thing): New variable. (mouse-sel-selection-alist): New constant. (mouse-sel-set-selection-function): Semantics changed. Value should now be a function taking two arguments. (mouse-sel-get-selection-function): Semantics changed. Value should now be a function taking one argument. (mouse-sel-selection-owner-p-function): New variable. Removed variable mouse-sel-check-selection-function. Rename mouse-sel-determine-selection-type to mouse-sel-determine-selection-thing. (mouse-sel-set-selection): New function. (mouse-sel-get-selection): New function. (mouse-sel-selection-owner-p): New function. (mouse-sel-selection-overlay): New function. (mouse-sel-selection-thing): New function. (mouse-sel-region-to-primary): New function. (mouse-sel-primary-to-region): New function. (mouse-sel-eval-at-event-end): New macro. (mouse-sel-determine-selection-thing): Quad-click selects paragraphs. Removed variable mouse-sel-retain-highlight; use inverse of transient-mark-mode instead. (mouse-select-internal): New function. (mouse-select): Re-written using mouse-select-internal and mouse-sel-primary-to-region. (mouse-select-secondary): New function. (mouse-extend-internal): New function. (mouse-extend): Re-written using mouse-extend-internal, mouse-sel-region-to-primary and mouse-sel-primary-to-region. (mouse-extend-secondary): New function. (mouse-insert-selection-internal): New function. (mouse-insert-selection): Re-written using mouse-insert-selection-internal. (mouse-insert-secondary): New function. (mouse-sel-validate-selection): Check all selections in mouse-sel-selection-alist.
* (mouse-select): Pass an arg to mouse-extend.Richard M. Stallman1994-10-111-1/+1
|
* Fix typo in comment.Karl Heuer1994-09-151-1/+1
|