summaryrefslogtreecommitdiff
path: root/lisp/vcursor.el
AgeCommit message (Collapse)Author
2008-06-27American English spelling fix.Glenn Morris
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-09-10Remove spurious * in docstrings.Stefan Monnier
(vcursor-map): Initialize in the declaration. (vcursor-use-vcursor-map): Use define-minor-mode. (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-05Update copyright years.Glenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-21(vcursor-other-window, vcursor-bind-keys, vcursor-key-bindings,Juanma Barranquero
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.
2005-07-04Update FSF's address.Lute Kamstra
2005-06-10(vcursor-copy-line): Fix spellings in docstrings.Juanma Barranquero
2004-02-21(vcursor-modifiers): New defcustom.Eli Zaretskii
(vcursor-cs-binding): Use vcursor-modifiers instead of a hard-coded list.
2003-09-01Add arch taglinesMiles Bader
2003-01-27(vcursor-disable): Fix typo.Juanma Barranquero
2002-10-18(vcursor-other-window): Fix typo.Juanma Barranquero
2002-09-06(vcursor-toggle-vcursor-map): Fix spacing.Juanma Barranquero
2001-07-15Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík
2000-10-08(vcursor-cs-binding): Remove compatibility code.Dave Love
Clean up remainder.
2000-07-24Set maintainer to FSF, since author cannotGerd Moellmann
be reached.
2000-04-01(vcursor-move): Use display-color-p.Dave Love
1998-08-04(vcursor group): Move this to `editing' group.Richard M. Stallman
1998-06-30Use defcustom to define faces.Richard M. Stallman
(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.
1998-04-20*** empty log message ***Dan Nicolaescu
1998-03-07Customized.Stephen Eglen
1998-03-03Some support for character terminals provided.Richard M. Stallman
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.
1997-05-20Fix copyright and permission notice.Richard M. Stallman
1997-04-14Initial revisionRichard M. Stallman