comparison etc/NEWS @ 99612:41640d94e9b9

Documented delete-by-moving-to-trash.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 16 Nov 2008 07:27:27 +0000
parents 6aa6a39cd1cd
children 2311ba8b63ee
comparison
equal deleted inserted replaced
99611:3f9ebb55e9ff 99612:41640d94e9b9
221 --- 221 ---
222 *** In the Options menu, the "Truncate Long Lines in the Buffer" entry 222 *** In the Options menu, the "Truncate Long Lines in the Buffer" entry
223 has been replaced with a submenu offering three different ways to 223 has been replaced with a submenu offering three different ways to
224 handle long lines: truncation, continuation at the window edge, and 224 handle long lines: truncation, continuation at the window edge, and
225 the new word wrapping behavior (see Editing Changes, below). 225 the new word wrapping behavior (see Editing Changes, below).
226 226 ---
227 *** Improvements to menus for major and minor modes 227 *** Improvements to menus for major and minor modes
228 More major and minor modes now have a mode specific menu, and existing 228 More major and minor modes now have a mode specific menu, and existing
229 mode menus have been improved to include more functionality. 229 mode menus have been improved to include more functionality.
230 230
231 ** Mode-line changes 231 ** Mode-line changes
233 *** The mode-line displays a `@', instead of `-', if the 233 *** The mode-line displays a `@', instead of `-', if the
234 default-directory for the current buffer is on a remote machine. 234 default-directory for the current buffer is on a remote machine.
235 --- 235 ---
236 *** The mode-line displays a mode menu when mouse-1 is clicked on a 236 *** The mode-line displays a mode menu when mouse-1 is clicked on a
237 minor mode, in the same way as it already did for major modes. 237 minor mode, in the same way as it already did for major modes.
238 238 ---
239 *** The `mode-line-emphasis' face is used to highlight certain 239 *** The `mode-line-emphasis' face is used to highlight certain
240 mode-line information (e.g. waiting for a VC command to finish). 240 mode-line information (e.g. waiting for a VC command to finish).
241 --- 241 ---
242 *** The mode-line tooltips have been improved to provide more details. 242 *** The mode-line tooltips have been improved to provide more details.
243 +++ 243 +++
244 *** The VC, line/colum number and minor mode indicators on the mode 244 *** The VC, line/colum number and minor mode indicators on the mode
245 line are now interactive: mouse-1 can be used on them to pop up a menu. 245 line are now interactive: mouse-1 can be used on them to pop up a menu.
246 246
247 +++
247 ** File deletion can make use of the Recycle Bin or system Trash folder. 248 ** File deletion can make use of the Recycle Bin or system Trash folder.
248 Set `delete-by-moving-to-trash' non-nil to use this. Deleted files 249 Set `delete-by-moving-to-trash' non-nil to use this. Deleted files
249 and directories will then be sent to the Recyle Bin on Windows, and 250 and directories will then be sent to the Recyle Bin on Windows, and
250 to `trash-directory' on other systems. 251 to `trash-directory' on other systems.
251 252