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
1cba5287
Commit
1cba5287
authored
May 16, 2002
by
Kenichi Handa
Browse files
*** empty log message ***
parent
5caed5b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
lisp/ChangeLog
lisp/ChangeLog
+11
-0
src/ChangeLog
src/ChangeLog
+4
-1
No files found.
lisp/ChangeLog
View file @
1cba5287
2002-05-16 Kenichi Handa <handa@etl.go.jp>
* Makefile.in: By sure to run emacs with LC_ALL=C.
* international/encoded-kb.el (encoded-kbd-handle-8bit): Call
encoded-kbd-self-insert-iso2022-8bit with argument 1.
(encoded-kbd-self-insert-charset): New function.
(encoded-kbd-setup-keymap): Handle a coding-system of type
charset.
(encoded-kbd-mode): Likewise.
2002-05-15 Dave Love <fx@gnu.org>
* international/mule-cmds.el (set-locale-environment): Comment out
...
...
src/ChangeLog
View file @
1cba5287
2002-05-16 Kenichi Handa <handa@etl.go.jp>
* character.c (string_escape_byte8): Make multibyte string with
correct size.
* charset.c (Fmake_char): Delete unnecessary code.
2002-05-14 Kenichi Handa <handa@etl.go.jp>
...
...
@@ -20,7 +23,7 @@
calling post-read-conversion function.
(encode_coding_object): Give correct arguments ot
pre-write-conversion. Ignore the return value of
pre-write-conversion function. Pay attention
for
the case that
pre-write-conversion function. Pay attention
to
the case that
pre-write-conversion change the current buffer. If dst_object is
Qt, even if coding->src_bytes is zero, allocate at least one byte
to coding->destination.
...
...
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