From: Michael Olson Date: Mon, 19 May 2008 22:37:06 +0000 (+0000) Subject: lisp/ChangeLog: Update. X-Git-Tag: emacs-pretest-23.0.90~5428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b0ff59aa5de199299deaee4e8c4bc5806b3c4d3;p=emacs.git lisp/ChangeLog: Update. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4314bce7a42..8d3766568df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2008-05-19 Tom Tromey + + * files.el (normal-mode): Call hack-project-variables. + (hack-local-variables-confirm): Add 'project' argument. + (hack-local-variables-apply): New function. + (hack-local-variables): Use it. + (project-class-alist, project-directory-alist): New variables. + (project-get-alist): New function. + (project-collect-bindings-from-alist) + (project-collect-binding-list, set-directory-project) + (project-find-settings-file, project-define-from-project-file) + (hack-project-variables): New functions. + 2008-05-19 Stefan Monnier * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.