aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term/w32console.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* Silence w32console.el compilationGlenn Morris2013-05-211-0/+2
| | | | | * lisp/term/w32console.el (w32-get-console-codepage) (w32-get-console-output-codepage): Declare.
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Fix bug #12082 with non-ASCII output in Windows GUI sessions.Eli Zaretskii2012-07-291-0/+12
| | | | | | | | lisp/international/mule-cmds.el (set-locale-environment): Revert last change, since display-graphic-p returns nil when this function is called during startup. Instead... lisp/term/w32console.el (terminal-init-w32console): ...setup the keyboard and terminal encoding for TTY sessions here.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* * lisp/term/w32console.el (get-screen-color): Declare.Glenn Morris2011-05-111-0/+1
|
* Fix bug #8597 with setting frame background mode on w32 console.Eli Zaretskii2011-05-071-0/+13
| | | | | | | | | src/w32console.c (Fset_screen_color): Doc fix. (Fget_screen_color): New function. (syms_of_ntterm): Defsubr it. lisp/term/w32console.el (terminal-init-w32console): Call get-screen-color and use its output to set the frame background-mode.
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Fix some declarations.Glenn Morris2010-10-311-2/+2
|/ | | | | | | | | * lisp/gnus/nnimap.el (gnutls-negotiate): * lisp/gnus/nntp.el (netrc-parse): Fix declarations. * lisp/faces.el (xw-defined-colors, x-setup-function-keys): * lisp/mouse-sel.el (x-select-text): * lisp/term/w32console.el (x-setup-function-keys): Update declarations.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* Add some compiler declarations, for builds without X.Glenn Morris2008-06-121-0/+2
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Add 2008 to copyright years.Glenn Morris2008-01-091-1/+1
|
* Add arch taglineMiles Bader2007-11-211-0/+2
|
* New term init file for w32 console.Jason Rumney2007-11-211-0/+63