aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* (w32-drag-n-drop): Use x-dnd.el functions.Jason Rumney2004-05-011-1/+5
|
* Remove my incorrect email address.Eli Zaretskii2004-04-041-1/+1
|
* (x-select-utf8-or-ctext): Use compare-strings instead of while loop.Kenichi Handa2004-02-101-7/+5
|
* * x-dnd.el: New file for drag and drop.Jan Djärv2004-02-031-0/+6
| | | | | | | | | | | * term/x-win.el: require x-dnd, set after-make-frame-functions to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle drag-n-drop event. * dired.el (dired-dnd-test-function, dired-dnd-popup-notice) (dired-dnd-do-ask-action, dired-dnd-handle-local-file) (dired-dnd-handle-file): New functions for drag and drop support. (dired-mode): Initialize drag and drop if x-dnd present.
* *** empty log message ***Kenichi Handa2004-01-291-1/+1
|
* (x-selection-value): Optimize for ASCII only case.Kenichi Handa2004-01-291-2/+4
|
* Enable clipboard on the menu bar and make Paste from the menu bar firstJan Djärv2004-01-211-6/+17
| | | | use clipboard. For compliance with freedesktop.org.
* Add arch taglinesMiles Bader2003-09-0133-0/+33
|
* (x-select-request-type): New variable.Kenichi Handa2003-06-171-18/+104
| | | | | | | (x-select-utf8-or-ctext): New function. (x-selection-value): New function. (x-cut-buffer-or-selection-value): Call x-selection-value to get a selection data. Set next-selection-coding-system to nil.
* No need to bind wheel events specially.Jason Rumney2003-06-041-4/+1
|
* No need to bind wheel events specially.Jason Rumney2003-06-011-7/+1
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-311-8/+1
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-8/+1
|
* (iconify-or-deiconify-frame): Move to frame.el.Stefan Monnier2003-05-241-15/+11
| | | | Turn on mouse-wheel support by default.
* * term/mac-win.el: Unconditionally set process-connection-type to nil.Andrew Choi2003-04-151-5/+4
|
* (iconify-or-deiconify-frame): Define for compatibility with packagesJuanma Barranquero2003-03-281-0/+7
| | | | that use it.
* *** empty log message ***Kenichi Handa2003-03-131-0/+3
|
* (x-select-text): Don't set a text containingKenichi Handa2003-03-131-3/+9
| | | | eight-bit-control/graphic into the cut buffer.
* (vendor-specific-keysyms, x-last-selected-text-primary): Doc fixes.John Paul Wallington2003-03-101-7/+6
| | | | (x-win-suspend-error): Use proper noun in error message.
* (x-handle-geometry): Put sizes on `initial-frame-alist' too.Juanma Barranquero2003-03-051-0/+5
|
* Call set-fontset-font with NAME nil.Kenichi Handa2003-02-201-4/+4
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0413-57/+57
|