diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -45,7 +45,6 @@ Customize make-pointer-invisible to turn it off. | |||
| 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 | |||
| 49 | ** configure options for emacs developers | 48 | ** configure options for emacs developers |
| 50 | *** --enable-profiling will build emacs with profiling enabled. | 49 | *** --enable-profiling will build emacs with profiling enabled. |
| 51 | This might not work on all platforms. It is not a new feature, just | 50 | This might not work on all platforms. It is not a new feature, just |
| @@ -54,6 +53,11 @@ the configure flag is new. | |||
| 54 | *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. | 53 | *** --enable-checking[=OPTIONS] will build emacs with various extra runtime checks. |
| 55 | It is not a new feature, just the configure flag is new. | 54 | It is not a new feature, just the configure flag is new. |
| 56 | 55 | ||
| 56 | ** Killing a buffer with a running process now asks a confirmation. | ||
| 57 | You can remove this query in two ways: either removing | ||
| 58 | `process-kill-buffer-query-function' from `kill-buffer-query-functions' or | ||
| 59 | setting the appropriate process flag with `set-process-query-on-exit-flag'. | ||
| 60 | |||
| 57 | 61 | ||
| 58 | * Changes in Specialized Modes and Packages in Emacs 23.2 | 62 | * Changes in Specialized Modes and Packages in Emacs 23.2 |
| 59 | 63 | ||