Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7461be9
Commit
b7461be9
authored
Apr 12, 2005
by
YAMAMOTO Mitsuharu
Browse files
*** empty log message ***
parent
9c3f35d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
0 deletions
+29
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
lisp/ChangeLog
lisp/ChangeLog
+10
-0
src/ChangeLog
src/ChangeLog
+15
-0
No files found.
etc/ChangeLog
View file @
b7461be9
2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* NEWS: Mention dynamic change of keyboard-coding-system on Mac.
2005-04-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* NEWS: Mention fontSet for Lucid menus.
...
...
lisp/ChangeLog
View file @
b7461be9
...
...
@@ -2,6 +2,16 @@
* term/mac-win.el (dnd): Require dnd.
(mac-drag-n-drop): Call dnd-handle-one-url.
(kTextEncodingMacRoman, kTextEncodingISOLatin1)
(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.
2005-04-12 Nick Roberts <nickrob@snap.net.nz>
...
...
src/ChangeLog
View file @
b7461be9
...
...
@@ -2,6 +2,21 @@
* keyboard.c (poll_for_input) [SYNC_INPUT]: Don't call
poll_for_input_1. Set interrupt_input_pending to 1 instead.
(Qlanguage_change) [MAC_OS]: New variable.
(syms_of_keyboard) [MAC_OS]: Intern and staticpro it.
(kbd_buffer_get_event) [MAC_OS]: Make event for
LANGUAGE_CHANGE_EVENT.
* macterm.c (mac_keyboard_text_encoding)
(current_mac_keyboard_text_encoding): Remove variables.
(XTread_socket): Store language-change event if keyboard script
change is detected. Don't convert input to
`mac_keyboard_text_encoding'.
(syms_of_macterm): Delete DEFVAR_INT for
mac-keyboard-text-encoding.
* termhooks.h (enum event_kind) [MAC_OS]: Add
LANGUAGE_CHANGE_EVENT.
2005-04-10 Richard M. Stallman <rms@gnu.org>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment