1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00
Commit Graph

509 Commits

Author SHA1 Message Date
YAMAMOTO Mitsuharu
f9b6d85f76 (mac-handle-font-selection): Change keys of
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.
2006-06-28 08:28:38 +00:00
Dan Nicolaescu
4e78977ec2 (terminal-init-xterm): Bind C-return. 2006-06-21 02:00:47 +00:00
Dan Nicolaescu
2b0193e1fb * term/xterm.el (terminal-init-xterm): Update key availability
info.

* term.el (term-delete-lines, term-insert-lines): Clarify
comments.
2006-06-20 18:12:23 +00:00
YAMAMOTO Mitsuharu
05d3aeb016 (mac-text-encoding-ascii): New constant.
(mac-utxt-to-string): Use it.
(mac-ts-update-active-input-area): Use mac-ae-number.
2006-06-16 08:07:59 +00:00
YAMAMOTO Mitsuharu
dc34c597e4 (mac-ts-active-input-overlay): Add defvar.
(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.
2006-06-03 02:31:51 +00:00
Jan Djärv
4054794d58 * term/x-win.el: Change x-menu-bar-start to menu-bar-open. 2006-06-01 06:42:22 +00:00
Jan Djärv
e380957ec2 * term/x-win.el: bind F10 to menu-bar-start if available. 2006-05-29 07:16:54 +00:00
YAMAMOTO Mitsuharu
dc47c8243d Set idle timer to clean up expired Apple events.
(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.
2006-05-24 08:06:27 +00:00
YAMAMOTO Mitsuharu
0cd80dfa3f (w32-drag-n-drop): Substitute '/' for '\',
encode, and escape file name on conversion to URL.
2006-05-20 04:31:17 +00:00
YAMAMOTO Mitsuharu
fc0a69d1e7 (mac-ae-open-documents): Escape file name on conversion to URL. 2006-05-20 04:30:07 +00:00
YAMAMOTO Mitsuharu
7b39356d19 (mac-bytes-to-digits): Remove function.
(mac-handle-toolbar-switch-mode): Use coercion instead of it.
2006-05-19 09:09:37 +00:00
Dan Nicolaescu
d041c8c961 (terminal-init-xterm): Fix typo. 2006-05-12 16:18:37 +00:00
YAMAMOTO Mitsuharu
b905e80927 (mac-font-panel-mode): Doc fix.
(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'.
2006-05-10 08:22:39 +00:00
Dan Nicolaescu
a07d147e75 (terminal-init-xterm): Add more key bindings. 2006-05-08 23:21:34 +00:00
YAMAMOTO Mitsuharu
527ba7f452 (mac-utxt-to-string): Use eq' instead of ='.
(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.
2006-05-07 08:03:40 +00:00
YAMAMOTO Mitsuharu
e834108f7d (mac-utxt-to-string): Don't make adjustment for
MacJapanese if text is ASCII-only.
2006-05-06 06:50:10 +00:00
YAMAMOTO Mitsuharu
6e53dc956b (mac-utxt-to-string, mac-string-to-utxt)
(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.
2006-05-05 06:43:12 +00:00
YAMAMOTO Mitsuharu
fc36394b4b (mac-ae-open-documents, mac-drag-n-drop): Use
select-frame-set-input-focus instead of raise-frame.
(global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2006-05-01 01:09:40 +00:00
YAMAMOTO Mitsuharu
4da2c33b4c (mac-system-coding-system): Define and use after
Mac-specific coding systems are ready.
2006-03-30 02:23:27 +00:00
YAMAMOTO Mitsuharu
0f49150ef4 Adjust Courier font specifications in x-fixed-font-alist.
(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.
2006-03-25 07:40:46 +00:00
Eli Zaretskii
ff04436d53 Fix last change. 2006-03-18 13:13:30 +00:00
Eli Zaretskii
52f9306b4b (mouse-set-font): Mention w32-list-proportional-fonts in the doc string. 2006-03-18 12:57:11 +00:00
YAMAMOTO Mitsuharu
2f8efa69e0 (fontset-standard): Rename from "fontset-mac". 2006-02-10 08:19:53 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Juanma Barranquero
253d8b7a32 (image-library-alist): Add additional names for GIF library. 2006-01-23 15:28:24 +00:00
YAMAMOTO Mitsuharu
a149e872d4 (mac-ae-parameter): Don't coerce data if it is
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.
2006-01-05 08:13:11 +00:00
YAMAMOTO Mitsuharu
62ffc23213 (mac-handle-language-change)
(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'.
2005-12-19 08:29:06 +00:00
YAMAMOTO Mitsuharu
2f1fd48471 Create keymap for mac-apple-event-map. 2005-12-11 01:05:56 +00:00
YAMAMOTO Mitsuharu
ea1f60515f Require url when compiling. Call
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.
2005-12-10 01:48:21 +00:00
Juri Linkov
756bfad575 Bind [S-tab] to [backtab]. 2005-11-28 21:20:28 +00:00
YAMAMOTO Mitsuharu
d8dabccce2 Make modifier ctrl' an alias of control'. 2005-11-24 08:18:37 +00:00
YAMAMOTO Mitsuharu
0d83c94d20 Don't change default directory. 2005-11-23 07:19:59 +00:00
Stefan Monnier
1c7c774b86 Various comment syntax fixes. 2005-11-02 21:43:21 +00:00
Kenichi Handa
1cbe1e4b58 Register more Cyrillic characters in x-keysym-table. 2005-10-24 11:09:06 +00:00
YAMAMOTO Mitsuharu
02abe13c74 Apply 2005-10-09 change for term/x-win.el.
(x-get-selection, mac-select-convert-to-string): Convert from/to
UTF-16 clipboard data as in native byte order, no BOM.
2005-10-16 02:21:16 +00:00
Jan Djärv
3756ec33c0 * term/x-win.el: Removed -i, --icon-type from comment 2005-10-09 07:02:00 +00:00
YAMAMOTO Mitsuharu
8de786ae2b Add charset info for "iso10646-1". Modify default fontset to use
ATSUI-compatible fonts for some charsets if available.
2005-10-01 11:07:39 +00:00
Dan Nicolaescu
0d1460c361 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
condition.
2005-09-25 01:49:13 +00:00
Dan Nicolaescu
08c583dbd1 (rxvt-register-default-colors): Add support for 255
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.
2005-09-24 23:20:46 +00:00
Dan Nicolaescu
836c8f066c * term/rxvt.el (rxvt-register-default-colors): Add support for 88
colors rxvt-unicode terminals by using the same code as xterm.el.
2005-09-24 23:10:02 +00:00
Stefan Monnier
ba30148b10 Fix minor mis-ordering. 2005-09-22 21:30:40 +00:00
Dan Nicolaescu
0278364cef (terminal-init-xterm): Fix loading rxvt at run
time.
2005-09-21 23:12:14 +00:00
Dan Nicolaescu
b778ed18b6 (rxvt-standard-colors): Fix some colors. 2005-09-21 18:53:07 +00:00
Stefan Monnier
fac3f386de (terminal-init-rxvt): Add entry for [end]. 2005-09-19 17:45:31 +00:00
YAMAMOTO Mitsuharu
1c245bb7d4 (mac-add-charset-info): Doc fix. 2005-09-18 05:40:06 +00:00
Dan Nicolaescu
f47877ee84 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
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.
2005-09-02 16:59:57 +00:00
Juanma Barranquero
cc5e32c535 (x-keysym-table, x-selection-timeout, x-session-id, x-session-previous-id):
Add defvars.
2005-08-31 09:54:53 +00:00
Juanma Barranquero
b01f27a319 (xlfd-regexp-registry-subnum): Add defvar. 2005-08-31 09:53:25 +00:00
Juanma Barranquero
91ee9c4c1f (msdos-color-values): Add defvar. 2005-08-31 09:53:00 +00:00
Juanma Barranquero
26238072db (mac-charset-info-alist, mac-services-selection, mac-system-script-code):
Add defvars.
2005-08-31 09:52:29 +00:00