Merge from trunk.
[bpt/emacs.git] / src / xdisp.c
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 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-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
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 Chong YidongFixes for GLYPH_DEBUG.
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-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 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-10 Paul EggertMerge from trunk.
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
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
2011-05-25 Kenichi Handaxdisp.c (get_next_display_element): Set correct it...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Eli ZaretskiiDiscovery of replacing display properties now uses...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-14 Eli ZaretskiiRemove kludgey save and restore of IT->position for...
2011-05-14 Eli ZaretskiiText covered by `display' overlays is correctly reordered.
2011-05-14 Eli ZaretskiiRefactoring with bidi_fetch_char tested and debugged.
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-10 Eli ZaretskiiStarted work on reordering display strings. Refactor...
2011-05-10 U. Serfix many doubled-word typos
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-04-30 Paul EggertMerge from mainline.
2011-04-29 Paul Eggert* lisp.h (EMACS_INTPTR): Remove. All uses changed...
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-24 Eli ZaretskiiMinor cleanup in src/xdisp.c.
2011-04-23 Eli ZaretskiiFix doprnt so it could be used safely in `verror'....
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-18 Chong YidongAllow glyphless-char-display to distinguish between...
2011-04-17 Chong YidongMinor redisplay cleanups.
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Mark var as initialized...
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* xdisp.c (x_produce_glyphs): Avoid possibly-uninitiali...
2011-04-16 Paul Eggert* xdisp.c, dispextern.h (set_vertical_scroll_bar):...
next