aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* (vip-ex): Don't use `format' on `error' arguments.Juanma Barranquero2005-06-161-1/+1
* (vi-goto-insert-state): Fix quoting in docstring.Juanma Barranquero2005-06-141-1/+1
* (cua-mode): Use add-to-ordered-list toKim F. Storm2005-06-131-1/+1
* (viper-find-char-forward): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
* (vip-find-char-forward): Fix spellings in docstrings.Juanma Barranquero2005-06-101-1/+1
* (pc-select-selection-keys-only, pc-selection-mode): Fix spellings in docstrings.Juanma Barranquero2005-06-101-3/+3
* Revision: [email protected]/emacs--cvs-trunk--0--patch-388Miles Bader2005-06-101-16/+26
* (cua-normal-cursor-color, cua-read-only-cursor-color,Juanma Barranquero2005-06-101-8/+8
* * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)Kim F. Storm2005-06-063-11/+6
* 2005-06-03 Michael Kifer <[email protected]>Michael Kifer2005-06-032-8/+18
* Use eval-buffer, not eval-current-buffer.Richard M. Stallman2005-05-301-1/+1
* (wordstar-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* (vi-mode-setup): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
* (viper-ex-work-buf, viper-ex-print-buf): Use defvar, not defconst.Richard M. Stallman2005-05-221-2/+2
* Use write-file-functions instead of write-file-hooks.Richard M. Stallman2005-05-221-3/+3
* (crisp-home, crisp-end): Put CUA property.Kim F. Storm2005-05-191-4/+2
* (cua--init-rectangles): Bind C-return instead of S-return toKim F. Storm2005-05-171-2/+2
* (cua-use-hyper-key): Doc fix.Kim F. Storm2005-05-171-9/+9
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-1711-11/+11
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-164-15/+15
* (cua-copy-region, cua-cut-region)Kim F. Storm2005-05-081-6/+18
* Rework last fix.Kim F. Storm2005-05-021-4/+3
* Fix check for CUA-mode if no init file.Kim F. Storm2005-05-011-2/+4
* (cua--pre-command-handler): Add moreKim F. Storm2005-04-181-4/+14
* (cua-global-mark-face): Add special caseDan Nicolaescu2005-04-161-1/+2
* (cua-rectangle-face)Kim F. Storm2005-04-121-6/+9
* (cua--init-rectangles): Remove face setup.Kim F. Storm2005-04-121-10/+0
* (cua-mode): Specify :group.Lute Kamstra2005-04-041-0/+1
* (cua-scroll-down): Add CUA property.Kim F. Storm2005-03-301-1/+1
* * emulation/vip.el: Replace `illegal' with `invalid'.Werner LEMBERG2005-03-251-4/+4
* find-file-hooks -> find-file-hook.Stefan Monnier2005-03-241-29/+29
* Put CUA move property on move-end-of-lineKim F. Storm2005-03-071-0/+1
* * viper-cmd.el (viper-prefix-commands): make into a defconst.Michael Kifer2005-02-197-61/+97
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-092-6/+6
* (cua--undo-list, cua--tidy-undo-counter)Kim F. Storm2005-02-071-75/+51
* (cua-max-undo, cua-undo): Remove.Kim F. Storm2005-02-071-38/+20
* (cua--preserve-mark-commands): Remove.Kim F. Storm2004-12-141-16/+1
* (tpu-help-keypad-map, tpu-help-text)Luc Teirlinck2004-11-291-4/+4
* (group cua): Add :version keyword.Kim F. Storm2004-10-301-1/+1
* Fix copyright.Kim F. Storm2004-10-281-1/+2
* (cua--rectangle-operation): Let bindKim F. Storm2004-09-121-1/+2
* (cua--highlight-rectangle): Fix last change.Kim F. Storm2004-09-081-1/+0
* * emulation/cua-rect.el (cua--overlay-keymap): New keymap forKim F. Storm2004-09-031-2/+13
* (cua--rectangle-set-corners): Ensure thatKim F. Storm2004-09-021-14/+30
* (cua-auto-expand-rectangles): RemoveKim F. Storm2004-08-291-33/+58
* (cua--rectangle-padding): Remove.Kim F. Storm2004-08-291-147/+241
* (cua--preserve-mark-commands): New defvar.Kim F. Storm2004-07-161-2/+19
* Doc fixes: say "PC Selection mode", not "`pc-selection-mode'".Richard M. Stallman2004-06-131-13/+14
* (cua-mode): Deactivate mark when cua-mode is enabled.Kim F. Storm2004-05-031-0/+1
* (cua--update-indications): Fix last change.Kim F. Storm2004-05-031-1/+1