aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2009-09-29 04:12:46 +0000
committerGlenn Morris2009-09-29 04:12:46 +0000
commitae7155155be576e156e9c6655c823d95ce50ec67 (patch)
tree15fc93dd517d860fd932d76326582be16106a87a /lisp/ChangeLog
parent84c23041ea3b1cd714a716011781658f368fb61f (diff)
downloademacs-ae7155155be576e156e9c6655c823d95ce50ec67.tar.gz
emacs-ae7155155be576e156e9c6655c823d95ce50ec67.zip
(check-declare-verify): Add basic defmethod and defclass, and
define-overloadable-function.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b486ab5f6ae..c5cd49d5801 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,9 +12,17 @@
12 12
132009-09-29 Glenn Morris <rgm@gnu.org> 132009-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