aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-15 16:41:34 +0200
committerJoakim Verona2013-08-15 16:41:34 +0200
commit144b43729ef0acdb0243d72bfb49d5445bcd2a77 (patch)
treef836bc3f1d4ecb4c1792a128703addf8846eedc6 /lisp/ChangeLog
parentdf97ebce4976f5ddb1faf8328f8e249d117f03bc (diff)
parent5d89d9d256eed9bf4ebb982be28e50f7c4fc9e7c (diff)
downloademacs-144b43729ef0acdb0243d72bfb49d5445bcd2a77.tar.gz
emacs-144b43729ef0acdb0243d72bfb49d5445bcd2a77.zip
merge from trunk
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4b9ea280f98..bcab8de10a4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,54 @@
12013-08-15 Michael Albinus <michael.albinus@gmx.de>
2
3 Remove byte compiler warnings, visible when compiling with
4 `byte-compile-force-lexical-warnings' set to t.
5
6 * net/tramp.el (tramp-debug-message, tramp-message, tramp-error)
7 (tramp-error-with-buffer): Rename ARGS to ARGUMENTS and BUFFER to BUF.
8 (tramp-handle-unhandled-file-name-directory)
9 (tramp-handle-file-notify-add-watch, tramp-action-login)
10 (tramp-action-succeed, tramp-action-permission-denied)
11 (tramp-action-terminal, tramp-action-process-alive): Prefix unused
12 arguments with "_".
13
14 * net/tramp-adb.el (tramp-adb-parse-device-names)
15 (tramp-adb-handle-insert-directory, tramp-adb-handle-delete-file)
16 (tramp-adb-handle-copy-file): Prefix unused arguments with "_".
17 (tramp-adb-handle-file-truename): Remove unused arguments.
18
19 * net/tramp-cache.el (tramp-flush-directory-property)
20 (tramp-flush-connection-property, tramp-list-connections)
21 (tramp-parse-connection-properties): Prefix unused arguments with "_".
22
23 * net/tramp-compat.el (tramp-compat-make-temp-file): Rename
24 FILENAME to F.
25
26 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
27 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)
28 (tramp-zeroconf-parse-workstation-device-names)
29 (tramp-zeroconf-parse-webdav-device-names)
30 (tramp-synce-parse-device-names): Prefix unused arguments with "_".
31
32 * net/tramp-gw.el (tramp-gw-gw-proc-sentinel)
33 (tramp-gw-aux-proc-sentinel): Prefix unused arguments with "_".
34
35 * net/tramp-sh.el (tramp-sh-handle-file-truename): Remove unused
36 arguments.
37 (tramp-sh-handle-copy-file, tramp-sh-handle-dired-compress-file)
38 (tramp-sh-handle-insert-file-contents-literally)
39 (tramp-sh-handle-file-notify-add-watch): Prefix unused arguments
40 with "_".
41 (tramp-do-copy-or-rename-file, tramp-barf-if-no-shell-prompt):
42 Remove unused variables.
43
44 * net/tramp-smb.el (tramp-smb-handle-copy-directory)
45 (tramp-smb-handle-copy-file, tramp-smb-handle-delete-file)
46 (tramp-smb-read-file-entry): Prefix unused arguments with "_".
47
48 * net/tramp-uu.el (tramp-uu-b64-alphabet, tramp-uu-b64-char-to-byte):
49 Make them a defconst.
50 (tramp-uuencode-region): Remove unused variable.
51
12013-08-14 Juanma Barranquero <lekktu@gmail.com> 522013-08-14 Juanma Barranquero <lekktu@gmail.com>
2 53
3 * frameset.el (frameset--prop-setter): New function. 54 * frameset.el (frameset--prop-setter): New function.