Mercurial > emacs
comparison etc/NEWS @ 90200:f9a65d7ebd29
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 459-473)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 86-87)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 07 Jul 2005 12:43:14 +0000 |
parents | bb71c6cf2009 247cbeeeba2a |
children | fbb2bea03df9 |
comparison
equal
deleted
inserted
replaced
90199:bb71c6cf2009 | 90200:f9a65d7ebd29 |
---|---|
3087 | 3087 |
3088 `mpuz' now allows the 2nd factor not to have two identical digits. By | 3088 `mpuz' now allows the 2nd factor not to have two identical digits. By |
3089 default, all trivial operations involving whole lines are performed | 3089 default, all trivial operations involving whole lines are performed |
3090 automatically. The game uses faces for better visual feedback. | 3090 automatically. The game uses faces for better visual feedback. |
3091 | 3091 |
3092 --- | 3092 ** battery.el changes: |
3093 ** display-battery-mode replaces display-battery. | 3093 |
3094 --- | |
3095 *** display-battery-mode replaces display-battery. | |
3096 | |
3097 --- | |
3098 *** battery.el now works on recent versions of OS X. | |
3094 | 3099 |
3095 --- | 3100 --- |
3096 ** calculator.el now has radix grouping mode. | 3101 ** calculator.el now has radix grouping mode. |
3097 | 3102 |
3098 To enable this, set `calculator-output-radix' non-nil. In this mode a | 3103 To enable this, set `calculator-output-radix' non-nil. In this mode a |
3180 Those systems use Unicode internally, so this allows Emacs to share | 3185 Those systems use Unicode internally, so this allows Emacs to share |
3181 multilingual text with other applications. On other versions of | 3186 multilingual text with other applications. On other versions of |
3182 MS Windows, Emacs now uses the appropriate locale coding-system, so | 3187 MS Windows, Emacs now uses the appropriate locale coding-system, so |
3183 the clipboard should work correctly for your local language without | 3188 the clipboard should work correctly for your local language without |
3184 any customizations. | 3189 any customizations. |
3190 | |
3191 --- | |
3192 ** Running in a console window in Windows now uses the console size. | |
3193 | |
3194 Previous versions of Emacs erred on the side of having a usable Emacs | |
3195 through telnet, even though that was inconvenient if you use Emacs in | |
3196 a local console window with a scrollback buffer. The default value of | |
3197 w32-use-full-screen-buffer is now nil, which favours local console | |
3198 windows. Recent versions of Windows telnet also work well with this | |
3199 setting. If you are using an older telnet server then Emacs detects | |
3200 that the console window dimensions that are reported are not sane, and | |
3201 defaults to 80x25. If you use such a telnet server regularly at a size | |
3202 other than 80x25, you can still manually set | |
3203 w32-use-full-screen-buffer to t. | |
3185 | 3204 |
3186 --- | 3205 --- |
3187 ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. | 3206 ** On Mac OS, `keyboard-coding-system' changes based on the keyboard script. |
3188 | 3207 |
3189 --- | 3208 --- |