comparison etc/NEWS @ 64113:247cbeeeba2a

Add note about change to default value of w32-use-full-screen-buffer.
author Jason Rumney <jasonr@gnu.org>
date Wed, 06 Jul 2005 21:55:51 +0000
parents 2e276bd5cd33
children a634aa374675 f9a65d7ebd29
comparison
equal deleted inserted replaced
64112:c0c8dc644c56 64113:247cbeeeba2a
3110 Those systems use Unicode internally, so this allows Emacs to share 3110 Those systems use Unicode internally, so this allows Emacs to share
3111 multilingual text with other applications. On other versions of 3111 multilingual text with other applications. On other versions of
3112 MS Windows, Emacs now uses the appropriate locale coding-system, so 3112 MS Windows, Emacs now uses the appropriate locale coding-system, so
3113 the clipboard should work correctly for your local language without 3113 the clipboard should work correctly for your local language without
3114 any customizations. 3114 any customizations.
3115
3116 ---
3117 ** Running in a console window in Windows now uses the console size.
3118
3119 Previous versions of Emacs erred on the side of having a usable Emacs
3120 through telnet, even though that was inconvenient if you use Emacs in
3121 a local console window with a scrollback buffer. The default value of
3122 w32-use-full-screen-buffer is now nil, which favours local console
3123 windows. Recent versions of Windows telnet also work well with this
3124 setting. If you are using an older telnet server then Emacs detects
3125 that the console window dimensions that are reported are not sane, and
3126 defaults to 80x25. If you use such a telnet server regularly at a size
3127 other than 80x25, you can still manually set
3128 w32-use-full-screen-buffer to t.
3115 3129
3116 --- 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 ---