Mercurial > emacs
changeset 48612:86555a848e72
*** empty log message ***
author | Noah Friedman <friedman@splode.com> |
---|---|
date | Mon, 02 Dec 2002 08:51:39 +0000 |
parents | 79a38ce36eb1 |
children | e771680828e5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 02 08:49:45 2002 +0000 +++ b/lisp/ChangeLog Mon Dec 02 08:51:39 2002 +0000 @@ -1,3 +1,8 @@ +2002-12-02 Noah Friedman <friedman@splode.com> + + * complete.el (PC-do-completion): Do not add wildcards to pattern + unless filename is non-nil. + 2002-12-02 Andreas Schwab <schwab@suse.de> * mwheel.el (mouse-wheel-scroll-amount): Fix customize type. @@ -61,13 +66,13 @@ (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. - + mwheel-inhibit-click-timeout. + 2002-11-28 Nick Roberts <nick@nick.uklinux.net> * tooltip.el (tooltip-gud-tips-setup): Remove. (tooltip-gud-debugger): Remove. - (tooltip-gud-print-command): Use gud-minor mode instead of + (tooltip-gud-print-command): Use gud-minor mode instead of tooltip-gud-tips-setup and tooltip-gud-debugger. * gdb-ui.el (gdb-starting): Set gdb-running to t.