comparison etc/NEWS @ 104020:48eee3db3afa

Note that last change is documented.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 21 Jul 2009 23:51:46 +0000
parents ebf42d59baa0
children e5dc7eae1964
comparison
equal deleted inserted replaced
104019:a1c57615d215 104020:48eee3db3afa
56 ** Killing a buffer with a running process now asks a confirmation. 56 ** Killing a buffer with a running process now asks a confirmation.
57 You can remove this query in two ways: either removing 57 You can remove this query in two ways: either removing
58 `process-kill-buffer-query-function' from `kill-buffer-query-functions' or 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'. 59 setting the appropriate process flag with `set-process-query-on-exit-flag'.
60 60
61 +++
61 ** If `select-active-regions' is t, any active region automatically 62 ** If `select-active-regions' is t, any active region automatically
62 becomes the primary selection (for interaction with other window 63 becomes the primary selection (for interaction with other window
63 applications). If you enable this, you might want to bind 64 applications). If you enable this, you might want to bind
64 `mouse-yank-primary' to Mouse-2. 65 `mouse-yank-primary' to Mouse-2.
65 66