comparison lisp/ChangeLog @ 76768:36178b78d004

(lisp-complete-symbol): Make get-buffer-window find windows in other frames.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Mar 2007 00:54:08 +0000
parents edb4e737aa3a
children 3693d2ee35b8
comparison
equal deleted inserted replaced
76767:3f12f4633f63 76768:36178b78d004
1 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
2
3 * emacs-lisp/lisp.el (lisp-complete-symbol):
4 Fix call to get-buffer-window to find windows in other frames.
5
6 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
7
8 * comint.el (comint-proc-query, comint-dynamic-list-completions):
9 Fix calls to get-buffer-window to find windows in other frames.
10 Reported by David Hansen <david.hansen@gmx.net>.
11
1 2007-03-27 Kevin Ryde <user42@zip.com.au> 12 2007-03-27 Kevin Ryde <user42@zip.com.au>
2 13
3 * info.el (Info-display-images-node): On a text-only terminal, show 14 * info.el (Info-display-images-node): On a text-only terminal, show
4 the "text" or "alt" parts of the image blobs. 15 the "text" or "alt" parts of the image blobs.
5 16