]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Nov 2004 04:06:13 +0000 (04:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 12 Nov 2004 04:06:13 +0000 (04:06 +0000)
lisp/ChangeLog

index 1496c47a09e5ec3b4e74490aceced68e04b0ac29..d07a3c7ffba7efc4bf46e78b3126205814e2a0fb 100644 (file)
 
 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+       * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
+       new byte-compile-function-environment binding to t.
+
+       * font-lock.el (font-lock-fontify-syntactically-region):
+       Don't forget to highlight the last char when we hit `end'.
+
+       * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
+       (mwheel-scroll): Adjust accordingly.
+
+       * cvs-status.el: Reduce spurious warnings.
+       (cvs-status-checkout): Remove.
+       (cvs-status-mode-map): Use cvs-mode-checkout instead.
+
+       * pcvs.el (cvs-mode-checkout): New command.
+
        * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
 
        * tooltip.el: Require CL.