aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2005-07-06 21:55:51 +0000
committerJason Rumney2005-07-06 21:55:51 +0000
commit47bdd3050055afd1db8e9a4755bcd0c30d174727 (patch)
treefdd38819b96a39cff92389336e9e7e4027b50461
parent3fb1d72bcb3c04a21f53e5e4ea10ddb4c43815e5 (diff)
downloademacs-47bdd3050055afd1db8e9a4755bcd0c30d174727.tar.gz
emacs-47bdd3050055afd1db8e9a4755bcd0c30d174727.zip
Add note about change to default value of w32-use-full-screen-buffer.
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8e65e636839..4b80ab3f93d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3114,6 +3114,20 @@ the clipboard should work correctly for your local language without
3114any customizations. 3114any customizations.
3115 3115
3116--- 3116---
3117** Running in a console window in Windows now uses the console size.
3118
3119Previous versions of Emacs erred on the side of having a usable Emacs
3120through telnet, even though that was inconvenient if you use Emacs in
3121a local console window with a scrollback buffer. The default value of
3122w32-use-full-screen-buffer is now nil, which favours local console
3123windows. Recent versions of Windows telnet also work well with this
3124setting. If you are using an older telnet server then Emacs detects
3125that the console window dimensions that are reported are not sane, and
3126defaults to 80x25. If you use such a telnet server regularly at a size
3127other than 80x25, you can still manually set
3128w32-use-full-screen-buffer to t.
3129
3130---
3117** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. 3131** On Mac OS, `keyboard-coding-system' changes based on the keyboard script.
3118 3132
3119--- 3133---