(vc-status-add-entries): New function.
[bpt/emacs.git] / lisp / ChangeLog
index a3c6353..cb50cb7 100644 (file)
@@ -1,3 +1,26 @@
+2008-04-09  Alexandre Julliard  <julliard@winehq.org>
+
+       * vc.el (vc-status-add-entries): New function.
+       (vc-status-add-entry): Removed.
+       (vc-update-vc-status-buffer, vc-status-mark-buffer-changed): Use
+       vc-status-add-entries.
+
+       * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
+       order.
+
+2008-04-09  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
+       ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
+       (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
+       (AUTOGENEL): New variable.
+       (distclean, maintainer-clean): New targets.
+
+2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * emacs-lisp/regexp-opt.el (regexp-opt): Reduce
+       max-lisp-eval-depth and max-specpdl-size to 10000.
+
 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
 
        * nxml/nxml-mode.el (nxml-cleanup): New function.