Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 546:666d73d6ac56
[xemacs-hg @ 2001-05-20 01:17:07 by ben]
fixes so MinGW compiles.
console-msw.h, scrollbar-msw.c, event-msw.c: we might receive scrollbar events on windows without scrollbars
(e.g. holding down and moving the wheel button).
dired.c: win9x support.
eval.c: doc comment about gcpro'ing in record_unwind_protect.
frame-msw.c: typo.
frame.c: avoid problems with errors during init_frame_3.
process-nt.c: remove unused mswindows-quote-process-args. rec for 21.4.
unexcw.c: use do/while.
autoload.el: Oops, off by one argument.
mouse.el: Add an argument to mouse-track so that hooks can be overridden.
(let-binding doesn't work when the hooks have been made local.)
modify mouse-track-run-hook accordingly, and fix mouse-track-default
and mouse-track-insert to use the new functionality.
printer.el: Oops, off by one paren.
author | ben |
---|---|
date | Sun, 20 May 2001 01:17:16 +0000 |
parents | 56d2a7dcb919 |
children | 0f4bdbb07414 |
comparison
equal
deleted
inserted
replaced
545:9a775fb11bb7 | 546:666d73d6ac56 |
---|---|
1 2001-05-19 Ben Wing <ben@xemacs.org> | |
2 | |
3 * autoload.el (batch-force-update-one-directory): | |
4 Oops, off by one argument. | |
5 | |
6 * mouse.el: | |
7 * mouse.el (Mouse-track-gensym): New. | |
8 * mouse.el (mouse-track-run-hook): | |
9 * mouse.el (mouse-track): | |
10 * mouse.el (mouse-track-default): | |
11 * mouse.el (mouse-track-insert): | |
12 * mouse.el (mouse-track-insert-selected-region): Removed. | |
13 * mouse.el (mouse-track-insert-drag-up-hook): Removed. | |
14 * mouse.el (mouse-track-insert-click-hook): Removed. | |
15 Add an argument to mouse-track so that hooks can be overridden. | |
16 (let-binding doesn't work when the hooks have been made local.) | |
17 modify mouse-track-run-hook accordingly, and fix mouse-track-default | |
18 and mouse-track-insert to use the new functionality. | |
19 | |
20 * printer.el (generic-print-region): | |
21 Oops, off by one paren. | |
22 | |
1 2001-05-13 Adrian Aichner <adrian@xemacs.org> | 23 2001-05-13 Adrian Aichner <adrian@xemacs.org> |
2 | 24 |
3 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was | 25 * buff-menu.el (Buffer-menu-mode): `mouse-track-click-hook' was |
4 made buffer-local incorrectly (make-local-variable instead of | 26 made buffer-local incorrectly (make-local-variable instead of |
5 make-local-hook). Furthermore this hook must not be local so that | 27 make-local-hook). Furthermore this hook must not be local so that |