aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-03-26 14:20:01 +0000
committerKaroly Lorentey <[email protected]>2006-03-26 14:20:01 +0000
commit6a5af08f8d3bb831a78edf17e9c38813bbfbb6f8 (patch)
treee4e263c9e6cc2f9310c9d1954eb016b0b7f2c22b /README.multi-tty
parent095fe28140411c14e1e77d6c076655c06ca191a9 (diff)
Fix tool-bar and menu-bar toggles in Show/Hide menu to reflect the state of the current frame.
* lisp/tool-bar.el (toggle-tool-bar-mode-from-frame): New function. * lisp/menu-bar.el (toggle-menu-bar-mode-from-frame): New function. (menu-bar-showhide-menu): Use them to change "Menu-bar" and "Tool-bar" toggles to reflect the state of the current frame. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-537
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty24
1 files changed, 13 insertions, 11 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 2ac27bafe5..442c4c92fd 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -404,17 +404,6 @@ is probably not very interesting for anyone else.)
THINGS TO DO
------------
-** `tool-bar-mode', `scroll-bar-mode', `menu-bar-mode' and
- 'fringe-mode' are modes global to the entire Emacs session, not
- just a single frame or a single terminal. This means that their
- status sometimes differs from what's actually displayed on the
- screen. As a consequence, the Options | Show/Hide menu sometimes
- shows incorrect status, and you have to select an option twice for
- it to have any visible effect on the current frame.
-
- Change Emacs so that the status of the items in the Options |
- Show/Hide menu correspond to the current frame.
-
** emacsclient -t on the console does not work after su:
# su lorentey
@@ -1485,5 +1474,18 @@ DIARY OF CHANGES
(Done in patch-500.)
+-- `tool-bar-mode', `scroll-bar-mode', `menu-bar-mode' and
+ 'fringe-mode' are modes global to the entire Emacs session, not
+ just a single frame or a single terminal. This means that their
+ status sometimes differs from what's actually displayed on the
+ screen. As a consequence, the Options | Show/Hide menu sometimes
+ shows incorrect status, and you have to select an option twice for
+ it to have any visible effect on the current frame.
+
+ Change Emacs so that the status of the items in the Options |
+ Show/Hide menu correspond to the current frame.
+
+ (Done in patch-537.)
+
;;; arch-tag: 8da1619e-2e79-41a8-9ac9-a0485daad17d