Mercurial > emacs
annotate .cvsignore @ 107595:69c12db7031d
Retrospective commit from 2009-10-05.
Continue working on paragraph base direction.
Support per-buffer default paragraph direction.
buffer.h (struct buffer): New member paragraph_direction.
buffer.c (init_buffer_once): Initialize it.
(syms_of_buffer): Declare Lisp variables
default-paragraph-direction and paragraph-direction.
dispextern.h (struct it): New member paragraph_embedding.
xdisp.c (init_iterator): Initialize it from the buffer's value
of paragraph-direction.
<Qright_to_left, Qleft_to_right>: New variables.
(syms_of_xdisp): Initialize and staticpro them.
(set_iterator_to_next, next_element_from_buffer): Use the value of
paragraph_embedding to determine the paragraph direction.
bidi.c (bidi_line_init): Fix second argument to
bidi_set_sor_type.
(bidi_init_it): Initialize paragraph_dir to NEUTRAL_DIR.
(bidi_get_next_char_visually): Record the last character of the
separator in separator_limit, not the character after that.
(bidi_find_paragraph_start): Accept character and byte positions
instead of the whole iterator stricture. All callers changed.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Jan 2010 06:22:52 -0500 |
parents | 0205517814da |
children |
rev | line source |
---|---|
96266
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
1 *.xdelta |
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
2 .DS_Store |
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
3 Makefile |
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
4 autom4te.cache |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
25839
diff
changeset
|
5 bin |
28195 | 6 boot.log |
7 boot.log.diff | |
8 boot.log.old | |
96266
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
9 config.cache |
31816 | 10 config.log |
11 config.status | |
96266
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
12 data |
31816 | 13 emacs*.tar.gz |
35744 | 14 leim*.tar.gz |
64721 | 15 lock |
90925
e55f1991b80c
Add data and site-lisp.
Juanma Barranquero <lekktu@gmail.com>
parents:
90718
diff
changeset
|
16 site-lisp |
96266
787b888abdea
Revert re-ordering and removal of .DS_Store that occurred in unicode merge.
Glenn Morris <rgm@gnu.org>
parents:
93686
diff
changeset
|
17 update.log |
100695
0205517814da
Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents:
96266
diff
changeset
|
18 _dir-locals.el |
0205517814da
Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents:
96266
diff
changeset
|
19 _dir-loc.el |
0205517814da
Ignore _dir-locals.el and _dir-loc.el, for the sake of MS-DOS filesystems.
Eli Zaretskii <eliz@gnu.org>
parents:
96266
diff
changeset
|
20 |