comparison etc/NEWS @ 48735:f5f4f758df8e

New customization type `float'.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 08 Dec 2002 00:04:26 +0000
parents ea9832f89c8f
children 5fc281abe34e
comparison
equal deleted inserted replaced
48734:03de3f16e52e 48735:f5f4f758df8e
492 +++ 492 +++
493 ** When you set or reset a variable's value in a Customize buffer, 493 ** When you set or reset a variable's value in a Customize buffer,
494 the previous value becomes the "backup value" of the variable. 494 the previous value becomes the "backup value" of the variable.
495 You can go back to that backup value by selecting "Use Backup Value" 495 You can go back to that backup value by selecting "Use Backup Value"
496 under the "[State]" button. 496 under the "[State]" button.
497
498 ** The new customization type `float' specifies numbers with floating
499 point (no integers are allowed).
497 500
498 +++ 501 +++
499 ** In GUD mode, when talking to GDB, C-x C-a C-j "jumps" the program 502 ** In GUD mode, when talking to GDB, C-x C-a C-j "jumps" the program
500 counter to the specified source line (the one where point is). 503 counter to the specified source line (the one where point is).
501 504