# HG changeset patch # User Stefan Monnier # Date 1100232373 0 # Node ID e0ba1fe44b88e2a9b045a23d4b3ea8a1446193a4 # Parent cc9f1e89279be140633ffa57a1086554dc5dce5a *** empty log message *** diff -r cc9f1e89279b -r e0ba1fe44b88 lisp/ChangeLog --- a/lisp/ChangeLog Fri Nov 12 03:59:26 2004 +0000 +++ b/lisp/ChangeLog Fri Nov 12 04:06:13 2004 +0000 @@ -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.