comparison lisp/ChangeLog @ 38564:65c2f5d8dfa9

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Jul 2001 17:42:56 +0000
parents af92753f4864
children 23742d891316
comparison
equal deleted inserted replaced
38563:75f49513b989 38564:65c2f5d8dfa9
5 eval-expression-print-level in the doc strings. Suggested by 5 eval-expression-print-level in the doc strings. Suggested by
6 Kevin Gallagher <kevingal@onramp.net>. 6 Kevin Gallagher <kevingal@onramp.net>.
7 7
8 2001-07-25 Gerd Moellmann <gerd@gnu.org> 8 2001-07-25 Gerd Moellmann <gerd@gnu.org>
9 9
10 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
11 for buttons > 3.
12 (xterm-mouse-translate): Handle the case that we don't get a
13 down-event.
14
10 * emacs-lisp/find-func.el (find-function-regexp): Add 15 * emacs-lisp/find-func.el (find-function-regexp): Add
11 easy-mmode-define-global-mode to the regexp. Allow newlines 16 easy-mmode-define-global-mode to the regexp. Allow newlines
12 in front of the function name. 17 in front of the function name.
13 18
14 * isearch.el (isearch-other-meta-char): Fix last change. 19 * isearch.el (isearch-other-meta-char): Fix last change.