comparison lisp/ChangeLog @ 74356:25c9571827a2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 01 Dec 2006 14:12:04 +0000
parents 3048a98c2216
children 749bbf34ba64
comparison
equal deleted inserted replaced
74355:6d42e0eb1e0a 74356:25c9571827a2
1 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4
1 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br> 5 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 6
3 * ps-mule.el: Eliminate Emacs 20 compatibility. 7 * ps-mule.el: Eliminate Emacs 20 compatibility.
4 8
5 * ps-print.el : Eliminate Emacs 20 & 21 compatibility. 9 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6 (ps-print-version): New Version 6.7. 10 (ps-print-version): New Version 6.7.
7 (ps-print-quote): Replace '?\ ' by '?\s'. 11 (ps-print-quote): Replace '?\ ' by '?\s'.
8 12
9 2006-11-30 Juanma Barranquero <lekktu@gmail.com> 13 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
10 14
54 58
55 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring. 59 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
56 60
57 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br> 61 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
58 62
59 * ps-bdf.el : Fix maintainer email. 63 * ps-bdf.el: Fix maintainer email.
60 64
61 * ps-mule.el : Fix maintainer email. Define functions for Emacs 20 65 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
62 compatibility. 66 compatibility.
63 67
64 * ps-print.el : Fix maintainer email. Define functions for Emacs 20 & 68 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
65 21 compatibility. 69 21 compatibility.
66 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with 70 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
67 Emacs 20 & 21. 71 Emacs 20 & 21.
68 72
69 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu> 73 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>