Files
emacs/lisp
Stefan Monnier fbd5cc6ca4 * lisp/mouse.el: Use the normal toplevel loop while dragging.
(mouse-set-point): Handle multi-clicks.
(mouse-set-region): Handle multi-clicks for drags.
(mouse-drag-region): Update call accordingly.
(mouse-drag-track): Remove `do-mouse-drag-region-post-process' hack.
Use the normal event loop instead of a local while/read-event loop.
(global-map): Remove redundant bindings for double/triple-mouse-1.
* lisp/xt-mouse.el (xterm-mouse-translate-1): Only process one event at a time.
Generate synthetic down events when the protocol only sends up events.
(xterm-mouse-last): Remove.
(xterm-mouse--read-event-sequence-1000): Use xterm-mouse-last-down
terminal parameter instead.
(xterm-mouse--set-click-count): New function.
(xterm-mouse-event): Detect/generate double/triple clicks.
* lisp/reveal.el (reveal-close-old-overlays): Don't close while dragging.
2014-05-11 01:49:14 -04:00
..
2014-01-15 22:24:06 -08:00
2014-05-04 21:08:54 -04:00
2014-04-22 16:07:45 +02:00
2014-05-01 19:55:25 -04:00
2014-01-15 22:24:06 -08:00
2014-01-16 20:54:23 -05:00
2014-01-26 01:47:40 +01:00
2014-01-15 22:24:06 -08:00
2014-01-15 22:24:06 -08:00
2014-01-26 01:47:40 +01:00
2014-01-16 20:54:23 -05:00
2014-01-14 22:06:07 -05:00
2014-01-21 20:43:37 -05:00
2014-01-26 01:47:40 +01:00
2014-01-10 19:55:50 -08:00
2014-03-07 01:01:19 +01:00
2014-03-28 19:11:39 -04:00
2014-03-22 16:56:19 -07:00
2014-04-13 11:27:32 +01:00
2014-01-05 22:25:30 -08:00
2014-03-21 02:12:57 +01:00
2014-02-28 14:19:06 +01:00
2014-03-04 15:13:41 +01:00
2014-02-06 23:18:02 -08:00
2014-01-05 22:25:30 -08:00
2014-02-13 00:26:01 -08:00
2014-02-12 11:40:35 -08:00
2014-05-01 07:18:18 -04:00
2014-05-01 19:55:25 -04:00
2014-01-11 21:29:11 -08:00
2014-01-13 11:55:22 +01:00
2014-01-25 20:15:42 +01:00
2014-03-04 14:01:48 +01:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.