comparison etc/NEWS @ 59363:9120644ff426

(display-battery-mode): Rename from display-battery. Handle the case where it gets turned off.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 04 Jan 2005 21:15:09 +0000
parents bbe94a7411bf
children f6b869bfa0ae
comparison
equal deleted inserted replaced
59362:07f5b835edb6 59363:9120644ff426
1 GNU Emacs NEWS -- history of user-visible changes. 2003-05-21 1 GNU Emacs NEWS -- history of user-visible changes. 2003-05-21
2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
3 Free Software Foundation, Inc.
3 See the end for copying conditions. 4 See the end for copying conditions.
4 5
5 Please send Emacs bug reports to bug-gnu-emacs@gnu.org. 6 Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
6 For older news, see the file ONEWS 7 For older news, see the file ONEWS
7 You can narrow news to the specific version by calling 8 You can narrow news to the specific version by calling
96 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. 97 types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
97 98
98 99
99 * Changes in Emacs 21.4 100 * Changes in Emacs 21.4
100 101
102 ** display-battery has been replaced by display-battery-mode.
101 ** calculator.el now has radix grouping mode, which is available when 103 ** calculator.el now has radix grouping mode, which is available when
102 `calculator-output-radix' is non-nil. In this mode a separator 104 `calculator-output-radix' is non-nil. In this mode a separator
103 character is used every few digits, making it easier to see byte 105 character is used every few digits, making it easier to see byte
104 boundries etc. For more info, see the documentation of the variable 106 boundries etc. For more info, see the documentation of the variable
105 `calculator-radix-grouping-mode'. 107 `calculator-radix-grouping-mode'.