summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the original cause of the "arrow keys don't work on screen" bug.Karoly Lorentey2005-07-032-1/+3
* Remove pointless conditional around key substitution block in term/xterm.el (...Karoly Lorentey2005-06-301-54/+51
* Speed up loading of term/xterm.el (Dan Nicolaescu).Karoly Lorentey2005-06-282-66/+85
* Speed up loading of term/xterm.el.Karoly Lorentey2005-06-271-51/+54
* Use terminal-local-value to access function-key-map in terminal packages.Karoly Lorentey2005-06-2712-118/+121
* Work around nondeterministic binding of terminal-local variables. (Fixes nat...Karoly Lorentey2005-06-275-33/+112
* New C function `push_display_kboard'.Karoly Lorentey2005-06-272-1/+18
* Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-2710-112/+73
* New version of ldefs-boot.el.Karoly Lorentey2005-06-271-1044/+1244
* Replace encoded-kbd-mode with display-specific encoded-kbd-setup-display. (D...Karoly Lorentey2005-06-272-53/+47
* Merged from miles@gnu.org--gnu-2005 (patch 447-448)Karoly Lorentey2005-06-2637-186/+482
|\
| * (Faces): `facep' returns t for strings that are face names.Luc Teirlinck2005-06-261-5/+5
| * *** empty log message ***Luc Teirlinck2005-06-262-0/+9
| * (facep): Doc fix.Luc Teirlinck2005-06-251-1/+4
| * *** empty log message ***Richard M. Stallman2005-06-253-0/+52
| * (Fcopy_file): New arg PRESERVE_UID_GID.Richard M. Stallman2005-06-251-25/+32
| * (Fx_show_tip): Pass new arg to try_window.Richard M. Stallman2005-06-253-3/+3
| * (try_window): New arg CHECK_MARGINS. Calls changed.Richard M. Stallman2005-06-251-12/+49
| * (try_window): Declare new arg.Richard M. Stallman2005-06-251-1/+1
| * (facemenu-enable-faces-p): New function.Richard M. Stallman2005-06-251-0/+7
| * *** empty log message ***Richard M. Stallman2005-06-254-1/+41
| * (call_debugger): Take full care of extending stack limitsRichard M. Stallman2005-06-251-23/+48
| * (jka-compr-insert-file-contents):Richard M. Stallman2005-06-251-0/+10
| * (custom-face-attributes): Add autoload.Richard M. Stallman2005-06-251-0/+1
| * (lisp-mode-variables): Bind comment-indent-function locally.Richard M. Stallman2005-06-251-1/+3
| * (Equality Predicates): Clarify meaning of equal.Richard M. Stallman2005-06-251-3/+3
| * (Selecting Windows): save-selected-window and with-selected-windowRichard M. Stallman2005-06-251-5/+5
| * (with-selected-window): Use save-current-buffer.Richard M. Stallman2005-06-251-11/+16
| * Fix previous change.Richard M. Stallman2005-06-251-1/+1
| * (save-selected-window): Use save-current-buffer.Richard M. Stallman2005-06-251-13/+21
| * (gud-filter): Simplify using with-selected-window and with-current-buffer.Richard M. Stallman2005-06-251-7/+3
| * Fix indentation.Richard M. Stallman2005-06-251-19/+19
| * *** empty log message ***Richard M. Stallman2005-06-252-0/+18
| * (read1): 0.0e+NaN should make a "positive" NaN.Richard M. Stallman2005-06-251-0/+17
| * *** empty log message ***Richard M. Stallman2005-06-252-0/+9
| * (Text Display): Change index entries.Richard M. Stallman2005-06-251-2/+3
| * (Float Basics): Explain how to test for NaN, and printing the sign of NaNs.Richard M. Stallman2005-06-251-7/+12
| * (line-move-1): Fix previous change.Richard M. Stallman2005-06-242-9/+9
| * *** empty log message ***Eli Zaretskii2005-06-242-0/+12
| * (MAKEINFO): Use --force.Eli Zaretskii2005-06-241-1/+1
| * (MAKEINFO): Use --force.Eli Zaretskii2005-06-241-23/+18
| * (Frename_file): Undo last change: no need to ifdef awayEli Zaretskii2005-06-242-2/+9
| * (sys_chown): New function.Eli Zaretskii2005-06-241-0/+8
| * (chown): New; define to sys_chown.Eli Zaretskii2005-06-241-0/+1
| * *** empty log message ***Juanma Barranquero2005-06-242-0/+8
| * (syms_of_xdisp) <nobreak-char-display>: Doc fix.Juanma Barranquero2005-06-241-7/+7
| * (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.Juanma Barranquero2005-06-242-0/+7
| * (gnus-article-mode): Set `nobreak-char-display', not `show-nonbreak-escape'.Juanma Barranquero2005-06-241-1/+1
| * (occur-1): Set `buffer-read-only' and the buffer-modified flag before runningJuanma Barranquero2005-06-242-6/+12
* | Change key-translation-map to be terminal-local.Karoly Lorentey2005-06-268-36/+54