diff options
| author | Stefan Monnier | 2013-05-04 15:27:41 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-05-04 15:27:41 -0400 |
| commit | 30c7e54299fc81cd3122a17ef130ab69e9855f99 (patch) | |
| tree | 6345c56bd5113e9c28923cc849b6370a47ccc499 /src/ChangeLog | |
| parent | 5bebd1866b19bba82bc8c030ab828a608e301be5 (diff) | |
| download | emacs-30c7e54299fc81cd3122a17ef130ab69e9855f99.tar.gz emacs-30c7e54299fc81cd3122a17ef130ab69e9855f99.zip | |
* lisp/simple.el (read-expression-map): Use completion-at-point.
Move the declaration from C.
(read-minibuffer, eval-minibuffer): Move from C.
(completion-setup-function): Avoid minibuffer-completion-contents.
* src/minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp.
(syms_of_minibuf): Adjust accodingly.
* src/lread.c (Fread):
* src/callint.c (Fcall_interactively): Adjust calls accordingly.
Fixes: debbugs:14255
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 325babb4d86..86327fc7fb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,8 +1,15 @@ | |||
| 1 | 2013-05-04 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp. | ||
| 4 | (syms_of_minibuf): Adjust accodingly. | ||
| 5 | * lread.c (Fread): | ||
| 6 | * callint.c (Fcall_interactively): Adjust calls accordingly. | ||
| 7 | |||
| 1 | 2013-05-04 Eli Zaretskii <eliz@gnu.org> | 8 | 2013-05-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * dispextern.h (WINDOW_WANTS_HEADER_LINE_P): Verify that | 10 | * dispextern.h (WINDOW_WANTS_HEADER_LINE_P): Verify that |
| 4 | w->contents is a buffer before computing everything else. Use | 11 | w->contents is a buffer before computing everything else. |
| 5 | parentheses to disambiguate last part of the condition. | 12 | Use parentheses to disambiguate last part of the condition. |
| 6 | 13 | ||
| 7 | * w32fns.c (w32_wnd_proc): Remove temporary code used to trap | 14 | * w32fns.c (w32_wnd_proc): Remove temporary code used to trap |
| 8 | assertion violations. (Bug#14062) | 15 | assertion violations. (Bug#14062) |