diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9c729bc936f..157b2b45f98 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-12-04 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-12-04 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | Implement copying of a buffer portion while preserving visual order. | ||
| 4 | * simple.el (bidi-directional-controls-chars) | ||
| 5 | (bidi-directional-non-controls-chars): New variables. | ||
| 6 | (squeeze-bidi-context-1, squeeze-bidi-context) | ||
| 7 | (line-substring-with-bidi-context) | ||
| 8 | (buffer-substring-with-bidi-context): New functions. | ||
| 9 | |||
| 3 | * files.el (file-tree-walk): Doc fix. | 10 | * files.el (file-tree-walk): Doc fix. |
| 4 | 11 | ||
| 5 | 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change) | 12 | 2014-12-04 Rupert Swarbrick <ruperts@broadcom.com> (tiny change) |