aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 18 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 @@
12015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * subr.el (indirect-function): Change advertised calling convention.
4
12015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> 52015-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
192015-02-08 Fabián Ezequiel Gallina <fgallina@gnu.org> 212015-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
382015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org> 402015-02-07 Fabián Ezequiel Gallina <fgallina@gnu.org>
@@ -52,10 +54,10 @@
52 54
532015-02-07 Martin Rudalics <rudalics@gmx.at> 552015-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
922015-02-05 Artur Malabarba <bruce.connor.am@gmail.com> 942015-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.