# HG changeset patch # User Gerd Moellmann # Date 999862571 0 # Node ID fc01deed86774b58fdb1eb0a10f5d403445dfb4d # Parent 11c0c672f2e27a36a93712f4a3c5b96b8375dcac *** empty log message *** diff -r 11c0c672f2e2 -r fc01deed8677 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 07 11:35:49 2001 +0000 +++ b/lisp/ChangeLog Fri Sep 07 11:36:11 2001 +0000 @@ -1,3 +1,22 @@ +2001-09-07 Gerd Moellmann + + * server.el (server-switch-buffer): Use get-window-with-predicate. + + * textmodes/refer.el (refer-find-entry-internal): Use + get-window-with-predicate. + + * term/sup-mouse.el (sup-pos-to-window): Use + get-window-with-predicate. + + * term/bg-mouse.el (bg-window-from-x-y): Use + get-window-with-predicate. + + * emacs-lisp/edebug.el (edebug-window-live-p): Use + get-window-with-predicate. + + * window.el (get-window-with-predicate): Renamed from some-window. + (some-window): Make it an alias. + 2001-09-06 Gerd Moellmann * simple.el (undo): Remove positions from buffer-undo-list up to diff -r 11c0c672f2e2 -r fc01deed8677 src/ChangeLog --- a/src/ChangeLog Fri Sep 07 11:35:49 2001 +0000 +++ b/src/ChangeLog Fri Sep 07 11:36:11 2001 +0000 @@ -1,3 +1,8 @@ +2001-09-07 Gerd Moellmann + + * xdisp.c (init_from_display_pos): Don't compare the result + of calling index with NULL. + 2001-09-06 Gerd Moellmann * xfns.c (x_set_background_color): Don't change the colors