summaryrefslogtreecommitdiff
path: root/lisp/emulation
Commit message (Expand)AuthorAgeFilesLines
* * emulation/cua-base.el (cua--init-keymaps):Kim F. Storm2011-01-141-1/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-021-0/+42
|\
| * Fix error in last commit.Chong Yidong2010-12-151-3/+4
| * * emulation/edt-mapper.el: Override mapping of function keysKevin Gallagher2010-12-151-0/+41
* | Regenerate tpu-edt autoloads.Glenn Morris2010-11-101-1/+1
* | Minor edt.el simplification.Glenn Morris2010-11-091-187/+91
* | tpu-extras.el simplifiation.Glenn Morris2010-11-091-78/+52
* | system-type related trivia.Glenn Morris2010-11-091-6/+6
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-11/+4
* | Silence viper-cmd compilation.Glenn Morris2010-11-061-20/+18
* | Mere anarchy is loosed upon the world.Glenn Morris2010-11-021-1/+1
* | Support for systems without floats was removed a decade ago.Glenn Morris2010-10-211-5/+3
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-101-151/+149
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-2/+3
* | Remove leading `*' from docs of some defcustoms etc.Glenn Morris2010-09-225-47/+47
* | Add "Version:" and "Package:" Lisp file headers.Chong Yidong2010-08-291-0/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-2916-1/+16
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-6/+6
|\ \ | |/
| * * emulation/pc-select.el: Fix typos in docstrings.Juanma Barranquero2010-08-051-6/+6
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-102-2/+2
|\ \ | |/
| * Fix typos in some Keywords comments.Glenn Morris2010-06-262-2/+2
* | Replace delete-backward-char Lisp calls in Viper (Bug#6552).Chong Yidong2010-07-021-6/+6
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-06-031-1/+1
* | emulation/cua-base.el: Recognize also `right-word' and `left-word'.Juanma Barranquero2010-05-301-0/+1
* | emulation/cua-base.el: Recognize `right-char', `left-char' as movement commands.Juanma Barranquero2010-05-301-0/+1
* | Avoid (expand-file-name ".").Stefan Monnier2010-05-261-8/+8
* | * lisp/emulation/edt.el (edt-load-keys): Use locate-library.Glenn Morris2010-05-251-26/+19
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-242-2/+2
* | CUA mode: Fix use of `filter-buffer-substring' (rework previous change).Juanma Barranquero2010-05-103-12/+11
* | * cua-base.el, cua-gmrk.el: Fix use of `filter-buffer-substring'.Juanma Barranquero2010-05-072-3/+7
* | Minor cleanups.Stefan Monnier2010-05-051-2/+1
* | Add variable scroll-error-top-bottom.Juri Linkov2010-04-141-0/+3
* | Bind `C-v' to `scroll-up-command' and `M-v' to `scroll-down-command'.Juri Linkov2010-04-141-0/+2
* | Scrolling commands which scroll a line instead of full screen..Juri Linkov2010-04-061-10/+0
* | Scrolling commands which does not signal errors at top/bottom.Juri Linkov2010-04-061-0/+3
* | Reorganize Custom groups.Chong Yidong2010-03-121-2/+1
|/
* Fix typos in docstrings, error messages, etc.Juanma Barranquero2010-01-181-19/+19
* Mario Lang <mlang@delysid.org>: Remove some duplicated words.Mario Lang2010-01-151-1/+1
* Update autoload checksums.Juanma Barranquero2010-01-131-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-1325-25/+25
* Update comments for edt doc changes.Glenn Morris2009-12-154-9/+10
* Regenerate autoloads.Glenn Morris2009-12-041-1/+1
* (tpu-cursor-free-mode): Emit message.Stefan Monnier2009-12-011-5/+6
* 2009-11-22 Michael Kifer <kifer@cs.stonybrook.edu>Michael Kifer2009-11-223-11/+32
* (viper-set-hooks): Remove duplicate advice statements for vc-diff,Glenn Morris2009-11-141-17/+5
* * emulation/cua-base.el: Add CUA property to some CC mode commandsChong Yidong2009-11-081-1/+6
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-0310-135/+84
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-026-13/+14
* (tpu-copy-keyfile): Fix condition-case handler.Glenn Morris2009-09-221-3/+3