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
f34eb373
Commit
f34eb373
authored
Feb 20, 2001
by
Dave Love
Browse files
*** empty log message ***
parent
c49b8288
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
etc/NEWS
etc/NEWS
+8
-12
lisp/ChangeLog
lisp/ChangeLog
+4
-0
No files found.
etc/NEWS
View file @
f34eb373
...
...
@@ -2102,18 +2102,14 @@ appropriate for reading truly binary files.
** Code that uses `concat' with integer args now gets an error, as
long promised.
** `scroll-left' and `scroll-right' are only effective when
`automatic-hscrolling'
is nil.
** The new character sets occupy private charset slots.
The new charsets `japanese-jisx0213-2', `mule-unicode-0100-24ff',
`mule-unicode-2500-33ff',
and `mule-unicode-e000-ffff' take up 4 slots
for new charsets in the private area of the Mule internal character
representation. This might cause add-on packages which add
dimension-2 charsets to fail, because there's no only 1 slot left for
such charsets. (There are still many free slots for dimension-1
charsets.)
** Not a Lisp incompatibility as such but, with the introduction of
extra private charsets, there is now only one slot free for a new
dimension-2 private charset. User code which tries to add more than
one extra will fail unless you rebuild Emacs with some standard
charset(s) removed; that is probably inadvisable because it changes
the emacs-mule encoding. Also, files stored in the emacs-mule
encoding using an Emacs 20 with additional private charsets defined
will probably not be read correctly by Emacs 21.
*
Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
...
...
lisp/ChangeLog
View file @
f34eb373
2001-02-20 Dave Love <fx@gnu.org>
* international/utf-8.el: Doc and commentary fixes.
2001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
* ehelp.el (with-electric-help): Doc fix.
...
...
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