comparison etc/NEWS @ 103974:95299ef2bf52

Add info about confirmation when killing a buffer with a running process.
author Juri Linkov <juri@jurta.org>
date Sat, 18 Jul 2009 21:16:19 +0000
parents 5d9efafcafb1
children dd876e7df455
comparison
equal deleted inserted replaced
103973:32ed90139411 103974:95299ef2bf52
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
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
52 the configure flag is new. 51 the configure flag is new.
53 52
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.
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'.
56 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
60 ** FIXME gdb-mi 64 ** FIXME gdb-mi