aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog70
1 files changed, 69 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66d108ebbe0..a5a3bac231a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,71 @@
12013-05-23 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-gvfs.el (top):
4 * net/xesam.el (xesam-dbus-unique-names): Suppress D-Bus errors
5 when loading package. (Bug#14447)
6
72013-05-23 Glenn Morris <rgm@gnu.org>
8
9 * progmodes/js.el: No need to load comint when compiling.
10 (ring-insert, comint-send-string, comint-send-input)
11 (comint-last-input-end, ido-chop): Declare.
12
13 * vc/ediff-diff.el, vc/ediff-merg.el: Require ediff-util at run-time.
14 * vc/ediff-mult.el: Adjust requires.
15 (ediff-directories-internal, ediff-directory-revisions-internal)
16 (ediff-patch-file-internal): Declare.
17 * vc/ediff-ptch.el: Adjust requires.
18 (ediff-use-last-dir, ediff-buffers-internal): Declare.
19 (ediff-find-file): Autoload.
20 * vc/ediff-util.el: No need to load ediff when compiling.
21 (ediff-regions-internal): Declare.
22 * vc/ediff-wind.el: Adjust requires.
23 (ediff-compute-toolbar-width): Define when compiling.
24 (ediff-setup-control-buffer, ediff-make-bottom-toolbar): Declare.
25 * vc/ediff.el: No need to load dired, ediff-ptch when compiling.
26 (dired-get-filename, dired-get-marked-files)
27 (ediff-last-dir-patch, ediff-patch-default-directory)
28 (ediff-get-patch-buffer, ediff-dispatch-file-patching-job)
29 (ediff-patch-buffer-internal): Declare.
30
31 * emacs-lisp/checkdoc.el: No need to load ispell when compiling.
32 (ispell-process, ispell-buffer-local-words, lm-summary)
33 (lm-section-start, lm-section-end): Declare.
34 (checkdoc-ispell-init): Simplify.
35
36 * progmodes/vera-mode.el (he-init-string, he-dabbrev-beg)
37 (he-string-member, he-reset-string, he-substitute-string): Declare.
38
39 * eshell/em-ls.el: Adjust requires.
40 (eshell-glob-regexp): Declare.
41 * eshell/em-tramp.el: Adjust requires.
42 (eshell-parse-command): Autoload.
43 * eshell/em-xtra.el: Adjust requires.
44 (eshell-parse-command): Autoload.
45 * eshell/esh-ext.el: Adjust requires.
46 (eshell-parse-command, eshell-close-handles): Autoload.
47 * eshell/esh-io.el: Adjust requires.
48 (eshell-output-filter): Autoload.
49 * eshell/esh-util.el: No need to load tramp when compiling.
50 (tramp-file-name-structure, ange-ftp-ls, ange-ftp-file-modtime):
51 Declare.
52 (eshell-parse-ange-ls): Require ange-ftp and tramp.
53 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
54 * eshell/em-cmpl.el, eshell/em-glob.el, eshell/em-pred.el:
55 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-smart.el:
56 * eshell/em-term.el, eshell/esh-arg.el, eshell/esh-mode.el:
57 * eshell/esh-opt.el, eshell/esh-proc.el:
58 * eshell/esh-var.el: Adjust requires.
59 * eshell/eshell.el: Do not require esh-util twice.
60 (eshell-add-input-to-history): Declare.
61 (eshell-command): Check history module is active before using it.
62
63 * eshell/em-ls.el (eshell-ls-dir): Fix -A handling.
64
652013-05-22 Leo Liu <sdl.web@gmail.com>
66
67 * progmodes/octave.el (inferior-octave-startup): Fix bug#14433.
68
12013-05-22 Michael Albinus <michael.albinus@gmx.de> 692013-05-22 Michael Albinus <michael.albinus@gmx.de>
2 70
3 * autorevert.el (auto-revert-notify-add-watch) 71 * autorevert.el (auto-revert-notify-add-watch)
@@ -1311,7 +1379,7 @@
1311 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst. 1379 * net/tramp-sh.el (tramp-perl-pack, tramp-perl-unpack): New defconst.
1312 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them. 1380 (tramp-local-coding-commands, tramp-remote-coding-commands): Use them.
1313 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region): 1381 (tramp-sh-handle-file-local-copy, tramp-sh-handle-write-region):
1314 (tramp-find-inline-compress):Improve traces. 1382 (tramp-find-inline-compress): Improve traces.
1315 (tramp-maybe-send-script): Check for Perl binary. 1383 (tramp-maybe-send-script): Check for Perl binary.
1316 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding. 1384 (tramp-get-inline-coding): Do not redirect STDOUT for local decoding.
1317 1385