diff options
| author | Dan Nicolaescu | 2008-02-17 16:57:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-02-17 16:57:44 +0000 |
| commit | a2b84f35b3d89533a5429da46f7aa124efb1d18e (patch) | |
| tree | 99c60f19df2d01c20a6ab8b9ce3872738d2c8560 | |
| parent | 43c0454d44aba9617d5a1d82d327b7cbaed5fbdc (diff) | |
| download | emacs-a2b84f35b3d89533a5429da46f7aa124efb1d18e.tar.gz emacs-a2b84f35b3d89533a5429da46f7aa124efb1d18e.zip | |
* 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.
| -rw-r--r-- | etc/NEWS | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/simple.el | 4 | ||||
| -rw-r--r-- | lisp/startup.el | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/callint.c | 2 |
6 files changed, 19 insertions, 2 deletions
| @@ -95,6 +95,8 @@ the currently selected Emacs frame. | |||
| 95 | 95 | ||
| 96 | ** Emacs now supports the SVG image format through librsvg2. | 96 | ** Emacs now supports the SVG image format through librsvg2. |
| 97 | 97 | ||
| 98 | ** transient-mark-mode is now enabled by default. | ||
| 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 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6256677c594..805570ea41a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * simple.el (transient-mark-mode): Add an :init-value. | ||
| 4 | |||
| 5 | * startup.el (command-line): Use custom-reevaluate-setting for | ||
| 6 | transient-mark-mode. | ||
| 7 | |||
| 1 | 2008-02-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> | 8 | 2008-02-17 Micha$(Q)a(Bl Cadilhac <michael@cadilhac.name> |
| 2 | 9 | ||
| 3 | * wdired.el (wdired-allow-to-change-permissions): Fix typo. | 10 | * wdired.el (wdired-allow-to-change-permissions): Fix typo. |
diff --git a/lisp/simple.el b/lisp/simple.el index e838731c1be..0ae64b550b7 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -3586,7 +3586,9 @@ default part of the buffer's text. Examples of such commands include | |||
| 3586 | Invoke \\[apropos-documentation] and type \"transient\" or | 3586 | Invoke \\[apropos-documentation] and type \"transient\" or |
| 3587 | \"mark.*active\" at the prompt, to see the documentation of | 3587 | \"mark.*active\" at the prompt, to see the documentation of |
| 3588 | commands which are sensitive to the Transient Mark mode." | 3588 | commands which are sensitive to the Transient Mark mode." |
| 3589 | :global t :group 'editing-basics) | 3589 | :global t |
| 3590 | :init-value (not noninteractive) | ||
| 3591 | :group 'editing-basics) | ||
| 3590 | 3592 | ||
| 3591 | (defvar widen-automatically t | 3593 | (defvar widen-automatically t |
| 3592 | "Non-nil means it is ok for commands to call `widen' when they want to. | 3594 | "Non-nil means it is ok for commands to call `widen' when they want to. |
diff --git a/lisp/startup.el b/lisp/startup.el index 56101f3da28..27589295c44 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -847,6 +847,7 @@ opening the first frame (e.g. open a connection to an X server).") | |||
| 847 | (custom-reevaluate-setting 'send-mail-function) | 847 | (custom-reevaluate-setting 'send-mail-function) |
| 848 | (custom-reevaluate-setting 'focus-follows-mouse) | 848 | (custom-reevaluate-setting 'focus-follows-mouse) |
| 849 | (custom-reevaluate-setting 'global-auto-composition-mode) | 849 | (custom-reevaluate-setting 'global-auto-composition-mode) |
| 850 | (custom-reevaluate-setting 'transient-mark-mode) | ||
| 850 | 851 | ||
| 851 | (normal-erase-is-backspace-setup-frame) | 852 | (normal-erase-is-backspace-setup-frame) |
| 852 | 853 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 333dd802676..25dd28a3ea5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive | ||
| 4 | with Qt. | ||
| 5 | |||
| 1 | 2008-02-17 Kenichi Handa <handa@m17n.org> | 6 | 2008-02-17 Kenichi Handa <handa@m17n.org> |
| 2 | 7 | ||
| 3 | * ftfont.c (ftfont_shape): Return Lispy number. | 8 | * ftfont.c (ftfont_shape): Return Lispy number. |
diff --git a/src/callint.c b/src/callint.c index 7dca5b30347..74e0e22fd6d 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -960,7 +960,7 @@ This option makes a difference in Transient Mark mode. | |||
| 960 | When the option is non-nil, deactivation of the mark | 960 | When the option is non-nil, deactivation of the mark |
| 961 | turns off region highlighting, but commands that use the mark | 961 | turns off region highlighting, but commands that use the mark |
| 962 | behave as if the mark were still active. */); | 962 | behave as if the mark were still active. */); |
| 963 | Vmark_even_if_inactive = Qnil; | 963 | Vmark_even_if_inactive = Qt; |
| 964 | 964 | ||
| 965 | DEFVAR_LISP ("mouse-leave-buffer-hook", &Vmouse_leave_buffer_hook, | 965 | DEFVAR_LISP ("mouse-leave-buffer-hook", &Vmouse_leave_buffer_hook, |
| 966 | doc: /* Hook to run when about to switch windows with a mouse command. | 966 | doc: /* Hook to run when about to switch windows with a mouse command. |