aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog82
1 files changed, 80 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdf4e46e9d1..4111e3dfcda 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,81 @@
12014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xt-mouse.el: Drop spurious/oddly shaped events (bug#17378).
4 (xterm-mouse--read-event-sequence-1000): Return nil if something
5 looks fishy.
6 (xterm-mouse-event): Propagate it.
7 (xterm-mouse-translate-1): Handle it.
8
92014-05-08 Stephen Berman <stephen.berman@gmx.net>
10
11 * calendar/todo-mode.el (todo-insert-item--apply-args): When all
12 four slots of the parameter list are filled, make sure to pass it
13 to the argument list of todo-insert-item--basic.
14
152014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 * emacs-lisp/package.el (package-compute-transaction): Topological sort.
18 Add optional `seen' argument to detect and break infinite loops.
19
202014-05-08 Eli Zaretskii <eliz@gnu.org>
21
22 * emacs-lisp/find-gc.el (find-gc-unsafe, find-unsafe-funcs)
23 (trace-unsafe, trace-use-tree): Make parentheses style be
24 according to Emacs style.
25
262014-05-08 Michael Albinus <michael.albinus@gmx.de>
27
28 * net/tramp-sh.el (tramp-remote-process-environment):
29 Remove HISTFILE and HISTSIZE; it's too late to set them here.
30 Add :version entry.
31 (tramp-open-shell): Do not let-bind `tramp-end-of-output'.
32 Add "HISTSIZE=/dev/null" to the shell's env arguments. Do not send
33 extra "PSx=..." commands.
34 (tramp-maybe-open-connection): Setenv HISTFILE to /dev/null.
35 (Bug#17295)
36
37 (tramp-uudecode): Replace the hard-coded temporary file name by a
38 format specifier.
39 (tramp-remote-coding-commands): Enhance docstring.
40 (tramp-find-inline-encoding): Replace "%t" by a temporary file
41 name. (Bug#17415)
42
432014-05-08 Glenn Morris <rgm@gnu.org>
44
45 * emacs-lisp/find-gc.el (find-gc-source-directory): Give it a value.
46 (find-gc-source-files): Update some names.
47 (trace-call-tree): Simplify and update.
48 Avoid predictable temp-file names. (http://bugs.debian.org/747100)
49
502014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * minibuffer.el (completion--try-word-completion): Revert fix for
53 Bug#15980 (bug#17375).
54
55 * xt-mouse.el (xterm-mouse--read-event-sequence-1000): (bug#17378)
56 Always store button numbers in the same way in xterm-mouse-last;
57 Don't burp is xterm-mouse-last is not set as expected.
58 Never return negative indices.
59
602014-05-08 Dmitry Gutov <dgutov@yandex.ru>
61
62 * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
63 Backtrack one char if the global/char-literal var matcher hits
64 inside a string. The next char could be the beginning of an
65 expression expansion.
66
672014-05-08 Glenn Morris <rgm@gnu.org>
68
69 * help-fns.el (describe-function-1): Test for an autoload before a
70 macro, since `macrop' works on autoloads. (Bug#17410)
71
722014-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
73
74 * electric.el (electric-indent-functions-without-reindent): Add yaml.
75
76 * minibuffer.el (completion-table-with-quoting) <completion--unquote>:
77 Make sure the new point we return is within the new string (bug#17239).
78
12014-05-05 Daniel Colascione <dancol@dancol.org> 792014-05-05 Daniel Colascione <dancol@dancol.org>
2 80
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): 81 * progmodes/compile.el (compilation-error-regexp-alist-alist):
@@ -84,8 +162,8 @@
84 (todo-edit-done-item--param-key-alist): New defconsts. 162 (todo-edit-done-item--param-key-alist): New defconsts.
85 (todo-edit-item--prompt): New variable. 163 (todo-edit-item--prompt): New variable.
86 (todo-edit-item--next-key): New function. 164 (todo-edit-item--next-key): New function.
87 (todo-key-bindings-t): Bind "e" to todo-edit-item. Remove 165 (todo-key-bindings-t): Bind "e" to todo-edit-item.
88 bindings of deleted commands. 166 Remove bindings of deleted commands.
89 167
902014-05-04 Leo Liu <sdl.web@gmail.com> 1682014-05-04 Leo Liu <sdl.web@gmail.com>
91 169