diff options
| author | Juanma Barranquero | 2010-05-07 02:46:09 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-05-07 02:46:09 +0200 |
| commit | f83483ff69287a38536a0e3b9d10d3f9d729aed2 (patch) | |
| tree | 8f05ea75ae1decde36381cf649d145439bfcd537 /lisp/ChangeLog | |
| parent | 06304e031fc9b5777a8fb10d1a3e22bf1dda2922 (diff) | |
| download | emacs-f83483ff69287a38536a0e3b9d10d3f9d729aed2.tar.gz emacs-f83483ff69287a38536a0e3b9d10d3f9d729aed2.zip | |
* cua-base.el, cua-gmrk.el: Fix use of `filter-buffer-substring'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c7db67dfc3..4b3852bc3d5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2010-05-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Fix use of `filter-buffer-substring' (4th arg NOPROPS removed). | ||
| 4 | * emulation/cua-base.el (cua-repeat-replace-region): | ||
| 5 | * emulation/cua-gmrk.el (cua-copy-region-to-global-mark) | ||
| 6 | (cua-cut-region-to-global-mark): | ||
| 7 | Remove text properties with `set-text-properties'. | ||
| 8 | |||
| 1 | 2010-05-06 Michael Albinus <michael.albinus@gmx.de> | 9 | 2010-05-06 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 10 | ||
| 3 | * net/tramp.el (top, with-progress-reporter): Use | 11 | * net/tramp.el (top, with-progress-reporter): Use |