comparison lisp/ChangeLog @ 38638:cf3c48886ed0

uniquify.el
author Francesco Potortì <pot@gnu.org>
date Wed, 01 Aug 2001 14:10:25 +0000
parents 4869dbaf46cf
children 3ad03111e566
comparison
equal deleted inserted replaced
38637:4d180178bb00 38638:cf3c48886ed0
1 2001-08-01 Francesco Potorti` <pot@gnu.org>
2
3 * uniquify.el (uniquify-rationalize-file-buffer-names): Add an
4 explicit test for " **lose**" buffers generated by
5 find-alternate-file to avoid an error in particular conditions.
6
1 2001-08-01 Gerd Moellmann <gerd@gnu.org> 7 2001-08-01 Gerd Moellmann <gerd@gnu.org>
2 8
3 * play/animate.el: Add Keywords and Maintainer. Remove a 9 * play/animate.el: Add Keywords and Maintainer. Remove a
4 reference to a removed function. 10 reference to a removed function.
5 11
6 * play/animate.el (animate-string): Handle case that the string is 12 * play/animate.el (animate-string): Handle case that the string is
7 longer than the window is wide. 13 longer than the window is wide.
8 14
9 2001-07-31 Gerd Moellmann <gerd@gnu.org> 15 2001-07-31 Gerd Moellmann <gerd@gnu.org>
10 16
52 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function. 58 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
53 (last-sexp-toggle-display): Renamed from last-sexp-print. 59 (last-sexp-toggle-display): Renamed from last-sexp-print.
54 (last-sexp-toggle-display, eval-last-sexp-1): Use 60 (last-sexp-toggle-display, eval-last-sexp-1): Use
55 last-sexp-setup-props. 61 last-sexp-setup-props.
56 62
57 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button): 63 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
58 New user-options. 64 New user-options.
59 (mouse-wheel-change-button): New function. 65 (mouse-wheel-change-button): New function.
60 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button. 66 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
61 (mwheel-scroll): Ditto. 67 (mwheel-scroll): Ditto.
62 68
89 95
90 * xt-mouse.el (xterm-mouse-event): Recognize control sequences 96 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
91 for buttons > 3. 97 for buttons > 3.
92 (xterm-mouse-translate): Handle the case that we don't get a 98 (xterm-mouse-translate): Handle the case that we don't get a
93 down-event. 99 down-event.
94 100
95 * emacs-lisp/find-func.el (find-function-regexp): Add 101 * emacs-lisp/find-func.el (find-function-regexp): Add
96 easy-mmode-define-global-mode to the regexp. Allow newlines 102 easy-mmode-define-global-mode to the regexp. Allow newlines
97 in front of the function name. 103 in front of the function name.
98 104
99 * isearch.el (isearch-other-meta-char): Fix last change. 105 * isearch.el (isearch-other-meta-char): Fix last change.
100 106
101 * isearch.el (isearch-other-meta-char): Don't modify mode-line and 107 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
102 similar events for which fake prefix keys are generated. It's no 108 similar events for which fake prefix keys are generated. It's no
103 longer necessary since read_key_sequence doesn't modify these 109 longer necessary since read_key_sequence doesn't modify these
104 events for internal purposes anymore. 110 events for internal purposes anymore.
105 111