aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-04-18 08:33:35 +0200
committerJoakim Verona2013-04-18 08:33:35 +0200
commit2c9934db35546fb83c060318de178b63f33d42fd (patch)
treef06bafcf59847a06bafdd408e80e7af6356bc69a /lisp/ChangeLog
parent7ae411e3bef9f3bb49502614067b301944b775bf (diff)
parentfc7f4d7e6a16f2fb5d166d73a678b71cd650c195 (diff)
downloademacs-2c9934db35546fb83c060318de178b63f33d42fd.tar.gz
emacs-2c9934db35546fb83c060318de178b63f33d42fd.zip
auto upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 11666c60c74..516833ccaa2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,61 @@
12013-04-18 Tassilo Horn <tsdh@gnu.org>
2
3 * files.el (auto-mode-alist): Delete OpenDocument and StarOffice
4 file extensions from the archive-mode entry in order to prefer
5 doc-view-mode-maybe with archive-mode as fallback (bug#14188).
6
72013-04-18 Leo Liu <sdl.web@gmail.com>
8
9 * bindings.el (help-event-list): Add ?\?.
10
112013-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * subr.el (with-wrapper-hook): Declare obsolete.
14 * simple.el (filter-buffer-substring-function): New hook.
15 (filter-buffer-substring): Use it.
16 (filter-buffer-substring-functions): Mark obsolete.
17 * minibuffer.el (completion-in-region-function): New hook.
18 (completion-in-region): Use it.
19 (completion-in-region-functions): Mark obsolete.
20 * mail/mailabbrev.el (mail-abbrevs-setup): Use abbrev-expand-function.
21 * abbrev.el (abbrev-expand-function): New hook.
22 (expand-abbrev): Use it.
23 (abbrev-expand-functions): Mark obsolete.
24 * emacs-lisp/nadvice.el (advice--where-alist): Add :filter-args
25 and :filter-return.
26
272013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
28
29 * progmodes/python.el (python-nav--syntactically): Fix cornercases
30 and do not care about match data.
31
322013-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
33
34 * emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
35 completion tables when completing error conditions and
36 `declare' arguments.
37 (lisp-complete-symbol, field-complete): Mark as obsolete.
38 (check-parens): Unmatched parens are user errors.
39 * minibuffer.el (minibuffer-completion-contents): Mark as obsolete.
40
412013-04-17 Michal Nazarewicz <mina86@mina86.com>
42
43 * textmodes/flyspell.el (flyspell-check-pre-word-p): Return nil if
44 command changed buffer (ie. `flyspell-pre-buffer' is not current
45 buffer), which prevents making decisions based on invalid value of
46 `flyspell-pre-point' in the wrong buffer. Most notably, this used to
47 cause an error when `flyspell-pre-point' was nil after switching
48 buffers.
49 (flyspell-post-command-hook): No longer needs to change buffers when
50 checking pre-word. While at it remove unnecessary progn.
51
522013-04-17 Nicolas Richard <theonewiththeevillook@yahoo.fr> (tiny change)
53
54 * textmodes/ispell.el (ispell-add-per-file-word-list):
55 Fix `flyspell-correct-word-before-point' error when accepting
56 words and `coment-padding' is an integer by using
57 `comment-normalize-vars' (Bug #14214).
58
12013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org> 592013-04-17 Fabián Ezequiel Gallina <fgallina@gnu.org>
2 60
3 New defun movement commands. 61 New defun movement commands.