aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-18 16:28:53 +0300
committerEli Zaretskii2011-06-18 16:28:53 +0300
commitcc7245e4b5d277bff1cb5cf9af249955ff1f8e10 (patch)
tree42f57439012331b350fc9ccf657c9442978a5df2 /src/ChangeLog
parent1ace72676cb6749c45c5dd6462457fc2cea2988c (diff)
downloademacs-cc7245e4b5d277bff1cb5cf9af249955ff1f8e10.tar.gz
emacs-cc7245e4b5d277bff1cb5cf9af249955ff1f8e10.zip
Tried and abandoned idea of displaying mode line and tool/menu-bars R2L.
Added those features to etc/TODO wishlist. Fixed src/.gdbinit for changes in Lisp vector structures. src/.gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector) (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors and vector-like objects.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ba829af4026..b560528a1d6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-18 Eli Zaretskii <eliz@gnu.org> 12011-06-18 Eli Zaretskii <eliz@gnu.org>
2 2
3 * .gdbinit (xvectype, xvector, xcompiled, xchartable, xboolvector)
4 (xpr, xfont, xbacktrace): Use "header.size" when accessing vectors
5 and vector-like objects.
6
3 * xdisp.c (face_before_or_after_it_pos): Support bidi iteration. 7 * xdisp.c (face_before_or_after_it_pos): Support bidi iteration.
4 (next_element_from_c_string): Handle the case of the first string 8 (next_element_from_c_string): Handle the case of the first string
5 character that is not the first one in the visual order. 9 character that is not the first one in the visual order.