comparison lisp/ChangeLog @ 46328:761b6bcbb552

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Jul 2002 17:46:11 +0000
parents 4c6c59f7c9dc
children 28eae90ad697
comparison
equal deleted inserted replaced
46327:4d662e939eab 46328:761b6bcbb552
1 2002-07-12 Richard M. Stallman <rms@gnu.org>
2
3 * strokes.el (strokes-help): Call print-help-return-message
4 while inside with-output-to-temp-buffer.
5
6 * info.el (info-emacs-manual): New function.
7 (Info-use-header-line): Doc fix.
8
9 * emacs-lisp/cl.el (multiple-value-call): Add alias.
10
11 * progmodes/compile.el (compilation-normalize-filename):
12 New subroutine, taken out of compilation-parse-errors.
13 (compilation-parse-errors): Use that, and for directories too.
14 Don't check whether a directory really exists.
15
1 2002-07-12 Juanma Barranquero <lektu@terra.es> 16 2002-07-12 Juanma Barranquero <lektu@terra.es>
2 17
3 * help-fns.el (describe-variable): Put `defvaralias' info before the 18 * help-fns.el (describe-variable): Put `defvaralias' info before the
4 documentation (patch from John Paul Wallington 19 documentation (patch from John Paul Wallington
5 <jpw@shootybangbang.com>). Remove useless "Documentation:" string. 20 <jpw@shootybangbang.com>). Remove useless "Documentation:" string.
50 (speedbar-obj-do-check): Likewise. 65 (speedbar-obj-do-check): Likewise.
51 (speedbar-mouse-hscroll): Likewise. 66 (speedbar-mouse-hscroll): Likewise.
52 (speedbar-file-lists): Likewise. 67 (speedbar-file-lists): Likewise.
53 68
54 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo. 69 * emacs-lisp/authors.el (authors-obsolete-file-p): Fix typo.
70
71 2002-07-09 Ole Aamot <ole@gnu.org>
72
73 * compile.el (compilation-error-regexp-alist):
74 Recognize Valgrind messages.
55 75
56 2002-07-09 Juanma Barranquero <lektu@terra.es> 76 2002-07-09 Juanma Barranquero <lektu@terra.es>
57 77
58 * faces.el (face-id): Fix typo. 78 * faces.el (face-id): Fix typo.
59 79