Mercurial > emacs
comparison etc/NEWS @ 85985:82b4fa075a7a
Add w32 keyboard changes.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Fri, 09 Nov 2007 12:56:28 +0000 |
parents | 9321d1f0f7b5 |
children | 11902b5f216b |
comparison
equal
deleted
inserted
replaced
85984:56690feabab9 | 85985:82b4fa075a7a |
---|---|
317 Emacs now supports IPv6 on Windows XP and later, and earlier versions | 317 Emacs now supports IPv6 on Windows XP and later, and earlier versions |
318 of Windows with third party IPv6 stacks installed. Previously IPv6 was | 318 of Windows with third party IPv6 stacks installed. Previously IPv6 was |
319 supported on other platforms, but not on Windows due to using the winsock | 319 supported on other platforms, but not on Windows due to using the winsock |
320 1.1 header file, even though Emacs was linking to the winsock 2 library. | 320 1.1 header file, even though Emacs was linking to the winsock 2 library. |
321 | 321 |
322 ** More keys available on MS-Windows. | |
323 Keys normally associated with IMEs, and some exotic keys not normally found | |
324 on standard keyboards have been given names so they can be bound to functions | |
325 inside Emacs. If there are keys on your keyboard that have not been exposed | |
326 to Emacs in the past, try C-h k to see if they are available now. | |
327 | |
328 Emacs can now bind functions to the extra buttons for media player and | |
329 browser control present on some keyboards. These buttons are disabled | |
330 by default, since enabling them prevents their system-wide use when | |
331 Emacs has focus. To enable them, set the variable | |
332 w32-pass-multimedia-buttons to nil. See the doc string of that variable | |
333 for the list of extra keys that are available. | |
322 | 334 |
323 * Incompatible Lisp Changes in Emacs 23.1 | 335 * Incompatible Lisp Changes in Emacs 23.1 |
324 | 336 |
325 +++ | 337 +++ |
326 ** The function `dired-call-process' has been removed. | 338 ** The function `dired-call-process' has been removed. |