diff etc/NEWS @ 91911:07b62dd00afa

* simple.el (transient-mark-mode): Add an :init-value. * startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 17 Feb 2008 16:57:44 +0000
parents dc9cca14cbb1
children 7a6e0dab4698
line wrap: on
line diff
--- a/etc/NEWS	Sun Feb 17 02:05:08 2008 +0000
+++ b/etc/NEWS	Sun Feb 17 16:57:44 2008 +0000
@@ -95,6 +95,8 @@
 
 ** Emacs now supports the SVG image format through librsvg2.
 
+** transient-mark-mode is now enabled by default.
+
 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f
 requires confirmation before opening a non-existent file.