aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
Commit message (Expand)AuthorAgeFilesLines
* * term/screen.el: New file (Bug#2650).Prestoo Ten2011-02-271-0/+11
* Convert some defvars to defcustoms.Glenn Morris2011-02-162-9/+20
* Move keymap initialization into declaration.Stefan Monnier2011-02-101-64/+66
* * lisp/term/w32-win.el (libpng-version): Declare for compiler.Glenn Morris2011-02-021-0/+1
* undo 2011-02-01T18:15:[email protected] (purecopy-cons, purecopy-car) at Stefan...Sam Steingold2011-02-011-1/+2
* * lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold2011-02-011-2/+1
* Merge changes from emacs-23 branchChong Yidong2011-01-311-1/+3
|\
| * * term/ns-win.el (ns-find-file): Expand ns-input-file withJan Djärv2011-01-261-1/+2
* | Refill some long/short copyright headers.Glenn Morris2011-01-265-8/+7
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-2419-34/+19
* | Refill some copyright headers.Glenn Morris2011-01-152-4/+4
* | Nuke arch-tags.Glenn Morris2011-01-1526-26/+0
* | Merge from emacs-23Stefan Monnier2011-01-1419-21/+21
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-0219-19/+19
* | Merge changes from emacs-23 branchChong Yidong2011-01-021-11/+19
|\|
| * Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii2010-12-311-11/+19
* | Restore dock New Frame and Preferences menu functions (Bug#7535).Jan Djärv2010-12-032-2/+4
* | term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.Eli Zaretskii2010-11-261-0/+10
* | Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Jan Djärv2010-11-211-0/+4
* | Fix some declarations.Glenn Morris2010-10-311-2/+2
* | Don't use STRING as first choice when pasting PRIMARY (Bug#6802).Jan Djärv2010-10-311-0/+7
* | Move ns-specific menu-bar code from term/ns-win.el to menu-bar.el.Glenn Morris2010-10-281-42/+0
* | * lisp/term/ns-win.el (ns-insert-file): Init in let.Glenn Morris2010-10-271-7/+5
* | ns-win.el trivia.Glenn Morris2010-10-261-21/+16
* | * lisp/term/ns-win.el: Restore require of cl when compiling.Glenn Morris2010-10-261-43/+27
* | * lisp/term/common-win.el (xw-defined-colors): Simplify the 'ns case.Glenn Morris2010-10-261-10/+10
* | * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to global map. * t...Adrian Robert2010-10-262-96/+6
* | * lisp/term/ns-win.el (ns-ignore-2-arg): Remove unused function.Glenn Morris2010-10-251-2/+0
* | Remove ns-handle-* functions that duplicate x-handle-*.Glenn Morris2010-10-252-87/+23
* | Let ns load common-win.Glenn Morris2010-10-253-373/+330
* | Simplifications for lisp/term/common-win.elGlenn Morris2010-10-241-45/+20
* | Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris2010-10-241-36/+0
* | Move some more shared x-, w32- things to common-win.Glenn Morris2010-10-244-78/+76
* | Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.Glenn Morris2010-10-232-12/+11
* | Remove duplicate definition of tty-defined-color-alist.Glenn Morris2010-10-231-8/+2
* | Make all copies of xw-defined-colors have identical docs.Glenn Morris2010-10-232-3/+2
* | Make all 3 copies of x-select-enable-clipboard have the same doc.Glenn Morris2010-10-232-8/+10
* | Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero2010-10-131-3/+3
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-0/+3
|\|
| * Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv2010-10-111-0/+3
* | Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris2010-10-011-9/+0
* | Define obsolete alias x-cut-buffer-or-selection-value.Chong Yidong2010-09-161-0/+3
* | Remove cut buffer from documentation.Jan Djärv2010-09-023-8/+4
* | Removed cut-buffer code.Jan Djärv2010-09-023-103/+41
* | Use CLIPBOARD and PRIMARY on NS (Bug#6677).Jan D2010-08-181-2/+2
* | Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong2010-07-311-12/+6
* | * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).Lawrence Mitchell2010-07-221-1/+1
* | Change x-select-enable-primary to nil.Chong Yidong2010-07-161-3/+5
* | Change clipboard/primary selection to X application standards.Chong Yidong2010-07-141-12/+8
* | term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084)...Adrian Robert2010-07-131-4/+2