/[emacs]/emacs/src/frame.c
ViewVC logotype

Diff of /emacs/src/frame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.321 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.322 by lektu, Mon Oct 10 14:52:50 2005 UTC
# Line 901  DEFUN ("frame-list", Fframe_list, Sframe Line 901  DEFUN ("frame-list", Fframe_list, Sframe
901     If MINIBUF is 0, include all visible and iconified frames.     If MINIBUF is 0, include all visible and iconified frames.
902     Otherwise, include all frames.  */     Otherwise, include all frames.  */
903    
904  Lisp_Object  static Lisp_Object
905  next_frame (frame, minibuf)  next_frame (frame, minibuf)
906       Lisp_Object frame;       Lisp_Object frame;
907       Lisp_Object minibuf;       Lisp_Object minibuf;
# Line 978  next_frame (frame, minibuf) Line 978  next_frame (frame, minibuf)
978     If MINIBUF is 0, include all visible and iconified frames.     If MINIBUF is 0, include all visible and iconified frames.
979     Otherwise, include all frames.  */     Otherwise, include all frames.  */
980    
981  Lisp_Object  static Lisp_Object
982  prev_frame (frame, minibuf)  prev_frame (frame, minibuf)
983       Lisp_Object frame;       Lisp_Object frame;
984       Lisp_Object minibuf;       Lisp_Object minibuf;
# Line 1813  Focus redirection is useful for temporar Line 1813  Focus redirection is useful for temporar
1813  a surrogate minibuffer frame when a frame doesn't have its own  a surrogate minibuffer frame when a frame doesn't have its own
1814  minibuffer window.  minibuffer window.
1815    
1816  A frame's focus redirection can be changed by select-frame.  If frame  A frame's focus redirection can be changed by `select-frame'.  If frame
1817  FOO is selected, and then a different frame BAR is selected, any  FOO is selected, and then a different frame BAR is selected, any
1818  frames redirecting their focus to FOO are shifted to redirect their  frames redirecting their focus to FOO are shifted to redirect their
1819  focus to BAR.  This allows focus redirection to work properly when the  focus to BAR.  This allows focus redirection to work properly when the
# Line 1821  user switches from one frame to another Line 1821  user switches from one frame to another
1821    
1822  This means that a frame whose focus is redirected to itself is treated  This means that a frame whose focus is redirected to itself is treated
1823  differently from a frame whose focus is redirected to nil; the former  differently from a frame whose focus is redirected to nil; the former
1824  is affected by select-frame, while the latter is not.  is affected by `select-frame', while the latter is not.
1825    
1826  The redirection lasts until `redirect-frame-focus' is called to change it.  */)  The redirection lasts until `redirect-frame-focus' is called to change it.  */)
1827       (frame, focus_frame)       (frame, focus_frame)
# Line 1952  frame_name_fnn_p (str, len) Line 1952  frame_name_fnn_p (str, len)
1952  /* Set the name of the terminal frame.  Also used by MSDOS frames.  /* Set the name of the terminal frame.  Also used by MSDOS frames.
1953     Modeled after x_set_name which is used for WINDOW frames.  */     Modeled after x_set_name which is used for WINDOW frames.  */
1954    
1955  void  static void
1956  set_term_frame_name (f, name)  set_term_frame_name (f, name)
1957       struct frame *f;       struct frame *f;
1958       Lisp_Object name;       Lisp_Object name;

Legend:
Removed from v.1.321  
changed lines
  Added in v.1.322

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26