diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 34 | ||||
| -rw-r--r-- | lisp/subr.el | 1 |
2 files changed, 19 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5911f134488..cf5ccd24e54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,13 @@ | |||
| 1 | 2015-02-08 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * subr.el (indirect-function): Change advertised calling convention. | ||
| 4 | |||
| 1 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | 5 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 2 | 6 | ||
| 3 | python.el: Fix completion-at-point. (Bug#19667) | 7 | python.el: Fix completion-at-point. (Bug#19667) |
| 4 | 8 | ||
| 5 | * progmodes/python.el | 9 | * progmodes/python.el |
| 6 | (python-shell-completion-native-get-completions): Force process | 10 | (python-shell-completion-native-get-completions): Force process buffer. |
| 7 | buffer. | ||
| 8 | (python-shell-completion-at-point): Handle case where call is not | 11 | (python-shell-completion-at-point): Handle case where call is not |
| 9 | in a shell buffer. | 12 | in a shell buffer. |
| 10 | 13 | ||
| @@ -13,17 +16,16 @@ | |||
| 13 | python.el: Fix shell font-lock multiline input. (Bug#19744) | 16 | python.el: Fix shell font-lock multiline input. (Bug#19744) |
| 14 | 17 | ||
| 15 | * progmodes/python.el | 18 | * progmodes/python.el |
| 16 | (python-shell-font-lock-post-command-hook): Handle multiline | 19 | (python-shell-font-lock-post-command-hook): Handle multiline input. |
| 17 | input. | ||
| 18 | 20 | ||
| 19 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> | 21 | 2015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| 20 | 22 | ||
| 21 | python.el: Make shell font-lock respect markers. (Bug#19650) | 23 | python.el: Make shell font-lock respect markers. (Bug#19650) |
| 22 | 24 | ||
| 23 | * progmodes/python.el (python-shell-font-lock-cleanup-buffer): Use | 25 | * progmodes/python.el (python-shell-font-lock-cleanup-buffer): |
| 24 | `erase-buffer`. | 26 | Use `erase-buffer`. |
| 25 | (python-shell-font-lock-comint-output-filter-function): Handle | 27 | (python-shell-font-lock-comint-output-filter-function): |
| 26 | newlines. | 28 | Handle newlines. |
| 27 | (python-shell-font-lock-post-command-hook): Respect markers on | 29 | (python-shell-font-lock-post-command-hook): Respect markers on |
| 28 | text fontification. | 30 | text fontification. |
| 29 | 31 | ||
| @@ -31,8 +33,8 @@ | |||
| 31 | 33 | ||
| 32 | python.el: Keep eldoc visible while typing args. (Bug#19637) | 34 | python.el: Keep eldoc visible while typing args. (Bug#19637) |
| 33 | 35 | ||
| 34 | * progmodes/python.el (python-eldoc--get-symbol-at-point): New | 36 | * progmodes/python.el (python-eldoc--get-symbol-at-point): |
| 35 | function based on Carlos Pita <carlosjosepita@gmail.com> patch. | 37 | New function based on Carlos Pita <carlosjosepita@gmail.com> patch. |
| 36 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. | 38 | (python-eldoc--get-doc-at-point, python-eldoc-at-point): Use it. |
| 37 | 39 | ||
| 38 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> | 40 | 2015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> |
| @@ -52,10 +54,10 @@ | |||
| 52 | 54 | ||
| 53 | 2015-02-07 Martin Rudalics <rudalics@gmx.at> | 55 | 2015-02-07 Martin Rudalics <rudalics@gmx.at> |
| 54 | 56 | ||
| 55 | * frame.el (frame-notice-user-settings): Update | 57 | * frame.el (frame-notice-user-settings): |
| 56 | `frame-size-history'. | 58 | Update `frame-size-history'. |
| 57 | (make-frame): Update `frame-size-history'. Call | 59 | (make-frame): Update `frame-size-history'. |
| 58 | `frame-after-make-frame'. | 60 | Call `frame-after-make-frame'. |
| 59 | * faces.el (face-set-after-frame-default): Remove call to | 61 | * faces.el (face-set-after-frame-default): Remove call to |
| 60 | frame-can-run-window-configuration-change-hook. | 62 | frame-can-run-window-configuration-change-hook. |
| 61 | 63 | ||
| @@ -91,8 +93,8 @@ | |||
| 91 | 93 | ||
| 92 | 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com> | 94 | 2015-02-05 Artur Malabarba <bruce.connor.am@gmail.com> |
| 93 | 95 | ||
| 94 | * emacs-lisp/package.el (package--sort-by-dependence): New | 96 | * emacs-lisp/package.el (package--sort-by-dependence): |
| 95 | function. Return PACKAGE-LIST sorted by dependencies. | 97 | New function. Return PACKAGE-LIST sorted by dependencies. |
| 96 | (package-menu-execute): Use it to delete packages in order. | 98 | (package-menu-execute): Use it to delete packages in order. |
| 97 | (package--sort-deps-in-alist): New function. | 99 | (package--sort-deps-in-alist): New function. |
| 98 | (package-menu-mark-install): Can mark dependencies. | 100 | (package-menu-mark-install): Can mark dependencies. |
diff --git a/lisp/subr.el b/lisp/subr.el index 3b27b33d960..0dfb8ed2a51 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1274,6 +1274,7 @@ is converted into a string by expressing it in decimal." | |||
| 1274 | (set-advertised-calling-convention | 1274 | (set-advertised-calling-convention |
| 1275 | 'all-completions '(string collection &optional predicate) "23.1") | 1275 | 'all-completions '(string collection &optional predicate) "23.1") |
| 1276 | (set-advertised-calling-convention 'unintern '(name obarray) "23.3") | 1276 | (set-advertised-calling-convention 'unintern '(name obarray) "23.3") |
| 1277 | (set-advertised-calling-convention 'indirect-function '(object) "25.1") | ||
| 1277 | (set-advertised-calling-convention 'redirect-frame-focus '(frame focus-frame) "24.3") | 1278 | (set-advertised-calling-convention 'redirect-frame-focus '(frame focus-frame) "24.3") |
| 1278 | (set-advertised-calling-convention 'decode-char '(ch charset) "21.4") | 1279 | (set-advertised-calling-convention 'decode-char '(ch charset) "21.4") |
| 1279 | (set-advertised-calling-convention 'encode-char '(ch charset) "21.4") | 1280 | (set-advertised-calling-convention 'encode-char '(ch charset) "21.4") |