diff options
| author | Stefan Monnier | 2005-11-03 15:41:37 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-11-03 15:41:37 +0000 |
| commit | 13d65a03e309ccd97aa947ee823cf423204ddf21 (patch) | |
| tree | 3b05ad7ca97fa4822f5f8bb92ca329bddc4d910c | |
| parent | 719e04b6078ba266940103e62073d4322d5e6966 (diff) | |
| download | emacs-13d65a03e309ccd97aa947ee823cf423204ddf21.tar.gz emacs-13d65a03e309ccd97aa947ee823cf423204ddf21.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31bcae76660..9208ad4678d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,8 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | 2005-11-03 Sam Steingold <sds@gnu.org> | 6 | 2005-11-03 Sam Steingold <sds@gnu.org> |
| 7 | 7 | ||
| 8 | * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Use | 8 | * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): |
| 9 | system-type instead of window-system because window-system is not | 9 | Use system-type instead of window-system because window-system is not |
| 10 | correctly defined during loadup. | 10 | correctly defined during loadup. |
| 11 | 11 | ||
| 12 | 2005-11-02 Mark A. Hershberger <mah@everybody.org> | 12 | 2005-11-02 Mark A. Hershberger <mah@everybody.org> |
| @@ -16,8 +16,19 @@ | |||
| 16 | 16 | ||
| 17 | 2005-11-02 Andreas Schwab <schwab@suse.de> | 17 | 2005-11-02 Andreas Schwab <schwab@suse.de> |
| 18 | 18 | ||
| 19 | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Quote the | 19 | * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix. |
| 20 | folded value. | 20 | |
| 21 | 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 22 | |||
| 23 | * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure. | ||
| 24 | (byte-optimize-pure-func): Quote the eval'd value. | ||
| 25 | |||
| 26 | * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs): | ||
| 27 | Rename from perl-font-lock-syntactic-face-function. | ||
| 28 | Change the calling convention so it can be used as a font-lock MATCHER. | ||
| 29 | Do the parse-partial-sexp loop outselves. | ||
| 30 | (perl-font-lock-syntactic-keywords): Use it. | ||
| 31 | (perl-mode): Don't set font-lock-syntactic-face-function any more. | ||
| 21 | 32 | ||
| 22 | 2005-11-02 Nick Roberts <nickrob@snap.net.nz> | 33 | 2005-11-02 Nick Roberts <nickrob@snap.net.nz> |
| 23 | 34 | ||
| @@ -30,8 +41,8 @@ | |||
| 30 | 41 | ||
| 31 | 2005-11-02 Glenn Morris <rgm@gnu.org> | 42 | 2005-11-02 Glenn Morris <rgm@gnu.org> |
| 32 | 43 | ||
| 33 | * progmodes/fortran.el (fortran-blink-match): Use | 44 | * progmodes/fortran.el (fortran-blink-match): |
| 34 | `blink-matching-delay'. | 45 | Use `blink-matching-delay'. |
| 35 | 46 | ||
| 36 | 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change) | 47 | 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change) |
| 37 | 48 | ||