aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* (keypad-setup, keypad-shifted-setup)Kim F. Storm2002-09-141-5/+7
* (ex-compile-command): Fix typo.Juanma Barranquero2002-08-301-1/+1
* (cua--rectangle-operation): Don't callKim F. Storm2002-07-041-2/+3
* (tpu-delete-to-eol): Fix typo.Juanma Barranquero2002-07-031-2/+2
* Added :require 'keypad to defcustoms.Kim F. Storm2002-06-241-0/+4
* Corrected last fix.Kim F. Storm2002-06-211-7/+7
* Handle kp-begin like kp-space.Kim F. Storm2002-06-211-0/+8
* (cua--prefix-arg): Make register prefixesKim F. Storm2002-06-211-7/+9
* (edt-substitute): Fix typo.Juanma Barranquero2002-06-181-1/+1
* Undo previous change.Richard M. Stallman2002-06-101-2/+2
* (viper-insert-prev-from-insertion-ring)Richard M. Stallman2002-06-101-2/+2
* (cua--last-deleted-region-pos)Kim F. Storm2002-05-311-19/+44
* (viper-smart-suffix-list, viper-ask-level): Fix typos.Juanma Barranquero2002-05-311-2/+2
* (cua-set-mark): Align pop to markoKim F. Storm2002-05-271-14/+17
* (cua--repeat-replace-text): New variable.Kim F. Storm2002-05-261-1/+55
* (cua--init-rectangles): Install defaultKim F. Storm2002-05-251-0/+4
* (cua--init-global-mark): Install defaultKim F. Storm2002-05-251-0/+5
* (cua--self-insert-char-p): New function.Kim F. Storm2002-05-251-0/+7
* Fix typo.Juanma Barranquero2002-05-161-1/+1
* (cua--rectangle-operation):Kim F. Storm2002-05-141-1/+2
* Improved commentary.Kim F. Storm2002-05-141-67/+142
* (cua-enable-cursor-indications): Default off.Kim F. Storm2002-05-131-5/+43
* (cua-enable-cua-keys)Kim F. Storm2002-05-101-2/+2
* (cua-mode): Misc. changes to useKim F. Storm2002-05-101-42/+22
* Follow coding conventions.Pavel Janík2002-05-022-0/+7
* (cua-inhibit-cua-keys): New buffer-local variable.Kim F. Storm2002-05-011-0/+9
* (cua--pre-command-handler): Only interpret delete-selection property if mark-...Kim F. Storm2002-05-011-21/+22
* Fixed require for cua-mode variableKim F. Storm2002-04-301-1/+1
* Added cua-mode based files [split from original cua.el]:Kim F. Storm2002-04-284-0/+3078
* * viper-ex.el: Patch by Samuel Padgett. Copyright papers received.Michael Kifer2002-04-162-7/+50
* (pc-selection-mode): Alter the existing global map, don't replace it.Richard M. Stallman2002-03-181-14/+10
* 2002-02-10 Michael Kifer <[email protected]>Michael Kifer2002-02-102-13/+11
* (pc-select-save-and-set-mode): Properly use MODE-VAR.Richard M. Stallman2002-02-011-9/+8
* (pc-selection-mode-hook)Richard M. Stallman2002-01-261-130/+325
* Fix typo.Pavel Janík2002-01-121-1/+1
* 2002-01-09 Michael Kifer <[email protected]>Michael Kifer2002-01-091-0/+7
* 2002-01-07 Michael Kifer <[email protected]>Michael Kifer2002-01-088-328/+397
* (ps-font-lock-face-attributes): Use :weight and :slant.Richard M. Stallman2001-12-311-2/+2
* (tpu-reset-screen-size): Use set-frame-height and set-frame-width insteadPavel Janík2001-12-251-2/+2
* 2001-12-24 Michael Kifer <[email protected]>Michael Kifer2001-12-243-11/+51
* Files removed.Pavel Janík2001-12-222-723/+0
* Doc fix.Pavel Janík2001-12-204-4/+4
* Doc string fixes.Stefan Monnier2001-11-191-66/+66
* Fix typo.Pavel Janík2001-11-161-1/+1
* 2001-10-13 Michael Kifer <[email protected]>Michael Kifer2001-10-132-38/+44
* use defalias instead of fset for user-visible commands.Pavel Janík2001-10-101-31/+35
* Make messages match original TPU/edt editor.Pavel Janík2001-10-031-14/+19
* 2001-09-13 Michael Kifer <[email protected]>Michael Kifer2001-09-141-2/+3
* 2001-09-09 Michael Kifer <[email protected]>Michael Kifer2001-09-098-65/+131
* (viper-file-checked-in-p): Use `and'Gerd Moellmann2001-08-071-1/+1