| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* mactoolbox.c:
* macterm.h:
* macterm.c:
* macselect.c:
* macmenu.c:
* macgui.h:
* macfns.c:
* mac.c: Remove file.
* s/darwin.h:
* m/intel386.h:
* xfaces.c:
* xdisp.c:
* window.c:
* tparam.c:
* termhooks.h:
* termcap.c:
* term.c:
* syssignal.h:
* sysselect.h:
* sysdep.c:
* process.c:
* lread.c:
* lisp.h:
* keyboard.c:
* image.c:
* fringe.c:
* frame.h:
* frame.c:
* fontset.c:
* font.h:
* font.c:
* fns.c:
* fileio.c:
* emacs.c:
* dispnew.c:
* dispextern.h:
* config.in:
* atimer.c:
* Makefile.in: Remove code for Carbon
* erc.el: Remove code for Carbon.
Remove support for Mac Carbon.
* term/mac-win.el: Remove file
* international/mule-cmds.el:
* version.el:
* startup.el:
* simple.el:
* mwheel.el:
* mouse.el:
* loadup.el:
* isearch.el:
* info.el:
* frame.el:
* faces.el:
* disp-table.el:
* cus-start.el:
* cus-face.el:
* cus-edit.el:
* Makefile.in: Remove code for Carbon.
Remove support for Mac Carbon.
* makefile.w32-in:
* emacsclient.c: Remove code for Carbon.
* PROBLEMS:
* MACHINES: Remove mentions of Mac Carbon.
* ns-emacs.texi:
* faq.texi: Remove mentions of Mac Carbon.
* os.texi:
* frames.texi:
* display.texi: Remove mentions of Mac Carbon.
* xresources.texi: Remove mentions of Mac Carbon.
* make-tarball.txt:
* admin.el:
* FOR-RELEASE:
* CPP-DEFINES: Remove mentions of Mac Carbon.
Remove support for Mac Carbon.
* mac: Remove directory.
* make-dist:
* configure.in:
* README:
* Makefile.in:
* INSTALL: Remove code for Carbon.
* configure: Regenerate.
|
| |
|
| |
|
|
|
|
| |
Evaluate definitions when compiling. Reverse tests.
|
| |
|
|
|
|
| |
Add WHEN to obsolescence declaration.
|
|
|
|
| |
moves.
|
| |
|
| |
|
| |
|
|
|
|
| |
pages at a time, if we signal the end, we should indeed reach that end.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
of window-system because window-system is not correctly defined during loadup.
|
| |
|
| |
|
|
|
|
| |
(mwheel-scroll): Adjust accordingly.
|
|
|
|
| |
Test window-system rather than system-type (for X11/Mac).
|
| |
|
|
|
|
| |
Use wheel-* events on darwin.
|
|
|
|
| |
Default to new wheel-up and wheel-down events on MacOS.
|
|
|
|
| |
Default to new wheel-up and wheel-down events on Windows.
|
| |
|
| |
|
|
|
|
| |
obsolescence declaration and remove redundant info from docstring.
|
| |
|
|
|
|
| |
customize type 'float is now defined.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the mouse wheel. This adds a short period after each mouse wheel
scroll event where a click on the mouse wheel button is ignored.
(mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs.
(mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars.
(mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns.
(mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook.
Start mwheel-inhibit-click-event-timer with timeout handler
mwheel-inhibit-click-timeout.
|
|
|
|
| |
Declare with defvar, not with defcustom.
|
|
|
|
| |
* mwheel.el (mouse-wheel-up-button): Doc fix.
|
|
|
|
|
|
|
|
|
|
| |
(mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
(mouse-wheel-up-event, mouse-wheel-down-event): New vars.
(mouse-wheel-follow-mouse): Change default to t.
(mwheel-event-button): Return the basic event symbol.
(mwheel-scroll): Work with non-mouse events.
(mouse-wheel-mode): Use the new vars.
(mwheel-install): Obey `uninstall'.
|
|
|
|
| |
Don't require the first element to be modifier-free.
|
| |
|
|
|
|
|
|
|
|
| |
scrolling speed, fix an unwind-protect.
(mouse-wheel-scroll-amount): Now a three-element list.
(mouse-wheel-scroll-down-slow, mouse-wheel-scroll-up-slow)
(mouse-wheel-scroll-down-normal, mouse-wheel-scroll-up-normal)
(mouse-wheel-scroll-down-fast, mouse-wheel-scroll-up-fast): New functions.
|
|
|
|
| |
(mwheel-scroll): Recognize nil scroll amount as documented.
|
| |
|
|
|
|
| |
variable `global-map'.
|
|
|
|
|
|
|
| |
event-modifiers before looking up in `mouse-wheel-scroll-amount'.
If there's no applicable modifiers entry in the alist in
`mouse-wheel-scroll-amount', fall back to the default, not to
nil (which causes full screen scrolls).
|
|
|
|
| |
to `define-key', since it no longer accepts the latter.
|
| |
|
|
|
|
|
| |
(mouse-wheel-scroll-amount): New var.
(mwheel-scroll): Use it and handle float values.
|
|
|
|
|
|
|
| |
New user-options.
(mouse-wheel-change-button): New function.
(mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
(mwheel-scroll): Ditto.
|
|
|
|
|
|
| |
(mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
(mouse-wheel-mode): Use (featurep 'xemacs) instead of
string-matching against the version string.
|
| |
|
|
|
|
| |
(mwheel-install): Use `mouse-wheel-mode'.
|
| |
|