0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 17:16:26 +00:00
org-mode/ChangeLog
Carsten Dominik 773a3c624e Support for Shift Selection
Emacs 23 introduces `shift-selection-mode', and even turns it on by
default.  Therefore, it is fair to assume that users of Emacs 23 will
expect to be able to select a region by holding down shift will moving
the cursor.  This conflicts with the use of shifted cursor keys in
Org-mode for other purposes, in particular to "change the item under
the cursor", like it is done for time stamps, item bullet types, TODO
keywords and priorities.

This commit tries to support `shift-selection-mode' as much as possible,
while retaining these valuable commands keys for Org-mode.  The
following things are changed:

1. The range of contexts where Org's commands do act is reduced.

  - S-up and S-down no longer jump to the previous and next plain list
    item - you can use the paragraph commands C-up and C-down for this
    quite well.

  - S-left and S-right only change the bullet type of a plain list
    item when the cursor is *exactly* on the bullet, not just anywhere
    in the item line.

2. When a S-cursor key is used outside a special context, a region is
   started or extended.

3. When a region has already been started, it will be continue to
   extend even if the S-cursor keys move the cursor into a special
   context.

4. If you want S-cursor selection to work in headlines as well, you
   can set the variable `org-support-shift-select' to
   `even-in-headlines'.  Then you need to rely on `C-c C-t' to set
   TODO keywords, and on `C-c ,' to set priorities.

If you want everything to behave the way it was, set
`org-support-shift-select' to nil.
2009-01-26 16:23:44 +01:00

36 lines
921 B
Plaintext

2009-01-19 Carsten Dominik <carsten.dominik@gmail.com>
* Makefile (html_manual): Process the split html manual with the
new script.
* UTILITIES/mansplit.pl: New file.
2009-01-06 Carsten Dominik <carsten.dominik@gmail.com>
* Makefile (LISPF): Add org-footnote.el
2008-10-09 Carsten Dominik <dominik@science.uva.nl>
* Makefile (infodir): Change default path for info.
2008-09-24 Carsten Dominik <dominik@science.uva.nl>
* Makefile (install-info): Use the install-info program.
2008-09-17 Carsten Dominik <dominik@science.uva.nl>
* Makefile: Handle new file org-plot.el.
2008-09-08 Carsten Dominik <dominik@science.uva.nl>
* Makefile: Remove the unused MV macro.
2008-06-09 Carsten Dominik <dominik@science.uva.nl>
* Makefile: Allow prefix to be set on the command line.
2008-04-25 Carsten Dominik <dominik@science.uva.nl>
* Makefile (BATCH): Fix the path to the local lisp files.