1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 16:30:46 -08:00
emacs/doc
Eli Zaretskii f1827846d7 Implement copying of a buffer portion while preserving visual order.
See http://lists.gnu.org/archive/html/emacs-devel/2014-11/msg02203.html
 and http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00063.html
 for the rationale.

 lisp/simple.el (bidi-directional-controls-chars)
 (bidi-directional-non-controls-chars): New variables.
 (squeeze-bidi-context-1, squeeze-bidi-context)
 (line-substring-with-bidi-context)
 (buffer-substring-with-bidi-context): New functions.

 doc/lispref/display.texi (Bidirectional Display): Document
 'buffer-substring-with-bidi-context'.
 doc/lispref/text.texi (Buffer Contents): Mention
 'buffer-substring-with-bidi-context' with a cross-reference.

 etc/NEWS: Mention 'buffer-substring-with-bidi-context'.
2014-12-04 11:31:33 +02:00
..
emacs Fix up merged ChangeLog entries (dates, duplication, etc) 2014-11-29 13:25:50 -08:00
lispintro Merge branch 'emacs-24'. 2014-11-28 23:07:16 -08:00
lispref Implement copying of a buffer portion while preserving visual order. 2014-12-04 11:31:33 +02:00
man Further reduce the number of versioned files storing the version number 2014-11-09 18:01:56 -08:00
misc Merge branch 'emacs-24' 2014-11-26 21:31:11 -05:00