*** empty log message ***

This commit is contained in:
Juanma Barranquero 2006-12-01 14:12:04 +00:00
parent 055596daa6
commit 2acb13b129
2 changed files with 11 additions and 7 deletions

View file

@ -1,8 +1,12 @@
2006-12-01 Juanma Barranquero <lekktu@gmail.com>
* descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-mule.el: Eliminate Emacs 20 compatibility.
* ps-print.el : Eliminate Emacs 20 & 21 compatibility.
* ps-print.el: Eliminate Emacs 20 & 21 compatibility.
(ps-print-version): New Version 6.7.
(ps-print-quote): Replace '?\ ' by '?\s'.
@ -56,12 +60,12 @@
2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* ps-bdf.el : Fix maintainer email.
* ps-bdf.el: Fix maintainer email.
* ps-mule.el : Fix maintainer email. Define functions for Emacs 20
* ps-mule.el: Fix maintainer email. Define functions for Emacs 20
compatibility.
* ps-print.el : Fix maintainer email. Define functions for Emacs 20 &
* ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
21 compatibility.
(ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
Emacs 20 & 21.

View file

@ -185,13 +185,13 @@ otherwise."
(defcustom describe-char-unicodedata-file nil
"Location of Unicode data file.
This is the UnicodeData.txt file from the Unicode consortium, used for
This is the UnicodeData.txt file from the Unicode Consortium, used for
diagnostics. If it is non-nil `describe-char' will print data
looked up from it. This facility is mostly of use to people doing
multilingual development.
This is a fairly large file, not typically present on GNU systems. At
the time of writing it is at the URL
This is a fairly large file, not typically present on GNU systems.
At the time of writing it is at the URL
`http://www.unicode.org/Public/UNIDATA/UnicodeData.txt'."
:group 'mule
:version "22.1"