aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* * lisp/simple.el (handle-shift-selection, exchange-point-and-mark)Stefan Monnier2014-06-231-2/+3
* Make some old emulation modes obsoleteGlenn Morris2014-06-017-8847/+0
* * lisp/emulation/cua-base.el (<toplevel>, cua--pre-command-handler-1):Stefan Monnier2014-04-101-43/+0
* Doc updates related to tty-setup-hookGlenn Morris2014-02-251-3/+2
* * lisp/emulation/cua-base.el (cua-scroll-up, cua-scroll-down): Mark them asStefan Monnier2014-02-121-2/+2
* Be more consistent in using register-read-with-preview to read registersGlenn Morris2014-02-021-0/+1
* Spelling fix.Paul Eggert2014-01-271-1/+1
* Small doc updates for CUA and diredGlenn Morris2014-01-271-6/+1
* Doc, comment, etc updates for increased use of locate-user-emacs-fileGlenn Morris2014-01-265-33/+31
* Spelling fixes.Paul Eggert2014-01-151-35/+35
* Spelling fixes.Paul Eggert2014-01-081-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-0123-25/+24
* * lisp/emulation/cua-rect.el (cua-rectangle-mark-mode): New minor mode.Stefan Monnier2013-12-152-9/+24
* * lisp/emulation/cua-base.el (cua-paste): Add `delete-selection' propertyStefan Monnier2013-12-112-56/+18
* Make CUA-mode use shift-select-mode.Stefan Monnier2013-12-082-55/+19
* Use delete-selection-mode in cua-mode.Stefan Monnier2013-12-083-102/+47
* Revert auto-commit loaddefs weirdnessGlenn Morris2013-10-301-29/+0
* Auto-commit of loaddefs files.Glenn Morris2013-10-271-0/+29
* Use with-demoted-errors now that it can format any error messagesGlenn Morris2013-09-111-3/+2
* Use define-derived-mode (and derived-mode-p).Stefan Monnier2013-09-101-108/+6
* Fix some custom typesGlenn Morris2013-08-131-1/+1
* Do not call to `selected-window' where it is assumed by default.Dmitry Antipov2013-08-051-1/+1
* * faces.el (tty-run-terminal-initialization): function changed (StefanMichael Kifer2013-07-073-104/+65
* Add explicit arg REPLACE to the callers of `shell-command-on-region'.Juri Linkov2013-06-184-5/+6
* Silence cua-mode compilationGlenn Morris2013-05-282-6/+3
* Small viper clean-upGlenn Morris2013-05-214-53/+63
* Misc custom group fixesGlenn Morris2013-05-151-1/+1
* Auto-commit of loaddefs files.Glenn Morris2013-05-121-1/+1
* Make some files provide featuresGlenn Morris2013-05-111-0/+2
* * lisp/emulation/edt-mapper.el: In batch mode, error rather than hang.Glenn Morris2013-05-101-0/+4
* Fix a bunch of custom types (thank you cus-test.el)Glenn Morris2013-05-081-1/+1
* Use locate-user-emacs-file.Stefan Monnier2013-03-113-5/+5
* Add bug-gnu-emacs to some specialized bug report addressesGlenn Morris2013-02-231-6/+6
* Make S-SPC scroll in the opposite direction to SPCGlenn Morris2013-02-111-0/+1
* Auto-commit of loaddefs files.Glenn Morris2013-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-0123-26/+28
* Aliases to defcustoms must come before the defcustom.Glenn Morris2012-10-061-3/+3
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-177-15/+15
* Merge from emacs-24; up to 2012-05-05T02:50:[email protected]Glenn Morris2012-09-051-0/+2
|\
| * Fix right and left key remapping issue (bug#12317)Glenn Morris2012-08-311-0/+2
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
* | * calc/calc-prog.el (math-do-defmath): Use backquote forms. FixAndreas Schwab2012-08-071-4/+4
* | Add declares for viper-deflocalvar and viper-loop.Vegard Øye2012-08-051-0/+5
* | deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150)Paul Eggert2012-07-292-11/+13
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-242-3/+3
* | Reduce use of (require 'cl).Stefan Monnier2012-07-101-3/+1
* | In EDT emulator, allow updating of menu-bar Buffers menu.Kevin Gallagher2012-06-191-5/+19
* | Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-1/+1
* | Remove incorrect uses of "modeline".Chong Yidong2012-06-022-7/+10
* | Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-1/+1