aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcab8de10a4..9119b34d52c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/debug.el (debugger-setup-buffer): Put point on the
4 previous line (bug#15101).
5 (debugger-eval-expression, debugger-record-expression):
6 Use read--expression (bug#15102).
7
12013-08-15 Michael Albinus <michael.albinus@gmx.de> 82013-08-15 Michael Albinus <michael.albinus@gmx.de>
2 9
3 Remove byte compiler warnings, visible when compiling with 10 Remove byte compiler warnings, visible when compiling with
@@ -20,8 +27,8 @@
20 (tramp-flush-connection-property, tramp-list-connections) 27 (tramp-flush-connection-property, tramp-list-connections)
21 (tramp-parse-connection-properties): Prefix unused arguments with "_". 28 (tramp-parse-connection-properties): Prefix unused arguments with "_".
22 29
23 * net/tramp-compat.el (tramp-compat-make-temp-file): Rename 30 * net/tramp-compat.el (tramp-compat-make-temp-file):
24 FILENAME to F. 31 Rename FILENAME to F.
25 32
26 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch) 33 * net/tramp-gvfs.el (tramp-gvfs-handle-file-notify-add-watch)
27 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names) 34 (tramp-gvfs-handle-write-region, tramp-bluez-parse-device-names)