summaryrefslogtreecommitdiff
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
...
* | (cua-remap-control-z): Fix typo in docstring.Juanma Barranquero2008-03-011-1/+1
* | (cua-remap-control-v)Kim F. Storm2008-02-291-11/+20
* | (viper-emacs-state-mode-list): Rename `custom-mode' to `Custom-mode'.Juri Linkov2008-02-281-1/+1
* | (vip-special-prefix-com): Use ispell-region rather than spell-region.Glenn Morris2008-02-221-1/+1
* | (tpu-have-ispell): Doc fix. Make obsolete.Glenn Morris2008-02-221-12/+14
* | Merge from emacs--devo--0Miles Bader2008-01-307-14/+32
|\ \
| * | * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):Dan Nicolaescu2008-01-242-4/+2
| * | Regenerate for new tpu-extras md5sum in generated autoload.Glenn Morris2008-01-121-1/+1
| * | 2008-01-10 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-01-103-10/+16
| * | 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2008-01-095-16/+30
* | | Merge from emacs--devo--0Miles Bader2008-01-0925-325/+300
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2008-01-0823-23/+23
| |\ \ | | |/
| | * Add 2008 to copyright years.Glenn Morris2008-01-0725-25/+25
| | * (tpu-next-line, tpu-previous-line, tpu-forward-line, tpu-backward-line)Stefan Monnier2007-11-161-6/+6
| | * (cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.Juanma Barranquero2007-11-151-3/+3
| * | Misc comment and docstring fixes to better follow conventions.Stefan Monnier2008-01-041-68/+66
| * | (tpu-load-xkeys): Recommend to run theStefan Monnier2008-01-041-10/+9
| * | (tpu-mapper): New command. Contains all the code previously at top-level.Stefan Monnier2008-01-041-224/+202
* | | Merge from emacs--devo--0Miles Bader2007-12-162-7/+5
|\ \ \ | |/ /
| * | (top-level): Use dolist rather than mapc in make-variable-frame-local call.Glenn Morris2007-12-091-6/+4
| * | * erc-stamp.el (erc-echo-timestamp):David Kastrup2007-12-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-0616-202/+159
|\ \ \ | |/ /
| * | Remove directory part from filenames in function declarations.Glenn Morris2007-12-063-4/+4
| * | (top-level): Move (provide 'cua-base) to end.Glenn Morris2007-12-041-20/+23
| * | (top-level): Move provide to end.Glenn Morris2007-12-041-5/+6
| * | (top-level): Move provide to end.Glenn Morris2007-12-041-2/+2
| * | (viper-replace-overlay-cursor-color)Glenn Morris2007-12-041-7/+7
| * | (top-level): Don't require advice.Glenn Morris2007-12-021-18/+0
| * | (top-level): Don't load viper-util, viper-keym when compiling.Glenn Morris2007-12-021-4/+0
| * | (top-level): Move provide statement to end.Glenn Morris2007-12-021-2/+3
| * | (top-level): Don't load viper-util when compiling. Move provideGlenn Morris2007-12-021-11/+3
| * | (top-level): Don't load viper-util, viper-keym, viper-mous when compiling.Glenn Morris2007-12-021-6/+0
| * | (top-level): Don't load viper-util when compiling.Glenn Morris2007-12-021-2/+0
| * | (top-level): Don't load viper-init when compiling.Glenn Morris2007-12-021-6/+0
| * | (top-level): Don't require ring.Glenn Morris2007-12-021-14/+1
| * | Don't require cl when compiling.Glenn Morris2007-11-281-2/+7
| * | (edt-user-emulation-setup): Test edt-setup-user-bindings is boundGlenn Morris2007-11-281-1/+4
| * | Load viper*.el files silently.Glenn Morris2007-11-277-18/+18
| * | (x-clipboard-yank): Fix declaration.Glenn Morris2007-11-221-1/+1
| * | (x-clipboard-yank): Declare as function.Juanma Barranquero2007-11-221-0/+2
| * | * frame.el (msdos-mouse-p):Dan Nicolaescu2007-11-211-2/+2
| * | * progmodes/python.el (info-lookup-maybe-add-help):Dan Nicolaescu2007-11-202-0/+6
| * | * progmodes/idlw-help.el: Require browse-url unconditionally, itDan Nicolaescu2007-11-204-21/+19
| * | (pc-select-shifted-mark): Remove.Stefan Monnier2007-11-161-63/+42
| * | (pc-select-shifted-mark): New var.Stefan Monnier2007-11-161-23/+35
| * | (cua--keymaps-initialized): Rename from `cua--keymaps-initalized'.Juanma Barranquero2007-11-151-10/+10
| * | (cua--pre-command-handler-1):Stefan Monnier2007-11-151-10/+14
* | | Merge from emacs--devo--0Miles Bader2007-11-1110-247/+206
|\ \ \ | |/ /
| * | * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.Dan Nicolaescu2007-11-097-124/+108
| * | (tpu-map-key): Use unless rather than cond.Glenn Morris2007-11-071-17/+17