diff options
| author | Stefan Monnier | 2013-04-17 16:52:02 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-04-17 16:52:02 -0400 |
| commit | dd8791e96feb4915c895a4879deee67e672e0a7f (patch) | |
| tree | 792850fb6f8dbd3a0af60e761d3bd7fbef972291 /lisp/ChangeLog | |
| parent | ffe54a139dddefdfd3f0837281ebb62d7cc0a912 (diff) | |
| download | emacs-dd8791e96feb4915c895a4879deee67e672e0a7f.tar.gz emacs-dd8791e96feb4915c895a4879deee67e672e0a7f.zip | |
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
completion tables when completing error conditions and
`declare' arguments.
(lisp-complete-symbol, field-complete): Mark as obsolete.
(check-parens): Unmatched parens are user errors.
* lisp/minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ffa0c840554..4ace42afa09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,13 +1,22 @@ | |||
| 1 | 2013-04-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized | ||
| 4 | completion tables when completing error conditions and | ||
| 5 | `declare' arguments. | ||
| 6 | (lisp-complete-symbol, field-complete): Mark as obsolete. | ||
| 7 | (check-parens): Unmatched parens are user errors. | ||
| 8 | * minibuffer.el (minibuffer-completion-contents): Mark as obsolete. | ||
| 9 | |||
| 1 | 2013-04-17 Michal Nazarewicz <mina86@mina86.com> | 10 | 2013-04-17 Michal Nazarewicz <mina86@mina86.com> |
| 2 | 11 | ||
| 3 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if | 12 | * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if |
| 4 | command changed buffer (ie. `flyspell-pre-buffer' is not current | 13 | command changed buffer (ie. `flyspell-pre-buffer' is not current |
| 5 | buffer), which prevents making decisions based on invalid value of | 14 | buffer), which prevents making decisions based on invalid value of |
| 6 | `flyspell-pre-point' in the wrong buffer. Most notably, this used to | 15 | `flyspell-pre-point' in the wrong buffer. Most notably, this used to |
| 7 | cause an error when `flyspell-pre-point' was nil after switching | 16 | cause an error when `flyspell-pre-point' was nil after switching |
| 8 | buffers | 17 | buffers. |
| 9 | (flyspell-post-command-hook): No longer needs to change buffers when | 18 | (flyspell-post-command-hook): No longer needs to change buffers when |
| 10 | checking pre-word. While at it remove unnecessary progn. | 19 | checking pre-word. While at it remove unnecessary progn. |
| 11 | 20 | ||
| 12 | 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change) | 21 | 2013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change) |
| 13 | 22 | ||