Files
emacs/lisp
Martin Rudalics a7ef7a0e53 Some fixes for scroll bar code.
* w32term.c (w32_horizontal_scroll_bar_handle_click): In
`event->y' return entire range (the size of the scroll bar minus
that of the thumb).
* xterm.c (xm_scroll_callback, xaw_jump_callback): In `whole'
return entire range (the scaled size of the scroll bar minus
that of the slider).  In `portion' return the scaled position of
the slider.
(xaw_jump_callback): Restore part of code for vertical scroll
bar broken in change from 2014-07-27.
(xaw_scroll_callback): Provide incremental scrolling with
horizontal scroll bars.
(x_scroll_bar_handle_click): Fix typo introduced in change from
2014-07-27.
* scroll-bar.el (scroll-bar-horizontal-drag-1): Handle new
interpretation of `portion-whole'.
2014-08-28 08:46:58 +02:00
..
2014-06-28 10:35:48 +09:00
2014-08-21 18:07:13 +03:00
2014-08-25 12:48:08 -04:00
2014-05-01 19:55:25 -04:00
2014-08-28 08:46:58 +02:00
2014-06-25 20:34:54 -04:00
2014-06-28 10:34:17 +09:00
2014-05-14 10:15:15 -07:00
2014-08-14 21:05:36 -07:00
2014-07-29 16:21:11 +02:00
2014-08-28 08:46:58 +02:00
2014-06-08 00:41:27 -07:00
2014-06-05 15:40:54 +02: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.