aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Register more Cyrillic characters in x-keysym-table.Kenichi Handa2005-10-241-0/+30
|
* Apply 2005-10-09 change for term/x-win.el.YAMAMOTO Mitsuharu2005-10-161-19/+34
| | | | | (x-get-selection, mac-select-convert-to-string): Convert from/to UTF-16 clipboard data as in native byte order, no BOM.
* * term/x-win.el: Removed -i, --icon-type from commentJan Djärv2005-10-091-2/+0
|
* Add charset info for "iso10646-1". Modify default fontset to useYAMAMOTO Mitsuharu2005-10-011-3/+16
| | | | ATSUI-compatible fonts for some charsets if available.
* * term/rxvt.el (rxvt-register-default-colors): Delete redundantDan Nicolaescu2005-09-251-1/+1
| | | | condition.
* (rxvt-register-default-colors): Add support for 255Dan Nicolaescu2005-09-241-27/+58
| | | | | color rxvt terminals by using the code xterm.el used to use before 2005-04-09 in order to match the colors used by rxvt.
* * term/rxvt.el (rxvt-register-default-colors): Add support for 88Dan Nicolaescu2005-09-241-0/+30
| | | | colors rxvt-unicode terminals by using the same code as xterm.el.
* Fix minor mis-ordering.Stefan Monnier2005-09-221-1/+1
|
* (terminal-init-xterm): Fix loading rxvt at runDan Nicolaescu2005-09-211-1/+1
| | | | time.
* (rxvt-standard-colors): Fix some colors.Dan Nicolaescu2005-09-211-2/+2
|
* (terminal-init-rxvt): Add entry for [end].Stefan Monnier2005-09-191-3/+4
|
* (mac-add-charset-info): Doc fix.YAMAMOTO Mitsuharu2005-09-181-2/+2
|
* * term/xterm.el (terminal-init-xterm): Add eval-when-compile toDan Nicolaescu2005-09-021-28/+33
| | | | | | | | | fix compilation warning. Reorder the key definitions to group together keys emitted by the current version of xterm. * progmodes/vhdl-mode.el (vhdl-highlight-faces) (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): Reorder predicates to correct min-color usage.
* (x-keysym-table, x-selection-timeout, x-session-id, x-session-previous-id):Juanma Barranquero2005-08-311-0/+4
| | | | Add defvars.
* (xlfd-regexp-registry-subnum): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* (msdos-color-values): Add defvar.Juanma Barranquero2005-08-311-0/+2
|
* (mac-charset-info-alist, mac-services-selection, mac-system-script-code):Juanma Barranquero2005-08-311-0/+3
| | | | Add defvars.
* bg-mouse.el: Moved to obsolete/.Juanma Barranquero2005-08-251-303/+0
|
* (bg-mouse-x, bg-mouse-y, bg-cursor-window): Defvar at compile time.Juanma Barranquero2005-08-241-0/+3
|
* (current-global-mousemap, current-local-mousemap): Declare them before use.Juanma Barranquero2005-08-241-7/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-0118-120/+130
|
* * term/apollo.el (terminal-init-apollo): New function containingDan Nicolaescu2005-07-2723-1016/+1064
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all former top level forms in the file. * term/bobcat.el (terminal-init-bobcat): * term/cygwin.el (terminal-init-cygwin): * term/iris-ansi.el (terminal-init-iris-ansi): * term/linux.el (terminal-init-linux): * term/news.el (terminal-init-news): * term/rxvt.el (terminal-init-rxvt): * term/sun.el (terminal-init-sun): * term/tvi970.el (terminal-init-tvi970): * term/vt100.el (terminal-init-vt100): * term/vt102.el (terminal-init-vt102): * term/vt125.el (terminal-init-vt125): * term/vt200.el (terminal-init-vt200): * term/vt201.el (terminal-init-vt201): * term/vt220.el (terminal-init-vt220): * term/vt240.el (terminal-init-vt240): * term/vt300.el (terminal-init-vt300): * term/vt320.el (terminal-init-vt320): * term/vt400.el (terminal-init-vt400): * term/vt420.el (terminal-init-vt420): * term/wyse50.el (terminal-init-wyse50): * term/xterm.el (terminal-init-xterm): Likewise. * term/README: Describe the terminal-init-* functionality. * startup.el (command-line): After loading the terminal initialization file call the corresponding terminal initialization function.
* Add arch taglineMiles Bader2005-07-251-0/+1
|
* Load term/rxvt if the terminal is actually anDan Nicolaescu2005-07-221-28/+8
| | | | | rxvt terminal. (xterm-rxvt-set-background-mode): Remove, not used anymore.
* * term/rxvt.el (function-key-map): Use substitute-key-definitionDan Nicolaescu2005-07-222-8/+76
| | | | | | to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings. * term/cygwin.el: New file.
* (ccl-encode-mac-roman-font, ccl-encode-mac-centraleurroman-font)YAMAMOTO Mitsuharu2005-07-131-59/+105
| | | | | | | | | | | | (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font): (ccl-encode-mac-dingbats-font): Remove check for ASCII. Change charset-id boundary of dimension to ?\xef. (mac-char-fontspec-list): New constant. (fontset-add-mac-fonts): Use it. Accept non-string `base-family' argument. Nil uses itself as family in font-spec. Previous behavior for nil is now provided by non-nil non-string argument. All callers changed. Add font-specs for Mac fonts to "fontset-default" unless iso8859-1 fonts are installed.
* (mac-services-mail-selection, mac-services-mail-to): New functions.YAMAMOTO Mitsuharu2005-07-121-0/+15
| | | | (mac-application-menu-map): Bind them.
* Update FSF's address.Lute Kamstra2005-07-0418-36/+36
|
* (rxvt-set-background-mode):Juri Linkov2005-06-291-2/+2
| | | | Set default-frame-background-mode instead of frame-background-mode.
* (xterm-rxvt-set-background-mode):Juri Linkov2005-06-291-2/+2
| | | | Set default-frame-background-mode instead of frame-background-mode.
* Call tty-no-underline.Richard M. Stallman2005-06-171-0/+3
|
* (x-clipboard-yank): Remove condition-caseKenichi Handa2005-06-101-4/+6
| | | | wrapping.
* (x-clipboard-yank): Use x-selection-value instead of x-get-selection.Kenichi Handa2005-06-101-1/+1
|
* Replace `string-to-int' by `string-to-number'.Juanma Barranquero2005-05-164-4/+4
|
* (mac-select-convert-to-string): Try codingYAMAMOTO Mitsuharu2005-05-131-0/+7
| | | | | systems in mac-script-code-coding-systems if specified one cannot encode string for `com.apple.traditional-mac-plain-text'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-05-126-6/+6
|
* Don't define or bind scroll bar functions ifYAMAMOTO Mitsuharu2005-05-061-15/+41
| | | | | | | | | | | | | x-toolkit-scroll-bars is t. (x-select-text, x-get-selection-value): Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil. (PRIMARY): Put mac-scrap-name property. (mac-select-convert-to-file-url): New function. (public.file-url): New selection target type. Add to selection-converter-alist. (x-get-selection, x-selection-value): Handle it. (x-cut-buffer-or-selection-value): New alias.
* (image-library-alist): Add additional name for Xpm library.Juanma Barranquero2005-05-051-1/+1
|
* (function-key-map): Call substitute-key-definitionDan Nicolaescu2005-05-011-60/+60
| | | | | before the keymap size keymap is increased by a lot of define-key calls.
* * NEWS: Mention xterm key bindings.Dan Nicolaescu2005-04-261-16/+81
| | | | | | * term/xterm.el (function-key-map): Fix strings for {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind {C,S,A,C-S}-{f1-f12}.
* Require select. Set selection-coding-system toYAMAMOTO Mitsuharu2005-04-241-19/+241
| | | | | | | | | | | | | | | | | | mac-system-coding-system. Call menu-bar-enable-clipboard. (x-last-selected-text-clipboard, x-last-selected-text-primary) (x-select-enable-clipboard): New variables. (x-select-text, x-get-selection, x-selection-value) (x-get-selection-value, mac-select-convert-to-string) (mac-services-open-file, mac-services-open-selection) (mac-services-insert-text): New functions. (CLIPBOARD, FIND): Put mac-scrap-name property. (com.apple.traditional-mac-plain-text, public.utf16-plain-text) (public.tiff): Put mac-ostype property. (selection-converter-alist): Add entries for them. (mac-application-menu-map): New keymap. (interprogram-cut-function, interprogram-paste-function): Set to x-select-text and x-get-selection-value, respectively. (split-window-keep-point): Set to t.
* (mac-symbol-encoder): Fix mappings of left and right angle brackets.YAMAMOTO Mitsuharu2005-04-201-12/+7
|
* (mac-symbol-encoder, mac-dingbats-encoder): Minor update.YAMAMOTO Mitsuharu2005-04-191-33/+19
|
* Add coding: tag and set it to iso-2022-7bit.YAMAMOTO Mitsuharu2005-04-191-270/+150
| | | | | | | | | | | (mac-add-charset-info): New function. Initialize variable mac-charset-info-alist using it. (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data for translation. (mac-symbol-encoder, mac-dingbats-encoder): New translation table. (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats. (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New CCL programs.
* Don't set file-name-coding-system. Decode variables system-name,YAMAMOTO Mitsuharu2005-04-141-11/+15
| | | | | | emacs-build-system, user-login-name, and user-full-name by mac-system-coding-system on Mac OS Classic. (mac-system-coding-system): New variable.
* (function-key-map): Add mappings for A-, C-, S-Dan Nicolaescu2005-04-131-0/+80
| | | | and C-S- function and cursor motion keys.
* (kTextEncodingMacRoman, kTextEncodingISOLatin1)YAMAMOTO Mitsuharu2005-04-121-62/+62
| | | | | | | | | | | | (kTextEncodingISOLatin2): Remove constants. (mac-script-code-coding-systems): New constant. (mac-handle-language-change): New function. (special-event-map): Bind it to `language-change' event. (mac-centraleurroman, mac-cyrillic): New coding systems. (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font) (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder and mac-cyrillic-encoder to encode-mac-centraleurroman and encode-mac-cyrillic, respectively.
* (dnd): Require dndYAMAMOTO Mitsuharu2005-04-121-3/+3
| | | | (mac-drag-n-drop): Call dnd-handle-one-url.
* * term/w32-win.el (dnd): Require dndJan Djärv2005-04-111-3/+3
| | | | (w32-drag-n-drop): Call dnd-handle-one-url.
* (xterm-rgb-convert-to-16bit): Simplify.Dan Nicolaescu2005-04-091-5/+6
| | | | | (xterm-register-default-colors): Update color values computation to match xterm-200.