summaryrefslogtreecommitdiff
path: root/lisp/term.el
Commit message (Expand)AuthorAge
* ; * lisp/term.el (term-mode): FIXME comment about bidi reordering.Eli Zaretskii2016-06-26
* Fix slow redisplay in term-modeEli Zaretskii2016-06-26
* Fix bug#22891: wrong terminal width when a fringe width is zero.Anders Lindgren2016-04-27
* Speed up redisplay in ansi-term modeEli Zaretskii2016-04-16
* Comint, term, and compile now set EMACSPaul Eggert2016-03-23
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix a typo in eterm-color's termcap entryDave Thomas2015-12-19
* ; Remove outdated comment (bug#22015)Dmitry Gutov2015-11-26
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-17
* Use ‘echo’ safely with ‘\’ or leading ‘-’Paul Eggert2015-10-10
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-17
* ; Do not overwrite preexisting contents of unread-command-eventsDavid Kastrup2015-08-04
* Stop messing with the EMACS env varStefan Monnier2015-04-09
* Automatically adjust process window sizesDaniel Colascione2015-03-22
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from emacs-24; up to 2014-07-22T06:37:31Z!yamaoka@jpl.orgGlenn Morris2014-10-08
|\
| * In term-window-width subtract 1 from width when any fringe has zero width. (B...Martin Rudalics2014-10-06
* | Consolidate management/ownership of selections.Stefan Monnier2014-10-01
* | * lisp/leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table.Stefan Monnier2014-07-08
* | * lisp/electric.el (electric-layout-post-self-insert-function):Dmitry Antipov2014-06-22
|/
* * lisp/simple.el (completion-list-mode-map): Use choose-completion for theStefan Monnier2014-04-22
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-22
* Extend last fix of term-window-width (Bug#16470).Martin Rudalics2014-01-19
* In term-window-width call window-text-width instead of window-width (Bug#16470).Martin Rudalics2014-01-19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* * term.el (term-mouse-paste): Reorder to silence --without-x compilation.Glenn Morris2013-09-17
* Fix bug #15337 with non-ASCII characters in file names used by ansiEli Zaretskii2013-09-13
* * term.el (term-suppress-hard-newline): New option (tiny change)Michael Hoffman2013-06-12
* * lisp/term.el (term-set-escape-char): Make it idempotent.Glenn Morris2013-05-10
* Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.caGlenn Morris2013-01-04
|\
| * term-handle-colors-array fixGlenn Morris2013-01-03
| * * term.el (term-default-fg-color, term-default-bg-color): Fix custom type.Glenn Morris2013-01-02
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | lisp/*.el: Add missing declarations.Juanma Barranquero2012-11-17
|/
* ansi-term escape-char fixGlenn Morris2012-11-14
* Make term-default-fg-color, term-default-bg-color obsoleteGlenn Morris2012-11-09
* Face names should not end in -face (term-face)Glenn Morris2012-11-09
* * term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil.Glenn Morris2012-09-27
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-25
* Tidy up term.el menu handlingGlenn Morris2012-09-01
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-11
* term: rework color cutomizingJulien Danjou2012-06-28
* term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172).Chong Yidong2012-06-20
* Change term.el to use font-lock.Chong Yidong2012-06-20
* Fixes to window size calculations in term.el.Chong Yidong2012-06-20
* Fix point motion bug in term-emulate-terminal.Chong Yidong2012-06-17
* * lisp/term.el: Move keymap initialization code to be more idiomatic.Stefan Monnier2012-05-11
* * lisp/term.el (term-set-escape-char): Properly set term-escape-char.Stefan Monnier2012-05-11
* Use ctl-x-map in place of C-x (bug#10566)Glenn Morris2012-01-25