diff options
| author | Stefan Monnier | 2004-09-12 20:18:20 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-09-12 20:18:20 +0000 |
| commit | 87a53d2ee6a8913353457a10a5fb65bfac7969e2 (patch) | |
| tree | b565578ffc942e479532775675b1f8df4c699047 | |
| parent | 25d91d947ff58fd69ee08f688d02c854ef04980b (diff) | |
| download | emacs-87a53d2ee6a8913353457a10a5fb65bfac7969e2.tar.gz emacs-87a53d2ee6a8913353457a10a5fb65bfac7969e2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 916c1afa53c..0a958348356 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-09-12 Stefan <monnier@iro.umontreal.ca> | 1 | 2004-09-12 Stefan <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine): | ||
| 4 | Don't tell to use \\{...} when it's already done. | ||
| 5 | |||
| 3 | * textmodes/bibtex.el (bibtex-generate-url-list): Change format. | 6 | * textmodes/bibtex.el (bibtex-generate-url-list): Change format. |
| 4 | Provide a sample complex default. | 7 | Provide a sample complex default. |
| 5 | (bibtex-url, bibtex-font-lock-url): Adapt to new format. | 8 | (bibtex-url, bibtex-font-lock-url): Adapt to new format. |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index cf1743c3490..486f0f38964 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -14327,7 +14327,7 @@ | |||
| 14327 | 2002-06-01 Kim F. Storm <storm@cua.dk> | 14327 | 2002-06-01 Kim F. Storm <storm@cua.dk> |
| 14328 | 14328 | ||
| 14329 | * simple.el: Reworked previous change. | 14329 | * simple.el: Reworked previous change. |
| 14330 | (choose-completion-string1): Merged back into choose-completion-string. | 14330 | (choose-completion-string1): Merge back into choose-completion-string. |
| 14331 | (choose-completion-string): Run choose-completion-string-functions | 14331 | (choose-completion-string): Run choose-completion-string-functions |
| 14332 | after checking for proper minibuffer window. Added mini-p arg to | 14332 | after checking for proper minibuffer window. Added mini-p arg to |
| 14333 | the hook functions. Insert choice if all hook functions return nil. | 14333 | the hook functions. Insert choice if all hook functions return nil. |
| @@ -14348,7 +14348,7 @@ | |||
| 14348 | 2002-06-01 Kim F. Storm <storm@cua.dk> | 14348 | 2002-06-01 Kim F. Storm <storm@cua.dk> |
| 14349 | 14349 | ||
| 14350 | * simple.el (choose-completion-string-functions): New special hook. | 14350 | * simple.el (choose-completion-string-functions): New special hook. |
| 14351 | (choose-completion-string1): Renamed from choose-completion-string. | 14351 | (choose-completion-string1): Rename from choose-completion-string. |
| 14352 | (choose-completion-string): Run choose-completion-string-functions | 14352 | (choose-completion-string): Run choose-completion-string-functions |
| 14353 | until success, and only call choose-completion-string1 if it fails. | 14353 | until success, and only call choose-completion-string1 if it fails. |
| 14354 | 14354 | ||