From: Stefan Monnier Date: Fri, 12 Nov 2004 04:06:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=036cf769ad82564e8e18da37c0d9df65fe8f4752;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1496c47a09e..d07a3c7ffba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -13,6 +13,21 @@ 2004-11-11 Stefan Monnier + * 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.