diff options
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 724f25f9a12..f776228d116 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2007-04-14 Glenn Morris <rgm@gnu.org> | 1 | 2007-04-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * SERVICE: Replace with a pointer to the web version. | ||
| 4 | |||
| 3 | * emacs.1: Update some of the more obsolete information. | 5 | * emacs.1: Update some of the more obsolete information. |
| 4 | 6 | ||
| 5 | 2007-04-13 Glenn Morris <rgm@gnu.org> | 7 | 2007-04-13 Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c39a8dc7a7c..05600464f11 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2007-04-14 Glenn Morris <rgm@gnu.org> | 1 | 2007-04-14 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * complete.el (PC-goto-end): New variable. | ||
| 4 | (partial-completion-mode) <choose-completion-string-functions>: | ||
| 5 | Do not go to the end of the minibuffer if PC-goto-end is non-nil. | ||
| 6 | (PC-do-completion): New optional fourth argument GOTO-END. Add a | ||
| 7 | doc string. Set PC-goto-end for choose-completion. | ||
| 8 | (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to | ||
| 9 | PC-do-completion. | ||
| 10 | |||
| 3 | * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM | 11 | * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM |
| 4 | arg to bibtex-make-field. | 12 | arg to bibtex-make-field. |
| 5 | (bibtex-make-field): Add optional fourth arg NODELIM. Insert | 13 | (bibtex-make-field): Add optional fourth arg NODELIM. Insert |