2010-10-23 Michael McNamara <mac@mail.brushroad.com>
- * verilog-mode.el (verilog-directive-re): Make this variable
+ * progmodes/verilog-mode.el (verilog-directive-re): Make this variable
auto-built for efficiency of execution and updating.
(verilog-extended-complete-re): Support 'pure' fucntion & task
declarations (these have no bodies).
2010-10-23 Wilson Snyder <wsnyder@wsnyder.org>
- * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
+ * progmodes/verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
(verilog-gate-keywords, verilog-read-sub-decls)
(verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
(verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
2010-08-21 Leo <sdl.web@gmail.com>
Fix buffer-list rename&refresh after killing a buffer in ido.
- * lisp/ido.el: Revert Óscar's.
+ * ido.el: Revert Óscar's.
(ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
Remember the buffers at head, rather than their name.
- * lisp/iswitchb.el (iswitchb-kill-buffer): Re-make the list.
+ * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
2010-08-21 Kirk Kelsey <kirk.kelsey@0x4b.net> (tiny change)
Stefan Monnier <monnier@iro.umontreal.ca>