comparison lisp/ChangeLog @ 105280:24b278c5dc72

(check-declare-verify): Add basic defmethod and defclass, and define-overloadable-function.
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Sep 2009 04:12:46 +0000
parents 7f2b90c428b4
children b8a381efb42f
comparison
equal deleted inserted replaced
105279:6969c5b2e0b2 105280:24b278c5dc72
10 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring. 10 * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
11 (hs-show-hook): Fix typo in docstring. 11 (hs-show-hook): Fix typo in docstring.
12 12
13 2009-09-29 Glenn Morris <rgm@gnu.org> 13 2009-09-29 Glenn Morris <rgm@gnu.org>
14 14
15 * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
16
17 * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
18 * cedet/semantic/tag-file.el (semanticdb-table-child-p):
19 * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
20 Mark declarations not understood by check-declare.
21
15 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless 22 * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
16 file-name-nondirectory call preventing location of cedet files. 23 file-name-nondirectory call preventing location of cedet files.
17 (check-declare-verify): Use literal search rather than re-search. 24 (check-declare-verify): Use literal search rather than re-search.
25 Add basic defmethod and defclass, and define-overloadable-function.
18 26
19 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes): 27 * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
20 Use tramp-compat-file-attributes rather than nonexistent 28 Use tramp-compat-file-attributes rather than nonexistent
21 tramp-compat-handle-file-attributes. 29 tramp-compat-handle-file-attributes.
22 30