aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb0ca655188..9c7359caf46 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12010-05-18 Michael Albinus <michael.albinus@gmx.de>
2
3 Add visualization code for secrets.
4 * net/secrets.el (secrets-mode): New major mode.
5 (secrets-show-secrets, secrets-show-collections)
6 (secrets-expand-collection, secrets-expand-item)
7 (secrets-tree-widget-after-toggle-function)
8 (secrets-tree-widget-show-password): New defuns.
9
12010-05-18 Stefan Monnier <monnier@iro.umontreal.ca> 102010-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 11
3 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB. 12 * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
@@ -146,7 +155,7 @@
1462010-05-13 Michael Albinus <michael.albinus@gmx.de> 1552010-05-13 Michael Albinus <michael.albinus@gmx.de>
147 156
148 * net/tramp.el (with-progress-reporter): Create reporter object 157 * net/tramp.el (with-progress-reporter): Create reporter object
149 only when the message would be displayed. Handled nested calls. 158 only when the message would be displayed. Handle nested calls.
150 (tramp-handle-load, tramp-handle-file-local-copy) 159 (tramp-handle-load, tramp-handle-file-local-copy)
151 (tramp-handle-insert-file-contents, tramp-handle-write-region) 160 (tramp-handle-insert-file-contents, tramp-handle-write-region)
152 (tramp-maybe-send-script, tramp-find-shell): 161 (tramp-maybe-send-script, tramp-find-shell):