# HG changeset patch # User Glenn Morris # Date 1234325718 0 # Node ID d55a24c5ff3fa0e3010b633828b576d7937cd4f5 # Parent 0c901689da7393eb3cc25974796d52e486026dd7 (Visibility of Frames): Mention the effect multiple workspaces/desktops can have on visibility. (as I learnt in bug#2199). diff -r 0c901689da73 -r d55a24c5ff3f doc/lispref/ChangeLog --- a/doc/lispref/ChangeLog Wed Feb 11 04:02:16 2009 +0000 +++ b/doc/lispref/ChangeLog Wed Feb 11 04:15:18 2009 +0000 @@ -1,8 +1,13 @@ +2009-02-11 Glenn Morris + + * frames.texi (Visibility of Frames): Mention the effect multiple + workspaces/desktops can have on visibility. + 2009-02-07 Eli Zaretskii - * text.texi (Commands for Insertion): - * commands.texi (Event Mod): - * keymaps.texi (Searching Keymaps): + * text.texi (Commands for Insertion): + * commands.texi (Event Mod): + * keymaps.texi (Searching Keymaps): * nonascii.texi (Translation of Characters): Reinstate documentation of translation-table-for-input. (Explicit Encoding): Document the `charset' text property produced diff -r 0c901689da73 -r d55a24c5ff3f doc/lispref/frames.texi --- a/doc/lispref/frames.texi Wed Feb 11 04:02:16 2009 +0000 +++ b/doc/lispref/frames.texi Wed Feb 11 04:15:18 2009 +0000 @@ -1416,8 +1416,11 @@ A window frame may be @dfn{visible}, @dfn{invisible}, or @dfn{iconified}. If it is visible, you can see its contents, unless other windows cover it. If it is iconified, the frame's contents do -not appear on the screen, but an icon does. If the frame is -invisible, it doesn't show on the screen, not even as an icon. +not appear on the screen, but an icon does. (Note: because of the +way in which some window managers implement the concept of multiple +workspaces, or desktops, all frames on other workspaces may appear to +Emacs to be iconified.) If the frame is invisible, it doesn't show on +the screen, not even as an icon. Visibility is meaningless for terminal frames, since only the selected one is actually displayed in any case.