Mercurial > emacs
annotate doc/man/ChangeLog @ 108656:0b28d05fa415
Initial reimplementation of calculating line edge positions in bidi lines.
dispextern.h (struct glyph_row): New members minpos and maxpos.
(MATRIX_ROW_START_CHARPOS, MATRIX_ROW_START_BYTEPOS)
(MATRIX_ROW_END_CHARPOS, MATRIX_ROW_END_BYTEPOS): Reference minpos
and maxpos members instead of start.pos and end.pos, respectively.
xdisp.c (display_line): Compare IT_CHARPOS with the position in
row->start.pos, rather than with MATRIX_ROW_START_CHARPOS.
(cursor_row_p): Use row->end.pos rather than MATRIX_ROW_END_CHARPOS.
(try_window_reusing_current_matrix, try_window_id): Use
ROW->minpos rather than ROW->start.pos.
(init_from_display_pos, init_iterator): Use EMACS_INT for
character and byte positions.
(find_row_edges): Renamed from find_row_end. Accept additional
arguments for minimum and maximum buffer positions seen by
display_line for this row. Don't use iterator to find the
position following the maximum one; instead, increment the
position found by display_line directly.
(display_line): Record minimum and maximum buffer positions for
glyphs in this row. Record the position of the newline that
terminates the line.
dispnew.c (increment_row_positions, check_matrix_invariants):
Increment and check row->start.pos and row->end.pos, in addition
to MATRIX_ROW_START_CHARPOS and MATRIX_ROW_END_CHARPOS.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 18 May 2010 18:22:15 +0300 |
parents | 973b5bc5fcfe |
children | 0dcf6ddbe02b |
rev | line source |
---|---|
108371
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
1 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
2 |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
3 * Version 23.2 released. |
bfc8980754ed
Bump version to 23.2.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
4 |
107367
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
5 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
6 |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
7 * Branch for 23.2. |
b4d27afff1bf
Bump version to 24.0.50.
Chong Yidong <cyd@stupidchicken.com>
parents:
106815
diff
changeset
|
8 |
106781
aae47b0bcc8d
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
Chong Yidong <cyd@stupidchicken.com>
parents:
106676
diff
changeset
|
9 2010-01-09 Chong Yidong <cyd@stupidchicken.com> |
aae47b0bcc8d
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
Chong Yidong <cyd@stupidchicken.com>
parents:
106676
diff
changeset
|
10 |
108375 | 11 * emacs.1: Copyedits. Update options -Q, -mm and --daemon. |
12 Remove deprecated --unibyte option. | |
106781
aae47b0bcc8d
* emacs.1: Copyedits. Update options -Q, -mm and --daemon. Remove deprecated --unibyte option.
Chong Yidong <cyd@stupidchicken.com>
parents:
106676
diff
changeset
|
13 |
103507
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
101693
diff
changeset
|
14 2009-06-21 Chong Yidong <cyd@stupidchicken.com> |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
101693
diff
changeset
|
15 |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
101693
diff
changeset
|
16 * Branch for 23.1. |
973e0a71638b
Add "Branch for 23.1" ChangeLog entry.
Chong Yidong <cyd@stupidchicken.com>
parents:
101693
diff
changeset
|
17 |
101693 | 18 2009-01-31 Glenn Morris <rgm@gnu.org> |
19 | |
20 * b2m.1: Minor fixes. | |
21 | |
100419
4f64aa90b939
Fix typos. Add more to the "SEE ALSO" section.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100417
diff
changeset
|
22 2008-12-14 Dan Nicolaescu <dann@ics.uci.edu> |
4f64aa90b939
Fix typos. Add more to the "SEE ALSO" section.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100417
diff
changeset
|
23 |
4f64aa90b939
Fix typos. Add more to the "SEE ALSO" section.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100417
diff
changeset
|
24 * ebrowse.1: Fix typos. Add more to the "SEE ALSO" section. |
4f64aa90b939
Fix typos. Add more to the "SEE ALSO" section.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100417
diff
changeset
|
25 |
100417
de02ac213348
Fix MAILINGLISTS (default) location.
Glenn Morris <rgm@gnu.org>
parents:
100395
diff
changeset
|
26 2008-12-14 Glenn Morris <rgm@gnu.org> |
de02ac213348
Fix MAILINGLISTS (default) location.
Glenn Morris <rgm@gnu.org>
parents:
100395
diff
changeset
|
27 |
de02ac213348
Fix MAILINGLISTS (default) location.
Glenn Morris <rgm@gnu.org>
parents:
100395
diff
changeset
|
28 * emacs.1: Fix MAILINGLISTS (default) location. |
de02ac213348
Fix MAILINGLISTS (default) location.
Glenn Morris <rgm@gnu.org>
parents:
100395
diff
changeset
|
29 |
100395
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
30 2008-12-13 Glenn Morris <rgm@gnu.org> |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
31 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
32 * b2m.1: New file. Basic man-page. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
33 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
34 * grep-changelog.1: New file. Basic man-page, largely constructed from |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
35 program --help output. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
36 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
37 * rcs-checkin.1: New file. Basic man-page, largely from script |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
38 commentary. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
39 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
40 * ebrowse.1: Fix "emacsclient" typo. Replace problematic character. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
41 Add some formatting. Add permissions notice. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
42 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
43 * emacs.1: Remove initial copyright comment, just refer to COPYING |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
44 section, merge years. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
45 |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
46 * etags.1: Don't duplicate copyright info in initial comment, |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
47 just refer to COPYING section. |
8f290ff3c7e3
Remove initial copyright comment, just refer to COPYING section, merge
Glenn Morris <rgm@gnu.org>
parents:
100313
diff
changeset
|
48 |
100312
6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100123
diff
changeset
|
49 2008-12-10 Dan Nicolaescu <dann@ics.uci.edu> |
6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100123
diff
changeset
|
50 |
100313
1912976b0dec
* Makefile.in (install-arch-indep): Install ebrowse.1.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100312
diff
changeset
|
51 * ebrowse.1: New file, mostly just the results of --help in man format. |
1912976b0dec
* Makefile.in (install-arch-indep): Install ebrowse.1.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100312
diff
changeset
|
52 |
100312
6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100123
diff
changeset
|
53 * emacsclient.1: Describe what an empty string argument does for |
6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100123
diff
changeset
|
54 --alternate-editor. |
6da82f7dfa67
* misc.texi (emacsclient Options): Describe what an empty string
Dan Nicolaescu <dann@ics.uci.edu>
parents:
100123
diff
changeset
|
55 |
99991
ec1ce2561f47
Mention -nw and -c. Fix the character for --help.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
95033
diff
changeset
|
56 2008-11-27 Dan Nicolaescu <dann@ics.uci.edu> |
ec1ce2561f47
Mention -nw and -c. Fix the character for --help.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
95033
diff
changeset
|
57 |
106676
cf3b293aa85d
Fix typos in ChangeLogs.
Juanma Barranquero <lekktu@gmail.com>
parents:
103507
diff
changeset
|
58 * emacsclient.1: Mention -nw and -c. Fix the character for --help. |
100123 | 59 Swap the order of -e and -n to follow the order displayed by --help. |
99991
ec1ce2561f47
Mention -nw and -c. Fix the character for --help.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
95033
diff
changeset
|
60 |
92801 | 61 2008-03-13 Glenn Morris <rgm@gnu.org> |
62 | |
63 * emacs.1: Fix Emacs version. | |
64 | |
87631 | 65 2008-01-08 Glenn Morris <rgm@gnu.org> |
66 | |
67 * emacs.1: Update Emacs version. | |
68 | |
93311 | 69 2007-11-22 Francesco Potortì <pot@gnu.org> |
86316 | 70 |
71 * etags.1: Ctags and Etags now share the same defaults, so remove | |
72 --defines, --globals, --members, --typedefs, --typedefs-and-c++. | |
73 | |
93311 | 74 2007-11-15 Francesco Potortì <pot@gnu.org> |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
75 |
86151
da4c5938f977
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
86090
diff
changeset
|
76 * etags.1: Note that you can use "-" for stdout with -o. |
86090
4023cc57741b
etags.1: note that you can use "-" for stdout with -o.
Francesco Potortì <pot@gnu.org>
parents:
84367
diff
changeset
|
77 |
83916 | 78 2007-09-06 Glenn Morris <rgm@gnu.org> |
79 | |
80 * ctags.1, emacs.1, emacsclient.1, etags.1: Move from etc/ to | |
81 doc/man/. | |
82 | |
83 ;; Local Variables: | |
93311 | 84 ;; coding: utf-8 |
83916 | 85 ;; fill-column: 79 |
86 ;; add-log-time-zone-rule: t | |
87 ;; End: | |
88 | |
106815 | 89 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
83916 | 90 |
91 This file is part of GNU Emacs. | |
92 | |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
93 GNU Emacs is free software: you can redistribute it and/or modify |
83916 | 94 it under the terms of the GNU General Public License as published by |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
95 the Free Software Foundation, either version 3 of the License, or |
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
96 (at your option) any later version. |
83916 | 97 |
98 GNU Emacs is distributed in the hope that it will be useful, | |
99 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
100 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
101 GNU General Public License for more details. | |
102 | |
103 You should have received a copy of the GNU General Public License | |
95033
dcdb16dd1b69
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
93311
diff
changeset
|
104 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
83916 | 105 |
84367 | 106 ;; arch-tag: 2bd1112e-157f-4884-b0ca-0fb1057972d7 |