aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-21 18:37:16 +0000
committerRichard M. Stallman2002-09-21 18:37:16 +0000
commit282f7831569ea9d59734a69ccfd81758513a528f (patch)
tree7ca816ec1331de08ed344bf42833fdcf5b52fa91 /src/ChangeLog
parenta13a339168848d392339856d171c534dbd8b1dc6 (diff)
downloademacs-282f7831569ea9d59734a69ccfd81758513a528f.tar.gz
emacs-282f7831569ea9d59734a69ccfd81758513a528f.zip
(select_window_1): Don't select frame.
Set frame's selected window only when frame itself is selected. (Fselect_window): Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e0e1c2c56ce..eda5d664c12 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-09-21 Richard M. Stallman <rms@gnu.org>
2
3 * window.c (select_window_1): Don't select frame.
4 Set frame's selected window only when frame itself is selected.
5 (Fselect_window): Doc fix.
6
12002-09-18 Kim F. Storm <storm@cua.dk> 72002-09-18 Kim F. Storm <storm@cua.dk>
2 8
3 * process.c (make-network-process): Doc fix (there is no 9 * process.c (make-network-process): Doc fix (there is no