| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/leim/quail/sisheng.el (sisheng-list): Don't bother with-case-table. | Stefan Monnier | 2014-07-08 | 1 | -9/+7 |
* | * lisp/electric.el (electric-layout-post-self-insert-function): | Dmitry Antipov | 2014-06-22 | 1 | -1/+1 |
* | * lisp/simple.el (completion-list-mode-map): Use choose-completion for the | Stefan Monnier | 2014-04-22 | 1 | -2/+3 |
* | Fixes in window size functions around Bug#16430 and Bug#16470. | Martin Rudalics | 2014-01-22 | 1 | -3/+2 |
* | Extend last fix of term-window-width (Bug#16470). | Martin Rudalics | 2014-01-19 | 1 | -1/+1 |
* | In term-window-width call window-text-width instead of window-width (Bug#16470). | Martin Rudalics | 2014-01-19 | 1 | -1/+2 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * term.el (term-mouse-paste): Reorder to silence --without-x compilation. | Glenn Morris | 2013-09-17 | 1 | -9/+8 |
* | Fix bug #15337 with non-ASCII characters in file names used by ansi | Eli Zaretskii | 2013-09-13 | 1 | -2/+4 |
* | * term.el (term-suppress-hard-newline): New option (tiny change) | Michael Hoffman | 2013-06-12 | 1 | -2/+10 |
* | * lisp/term.el (term-set-escape-char): Make it idempotent. | Glenn Morris | 2013-05-10 | 1 | -1/+1 |
* | Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.ca | Glenn Morris | 2013-01-04 | 1 | -6/+12 |
|\ |
|
| * | term-handle-colors-array fix | Glenn Morris | 2013-01-03 | 1 | -4/+10 |
| * | * term.el (term-default-fg-color, term-default-bg-color): Fix custom type. | Glenn Morris | 2013-01-02 | 1 | -2/+2 |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | lisp/*.el: Add missing declarations. | Juanma Barranquero | 2012-11-17 | 1 | -0/+6 |
|/ |
|
* | ansi-term escape-char fix | Glenn Morris | 2012-11-14 | 1 | -5/+10 |
* | Make term-default-fg-color, term-default-bg-color obsolete | Glenn Morris | 2012-11-09 | 1 | -4/+6 |
* | Face names should not end in -face (term-face) | Glenn Morris | 2012-11-09 | 1 | -6/+6 |
* | * term.el (term-ansi-reset): Try setting term-ansi-face-already-done to nil. | Glenn Morris | 2012-09-27 | 1 | -1/+4 |
* | Use declare forms, where possible, to mark obsolete functions. | Chong Yidong | 2012-09-25 | 1 | -2/+1 |
* | Tidy up term.el menu handling | Glenn Morris | 2012-09-01 | 1 | -162/+122 |
* | More CL cleanups and reduction of use of cl.el. | Stefan Monnier | 2012-07-11 | 1 | -5/+3 |
* | term: rework color cutomizing | Julien Danjou | 2012-06-28 | 1 | -57/+89 |
* | term.el (term-send-raw-meta): Make C-M-<char> keys work (Bug#8172). | Chong Yidong | 2012-06-20 | 1 | -13/+13 |
* | Change term.el to use font-lock. | Chong Yidong | 2012-06-20 | 1 | -6/+8 |
* | Fixes to window size calculations in term.el. | Chong Yidong | 2012-06-20 | 1 | -49/+29 |
* | Fix point motion bug in term-emulate-terminal. | Chong Yidong | 2012-06-17 | 1 | -9/+8 |
* | * lisp/term.el: Move keymap initialization code to be more idiomatic. | Stefan Monnier | 2012-05-11 | 1 | -173/+152 |
* | * lisp/term.el (term-set-escape-char): Properly set term-escape-char. | Stefan Monnier | 2012-05-11 | 1 | -4/+7 |
* | Use ctl-x-map in place of C-x (bug#10566) | Glenn Morris | 2012-01-25 | 1 | -2/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-21 | 1 | -2/+2 |
* | Spelling fixes. | Paul Eggert | 2011-11-26 | 1 | -2/+2 |
* | Spelling fixes. | Paul Eggert | 2011-11-22 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -2/+2 |
* | Spelling fixes. | Paul Eggert | 2011-11-17 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-12 | 1 | -1/+1 |
* | * lisp/term.el (term-mouse-paste): Yank primary selection (Bug#6845). | Chong Yidong | 2011-08-21 | 1 | -7/+14 |
* | Don't quote lambda expressions with `quote'. | Stefan Monnier | 2011-05-23 | 1 | -2/+2 |
* | Convert some defvars to defcustoms. | Glenn Morris | 2011-02-16 | 1 | -18/+33 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Don't mess with *temp*. | Stefan Monnier | 2011-01-20 | 1 | -21/+16 |
* | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+3 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -3/+2 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | system-type related trivia. | Glenn Morris | 2010-11-09 | 1 | -1/+1 |
* | | Replace still more end-of-line etc with line-end-position, etc. | Glenn Morris | 2010-11-08 | 1 | -8/+3 |
* | | Use line-end-position rather than end-of-line, etc. | Glenn Morris | 2010-11-06 | 1 | -16/+11 |