# HG changeset patch # User Stefan Monnier # Date 1131032497 0 # Node ID f7f861f3ef21cea9307cbe35dfb15af7d438c781 # Parent 2ec4f19830164e9f6265dc37dc22e9b9bcb608f9 *** empty log message *** diff -r 2ec4f1983016 -r f7f861f3ef21 lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 03 14:51:48 2005 +0000 +++ b/lisp/ChangeLog Thu Nov 03 15:41:37 2005 +0000 @@ -5,8 +5,8 @@ 2005-11-03 Sam Steingold - * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Use - system-type instead of window-system because window-system is not + * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): + Use system-type instead of window-system because window-system is not correctly defined during loadup. 2005-11-02 Mark A. Hershberger @@ -16,8 +16,19 @@ 2005-11-02 Andreas Schwab - * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Quote the - folded value. + * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix. + +2005-11-02 Stefan Monnier + + * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure. + (byte-optimize-pure-func): Quote the eval'd value. + + * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): + Rename from perl-font-lock-syntactic-face-function. + Change the calling convention so it can be used as a font-lock MATCHER. + Do the parse-partial-sexp loop outselves. + (perl-font-lock-syntactic-keywords): Use it. + (perl-mode): Don't set font-lock-syntactic-face-function any more. 2005-11-02 Nick Roberts @@ -30,8 +41,8 @@ 2005-11-02 Glenn Morris - * progmodes/fortran.el (fortran-blink-match): Use - `blink-matching-delay'. + * progmodes/fortran.el (fortran-blink-match): + Use `blink-matching-delay'. 2005-11-02 John Mongan (tiny change)