X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1493963bb19856c8fffedc1e3091bf1fa61bdf64..cae7fcf92d01240eb8dd6de99ba8add4d85b397e:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 97a0f8c5b4..12c9d3c7ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2010-05-07 Juanma Barranquero + + * minibuffer.el (comps): Declare for byte-compiler. + + Fix use of `filter-buffer-substring' (4th arg NOPROPS removed). + * emulation/cua-base.el (cua-repeat-replace-region): + * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) + (cua-cut-region-to-global-mark): + Remove text properties with `set-text-properties'. + +2010-05-06 Michael Albinus + + * net/tramp.el (top, with-progress-reporter): Use + `symbol-function' inside `funcall'. + + * net/tramp-compat.el (tramp-compat-file-attributes) + (tramp-compat-delete-file, tramp-compat-delete-directory): Handle + only `wrong-number-of-arguments' error. + + * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo. + (tramp-gvfs-handle-file-selinux-context): Use `symbol-function' + inside `funcall'. + 2010-05-06 Stefan Monnier * minibuffer.el (completion--sreverse, completion--common-suffix):