comparison lisp/ChangeLog @ 94444:606c1d881bf0

*** empty log message ***
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 29 Apr 2008 00:39:06 +0000
parents 245b6ba7c339
children 2ecc5f114429
comparison
equal deleted inserted replaced
94443:f41f8f74c3cb 94444:606c1d881bf0
1 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-info-stack-custom): Use
4 gud-tool-bar-item-visible-no-fringe.
5 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
6 is already visible in frame. Remove optional size parameter
7 and add optional frame parameter.
8
9 * progmodes/gud.el (gud-display-line): Only consider visible
10 frames when looking for source buffer.
11
1 2008-04-28 Chong Yidong <cyd@stupidchicken.com> 12 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
2 13
3 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW 14 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
4 argument to get-char-property, in case the current buffer hasn't 15 argument to get-char-property, in case the current buffer hasn't
5 been assigned to that window yet. 16 been assigned to that window yet.