summaryrefslogtreecommitdiff
path: root/lisp/term
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (xterm-standard-colors): Update color values fromDan Nicolaescu2005-04-061-3/+3
| | | | xterm-200.
* Use create-fontset-from-mac-roman-font to create the startup fontsetYAMAMOTO Mitsuharu2005-04-061-1/+4
| | | | if a font specification ends with `mac-roman'.
* Don't use keyswap.el, since it is now obsolete.Eli Zaretskii2005-03-261-1/+2
|
* Undo last change, better done in mule-cmds.el.Stefan Monnier2005-03-251-5/+0
|
* If running in Terminal.app set coding-system to utf-8.Stefan Monnier2005-03-241-1/+6
|
* Moved keyswap.el from term/ to obsolete/.Eli Zaretskii2005-03-191-42/+0
|
* Add mouse pointer shape constants.YAMAMOTO Mitsuharu2005-03-161-0/+49
|
* (function-key-map): Sync with x-win.el.YAMAMOTO Mitsuharu2005-03-151-7/+16
|
* (function-key-map): Use char-names more consistently.Stefan Monnier2005-02-211-14/+12
| | | | | | (file-name-coding-system): Only set it for MacOS-9. The other case is already handled in mule-cmds.el (where it also works when mac-win.el is not used).
* Simplify code.Stefan Monnier2005-01-231-66/+27
|
* (xw-defined-colors) Remove debug message.Jason Rumney2005-01-221-1/+0
|
* * editfns.c (Voperating_system_release): Added.Steven Tamm2005-01-201-5/+3
| | | | | | | | | | | | | | (init_editfns): Assign new variable operating-system-release based on call to uname if available. (get_operating_system_release): Added function to allow c-level access to operating system release. * config.h: Regenerated. * s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or less. (MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for using ptys as '7'. * term/mac-win.el (process-connection-type): Removed. Controlled now by s/darwin.h:PTY_ITERATION.
* * term/mac-win.el (process-connection-type): Use newSteven Tamm2005-01-191-2/+3
| | | | | operating-system-release variable to use ptys on Darwin 7 (OSX 10.3) when using carbon build.
* * macterm.c (SelectionRange): Add Xcode position apple event struct.Steven Tamm2004-12-301-15/+23
| | | | | | | (do_ae_open_documents): Handle Xcode-style file position open events. * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events that include line numbers.
* * term/mac-win.el: Require x-dnd.Steven Tamm2004-12-291-12/+7
| | | | | | | | | | | | | | | | | | | | | | | (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions. * macfns.c (install_window_handler): Modify extern to return OSErr value. (mac_window): Handle return value of install_window_handler. * macterm.c (reflect_byte): Remove function. (mac_create_bitmap_from_bitmap_data): Don't call it. Lookup table instead. (mac_do_font_lists): Simplify calculation of the longest nonspecial string. [TARGET_API_MAC_CARBON] (init_mac_drag_n_drop): Remove function and declaration. (mac_initialize) [TARGET_API_MAC_CARBON]: Don't call it. [TARGET_API_MAC_CARBON] (mac_do_track_drag): New function and declaration. (install_window_handler): Return OSErr value. (install_window_handler) [TARGET_API_MAC_CARBON]: Register handlers for tracking/receiving drag-and-drop items. (do_ae_open_documents): Generate unibyte strings for filenames. [TARGET_API_MAC_CARBON] (mac_do_receive_drag): Likewise. Reject only non-filename items. Set event modifiers. Set return value.
* * term/mac-win.el: Sync with x-win.el. Rearrange the contents.Steven Tamm2004-12-271-611/+905
| | | | | Call mac-clear-font-name-table if invoked on Mac OS 8/9. Call x-open-connection on Mac OS X.
* * term/mac-win.el (encoding-vector, mac-font-encoder-list)Steven Tamm2004-12-181-9/+9
| | | | | | | | | (ccl-encode-mac-centraleurroman-font): Use centraleurroman instead of centraleuropean as the name * macterm.c (endif, x_font_name_to_mac_font_name): Use maccentraleurroman instead of maccentraleuropean (mac_c_string_match, mac_do_list_fonts): Speed up font search by quickly finding a specific font without needing regexps.
* (x-last-selected-text-cut-encoded): New variable.Kenichi Handa2004-12-011-20/+25
| | | | | | | (x-select-text): Don't treat eight-bit-control/graphic chars specially. Store the encoded text in the X cut buffer. (x-cut-buffer-or-selection-value): Compare the X cut buffer text with x-last-selected-text-cut-encoded.
* * term/mac-win.el (ccl-encode-mac-roman-font)Steven Tamm2004-11-301-13/+395
| | | | | | | (ccl-encode-mac-cyrillic-font) (ccl-encode-mac-centraleuropean-font, encoder-list) (fontset-add-mac-fonts, create-fontset-from-mac-roman-font): Support Cyrillic, CentralEuropean, and Dingbat font display
* (function-key-map): Add bindings for C- and S- cursorStefan Monnier2004-09-081-2/+12
| | | | motion as seen on my Mac OS X xterms.
* Add ASCII equivalents for some function keys.Steven Tamm2004-09-021-0/+6
| | | | (mode-line-frame-identification): Sync with x-win.el.
* term/x-win.el (x-selection-value): If utf8 was successful butKenichi Handa2004-08-161-1/+2
| | | | ctext was not, use utf8 string.
* (tty-color-approximate): Doc fix.Luc Teirlinck2004-07-241-9/+4
|
* term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)Steven Tamm2004-07-081-4/+9
| | | | | | (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line): Do not treat double clicks and triple clicks specially in the scroll bar (preventing strange repositioning problems)
* (image-library-alist): Initialize to a known set of probable library names.Juanma Barranquero2004-06-141-1/+9
|
* Require code-pages.Jason Rumney2004-05-091-0/+2
|
* * term/x-win.el (x-clipboard-yank): Don't exit on error fromJan Djärv2004-05-031-1/+4
| | | | x-get-selection.