emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/etc NEWS


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/etc NEWS
Date: Sat, 22 Nov 2008 18:31:16 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/11/22 18:31:15

Modified files:
        etc            : NEWS 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/etc/NEWS?cvsroot=emacs&r1=1.1930&r2=1.1931

Patches:
Index: NEWS
===================================================================
RCS file: /cvsroot/emacs/emacs/etc/NEWS,v
retrieving revision 1.1930
retrieving revision 1.1931
diff -u -b -r1.1930 -r1.1931
--- NEWS        21 Nov 2008 10:20:14 -0000      1.1930
+++ NEWS        22 Nov 2008 18:31:15 -0000      1.1931
@@ -1372,18 +1372,22 @@
 In buffers and strings, characters are represented by UTF-8 byte
 sequences in a multibyte buffer/string.
 
++++
 The concept of a charset has changed.  A single character may belong
 to multiple charsets (e.g. a-grave, U+00E0, belongs to charsets
 unicode, iso-8859-1, iso-8859-3, etc).
 
+---
 *** The functions `split-char' and `make-char' now accept up to 4
 positional codes instead of just 2.
 
++++
 *** The functions `encode-char' and `decode-char' now accept any character 
sets.
 
 *** The function `define-charset' now accepts a completely different
 form of arguments (old-style arguments still work).
 
++++
 *** The value of the function `char-charset' depends on the current
 priorities of charsets.
 
@@ -1403,6 +1407,7 @@
 
 *** New functions:
 
++++
 **** `characterp' returns t if and only if the argument is a character.
 This replaces `char-valid-p', which is now obsolete.
 
@@ -1410,10 +1415,13 @@
 
 **** `define-charset-alias' defines an alias of a charset.
 
++++
 **** `set-charset-priority' sets priorities of charsets.
 
++++
 **** `charset-priority-list' returns a prioritized list of charsets.
 
++++
 **** `unibyte-string' makes a unibyte string from bytes.
 
 **** `define-char-code-property' defines a character code property.
@@ -1482,6 +1490,7 @@
 *** The new function `robin-use-package' starts using a Robin package
 as an input method.
 
++++
 *** The new function `string-to-unibyte' is like `string-as-unibyte'
 but signals an error if STRING contains a non-ASCII, non-eight-bit
 character.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]