aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann1999-10-17 12:57:38 +0000
committerGerd Moellmann1999-10-17 12:57:38 +0000
commitcd876a9126ff47d5057cf896df5d9e3732979099 (patch)
treed96ee24fd552adf8846555656f60d72608f7d9ba /lisp
parentb8855607a01da68a6974416add4cbf02784229df (diff)
downloademacs-cd876a9126ff47d5057cf896df5d9e3732979099.tar.gz
emacs-cd876a9126ff47d5057cf896df5d9e3732979099.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e377509053f..7a3631e1771 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,51 @@
11999-10-17 Miles Bader <miles@gnu.org>
2
3 * simple.el: Doc fixes.
4
51999-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
161999-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
221999-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
371999-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
11999-10-17 Sam Steingold <sds@ksp.com> 491999-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"