emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog


From: Juri Linkov
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Sun, 19 Jul 2009 16:56:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     09/07/19 16:56:25

Modified files:
        lisp           : ChangeLog 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15833&r2=1.15834

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15833
retrieving revision 1.15834
diff -u -b -r1.15833 -r1.15834
--- ChangeLog   19 Jul 2009 01:05:17 -0000      1.15833
+++ ChangeLog   19 Jul 2009 16:56:22 -0000      1.15834
@@ -1,3 +1,18 @@
+2009-07-19  Juri Linkov  <address@hidden>
+
+       * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
+       (dir-local-variables-alist): New buffer-local variable.
+       (hack-local-variables-filter): If variable is not dir-local,
+       i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
+       because file-local overrides dir-local.
+       (c-postprocess-file-styles)<declare-function>:
+       Remove obsolete declaration.
+       (hack-dir-local-variables): Add dir-local variable/value pair to
+       `dir-local-variables-alist' and remove duplicates.  Doc fix.
+
+       * help-fns.el (describe-variable): Add information about
+       file-local and dir-local variables.
+
 2009-07-19  Chong Yidong  <address@hidden>
 
        * files.el (hack-local-variables-filter): Rewrite.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]