aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog2
-rw-r--r--lisp/ChangeLog8
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 @@
12007-04-14 Glenn Morris <rgm@gnu.org> 12007-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
52007-04-13 Glenn Morris <rgm@gnu.org> 72007-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 @@
12007-04-14 Glenn Morris <rgm@gnu.org> 12007-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