index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
mouse.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix interaction of line-dragging with mouse-1-click-follows-link.
...
Chong Yidong
2012-07-08
1
-97
/
+59
*
Fix last commit.
Chong Yidong
2012-06-23
1
-3
/
+0
*
* mouse.el (mouse-drag-track): Deactivate the mark before popping.
Chong Yidong
2012-06-23
1
-4
/
+9
*
Do not set mark on single mouse-1 clicks.
...
Chong Yidong
2012-06-13
1
-6
/
+9
*
Add new error and function `user-error'.
...
Stefan Monnier
2012-05-04
1
-1
/
+1
*
Merge changes from emacs-24 branch
Chong Yidong
2012-04-27
1
-12
/
+11
|
\
|
*
Fix resizing of minibuffer windows (Bug#11276).
...
Martin Rudalics
2012-04-20
1
-12
/
+11
*
|
lisp/*: Add declarations, remove unused bindings, mark unused args.
...
Juanma Barranquero
2012-04-19
1
-2
/
+1
*
|
Use auto-hscroll-mode rather than the alias automatic-hscrolling
...
Glenn Morris
2012-04-16
1
-4
/
+4
|
/
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-12-30
1
-1
/
+1
*
* lisp/mouse.el (mouse-yank-primary): Push the mark.
...
Chong Yidong
2011-10-29
1
-5
/
+6
*
In mouse-drag-line correctly use window-in-direction.
Martin Rudalics
2011-10-22
1
-3
/
+4
*
Fix minibuffer resizing.
...
Martin Rudalics
2011-10-22
1
-1
/
+3
*
Fix and improve mouse-dragging of horizontal/vertical lines.
...
Martin Rudalics
2011-10-21
1
-277
/
+141
*
* lisp/mouse.el (mouse-drag-mode-line-1): Modify the end-event we pushed on
...
Stefan Monnier
2011-10-14
1
-2
/
+4
*
* mouse.el (mouse-drag-track): Set scroll-margin to 0 while tracking.
...
Chong Yidong
2011-09-24
1
-1
/
+2
*
mouse-set-region doc fix
...
Lars Magne Ingebrigtsen
2011-07-14
1
-1
/
+3
*
* lisp/mouse.el (mouse--strip-first-event): New function.
...
Stefan Monnier
2011-07-01
1
-7
/
+9
*
* lisp/minibuffer.el (minibuffer-inactive-mode-map): New var.
...
Stefan Monnier
2011-06-01
1
-13
/
+4
*
Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.
Glenn Morris
2011-04-22
1
-0
/
+3
|
\
|
*
Handle deferred `event-kind' property when using unread-command-events.
...
Chong Yidong
2011-04-09
1
-0
/
+3
*
|
* lisp/mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
Sam Steingold
2011-02-04
1
-0
/
+2
*
|
undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...
Sam Steingold
2011-02-01
1
-1
/
+1
*
|
* lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.
...
Sam Steingold
2011-02-01
1
-1
/
+1
*
|
Merge changes from emacs-23 branch
Chong Yidong
2011-01-31
1
-3
/
+3
|
\
|
|
*
* mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
Chong Yidong
2011-01-28
1
-3
/
+3
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
|
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Fix bug #7699 with pasting selected text on MS-Windows.
...
Eli Zaretskii
2010-12-25
1
-1
/
+10
*
|
Merge from emacs-23
Stefan Monnier
2010-12-13
1
-1
/
+2
|
\
|
|
*
mouse.el fix for bug#7586.
...
Glenn Morris
2010-12-07
1
-1
/
+2
|
*
Backport Bug#6765 fix from trunk.
...
YAMAMOTO Mitsuharu
2010-11-04
1
-2
/
+1
*
|
* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
Jan Djärv
2010-11-05
1
-1
/
+1
*
|
Remove some functions, variables and aliases obsolete since at least 21.1.
...
Glenn Morris
2010-10-01
1
-7
/
+0
*
|
Respect mouse-drag-copy-region upon mouse-3 region adjustment.
...
David De La Harpe Golden
2010-09-05
1
-3
/
+20
*
|
Add "Package:" file headers to denote built-in packages.
Chong Yidong
2010-08-29
1
-0
/
+1
*
|
Avoid clobbering primary selection when switching frames (Bug#6872).
...
Chong Yidong
2010-08-24
1
-3
/
+4
*
|
Cleanups and fixes for mouse-save-then-kill and mouse-secondary-save-then-kill.
...
Chong Yidong
2010-08-21
1
-548
/
+161
*
|
Fix mouse dragging of words and lines (Bug#6840).
...
Chong Yidong
2010-08-15
1
-14
/
+22
*
|
Fix bug #6689 with mouse-2 pasting on Windows.
...
Eli Zaretskii
2010-08-14
1
-2
/
+9
*
|
Fix 2010-07-03 change to mouse-drag-track.
...
Chong Yidong
2010-08-08
1
-0
/
+5
*
|
Change `select-active-region' mechanics.
...
Chong Yidong
2010-08-07
1
-23
/
+4
*
|
mouse.el: Match "mouse-2" at the beginning of the string. (Bug#6765)
YAMAMOTO Mitsuharu
2010-08-01
1
-2
/
+1
*
|
Adapt mouse-3 behavior to recent selection changes (Bug#6701).
...
Chong Yidong
2010-07-31
1
-39
/
+52
*
|
* lisp/mouse.el (mouse-yank-primary, mouse-yank-secondary):
...
Sam Steingold
2010-07-26
1
-2
/
+2
*
|
Revert 2010-07-14 change to deactivate mark; minor cleanups.
...
Chong Yidong
2010-07-17
1
-3
/
+1
*
|
Change x-select-enable-primary to nil.
...
Chong Yidong
2010-07-16
1
-1
/
+1
*
|
Change clipboard/primary selection to X application standards.
...
Chong Yidong
2010-07-14
1
-2
/
+2
[next]