# HG changeset patch # User Markus Rost # Date 1039305866 0 # Node ID f5f4f758df8ee58e67fed1119d1959c64ef2144b # Parent 03de3f16e52ec77f9e2d3270284af3f49ae9d0a3 New customization type `float'. diff -r 03de3f16e52e -r f5f4f758df8e etc/NEWS --- a/etc/NEWS Sat Dec 07 22:37:34 2002 +0000 +++ b/etc/NEWS Sun Dec 08 00:04:26 2002 +0000 @@ -495,6 +495,9 @@ You can go back to that backup value by selecting "Use Backup Value" under the "[State]" button. +** The new customization type `float' specifies numbers with floating +point (no integers are allowed). + +++ ** In GUD mode, when talking to GDB, C-x C-a C-j "jumps" the program counter to the specified source line (the one where point is).