2001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
+ * emulation/tpu-edt.el (tpu-reset-screen-size): Use
+ set-frame-height and set-frame-width instead of set-screen-height
+ and set-screen-width.
+
* vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
of obsolete set-screen-width.
* emerge.el (emerge-show-file-name): Use frame-height instead of
obsolete screen-height.
+ * mail/mh-utils.el (mh-show-msg): Likewise.
+ (mh-handle-process-error): Use frame-width instead of obsolete
+ screen-width.
+
2001-12-25 Richard M. Stallman <rms@gnu.org>
* window.el (balance-windows): Use new PRESERVE-BEFORE arg
(defun tpu-reset-screen-size (height width)
"Sets the screen size."
(interactive "nnew screen height: \nnnew screen width: ")
- (set-screen-height height)
- (set-screen-width width))
+ (set-frame-height (selected-frame) height)
+ (set-frame-width (selected-frame) width))
(defun tpu-toggle-newline-and-indent nil
"Toggle between 'newline and indent' and 'simple newline'."