comparison lisp/ChangeLog @ 883:1e9272790fe0

[xemacs-hg @ 2002-06-26 00:11:15 by youngs] 2002-06-24 John Paul Wallington <jpw@shootybangbang.com> * obsolete.el (frame-parameter): New compatibility function. (makehash): Ditto. (buffer-local-value): Ditto. (line-beginning-position): New compatibility alias for `point-at-bol'. (line-end-position): New compatibility alias for `point-at-eol'. * subr.el (with-temp-message): New function; sync with GNU Emacs 21. (bound-and-true-p): Ditto. (propertize): New function. (delete-and-extract-region): Ditto. 2002-06-24 Jerry James <james@xemacs.org> * code-files.el (load): Look for a binary module if no Lisp file with the correct name is found.
author youngs
date Wed, 26 Jun 2002 00:11:16 +0000
parents 64f38afaab2d
children 011e1bce6ece
comparison
equal deleted inserted replaced
882:f503f1607e8b 883:1e9272790fe0
1 2002-06-24 John Paul Wallington <jpw@shootybangbang.com>
2
3 * obsolete.el (frame-parameter): New compatibility function.
4 (makehash): Ditto.
5 (buffer-local-value): Ditto.
6 (line-beginning-position): New compatibility alias for `point-at-bol'.
7 (line-end-position): New compatibility alias for `point-at-eol'.
8
9 * subr.el (with-temp-message): New function; sync with GNU Emacs 21.
10 (bound-and-true-p): Ditto.
11 (propertize): New function.
12 (delete-and-extract-region): Ditto.
13
14 2002-06-24 Jerry James <james@xemacs.org>
15
16 * code-files.el (load): Look for a binary module if no Lisp file
17 with the correct name is found.
18
1 2002-06-22 Ville Skyttä <ville.skytta@xemacs.org> 19 2002-06-22 Ville Skyttä <ville.skytta@xemacs.org>
2 20
3 * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the 21 * subr.el (add-to-list): Sync with GNU Emacs 21.2, adding the
4 "&optional append" argument. 22 "&optional append" argument.
5 23