emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/etc/NEWS,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS,v
Date: Wed, 04 Apr 2007 16:02:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/04/04 16:02:37

Index: NEWS
===================================================================
RCS file: /sources/emacs/emacs/etc/NEWS,v
retrieving revision 1.1448
retrieving revision 1.1449
diff -u -b -r1.1448 -r1.1449
--- NEWS        23 Mar 2007 03:05:22 -0000      1.1448
+++ NEWS        4 Apr 2007 16:02:37 -0000       1.1449
@@ -4046,6 +4046,12 @@
 This combines `defalias' and `make-obsolete'.
 
 +++
+*** New macro `with-case-table'
+
+This executes the body with the case table temporarily set to a given
+case table.
+
++++
 *** New function `unsafep' determines whether a Lisp form is safe.
 
 It returns nil if the given Lisp form can't possibly do anything
@@ -5844,6 +5850,12 @@
 for it.  (If the coding system is detected incorrectly for a specific
 file, you can put a `coding:' tags to override it.)
 
++++
+*** The new variable `ascii-case-table' stores the case table for the
+ascii character set.  Language environments (such as Turkish) may
+alter the case correspondences of ASCII characters.  This variable
+saves the original ASCII case table before any such changes.
+
 ---
 *** The new function `merge-coding-systems' fills in unspecified aspects
 of one coding system from another coding system.




reply via email to

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