comparison lisp/ChangeLog @ 95456:b7c970f39dae

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 01 Jun 2008 04:48:53 +0000
parents a4904e4111c5
children 4884dcac79f8
comparison
equal deleted inserted replaced
95455:a11e3f3131cc 95456:b7c970f39dae
1 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
4 (describe-char): Use `looking-at-p', `string-match-p' when possible.
5
1 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 6 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * tar-mode.el (tar-header-block-summarize): Ensure one space around 8 * tar-mode.el (tar-header-block-summarize): Ensure one space around
4 user&group. 9 user&group.
5 10
6 2008-05-31 John Paul Wallington <jpw@pobox.com> 11 2008-05-31 John Paul Wallington <jpw@pobox.com>
7 12
8 * help-fns.el (describe-variable-custom-version-info): Handle 13 * help-fns.el (describe-variable-custom-version-info):
9 dotted `package-version' info. 14 Handle dotted `package-version' info.
10 15
11 2008-05-31 Juanma Barranquero <lekktu@gmail.com> 16 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
12 17
13 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'. 18 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
14 19