emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el [emacs-unicode-2]
Date: Wed, 28 Jul 2004 03:09:34 -0400

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.203.2.3 emacs/lisp/frame.el:1.203.2.4
*** emacs/lisp/frame.el:1.203.2.3       Fri Jul 23 04:30:38 2004
--- emacs/lisp/frame.el Wed Jul 28 07:05:50 2004
***************
*** 520,526 ****
  ;;;; Creation of additional frames, and other frame miscellanea
  
  (defun modify-all-frames-parameters (alist)
!   "Modify all current and future frames parameters according to ALIST.
  This changes `default-frame-alist' and possibly `initial-frame-alist'.
  See help of `modify-frame-parameters' for more information."
    (let (element)                      ;; temp
--- 520,526 ----
  ;;;; Creation of additional frames, and other frame miscellanea
  
  (defun modify-all-frames-parameters (alist)
!   "Modify all current and future frames' parameters according to ALIST.
  This changes `default-frame-alist' and possibly `initial-frame-alist'.
  See help of `modify-frame-parameters' for more information."
    (let (element)                      ;; temp
***************
*** 612,618 ****
  
  Before the frame is created (via `frame-creation-function'), functions on the
  hook `before-make-frame-hook' are run.  After the frame is created, functions
! on `after-make-frame-functions' are run with one arg, the newly created 
frame."
    (interactive)
    (run-hooks 'before-make-frame-hook)
    (let ((frame (funcall frame-creation-function parameters)))
--- 612,624 ----
  
  Before the frame is created (via `frame-creation-function'), functions on the
  hook `before-make-frame-hook' are run.  After the frame is created, functions
! on `after-make-frame-functions' are run with one arg, the newly created frame.
! 
! This function itself does not make the new frame the selected frame.
! The previously selected frame remains selected.  However, the
! window system may select the new frame for its own reasons, for
! instance if the frame appears under the mouse pointer and your
! setup is for focus to follow the pointer."
    (interactive)
    (run-hooks 'before-make-frame-hook)
    (let ((frame (funcall frame-creation-function parameters)))
***************
*** 789,794 ****
--- 795,802 ----
    "Restore the frames to the state described by CONFIGURATION.
  Each frame listed in CONFIGURATION has its position, size, window
  configuration, and other parameters set as specified in CONFIGURATION.
+ However, this function does not restore deleted frames.
+ 
  Ordinarily, this function deletes all existing frames not
  listed in CONFIGURATION.  But if optional second argument NODELETE
  is given and non-nil, the unwanted frames are iconified instead."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]