comparison lisp/ChangeLog @ 5400:aa78b0b0b289

Add various Common Lisp character functions, making porting CL code easier. 2011-04-17 Aidan Kehoe <kehoea@parhasard.net> * cl-extra.el: * cl-extra.el ('char<): New. * cl-extra.el ('char>=): New. * cl-extra.el ('char>): New. * cl-extra.el ('char<=): New. * cl-extra.el (alpha-char-p): New. * cl-extra.el (graphic-char-p): New. * cl-extra.el (standard-char-p): New. * cl-extra.el (char-name): New. * cl-extra.el (name-char): New. * cl-extra.el (upper-case-p): New. * cl-extra.el (lower-case-p): New. * cl-extra.el (both-case-p): New. * cl-extra.el (char-upcase): New. * cl-extra.el (char-downcase): New. * cl-extra.el (integer-length): New. Add various functions dealing (mainly) with characters, making some Common Lisp code easier to port. * descr-text.el (describe-char-unicode-data): Add an autoload for this function, used by #'char-name.
author Aidan Kehoe <kehoea@parhasard.net>
date Sun, 17 Apr 2011 11:14:38 +0100
parents a63e666bb68a
children 97968d099404
comparison
equal deleted inserted replaced
5399:5ec4534daf16 5400:aa78b0b0b289
1 2011-04-17 Aidan Kehoe <kehoea@parhasard.net>
2
3 * cl-extra.el:
4 * cl-extra.el ('char<): New.
5 * cl-extra.el ('char>=): New.
6 * cl-extra.el ('char>): New.
7 * cl-extra.el ('char<=): New.
8 * cl-extra.el (alpha-char-p): New.
9 * cl-extra.el (graphic-char-p): New.
10 * cl-extra.el (standard-char-p): New.
11 * cl-extra.el (char-name): New.
12 * cl-extra.el (name-char): New.
13 * cl-extra.el (upper-case-p): New.
14 * cl-extra.el (lower-case-p): New.
15 * cl-extra.el (both-case-p): New.
16 * cl-extra.el (char-upcase): New.
17 * cl-extra.el (char-downcase): New.
18 * cl-extra.el (integer-length): New.
19 Add various functions dealing (mainly) with characters, making
20 some Common Lisp code easier to port.
21 * descr-text.el (describe-char-unicode-data):
22 Add an autoload for this function, used by #'char-name.
23
1 2011-04-12 Aidan Kehoe <kehoea@parhasard.net> 24 2011-04-12 Aidan Kehoe <kehoea@parhasard.net>
2 25
3 * mule/mule-win32-init.el (windows-874): 26 * mule/mule-win32-init.el (windows-874):
4 No longer create this coding system, now it's provided by thai.el; 27 No longer create this coding system, now it's provided by thai.el;
5 thanks for the report of the associated Win32 build problem, Mats! 28 thanks for the report of the associated Win32 build problem, Mats!