aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add all rgb.txt color names to x-colors.Chong Yidong2010-06-121-85/+162
* | Merge from emacs-23Andreas Schwab2010-06-101-4/+5
|\|
| * * term/common-win.el (x-colors): Add "dark green" and "dark turquoise" (Bug#6...Chong Yidong2010-06-041-4/+5
* | Use define-minor-mode in more cases.Stefan Monnier2010-05-041-7/+6
* | Use define-minor-mode where applicable.Stefan Monnier2010-05-021-10/+4
|/
* (xterm-maybe-set-dark-background-mode): RemoveDan Nicolaescu2010-02-091-1/+0
* (xterm-maybe-set-dark-background-mode): RenameDan Nicolaescu2010-01-241-9/+20
* Fix typos in docstrings, error messages, etc.Juanma Barranquero2010-01-181-7/+7
* Fix typos in comments.Juanma Barranquero2010-01-141-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-1319-19/+19
* Further changes from EMACS_23_1_RC branch (2009-12-29 contd).Nick Roberts2009-12-311-0/+4
* Get the background mode from the terminal for xterm, and setDan Nicolaescu2009-12-071-6/+29
* * term/x-win.el (x-gtk-stock-map):Dan Nicolaescu2009-11-111-1/+3
* * url-util.el (url-insert-entities-in-string):Stefan Monnier2009-11-031-4/+2
* * puresize.h (BASE_PURESIZE): Increase to 1430000.Dan Nicolaescu2009-10-231-5/+3
* * puresize.h (BASE_PURESIZE): Increase to 1310000.Dan Nicolaescu2009-10-171-2/+3
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
* Remove unused declarations.Glenn Morris2009-10-011-10/+5
* Don't set the region face background.Adrian Robert2009-09-271-10/+0