Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3996d07a
Commit
3996d07a
authored
Feb 16, 2002
by
Pavel Janík
Browse files
*** empty log message ***
parent
9c94a2e9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
etc/NEWS
etc/NEWS
+4
-0
etc/TODO
etc/TODO
+0
-3
lisp/ChangeLog
lisp/ChangeLog
+2
-0
src/ChangeLog
src/ChangeLog
+3
-0
No files found.
etc/NEWS
View file @
3996d07a
...
...
@@ -32,6 +32,10 @@ Emacs with Leim.
* Changes in Emacs 21.3
** New display feature: focus follows mouse.
By setting the variable x-autoselect-window to non-nil value, mouse will
autoselect the window it is in. It is turned off by default.
** The new command `describe-text-at' pops up a buffer with description
of text properties, overlays, and widgets at point, and lets you get
more information about them, by clicking on mouse-sensitive areas or
...
...
etc/TODO
View file @
3996d07a
...
...
@@ -116,9 +116,6 @@
* Make the Lucid menu widget display multilingual text.
* Implement, in C, a ``focus follows mouse'' mode that selects a window
when the mouse enters it.
* Check what hooks would help Emacspeak -- see the defadvising in W3.
* Implement some variety of (non-gtk) drag-and-drop support under X.
...
...
lisp/ChangeLog
View file @
3996d07a
2002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* cus-start.el (x-autoselect-window): Allow customization.
* eshell/em-alias.el (eshell-alias-initialize): Do not use
make-local-hook.
...
...
src/ChangeLog
View file @
3996d07a
2002-02-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* xterm.c (x-autoselect-window): New variable.
(note_mouse_movement): Use it.
* keyboard.c: Do not include "systime.h" twice.
2002-02-15 Andreas Schwab <schwab@suse.de>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment