comparison etc/NEWS @ 109114:2f784ad8d94c

Fix typo in last change.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 02 Jul 2010 23:16:11 -0400
parents ec1113776b24
children c9970d4bfd62
comparison
equal deleted inserted replaced
109113:ec1113776b24 109114:2f784ad8d94c
311 checks the value of the variable `menu-bar-mode'/`tool-bar-mode' to 311 checks the value of the variable `menu-bar-mode'/`tool-bar-mode' to
312 determine whether to create a menu-bar or tool-bar, respectively. 312 determine whether to create a menu-bar or tool-bar, respectively.
313 If the alist entries are added, they override the value of 313 If the alist entries are added, they override the value of
314 `menu-bar-mode'/`tool-bar-mode'. 314 `menu-bar-mode'/`tool-bar-mode'.
315 315
316 ** Mouse dragging is not any differently from active regions. 316 ** Regions created by mouse dragging are now normal active regions,
317 The internal variables `mouse-drag-overlay', and the internal function 317 similar to the ones created by shift-selection. In previous Emacs
318 `mouse-move-drag-overlay' and `mouse-show-mark', have been deleted. 318 versions, these regions were delineated by `mouse-drag-overlay', which
319 has now been removed.
319 320
320 321
321 * Lisp changes in Emacs 24.1 322 * Lisp changes in Emacs 24.1
322 323
323 ** frame-local variables cannot be let-bound any more. 324 ** frame-local variables cannot be let-bound any more.