Mercurial > emacs
comparison lisp/ChangeLog @ 30006:f39010aa1be6
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 03 Jul 2000 09:18:48 +0000 |
parents | f784be5b6130 |
children | c4958e8c427f |
comparison
equal
deleted
inserted
replaced
30005:766caf49d6a9 | 30006:f39010aa1be6 |
---|---|
1 2000-06-30 Gerd Moellmann <gerd@gnu.org> | 1 2000-07-03 Gerd Moellmann <gerd@gnu.org> |
2 | |
3 * textmodes/refer.el (refer-find-entry-internal): Use some-window | |
4 instead of cycling through windows with next-window. | |
5 | |
6 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead | |
7 of cycling through windows with next-window. | |
8 | |
9 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead | |
10 of cycling through windows with next-window. | |
11 | |
12 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list) | |
13 (edebug-get-displayed-buffer-points): Use walk-windows/some-window | |
14 instead of cycling through windows with next-window. | |
15 | |
16 * calendar/appt.el (appt-select-lowest-window): Use walk-windows | |
17 instead of cycling through windows with next-window. | |
18 | |
19 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead | |
20 of cycling through windows with next-window. | |
21 | |
22 * terminal.el (te-process-output): Use walk-windows instead of | |
23 cycling through windows with next-window. | |
24 | |
25 * server.el (server-switch-buffer): Use some-window instead of | |
26 cycling through windows with next-window. | |
27 | |
28 * window.el (some-window): New function. | |
29 (walk-windows): Remove reference to walk-windows-start. | |
2 | 30 |
3 * hilit19.el (hilit-lookup-face-create): Don't set face colors | 31 * hilit19.el (hilit-lookup-face-create): Don't set face colors |
4 to nil. | 32 to nil. |
33 | |
34 2000-07-03 Richard Stallman <rms@caffeine.ai.mit.edu> | |
35 | |
36 * window.el (walk-windows): Guarantee termination by keeping a list | |
37 of all the windows already handled. | |
5 | 38 |
6 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> | 39 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il> |
7 | 40 |
8 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use | 41 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use |
9 window-system. | 42 window-system. |