comparison lisp/ChangeLog @ 3000:5df5ea55d3fc

[xemacs-hg @ 2005-10-18 20:49:41 by malcolmp] Sync of occur mode with GNU Emacs 22.0.50.1 (CVS)
author malcolmp
date Tue, 18 Oct 2005 20:49:43 +0000
parents 66ad30774567
children dcfb8ec6859a
comparison
equal deleted inserted replaced
2999:77dd8b943765 3000:5df5ea55d3fc
1 2005-10-10 Malcolm Purvis <malcolmp@xemacs.org>
2
3 * minibuf.el:
4 * minibuf.el (read-buffer): Follow GNU Emacs behaviour: Can return
5 empty string if require-match is t and default is nil.
6 * replace.el: Moved occur code to occur.el
7 * simple.el:
8 * simple.el (line-number-at-pos): New.
9 * subr.el:
10 * subr.el (delete-dups): New.
11 * occur.el: New. Sync with 22.0.50.1 (CVS)
12 * next-error.el: New. Sync with 22.0.50.1 (CVS)
13
1 2005-10-10 Steve Youngs <steve@sxemacs.org> 14 2005-10-10 Steve Youngs <steve@sxemacs.org>
2 15
3 * help.el (view-emacs-news): Use `expand-file-name' instead of 16 * help.el (view-emacs-news): Use `expand-file-name' instead of
4 `locate-data-file' as the latter will find any "NEWS" files that 17 `locate-data-file' as the latter will find any "NEWS" files that
5 might exist in packages _before_ the one in core. 18 might exist in packages _before_ the one in core.