Mercurial > emacs
comparison lisp/ChangeLog @ 26061:1ca697674a40
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 17 Oct 1999 12:57:38 +0000 |
parents | d3f55e596e63 |
children | 5a1f081e0ca0 |
comparison
equal
deleted
inserted
replaced
26060:6edf64bf5e22 | 26061:1ca697674a40 |
---|---|
1 1999-10-17 Miles Bader <miles@gnu.org> | |
2 | |
3 * simple.el: Doc fixes. | |
4 | |
5 1999-10-17 Miles Bader <miles@gnu.org> | |
6 | |
7 * simple.el (previous-matching-history-element, next-history-element): | |
8 Change to work correctly even if the point is in the prompt. | |
9 (choose-completion-string): Likewise. | |
10 (minibuffer-prompt-width): New function (compatibility with old subr). | |
11 | |
12 * textmodes/paragraphs.el (forward-sentence, forward-paragraph): | |
13 When constraining the final position to the current field, | |
14 don't use the ONLY-IN-LINE mode of constrain-to-field. | |
15 | |
16 1999-10-17 Miles Bader <miles@gnu.org> | |
17 | |
18 * simple.el (line-move): Supply new ESCAPE-FROM-EDGE argument to | |
19 constrain-to-field. | |
20 * textmodes/paragraphs.el (forward-sentence): Likewise. | |
21 | |
22 1999-10-17 Miles Bader <miles@gnu.org> | |
23 | |
24 * simple.el (line-move): Use constrain-to-field to avoid | |
25 moving into a prompt. | |
26 (previous-complete-history-element): Clarify doc string. | |
27 (next-complete-history-element): Likewise. | |
28 Use field-beginning instead of point-min. | |
29 (next-matching-history-element): Use field-beginning and | |
30 erase-field instead of point-min and erase-buffer. | |
31 * textmodes/paragraphs.el | |
32 (forward-paragraph, forward-sentence): Likewise. | |
33 (backward-kill-paragraph, backward-kill-sentence): Remove code to | |
34 constrain the kill to an field, as the movement commands now | |
35 do this. | |
36 | |
37 1999-10-17 Miles Bader <miles@gnu.org> | |
38 | |
39 * simple.el (previous-matching-history-element): Get the | |
40 minibuffer input with field-string instead of buffer-string. | |
41 (choose-completion-string): Likewise. | |
42 (next-history-element): Likewise. | |
43 Erase the minibuffer input with erase-field, not erase-buffer. | |
44 Use field-beginning to find the beginning of the input. | |
45 * textmodes/paragraphs.el (backward-kill-sentence): | |
46 Remove minibuffer-prompt hack. | |
47 Constrain to any input field. | |
48 | |
1 1999-10-17 Sam Steingold <sds@ksp.com> | 49 1999-10-17 Sam Steingold <sds@ksp.com> |
2 | 50 |
3 * bindings.el (completion-ignored-extensions): Added ".sparcf" | 51 * bindings.el (completion-ignored-extensions): Added ".sparcf" |
4 for CMUCL on sparc and ".ufsl" for LispWorks. | 52 for CMUCL on sparc and ".ufsl" for LispWorks. |
5 (bound-and-true-p): Bugfix: free variable `v'. | 53 (bound-and-true-p): Bugfix: free variable `v'. |