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
07b14857
Commit
07b14857
authored
Jul 21, 2000
by
Kenichi Handa
Browse files
*** empty log message ***
parent
3c9de1af
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
etc/NEWS
etc/NEWS
+7
-2
leim/quail/japanese.elc
leim/quail/japanese.elc
+0
-0
src/ChangeLog
src/ChangeLog
+3
-0
No files found.
etc/NEWS
View file @
07b14857
...
...
@@ -52,9 +52,10 @@ coding system detection algorithm should pay attention to ISO2022's
escape sequences. If this variable is non-nil, the algorithm ignores
such escape sequences. The default value is nil, and it is
recommended not to change it except for the special case that you
always want to read any escape code verbatim
ly
. If you just want to
always want to read any escape code verbatim. If you just want to
read a specific file without decoding escape codes, use C-x RET c
(`universal-coding-system-argument').
(`universal-coding-system-argument').
For instance, C-x RET c latin-1
RET C-x C-f filename RET.
** Variable `default-korean-keyboard' is initialized properly from the
environment variable `HANGUL_KEYBOARD_TYPE'.
...
...
@@ -1286,6 +1287,10 @@ functionality with aliases for the mldrag functions.
*
Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
(Display-related
features are described in a page of their own below.)
** Function `aset' stores any multibyte character in any string
without signaling "Attempt to change char length of a string". It may
convert a unibyte string to multibyte if necessary.
** The value of the `help-echo' text property is called as a function
or evaluated, if it is not a string already, to obtain a help string.
...
...
leim/quail/japanese.elc
View file @
07b14857
No preview for this file type
src/ChangeLog
View file @
07b14857
2000-07-21 Kenichi Handa <handa@etl.go.jp>
* data.c (Faset): Allow storing any multibyte character in a
string. Convert unibyte string to multibyte if necessary.
* xfns.c (x_encode_text): New function.
(x_set_name): Use x_encode_text.
(x_set_title): Likewise.
...
...
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