Bump version to 24.0.94
[bpt/emacs.git] / lisp / ChangeLog
index a6783b8..cc84653 100644 (file)
@@ -1,3 +1,31 @@
+2012-02-27  Chong Yidong  <cyd@gnu.org>
+
+       * font-lock.el (font-lock-specified-p): Rename from
+       font-lock-spec-present.  Callers changed.
+
+2012-02-27  Daniel Hackney  <dan@haxney.org>
+
+       * emacs-lisp/package.el (package-compute-transaction): Handle
+       holding a package version to t in package-load-list.
+
+2012-02-26  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-inodes, tramp-devices): Initialize with 0.
+       (tramp-get-inode, tramp-get-device): Use cached values.
+
+2012-02-26  Alan Mackenzie  <acm@muc.de>
+
+       Check there is a font-lock specification before doing initial
+       fontification.
+
+       * font-core.el (font-lock-mode): Move the conditional from
+       :after-hook to font-lock-initial-fontify.
+       (font-lock-default-function): Move the check for a specification
+       to font-lock-spec-present.
+
+       * font-lock.el (font-lock-initial-fontify): call ...
+       (font-lock-spec-present): New function.
+
 2012-02-26  Jim Blandy  <jimb@red-bean.com>
 
        * progmodes/gdb-mi.el (gdb-mi-quote): New function.