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
b08d5f59
Commit
b08d5f59
authored
Feb 09, 2003
by
Kenichi Handa
Browse files
*** empty log message ***
parent
2df18cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
etc/NEWS
etc/NEWS
+5
-2
src/ChangeLog
src/ChangeLog
+6
-0
No files found.
etc/NEWS
View file @
b08d5f59
...
...
@@ -1168,11 +1168,14 @@ timing measurements of code (including the garbage collection component).
* Lisp Changes in Emacs 21.4
** New function `string-to-multibyte' converts a unibyte string to a
multibyte string with the same individual character codes.
** New variables `gc-elapsed' and `gcs-done' provide extra information
on garbage collection.
** New function `decode-coding-
region-as-inserted-from-file' decodes a
region as if
it is read from a file without decoding.
** New function `decode-coding-
inserted-region' decodes a region as if
it is read from a file without decoding.
** New function `optimize-char-coding-system-table' can be called
after making changes to `char-coding-system-table'.
...
...
src/ChangeLog
View file @
b08d5f59
2003-02-09 Kenichi Handa <handa@m17n.org>
* fns.c (string_to_multibyte): New function.
(Fstring_to_multibyte): New function.
(syms_of_fns): Defsubr it.
2003-02-08 Andreas Schwab <schwab@suse.de>
* Makefile.in (EXEEXT): Define to @EXEEXT@ and use this variable
...
...
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