Mercurial > emacs
comparison lisp/ChangeLog @ 48612:86555a848e72
*** empty log message ***
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Mon, 02 Dec 2002 08:51:39 +0000 |
parents | 6d0d9fa39133 |
children | e3614ce7f90f |
comparison
equal
deleted
inserted
replaced
48611:79a38ce36eb1 | 48612:86555a848e72 |
---|---|
1 2002-12-02 Noah Friedman <friedman@splode.com> | |
2 | |
3 * complete.el (PC-do-completion): Do not add wildcards to pattern | |
4 unless filename is non-nil. | |
5 | |
1 2002-12-02 Andreas Schwab <schwab@suse.de> | 6 2002-12-02 Andreas Schwab <schwab@suse.de> |
2 | 7 |
3 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type. | 8 * mwheel.el (mouse-wheel-scroll-amount): Fix customize type. |
4 | 9 |
5 * paren.el (show-paren-mismatch-face): Fix face spec. | 10 * paren.el (show-paren-mismatch-face): Fix face spec. |
59 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. | 64 (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. |
60 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. | 65 (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. |
61 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns. | 66 (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns. |
62 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. | 67 (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. |
63 Start mwheel-inhibit-click-event-timer with timeout handler | 68 Start mwheel-inhibit-click-event-timer with timeout handler |
64 mwheel-inhibit-click-timeout. | 69 mwheel-inhibit-click-timeout. |
65 | 70 |
66 2002-11-28 Nick Roberts <nick@nick.uklinux.net> | 71 2002-11-28 Nick Roberts <nick@nick.uklinux.net> |
67 | 72 |
68 * tooltip.el (tooltip-gud-tips-setup): Remove. | 73 * tooltip.el (tooltip-gud-tips-setup): Remove. |
69 (tooltip-gud-debugger): Remove. | 74 (tooltip-gud-debugger): Remove. |
70 (tooltip-gud-print-command): Use gud-minor mode instead of | 75 (tooltip-gud-print-command): Use gud-minor mode instead of |
71 tooltip-gud-tips-setup and tooltip-gud-debugger. | 76 tooltip-gud-tips-setup and tooltip-gud-debugger. |
72 | 77 |
73 * gdb-ui.el (gdb-starting): Set gdb-running to t. | 78 * gdb-ui.el (gdb-starting): Set gdb-running to t. |
74 (gdb-stopped): Set gdb-running to nil. | 79 (gdb-stopped): Set gdb-running to nil. |
75 (gdb-quit): Reset some variables including tool-bar-map. | 80 (gdb-quit): Reset some variables including tool-bar-map. |