summaryrefslogtreecommitdiff
path: root/lisp/vcursor.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* American English spelling fix.Glenn Morris2008-06-271-3/+3
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Remove spurious * in docstrings.Stefan Monnier2007-09-101-82/+62
|/ | | | | | (vcursor-map): Initialize in the declaration. (vcursor-use-vcursor-map): Use define-minor-mode. (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* (vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,Juanma Barranquero2005-07-211-20/+19
| | | | | | | | vcursor-use-vcursor-map, vcursor-find-window, vcursor-scroll-down, vcursor-disable, vcursor-beginning-of-buffer, vcursor-end-of-buffer): Fix typos in docstrings. (vcursor-relative-move, vcursor-get-char-count): Improve argument/docstring consistency.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (vcursor-copy-line): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
|
* (vcursor-modifiers): New defcustom.Eli Zaretskii2004-02-211-2/+7
| | | | (vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (vcursor-disable): Fix typo.Juanma Barranquero2003-01-271-1/+1
|
* (vcursor-other-window): Fix typo.Juanma Barranquero2002-10-181-19/+19
|
* (vcursor-toggle-vcursor-map): Fix spacing.Juanma Barranquero2002-09-061-1/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-3/+3
|
* (vcursor-cs-binding): Remove compatibility code.Dave Love2000-10-081-10/+5
| | | | Clean up remainder.
* Set maintainer to FSF, since author cannotGerd Moellmann2000-07-241-0/+1
| | | | be reached.
* (vcursor-move): Use display-color-p.Dave Love2000-04-011-0/+3
|
* (vcursor group): Move this to `editing' group.Richard M. Stallman1998-08-041-2/+2
|
* Use defcustom to define faces.Richard M. Stallman1998-06-301-130/+179
| | | | | | | | | (vcursor-bind-keys): New function. (vcursor-key-bindings): Use vcursor-bind-keys for :set. (vcursor-cs-binding): Function to handle bindings, handles differences between Emacs and XEmacs. (vcursor-post-command): Handle vcursor-auto-disable non-nil and not t to toggle off copying.
* *** empty log message ***Dan Nicolaescu1998-04-201-2/+4
|
* Customized.Stephen Eglen1998-03-071-10/+25
|
* Some support for character terminals provided.Richard M. Stallman1998-03-031-75/+349
| | | | | | | | | | | | | Various functions are smarter about using the correct windows and the appropriate keymaps. (vcursor-string): New variable, shows vcursor on dumb terminals. (vcursor-map): New variable, holds keymap for vcursor commands. (vcursor-use-vcursor-map): New variable, non-nil if vcursor keys are overlaid onto main keymap. (vcursor-toggle-vcursor-map): New function to implement this. (vcursor-interpret-input): New variable, copy input as if typed. (vcursor-window-funcall): With list instead of symbol, now calls interactively. (vcursor-isearch-backward): New function to match forward isearch.
* Fix copyright and permission notice.Richard M. Stallman1997-05-201-5/+7
|
* Initial revisionRichard M. Stallman1997-04-141-0/+823