aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (terminal-init-xterm): Add C-M- bindings.Dan Nicolaescu2006-09-041-17/+47
|
* (mac-string-to-utxt): If adjustment for MacJapaneseYAMAMOTO Mitsuharu2006-08-301-8/+13
| | | | results in ASCII-only string, encode original one directly.
* (mac-apple-event-map): Rename hicommand to hi-command.YAMAMOTO Mitsuharu2006-08-271-5/+6
| | | | | (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data. (special-event-map): Apply 2006-08-16 change for x-win.el.
* (x-clipboard-yank): Specify * in interactive spec.Richard M. Stallman2006-08-161-2/+2
| | | | (special-event-map): Process drag-n-drop events this way.
* * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer isJan Djärv2006-08-141-2/+3
| | | | read only.
* (terminal-init-xterm): Add more key bindings.Dan Nicolaescu2006-08-081-1/+30
|
* (terminal-init-xterm): Fix bindings for C-tab,Dan Nicolaescu2006-07-271-3/+3
| | | | S-tab and C-S-tab.
* (terminal-init-xterm): Fix key bindingsDan Nicolaescu2006-07-211-6/+14
| | | | syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
* (x-handle-display): Add doc string.Richard M. Stallman2006-07-091-0/+1
|
* (x-display-name): Fix typo.Romain Francoise2006-07-081-1/+1
|
* * term/x-win.el (x-display-name): Doc fix.Chong Yidong2006-07-081-1/+4
|
* (mac-handle-font-selection): Change keys ofYAMAMOTO Mitsuharu2006-06-281-9/+17
| | | | | | | | mac-atsu-font-table from strings to numbers. (mac-ts-caret-position): Use also when cursor-type is nil. (mac-ts-update-active-input-area): Add Mac OS Classic support. Relax condition for using overlay strings. Use mac-ts-caret-position face when cursor-type is nil.
* (terminal-init-xterm): Bind C-return.Dan Nicolaescu2006-06-211-0/+1
|
* * term/xterm.el (terminal-init-xterm): Update key availabilityDan Nicolaescu2006-06-201-2/+2
| | | | | | | info. * term.el (term-delete-lines, term-insert-lines): Clarify comments.
* (mac-text-encoding-ascii): New constant.YAMAMOTO Mitsuharu2006-06-161-9/+11
| | | | | (mac-utxt-to-string): Use it. (mac-ts-update-active-input-area): Use mac-ae-number.
* (mac-ts-active-input-overlay): Add defvar.YAMAMOTO Mitsuharu2006-06-031-18/+327
| | | | | | | | | | | | | | | | | | | | | | (mac-ae-number, mac-ae-frame, mac-ae-script-language) (mac-bytes-to-text-range, mac-ae-text-range-array) (mac-ts-update-active-input-buf, mac-split-string-by-property-change) (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area) (mac-ts-unicode-for-key-event): New functions. (mac-handle-toolbar-switch-mode): Use mac-ae-frame. (mac-handle-font-selection): Use mac-ae-number. (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno): New variables. (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text) (mac-ts-converted-text, mac-ts-selected-converted-text) (mac-ts-block-fill-text, mac-ts-outline-text) (mac-ts-selected-text, mac-ts-no-hilite): New faces. (mac-ts-hilite-style-faces): New constant. (mac-apple-event-map): Bind text input events. (mac-dispatch-apple-event): Use command-execute instead of call-interactively. (global-map): Don't bind mac-apple-event. (special-event-map): Bind mac-apple-event.
* * term/x-win.el: Change x-menu-bar-start to menu-bar-open.Jan Djärv2006-06-011-2/+2
|
* * term/x-win.el: bind F10 to menu-bar-start if available.Jan Djärv2006-05-291-0/+4
|
* Set idle timer to clean up expired Apple events.YAMAMOTO Mitsuharu2006-05-241-5/+16
| | | | | | (mac-ae-get-url): Redispatch Apple event on unknown scheme. (mac-dispatch-apple-event): Resume Apple event if it is suspended. Optionally set error message in reply.
* (w32-drag-n-drop): Substitute '/' for '\',YAMAMOTO Mitsuharu2006-05-201-0/+8
| | | | encode, and escape file name on conversion to URL.
* (mac-ae-open-documents): Escape file name on conversion to URL.YAMAMOTO Mitsuharu2006-05-201-1/+4
|
* (mac-bytes-to-digits): Remove function.YAMAMOTO Mitsuharu2006-05-191-12/+2
| | | | (mac-handle-toolbar-switch-mode): Use coercion instead of it.
* (terminal-init-xterm): Fix typo.Dan Nicolaescu2006-05-121-1/+1
|
* (mac-font-panel-mode): Doc fix.YAMAMOTO Mitsuharu2006-05-101-21/+23
| | | | | | | | (mac-service-selection, mac-service-open-file) (mac-service-open-selection, mac-service-mail-selection) (mac-service-mail-to, mac-service-insert-text): Rename from mac-services-*. All uses changed. (mac-apple-event-map): Rename event symbol `services' to `service'.
* (terminal-init-xterm): Add more key bindings.Dan Nicolaescu2006-05-081-0/+8
|
* (mac-utxt-to-string): Use `eq' instead of `='.YAMAMOTO Mitsuharu2006-05-071-1/+86
| | | | | | | | | | | (mac-atsu-font-table, mac-font-panel-mode): Add defvars. (mac-bytes-to-digits, mac-handle-toolbar-switch-mode) (mac-handle-font-panel-closed, mac-handle-font-selection): New functions. (mac-font-panel-mode): New minor mode. (mac-apple-event-map): Add bindings for toolbar toggle button and font panel. (menu-bar-showhide-menu): Add mac-font-panel-mode.
* (mac-utxt-to-string): Don't make adjustment forYAMAMOTO Mitsuharu2006-05-061-2/+4
| | | | MacJapanese if text is ASCII-only.
* (mac-utxt-to-string, mac-string-to-utxt)YAMAMOTO Mitsuharu2006-05-051-162/+272
| | | | | | | | | | | | | | | (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string) (mac-TIFF-to-string): New functions. (mac-text-encoding-mac-japanese-basic-variant): New constant. (x-get-selection, x-selection-value) (mac-select-convert-to-string): Use them. (mac-dnd-types-alist): New customization variable. (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt) (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data) (mac-dnd-handle-drag-n-drop-event): New functions. (mac-drag-n-drop): Remove function. (global-map): Bind drag-n-drop and M-drag-n-drop to mac-dnd-handle-drag-n-drop-event.
* (mac-ae-open-documents, mac-drag-n-drop): UseYAMAMOTO Mitsuharu2006-05-011-2/+3
| | | | | select-frame-set-input-focus instead of raise-frame. (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
* (mac-system-coding-system): Define and use afterYAMAMOTO Mitsuharu2006-03-301-12/+11
| | | | Mac-specific coding systems are ready.
* Adjust Courier font specifications in x-fixed-font-alist.YAMAMOTO Mitsuharu2006-03-251-1/+18
| | | | | (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac when directly encoding to UTF-16 in native byte order, no BOM.
* Fix last change.Eli Zaretskii2006-03-181-1/+1
|
* (mouse-set-font): Mention w32-list-proportional-fonts in the doc string.Eli Zaretskii2006-03-181-4/+8
|
* (fontset-standard): Rename from "fontset-mac".YAMAMOTO Mitsuharu2006-02-101-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-0616-16/+21
|
* (image-library-alist): Add additional names for GIF library.Juanma Barranquero2006-01-231-2/+2
|
* (mac-ae-parameter): Don't coerce data if it isYAMAMOTO Mitsuharu2006-01-051-3/+6
| | | | | | | already of desired type. (mac-ae-list): Coerce parameter to "list" type. (mac-dispatch-apple-event): Replace cadr part of event with a dummy position so that event-start returns it.
* (mac-handle-language-change)YAMAMOTO Mitsuharu2005-12-191-34/+29
| | | | | | | | | (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file) (mac-services-open-selection, mac-services-mail-selection) (mac-services-mail-to, mac-services-insert-text) (mac-dispatch-apple-event): Add docstrings. (x-get-selection, mac-select-convert-to-string): Select coding system from `utf-16be' and `utf-16le' using `byteorder'.
* Create keymap for mac-apple-event-map.YAMAMOTO Mitsuharu2005-12-111-0/+2
|
* Require url when compiling. CallYAMAMOTO Mitsuharu2005-12-101-34/+180
| | | | | | | | | | | | | | | | | | mac-process-deferred-apple-events after loading init files. (mac-apple-event-map): New defvar. Define event handlers in it. (core-event, internet-event): New Apple event class symbols. (open-application, reopen-application, open-documents) (print-documents, open-contents, quit-application) (application-died, show-preferences, autosave-now, get-url): New Apple event ID symbols. (about): New HICommand ID symbol. (mac-event-spec, mac-event-ae): New macros. (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer) (mac-ae-selection-range, mac-ae-text-for-search) (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions. (mac-application-menu-map): Remove keymap. Handlers for HICommand and Services menu events are now defined in mac-apple-event-map. (mac-drag-n-drop): Remove selection range handling.
* Bind [S-tab] to [backtab].Juri Linkov2005-11-281-0/+2
|
* Make modifier `ctrl' an alias of `control'.YAMAMOTO Mitsuharu2005-11-241-0/+3
|
* Don't change default directory.YAMAMOTO Mitsuharu2005-11-231-4/+4
|
* Various comment syntax fixes.Stefan Monnier2005-11-021-28/+27
|
* 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.