Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1223 emacs/etc/NEWS:1.1224 *** emacs/etc/NEWS:1.1223 Tue Jul 5 08:30:45 2005 --- emacs/etc/NEWS Wed Jul 6 21:55:51 2005 *************** *** 3114,3119 **** --- 3114,3133 ---- any customizations. --- + ** Running in a console window in Windows now uses the console size. + + Previous versions of Emacs erred on the side of having a usable Emacs + through telnet, even though that was inconvenient if you use Emacs in + a local console window with a scrollback buffer. The default value of + w32-use-full-screen-buffer is now nil, which favours local console + windows. Recent versions of Windows telnet also work well with this + setting. If you are using an older telnet server then Emacs detects + that the console window dimensions that are reported are not sane, and + defaults to 80x25. If you use such a telnet server regularly at a size + other than 80x25, you can still manually set + w32-use-full-screen-buffer to t. + + --- ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. ---
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
