comparison etc/NEWS @ 103938:b6678898a7da

Mention two new ./configure options for developers.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 16 Jul 2009 21:04:18 +0000
parents dc7bbd1d517e
children e3d7d5bddad4
comparison
equal deleted inserted replaced
103937:b0f266cccf0b 103938:b6678898a7da
43 43
44 --- 44 ---
45 ** On MS-Windows, `display-time' now displays the system load average 45 ** On MS-Windows, `display-time' now displays the system load average
46 as well as the time, as it does on GNU and Unix. 46 as well as the time, as it does on GNU and Unix.
47 47
48 ** FIXME new configure options --enable-checking, profiling 48
49 ** configure options for emacs developers
50 *** --enable-profiling will build emacs with profiling enabled.
51 This might not work on all platforms. It is not a new feature, just
52 the configure flag is new.
53
54 *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks.
55 It is not a new feature, just the configure flag is new.
49 56
50 57
51 * Changes in Specialized Modes and Packages in Emacs 23.2 58 * Changes in Specialized Modes and Packages in Emacs 23.2
52 59
53 ** FIXME gdb-mi 60 ** FIXME gdb-mi