- 21 Sep, 2005 1 commit
-
-
Dan Nicolaescu authored
-
- 19 Sep, 2005 1 commit
-
-
Stefan Monnier authored
-
- 18 Sep, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
-
- 02 Sep, 2005 1 commit
-
-
Dan Nicolaescu authored
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.
-
- 31 Aug, 2005 4 commits
-
-
Juanma Barranquero authored
Add defvars.
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
Juanma Barranquero authored
Add defvars.
-
- 25 Aug, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 24 Aug, 2005 2 commits
-
-
Juanma Barranquero authored
-
Juanma Barranquero authored
-
- 01 Aug, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 27 Jul, 2005 1 commit
-
-
Dan Nicolaescu authored
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.
-
- 25 Jul, 2005 1 commit
-
-
Miles Bader authored
-
- 22 Jul, 2005 2 commits
-
-
Dan Nicolaescu authored
rxvt terminal. (xterm-rxvt-set-background-mode): Remove, not used anymore.
-
Dan Nicolaescu authored
to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings. * term/cygwin.el: New file.
-
- 13 Jul, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
(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.
-
- 12 Jul, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
(mac-application-menu-map): Bind them.
-
- 04 Jul, 2005 1 commit
-
-
Lute Kamstra authored
-
- 29 Jun, 2005 2 commits
-
-
Juri Linkov authored
Set default-frame-background-mode instead of frame-background-mode.
-
Juri Linkov authored
Set default-frame-background-mode instead of frame-background-mode.
-
- 17 Jun, 2005 1 commit
-
-
Richard M. Stallman authored
-
- 10 Jun, 2005 2 commits
-
-
Kenichi Handa authored
wrapping.
-
Kenichi Handa authored
-
- 16 May, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 13 May, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
systems in mac-script-code-coding-systems if specified one cannot encode string for `com.apple.traditional-mac-plain-text'.
-
- 12 May, 2005 1 commit
-
-
Thien-Thi Nguyen authored
-
- 06 May, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
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.
-
- 05 May, 2005 1 commit
-
-
Juanma Barranquero authored
-
- 01 May, 2005 1 commit
-
-
Dan Nicolaescu authored
before the keymap size keymap is increased by a lot of define-key calls.
-
- 26 Apr, 2005 1 commit
-
-
Dan Nicolaescu authored
* 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}.
-
- 24 Apr, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
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.
-
- 20 Apr, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
-
- 19 Apr, 2005 2 commits
-
-
YAMAMOTO Mitsuharu authored
-
YAMAMOTO Mitsuharu authored
(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.
-
- 14 Apr, 2005 1 commit
-
-
YAMAMOTO Mitsuharu authored
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.
-
- 13 Apr, 2005 1 commit
-
-
Dan Nicolaescu authored
and C-S- function and cursor motion keys.
-
- 12 Apr, 2005 2 commits
-
-
YAMAMOTO Mitsuharu authored
(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.
-
YAMAMOTO Mitsuharu authored
(mac-drag-n-drop): Call dnd-handle-one-url.
-
- 11 Apr, 2005 1 commit
-
-
Jan Djärv authored
(w32-drag-n-drop): Call dnd-handle-one-url.
-