Mercurial > emacs
changeset 108006:452f0cc5f879
Remove references to (default-)direction-reversed.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 21 Apr 2010 01:05:30 +0200 |
parents | 734b50109edf |
children | ea2f4615a622 92bb32f41a3a |
files | doc/lispref/ChangeLog doc/lispref/locals.texi lisp/ChangeLog lisp/subr.el src/ChangeLog src/buffer.c |
diffstat | 6 files changed, 14 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue Apr 20 13:35:16 2010 -0400 +++ b/doc/lispref/ChangeLog Wed Apr 21 01:05:30 2010 +0200 @@ -1,3 +1,8 @@ +2010-04-20 Juanma Barranquero <lekktu@gmail.com> + + * locals.texi (Standard Buffer-Local Variables): + Remove @ignore'd reference to `direction-reversed'. + 2010-04-14 Juri Linkov <juri@jurta.org> Fix @deffn without category.
--- a/doc/lispref/locals.texi Tue Apr 20 13:35:16 2010 -0400 +++ b/doc/lispref/locals.texi Wed Apr 21 01:05:30 2010 +0200 @@ -106,11 +106,6 @@ @item desktop-save-buffer @xref{Desktop Save Mode}. -@ignore -@item direction-reversed -Does not work yet. -@end ignore - @item enable-multibyte-characters @ref{Text Representations}.
--- a/lisp/ChangeLog Tue Apr 20 13:35:16 2010 -0400 +++ b/lisp/ChangeLog Wed Apr 21 01:05:30 2010 +0200 @@ -1,3 +1,7 @@ +2010-04-20 Juanma Barranquero <lekktu@gmail.com> + + * subr.el (default-direction-reversed): Remove obsolescence info. + 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
--- a/lisp/subr.el Tue Apr 20 13:35:16 2010 -0400 +++ b/lisp/subr.el Wed Apr 21 01:05:30 2010 +0200 @@ -1055,7 +1055,6 @@ (make-obsolete-variable 'default-line-spacing 'line-spacing "23.2") (make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2") (make-obsolete-variable 'default-ctl-arrow 'ctl-arrow "23.2") -(make-obsolete-variable 'default-direction-reversed 'direction-reversed "23.2") (make-obsolete-variable 'default-truncate-lines 'truncate-lines "23.2") (make-obsolete-variable 'default-left-margin 'left-margin "23.2") (make-obsolete-variable 'default-tab-width 'tab-width "23.2")
--- a/src/ChangeLog Tue Apr 20 13:35:16 2010 -0400 +++ b/src/ChangeLog Wed Apr 21 01:05:30 2010 +0200 @@ -1,3 +1,7 @@ +2010-04-20 Juanma Barranquero <lekktu@gmail.com> + + * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix. + 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> * data.c (Fmake_variable_buffer_local, Fmake_local_variable):
--- a/src/buffer.c Tue Apr 20 13:35:16 2010 -0400 +++ b/src/buffer.c Wed Apr 21 01:05:30 2010 +0200 @@ -5784,8 +5784,7 @@ DEFVAR_PER_BUFFER ("bidi-display-reordering", ¤t_buffer->bidi_display_reordering, Qnil, - doc: /* Non-nil means reorder bidirectional text for display in the visual order. -See also the variable `direction-reversed'. */); + doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); DEFVAR_PER_BUFFER ("bidi-paragraph-direction", ¤t_buffer->bidi_paragraph_direction, Qnil,