# HG changeset patch # User Stefan Monnier # Date 1002497647 0 # Node ID a04456ea369465f6977032a8487863c390d9c99e # Parent ea9e28db82d5bfe2577faba6635942ececb02f27 *** empty log message *** diff -r ea9e28db82d5 -r a04456ea3694 lisp/ChangeLog --- a/lisp/ChangeLog Sun Oct 07 23:33:47 2001 +0000 +++ b/lisp/ChangeLog Sun Oct 07 23:34:07 2001 +0000 @@ -1,3 +1,8 @@ +2001-10-07 Stefan Monnier + + * emacs-lisp/bytecomp.el (byte-compile-file): Return success when + the file says no-byte-compile. + 2001-10-08 Miles Bader * button.el (next-button, previous-button): Respect `skip' property. @@ -42,7 +47,7 @@ the work. * apropos.el (apropos-symbol, apropos-label): New button types. - (apropos-symbol-button-display-help) + (apropos-symbol-button-display-help) (apropos-label-button-display-help, apropos-next-label-button): New functions. (apropos-mode-map): Make button-buffer-map our parent. @@ -56,7 +61,7 @@ 2001-10-07 Gerd Moellmann - * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): + * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum): Remove. 2001-10-05 Richard M. Stallman @@ -89,8 +94,8 @@ 2001-10-06 Miles Bader - * rfn-eshadow.el (rfn-eshadow-update-overlay): Use - `minibuffer-prompt-end'. + * rfn-eshadow.el (rfn-eshadow-update-overlay): + Use `minibuffer-prompt-end'. * simple.el (previous-matching-history-element): Fix misplaced parentheses. @@ -137,8 +142,7 @@ * simple.el (previous-matching-history-element) (next-history-element, next-complete-history-element): Use - `minibuffer-' functions instead of calling `field-' functions - directly. + `minibuffer-' functions instead of calling `field-' functions directly. (minibuffer-prompt-end, minibuffer-contents): (minibuffer-contents-no-properties, delete-minibuffer-contents): Functions removed (now subrs). @@ -163,8 +167,8 @@ 2001-10-04 Andrew Innes - * faces.el (face-font-registry-alternatives) [windows-nt]: Make - gb2312 an alias for gb2312.1980. + * faces.el (face-font-registry-alternatives) [windows-nt]: + Make gb2312 an alias for gb2312.1980. 2001-10-04 Stefan Monnier