mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-29 11:02:01 +00:00
uniquify.el
This commit is contained in:
parent
e5c60873e7
commit
cc46bfe76a
@ -1,8 +1,14 @@
|
||||
2001-08-01 Francesco Potorti` <pot@gnu.org>
|
||||
|
||||
* uniquify.el (uniquify-rationalize-file-buffer-names): Add an
|
||||
explicit test for " **lose**" buffers generated by
|
||||
find-alternate-file to avoid an error in particular conditions.
|
||||
|
||||
2001-08-01 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* play/animate.el: Add Keywords and Maintainer. Remove a
|
||||
reference to a removed function.
|
||||
|
||||
|
||||
* play/animate.el (animate-string): Handle case that the string is
|
||||
longer than the window is wide.
|
||||
|
||||
@ -54,7 +60,7 @@
|
||||
(last-sexp-toggle-display, eval-last-sexp-1): Use
|
||||
last-sexp-setup-props.
|
||||
|
||||
* mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
|
||||
* mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
|
||||
New user-options.
|
||||
(mouse-wheel-change-button): New function.
|
||||
(mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
|
||||
@ -91,13 +97,13 @@
|
||||
for buttons > 3.
|
||||
(xterm-mouse-translate): Handle the case that we don't get a
|
||||
down-event.
|
||||
|
||||
|
||||
* emacs-lisp/find-func.el (find-function-regexp): Add
|
||||
easy-mmode-define-global-mode to the regexp. Allow newlines
|
||||
in front of the function name.
|
||||
|
||||
* isearch.el (isearch-other-meta-char): Fix last change.
|
||||
|
||||
|
||||
* isearch.el (isearch-other-meta-char): Don't modify mode-line and
|
||||
similar events for which fake prefix keys are generated. It's no
|
||||
longer necessary since read_key_sequence doesn't modify these
|
||||
|
Loading…
Reference in New Issue
Block a user