Merge from trunk.
[bpt/emacs.git] / src / xdisp.c
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertOverflow, signedness and related fixes for images.
2011-07-15 Eli ZaretskiiFix vertical cursor motion in Speedbar frames under...
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertMerge from trunk.
2011-07-13 Paul EggertMerge from trunk.
2011-07-12 Paul EggertMerge from trunk.
2011-07-12 Chong Yidong* xdisp.c (Vresize_mini_windows): Incredibly minor...
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Lars Magne Ingebri... Make it explicit that the mini-windows are the mini...
2011-07-11 Paul EggertMerge from trunk.
2011-07-10 Johan Bockgård* src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP...
2011-07-10 Andreas SchwabProtoize
2011-07-09 Eli ZaretskiiFix various problems with cursor positioning around...
2011-07-09 Paul EggertMerge from trunk.
2011-07-08 Paul EggertMerge from gnulib.
2011-07-08 Paul EggertMerge from trunk.
2011-07-07 Paul Eggert* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
2011-07-07 Eli ZaretskiiFix another bug with cursor motion around display prope...
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-07 Kenichi HandaIgnore a static composition that starts before the...
2011-07-07 Paul Eggert* doprnt.c: Prefer signed to unsigned when either works.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Eli ZaretskiiEmpty the bidi cache "stack" when it->sp is zeroed.
2011-07-03 Eli ZaretskiiSave and restore bidi cache when saving and restoring...
2011-07-02 Eli ZaretskiiStart fixing cursor motion around invisible text.
2011-07-02 Eli ZaretskiiFix the use case of popping from display property.
2011-07-01 Eli ZaretskiiSupport bidi reordering of unibyte strings. Fix crash...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-25 Eli ZaretskiiInitial version of display/overlay strings is working.
2011-06-25 Eli ZaretskiiSet up the bidi iterator for iterating display strings...
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-22 Paul EggertMerge: Fixes for GLYPH_DEBUG found by GCC 4.6.0 static...
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertGLYPH_DEBUG fixes
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
2011-06-21 Paul EggertUse ptrdiff_t, not int, for overlay counts.
2011-06-21 Paul Eggert* xdisp.c (display_mode_element): Don't assume strlen...
2011-06-21 Paul Eggert* xdisp.c (message_log_check_duplicate): Return intmax_t,
2011-06-21 Paul EggertMerge from trunk.
2011-06-18 Eli ZaretskiiAdd comments for forced L2R directions of menu bar...
2011-06-18 Chong YidongFixes for GLYPH_DEBUG.
2011-06-18 Eli ZaretskiiTried and abandoned idea of displaying mode line and...
2011-06-18 Eli ZaretskiiRefactor getting the first element into a separate...
2011-06-18 Eli ZaretskiiFix box face decision for BEFORE_P case.
2011-06-18 Eli ZaretskiiFix the decision about box_face in mode line for reorde...
2011-06-17 Paul Eggert* dispextern.h (struct it.selective): Now EMACS_INT...
2011-06-17 Paul Eggert* xdisp.c (init_iterator): Use XINT, not XFASTINT;...
2011-06-16 Eli ZaretskiiFix display of R2L strings in mode line.
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul EggertMerge from trunk.
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertVariadic C functions now count arguments with ptrdiff_t.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Eli ZaretskiiFix string handling to avoid data relocation gotcha.
2011-06-13 Paul EggertMerge from trunk.
2011-06-13 Paul EggertGLYPH_CODE_FACE returns EMACS_INT, not int.
2011-06-13 Paul Eggert* character.h (CHAR_VALID_P): Remove unused parameter.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to CHAR_STRING.
2011-06-11 Eli ZaretskiiFixed a bug with displaying strings padded with blanks.
2011-06-11 Eli ZaretskiiInitial version of string reordering. Tested only...
2011-06-11 Eli ZaretskiiOnly commentary changes, no functionality changed.
2011-06-10 Paul EggertMerge from trunk.
2011-06-10 Eli ZaretskiiTested and fixed compute_display_string_pos for buffer...
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
2011-06-09 Eli ZaretskiiAdapt compute_display_string_pos to iteration over...
2011-06-09 Eli ZaretskiiAdd code to initialize bidi iterator for displaying...
2011-06-09 Eli ZaretskiiTested with buffer reordering, fixed one crash.
2011-06-08 Eli ZaretskiiStarted work on string reordering. Just compiled,...
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-05 Juanma Barranquerosrc/xdisp.c (single_display_spec_intangible_p): Remove...
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-05-31 Eli Zaretskiisrc/xdisp.c (single_display_spec_string): Correct a...
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul EggertMerge from trunk.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-28 Paul Eggert[ChangeLog]
2011-05-28 Eli ZaretskiiFix cursor motion across display strings covering reord...
2011-05-28 Eli ZaretskiiFix cursor motion near overlays covering reordered...
2011-05-28 Eli Zaretskiisrc/xdisp.c (compute_display_string_pos): Fix bogus...
2011-05-27 Paul EggertMerge: Integer overflow fixes.
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-25 YAMAMOTO MitsuharuTake account of periodic fringe bitmap's dependency...
2011-05-25 Kenichi Handamerge emacs-23
next