aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog15
-rw-r--r--lisp/frame.el2
2 files changed, 14 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1833749afd..003ae0f9c2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-09 Juanma Barranquero <[email protected]>
+
+ * frame.el (new-frame): Add obsolescence declaration.
+
+2003-04-09 Ehud Karni <[email protected]>
+
+ * frame.el (set-frame-font): Allow keeping frame size after
+ changing font.
+ (modify-all-frames-parameters): New function to change parameters
+ in all existing and future frames.
+
2003-04-09 Thien-Thi Nguyen <[email protected]>
* man.el (Man-heading-regexp): Accept hyphen.
@@ -69,7 +80,7 @@
(mule-utf-16): New coding systems.
(utf-16-le-with-signature, utf-16-be-with-signature),
(utf-16): Aliases of the above coding systems.
-
+
2003-04-08 Martin Stjernholm <[email protected]>
* progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
@@ -128,7 +139,7 @@
locals -> desktop-buffer-locals
(desktop-buffer-major-mode, desktop-buffer-file-name)
(desktop-buffer-name): Unused customizable variables deleted.
- (desktop-buffer-misc): Unused variable deleted.
+ (desktop-buffer-misc): Unused variable deleted.
(desktop-save, desktop-buffer-dired-misc-data):
Use `desktop-file-name'.
(desktop-path): New customizable variable. List of directories in
diff --git a/lisp/frame.el b/lisp/frame.el
index e83db698e5..92c8ba8cfd 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -576,6 +576,7 @@ The functions are run with one arg, the newly created frame.")
;; Alias, kept temporarily.
(defalias 'new-frame 'make-frame)
+(make-obsolete 'new-frame 'make-frame "21.4")
(defun make-frame (&optional parameters)
"Return a newly created frame displaying the current buffer.
@@ -1139,7 +1140,6 @@ left untouched. FRAME nil or omitted means use the selected frame."
(when (eq (frame-parameter frame 'minibuffer) 'only)
(delete-frame frame)))))
-
(make-obsolete 'screen-height 'frame-height) ;before 19.15
(make-obsolete 'screen-width 'frame-width) ;before 19.15
(make-obsolete 'set-screen-width 'set-frame-width) ;before 19.15