summaryrefslogtreecommitdiff
path: root/lisp/term
AgeCommit message (Expand)Author
2011-02-27* term/screen.el: New file (Bug#2650).Prestoo Ten
2011-02-16Convert some defvars to defcustoms.Glenn Morris
2011-02-10Move keymap initialization into declaration.Stefan Monnier
2011-02-02* lisp/term/w32-win.el (libpng-version): Declare for compiler.Glenn Morris
2011-02-01undo 2011-02-01T18:15:18Z!sds@gnu.org (purecopy-cons, purecopy-car) at Stefan...Sam Steingold
2011-02-01* lisp/subr.el (purecopy-cons, purecopy-car): Add shortcuts.Sam Steingold
2011-01-31Merge changes from emacs-23 branchChong Yidong
2011-01-26* term/ns-win.el (ns-find-file): Expand ns-input-file withJan Djärv
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Refill some copyright headers.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2011-01-02Merge changes from emacs-23 branchChong Yidong
2010-12-31Fix bug #7716 with PNG image support libraries on Windows.Eli Zaretskii
2010-12-03Restore dock New Frame and Preferences menu functions (Bug#7535).Jan Djärv
2010-11-26term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.Eli Zaretskii
2010-11-21Add separate key mappings for left/right control/command on Nextstep (Bug#7458).Jan Djärv
2010-10-31Fix some declarations.Glenn Morris
2010-10-31Don't use STRING as first choice when pasting PRIMARY (Bug#6802).Jan Djärv
2010-10-28Move ns-specific menu-bar code from term/ns-win.el to menu-bar.el.Glenn Morris
2010-10-27* lisp/term/ns-win.el (ns-insert-file): Init in let.Glenn Morris
2010-10-26ns-win.el trivia.Glenn Morris
2010-10-26* lisp/term/ns-win.el: Restore require of cl when compiling.Glenn Morris
2010-10-26* lisp/term/common-win.el (xw-defined-colors): Simplify the 'ns case.Glenn Morris
2010-10-26* term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to global map. * t...Adrian Robert
2010-10-25* lisp/term/ns-win.el (ns-ignore-2-arg): Remove unused function.Glenn Morris
2010-10-25Remove ns-handle-* functions that duplicate x-handle-*.Glenn Morris
2010-10-25Let ns load common-win.Glenn Morris
2010-10-24Simplifications for lisp/term/common-win.elGlenn Morris
2010-10-24Move ns-win.el's rather wacky menu adjustments to menu-bar.el.Glenn Morris
2010-10-24Move some more shared x-, w32- things to common-win.Glenn Morris
2010-10-23Reduce duplicate definitions of x-select-enable-clipboard from 3 to 2.Glenn Morris
2010-10-23Remove duplicate definition of tty-defined-color-alist.Glenn Morris
2010-10-23Make all copies of xw-defined-colors have identical docs.Glenn Morris
2010-10-23Make all 3 copies of x-select-enable-clipboard have the same doc.Glenn Morris
2010-10-13Rename `image-library-alist' to `dynamic-library-alist'.Juanma Barranquero
2010-10-12Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-11Bug#7150: Distinguishing between left and right Alt keys on NextStep/OSX.Jan Djärv
2010-10-01Remove some functions, variables and aliases obsolete since at least 21.1.Glenn Morris
2010-09-16Define obsolete alias x-cut-buffer-or-selection-value.Chong Yidong
2010-09-02Remove cut buffer from documentation.Jan Djärv
2010-09-02Removed cut-buffer code.Jan Djärv
2010-08-18Use CLIPBOARD and PRIMARY on NS (Bug#6677).Jan D
2010-07-31Adapt mouse-3 behavior to recent selection changes (Bug#6701).Chong Yidong
2010-07-22* term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).Lawrence Mitchell
2010-07-16Change x-select-enable-primary to nil.Chong Yidong
2010-07-14Change clipboard/primary selection to X application standards.Chong Yidong
2010-07-13term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew Dempsky; bug#5084)...Adrian Robert