diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/locals.texi | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/subr.el | 1 | ||||
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 3 |
6 files changed, 14 insertions, 8 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index ee95040496c..efd47aa8587 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * locals.texi (Standard Buffer-Local Variables): | ||
| 4 | Remove @ignore'd reference to `direction-reversed'. | ||
| 5 | |||
| 1 | 2010-04-14 Juri Linkov <juri@jurta.org> | 6 | 2010-04-14 Juri Linkov <juri@jurta.org> |
| 2 | 7 | ||
| 3 | Fix @deffn without category. | 8 | Fix @deffn without category. |
diff --git a/doc/lispref/locals.texi b/doc/lispref/locals.texi index 1414387e409..2013d546457 100644 --- a/doc/lispref/locals.texi +++ b/doc/lispref/locals.texi | |||
| @@ -106,11 +106,6 @@ Minor mode variables will not be listed here. | |||
| 106 | @item desktop-save-buffer | 106 | @item desktop-save-buffer |
| 107 | @xref{Desktop Save Mode}. | 107 | @xref{Desktop Save Mode}. |
| 108 | 108 | ||
| 109 | @ignore | ||
| 110 | @item direction-reversed | ||
| 111 | Does not work yet. | ||
| 112 | @end ignore | ||
| 113 | |||
| 114 | @item enable-multibyte-characters | 109 | @item enable-multibyte-characters |
| 115 | @ref{Text Representations}. | 110 | @ref{Text Representations}. |
| 116 | 111 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f1e01fef591..29188d53f0b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * subr.el (default-direction-reversed): Remove obsolescence info. | ||
| 4 | |||
| 1 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the | 7 | * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the |
diff --git a/lisp/subr.el b/lisp/subr.el index 6118c49530c..0d57f1ba0c5 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1055,7 +1055,6 @@ is converted into a string by expressing it in decimal." | |||
| 1055 | (make-obsolete-variable 'default-line-spacing 'line-spacing "23.2") | 1055 | (make-obsolete-variable 'default-line-spacing 'line-spacing "23.2") |
| 1056 | (make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2") | 1056 | (make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2") |
| 1057 | (make-obsolete-variable 'default-ctl-arrow 'ctl-arrow "23.2") | 1057 | (make-obsolete-variable 'default-ctl-arrow 'ctl-arrow "23.2") |
| 1058 | (make-obsolete-variable 'default-direction-reversed 'direction-reversed "23.2") | ||
| 1059 | (make-obsolete-variable 'default-truncate-lines 'truncate-lines "23.2") | 1058 | (make-obsolete-variable 'default-truncate-lines 'truncate-lines "23.2") |
| 1060 | (make-obsolete-variable 'default-left-margin 'left-margin "23.2") | 1059 | (make-obsolete-variable 'default-left-margin 'left-margin "23.2") |
| 1061 | (make-obsolete-variable 'default-tab-width 'tab-width "23.2") | 1060 | (make-obsolete-variable 'default-tab-width 'tab-width "23.2") |
diff --git a/src/ChangeLog b/src/ChangeLog index e499364049e..2354160c0d9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer) <bidi-display-reordering>: Doc fix. | ||
| 4 | |||
| 1 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-04-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): | 7 | * data.c (Fmake_variable_buffer_local, Fmake_local_variable): |
diff --git a/src/buffer.c b/src/buffer.c index 4966c322286..b19286c6ea9 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5784,8 +5784,7 @@ This variable is never applied to a way of decoding a file while reading it. */ | |||
| 5784 | 5784 | ||
| 5785 | DEFVAR_PER_BUFFER ("bidi-display-reordering", | 5785 | DEFVAR_PER_BUFFER ("bidi-display-reordering", |
| 5786 | ¤t_buffer->bidi_display_reordering, Qnil, | 5786 | ¤t_buffer->bidi_display_reordering, Qnil, |
| 5787 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. | 5787 | doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); |
| 5788 | See also the variable `direction-reversed'. */); | ||
| 5789 | 5788 | ||
| 5790 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", | 5789 | DEFVAR_PER_BUFFER ("bidi-paragraph-direction", |
| 5791 | ¤t_buffer->bidi_paragraph_direction, Qnil, | 5790 | ¤t_buffer->bidi_paragraph_direction, Qnil, |