summaryrefslogtreecommitdiff
path: root/lisp/term.el
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Don't mess with *temp*.Stefan Monnier2011-01-201-21/+16
* Refill some copyright headers.Glenn Morris2011-01-151-2/+3
* Merge from emacs-23Stefan Monnier2011-01-141-3/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | system-type related trivia.Glenn Morris2010-11-091-1/+1
* | Replace still more end-of-line etc with line-end-position, etc.Glenn Morris2010-11-081-8/+3
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-16/+11
* | Remove cut buffer from documentation.Jan Djärv2010-09-021-2/+1
* | Merge changes from emacs-23 branchChong Yidong2010-08-081-10/+10
|\ \ | |/
| * * term.el: Fix typos in docstrings.Juanma Barranquero2010-08-021-10/+10
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-241-1/+1
|/
* * lisp/term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).Chong Yidong2010-01-201-2/+11
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Minor cleanup.Stefan Monnier2009-12-041-38/+22
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-40/+21
* (term-dynamic-list-completions): Use choose-completion rather thanGlenn Morris2009-10-241-1/+1
* (term-set-scroll-region, term-handle-ansi-escape):Stefan Monnier2009-09-241-3/+3
* * term.el (term-set-scroll-region): Don't move cursor any more.Stefan Monnier2009-09-241-3/+3
* Require CL.Stefan Monnier2009-09-241-81/+69
* (term-bold-attribute): New var.Stefan Monnier2009-09-241-2/+6
* Use forward-line rather than goto-line.Glenn Morris2009-08-221-1/+2
* Fix commenting convention, turn comments into docstrings.Stefan Monnier2009-08-161-684/+686
* * term.el (term-handle-ansi-escape): Add comments with theDan Nicolaescu2009-08-071-1/+2
* (term-send-raw-string): Deactivate mark.Chong Yidong2009-03-131-2/+1
* (term-send-raw-meta): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-0/+1
* (term-send-raw): Deactivate the mark first (Bug#2449).Chong Yidong2009-03-081-1/+2
* Remap self-insert-command to term-send-raw inAndreas Schwab2009-02-191-0/+1
* * term.el (term-previous-matching-input, term-next-matching-input)Juanma Barranquero2009-01-211-14/+14
* Replace last-input-char with last-input-event.Glenn Morris2009-01-091-6/+6
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (term-emulate-terminal): Decode substring just prior toDan Nicolaescu2008-12-271-1/+1
* * align.el:Lute Kamstra2008-12-031-8/+8
* Add comment to last fix.Chong Yidong2008-09-251-0/+3
* (term-emulate-terminal): Encode input string before checking itsChong Yidong2008-09-251-5/+23
* Daniel Engeler <engeler at gmail.com>Glenn Morris2008-06-131-8/+264
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (term-emulate-terminal): Perform redisplay after the process filterChong Yidong2008-04-211-1/+5
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* *** empty log message ***Dan Nicolaescu2008-04-071-1/+1
* * outline.el (outline-mode-menu-bar-map):Dan Nicolaescu2008-04-041-10/+26
* * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.Dan Nicolaescu2008-03-051-48/+47
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-08-131-15/+22
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
| |\ \ | | |/
| | * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
| | * Honor term-default-fg-color and term-default-bg-color settings when modifying...Vinicius Jose Latorre2007-08-051-8/+16