comparison etc/NEWS @ 94453:b354d19386f9

Add Windows battery support.
author Jason Rumney <jasonr@gnu.org>
date Tue, 29 Apr 2008 01:16:45 +0000
parents 4e228cda1c03
children f3f81db34133
comparison
equal deleted inserted replaced
94452:149436454788 94453:b354d19386f9
681 * Changes in Emacs 23.1 on non-free operating systems 681 * Changes in Emacs 23.1 on non-free operating systems
682 682
683 --- 683 ---
684 ** IPv6 is supported on MS-Windows. 684 ** IPv6 is supported on MS-Windows.
685 Emacs now supports IPv6 on Windows XP and later, and earlier versions 685 Emacs now supports IPv6 on Windows XP and later, and earlier versions
686 of Windows with third party IPv6 stacks installed. Previously IPv6 was 686 of Windows with third party IPv6 stacks installed. In Emacs 22, IPv6 was
687 supported on other platforms, but not on Windows due to using the winsock 687 supported on other platforms, but not on Windows due to using the winsock
688 1.1 header file, even though Emacs was linking to the winsock 2 library. 688 1.1 header file, even though Emacs was linking to the winsock 2 library.
689 689
690 --- 690 ---
691 ** Busy cursor (hourglass) now displays on MS-Windows. 691 ** Busy cursor (hourglass) now displays on MS-Windows.
692 When Emacs is busy, an hourglass mouse cursor is displayed on Windows. 692 When Emacs is busy, an hourglass mouse cursor is displayed on Windows.
693 Previously only X supported the busy cursor. 693 In Emacs 22 only X supported the busy cursor.
694
695 ---
696 ** Battery status is available on MS-Windows
697 Emacs can now display the battery status in the mode-line when enabled with
698 display-battery-mode or from the Options menu. More verbose battery
699 information is also available with the command `battery'. In Emacs 22
700 battery status was supported only on GNU/Linux and Mac.
694 701
695 ** More keys available on MS-Windows. 702 ** More keys available on MS-Windows.
696 Keys normally associated with IMEs, and some exotic keys not normally found 703 Keys normally associated with IMEs, and some exotic keys not normally found
697 on standard keyboards have been given names so they can be bound to functions 704 on standard keyboards have been given names so they can be bound to functions
698 inside Emacs. If there are keys on your keyboard that have not been exposed 705 inside Emacs. If there are keys on your keyboard that have not been exposed
702 browser control present on some keyboards. These buttons are disabled 709 browser control present on some keyboards. These buttons are disabled
703 by default, since enabling them prevents their system-wide use when 710 by default, since enabling them prevents their system-wide use when
704 Emacs has focus. To enable them, set the variable 711 Emacs has focus. To enable them, set the variable
705 w32-pass-multimedia-buttons to nil. See the doc string of that variable 712 w32-pass-multimedia-buttons to nil. See the doc string of that variable
706 for the list of extra keys that are available. 713 for the list of extra keys that are available.
714
707 715
708 * Incompatible Lisp Changes in Emacs 23.1 716 * Incompatible Lisp Changes in Emacs 23.1
709 717
710 ** `functionp' returns nil for special forms. 718 ** `functionp' returns nil for special forms.
711 I.e., it only returns t for objects that can be passed to `funcall'. 719 I.e., it only returns t for objects that can be passed to `funcall'.