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
Open sidebar
emacs
emacs
Commits
cd876a91
Commit
cd876a91
authored
Oct 17, 1999
by
Gerd Moellmann
Browse files
*** empty log message ***
parent
b8855607
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
141 additions
and
0 deletions
+141
-0
lisp/ChangeLog
lisp/ChangeLog
+48
-0
src/ChangeLog
src/ChangeLog
+93
-0
No files found.
lisp/ChangeLog
View file @
cd876a91
1999-10-17 Miles Bader <miles@gnu.org>
* simple.el: Doc fixes.
1999-10-17 Miles Bader <miles@gnu.org>
* simple.el (previous-matching-history-element, next-history-element):
Change to work correctly even if the point is in the prompt.
(choose-completion-string): Likewise.
(minibuffer-prompt-width): New function (compatibility with old subr).
* textmodes/paragraphs.el (forward-sentence, forward-paragraph):
When constraining the final position to the current field,
don't use the ONLY-IN-LINE mode of constrain-to-field.
1999-10-17 Miles Bader <miles@gnu.org>
* simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to
constrain-to-field.
* textmodes/paragraphs.el (forward-sentence): Likewise.
1999-10-17 Miles Bader <miles@gnu.org>
* simple.el (line-move): Use constrain-to-field to avoid
moving into a prompt.
(previous-complete-history-element): Clarify doc string.
(next-complete-history-element): Likewise.
Use field-beginning instead of point-min.
(next-matching-history-element): Use field-beginning and
erase-field instead of point-min and erase-buffer.
* textmodes/paragraphs.el
(forward-paragraph, forward-sentence): Likewise.
(backward-kill-paragraph, backward-kill-sentence): Remove code to
constrain the kill to an field, as the movement commands now
do this.
1999-10-17 Miles Bader <miles@gnu.org>
* simple.el (previous-matching-history-element): Get the
minibuffer input with field-string instead of buffer-string.
(choose-completion-string): Likewise.
(next-history-element): Likewise.
Erase the minibuffer input with erase-field, not erase-buffer.
Use field-beginning to find the beginning of the input.
* textmodes/paragraphs.el (backward-kill-sentence):
Remove minibuffer-prompt hack.
Constrain to any input field.
1999-10-17 Sam Steingold <sds@ksp.com>
* bindings.el (completion-ignored-extensions): Added ".sparcf"
...
...
src/ChangeLog
View file @
cd876a91
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