aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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.
* * 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.