Fix default-directory for vc-root-diff.
[bpt/emacs.git] / lisp / ChangeLog
index 9d2142f..1fda3ac 100644 (file)
@@ -1,14 +1,51 @@
+2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       Fix default-directory for vc-root-diff.
+       * vc.el (vc-root-diff): Bind default-directory to the root
+       directory for the diff command.
+
+2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
+
+        * verilog-mode.el (verilog-forward-sexp, verilog-calc-1): Support
+        "disable fork" and "fork wait" multi word keywords, suggested by
+        Steve Pearlmutter.
+        (verilog-pretty-declarations): Support lineup of declarations in
+       port lists.
+        (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
+        fix bug for /* / comments
+        (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
+       Speed up and simplfy as this is never called with a bound.
+        (verilog-pretty-declarations): Enhance to line up declarations
+        inside a parameter list, suggested by Alan Morgan.
+        (verilog-pretty-expr): Tune assignment regular expression match
+        string for corner cases; also use markers instead of character
+        number as indent changes the later.
+
+2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
+
+        * verilog-mode.el (verilog-type-keywords): Fix pulldown as missing
+        keyword.
+        (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
+        causing truncation of AUTOWIRE signals.  Reported by Bruce
+        Tennant.
+        (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
+        AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
+        Tennant.
+        (verilog-keywords):
+       (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
+       1800-2009 keywords, including "global.".
+
 2010-04-06  John Wiegley  <jwiegley@gmail.com>
 
-       * ido.el (ido-add-virtual-buffers-to-list): Fixed duplicated names
+       * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
        appearing in buffer list (if a live buffer name matched a recentf
-       file basename).  Should use uniqify to offer a real solution.
+       file basename).  Should use uniquify to offer a real solution.
 
 2010-04-06  John Wiegley  <jwiegley@gmail.com>
 
-       * ido.el (ido-use-virtual-buffers, ido-virtual): Moved a ChangeLog
-       comment to code, and added a :version tag.
-       (ido-virtual-buffers): Moved defvar to fix byte-compiler warning.
+       * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
+       comment to code, and add a :version tag.
+       (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
 
 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
 
@@ -31,7 +68,7 @@
 
 2010-04-05  Juri Linkov  <juri@jurta.org>
 
-       Scrolling commands which does not signal errors at top/bottom.
+       Scrolling commands which do not signal errors at top/bottom.
        http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
 
        * simple.el (scroll-up-command, scroll-down-command): New commands.