comparison lisp/ChangeLog @ 4160:f35582fa32a9

[xemacs-hg @ 2007-09-03 13:16:39 by viteno] Steve Youngs' commit 'bot
author viteno
date Mon, 03 Sep 2007 13:16:44 +0000
parents 346788f5aa64
children 79c5457563f6
comparison
equal deleted inserted replaced
4159:bccd25cf2f5c 4160:f35582fa32a9
1 2007-09-02 Steve Youngs <steve@sxemacs.org>
2
3 * byte-optimize.el (byte-optimize-featurep): New. Optimise
4 feature 'sxemacs to nil and 'xemacs to t. This is along the same
5 lines as GNU/Emacs where they optimise both 'xemacs and 'sxemacs
6 to nil. It has the added advantage of suppressing byte-compiler
7 warnings in most cases.
8
9 * package-get.el (package-get-pgp-available-p): Removed.
10 (package-get-require-signed-base-updates): Ditto.
11 (package-entries-are-signed): Ditto.
12 (package-get-pgp-signed-begin-line): Ditto.
13 (package-get-pgp-signature-begin-line): Ditto.
14 (package-get-pgp-signature-end-line): Ditto.
15 (package-get-update-base-from-buffer): Remove the PGP nonsense.
16
1 2007-08-29 Didier Verna <didier@xemacs.org> 17 2007-08-29 Didier Verna <didier@xemacs.org>
2 18
3 * files.el (files-fetch-hook-value): Preserve locality of hooks by 19 * files.el (files-fetch-hook-value): Preserve locality of hooks by
4 working on copies. 20 working on copies.
5 21