Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
91910:27249878ef44 | 91911:07b62dd00afa |
---|---|
92 the currently selected Emacs frame. | 92 the currently selected Emacs frame. |
93 | 93 |
94 ** The refcards are now shipped as PDF files. | 94 ** The refcards are now shipped as PDF files. |
95 | 95 |
96 ** Emacs now supports the SVG image format through librsvg2. | 96 ** Emacs now supports the SVG image format through librsvg2. |
97 | |
98 ** transient-mark-mode is now enabled by default. | |
97 | 99 |
98 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f | 100 ** If you set find-file-confirm-nonexistent-file to t, then C-x C-f |
99 requires confirmation before opening a non-existent file. | 101 requires confirmation before opening a non-existent file. |
100 | 102 |
101 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a | 103 ** If the gpm mouse server is running and t-mouse-mode enabled, Emacs uses a |