Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
612839b6
Commit
612839b6
authored
Apr 25, 2000
by
Gerd Moellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
f2d86d7a
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
752 additions
and
34 deletions
+752
-34
etc/NEWS
etc/NEWS
+14
-1
lisp/ChangeLog
lisp/ChangeLog
+25
-0
lisp/emacs-lisp/crm.el
lisp/emacs-lisp/crm.el
+629
-0
lisp/loaddefs.el
lisp/loaddefs.el
+70
-33
src/ChangeLog
src/ChangeLog
+14
-0
No files found.
etc/NEWS
View file @
612839b6
...
...
@@ -1126,7 +1126,10 @@ protocols. It has a separate manual.
*** autoconf.el provides a major mode for editing configure.in files
for Autoconf, selected automatically.
*** windmove.el
*** windmove.el provides moving between windows.
*** crm.el provides a facility to read multiple strings from the
minibuffer with completion.
** Withdrawn packages
...
...
@@ -1144,6 +1147,16 @@ Note that +++ before an item means the Lisp manual has been updated.
When you add a new item, please add it without either +++ or ---
so I will know I still need to look at it -- rms.
** The function `shell-command' now sets the default directory of the
`*Shell
Command Output*' buffer to the default directory of the buffer
from which the command was issued.
** The functions `query-replace', `query-replace-regexp',
`query-replace-regexp-eval'
`map-query-replace-regexp',
`replace-string',
`replace-regexp', and `perform-replace' take two
additional optional arguments START and END that specify the region to
operate on.
** The new function `count-screen-lines' is a more flexible alternative
to `window-buffer-height'.
...
...
lisp/ChangeLog
View file @
612839b6
2000-04-25 Gerd Moellmann <gerd@gnu.org>
* replace.el (perform-replace): Add parameters START and END. Use
them instead of the check for a region in Transient Mark mode.
(query-replace-read-args): Return two more list elements for the
start and end of the region in Transient Mark mode.
(query-replace, query-replace-regexp, query-replace-regexp-eval)
(map-query-replace-regexp, replace-string, replace-regexp): Add
optional last arguments START and END and pass them to
perform-replace.
* progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
form with additional arguments for perform-replace.
* progmodes/etags.el (tags-query-replace): Add parameters START
and END. Construct a form with additional arguments for
perform-replace.
* simple.el (shell-command): Set default directory for "*Shell
Command Output" buffer.
* language/european.el (iso-latin-4): Fix typo.
* emacs-lisp/crm.el: New file.
2000-04-24 Dave Love <fx@gnu.org>
* cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
...
...
lisp/emacs-lisp/crm.el
0 → 100644
View file @
612839b6
This diff is collapsed.
Click to expand it.
lisp/loaddefs.el
View file @
612839b6
This diff is collapsed.
Click to expand it.
src/ChangeLog
View file @
612839b6
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment