summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAge
* * src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP check.Johan Bockgård2011-07-10
* ProtoizeAndreas Schwab2011-07-10
* Merge from emacs-23 branchChong Yidong2011-07-07
|\
| * Ignore a static composition that starts before the current checking position ...Kenichi Handa2011-07-07
* | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* | GLYPH_DEBUG fixesPaul Eggert2011-06-22
* | Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-21
* | * xdisp.c (display_mode_element): Don't assume strlen fits in int.Paul Eggert2011-06-20
* | * xdisp.c (message_log_check_duplicate): Return intmax_t,Paul Eggert2011-06-20
* | Merge from trunk.Paul Eggert2011-06-20
|\ \
| * | Fixes for GLYPH_DEBUG.Chong Yidong2011-06-18
* | | * dispextern.h (struct it.selective): Now EMACS_INT, not int.Paul Eggert2011-06-17
* | | * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.Paul Eggert2011-06-17
|/ /
* | Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* | GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-12
* | * character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert2011-06-12
* | Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert2011-06-12
* | Move window resize code from window.c to window.el.Martin Rudalics2011-06-10
* | src/xdisp.c (single_display_spec_intangible_p): Remove declaration.Juanma Barranquero2011-06-05
* | Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-04
|\ \
| * | src/xdisp.c (single_display_spec_string): Correct a FIXME comment.Eli Zaretskii2011-05-31
| * | Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-28
| * | Fix cursor motion near overlays covering reordered text.Eli Zaretskii2011-05-28
| * | src/xdisp.c (compute_display_string_pos): Fix bogus parentheses.Eli Zaretskii2011-05-28
| * | Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-21
| * | Remove kludgey save and restore of IT->position for push_it.Eli Zaretskii2011-05-14
| * | Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-14
| * | Refactoring with bidi_fetch_char tested and debugged.Eli Zaretskii2011-05-14
| * | Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii2011-05-10
* | | [ChangeLog]Paul Eggert2011-05-28
* | | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-24
|\ \ \ | | |/ | |/|
| * | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-25
| * | xdisp.c (get_next_display_element): Set correct it->face_id for a static comp...Kenichi Handa2011-05-25
| * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-09
* | | fix many doubled-word typosU. Ser2011-05-10
| |/ |/|
* | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-29
* | Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-29
* | Merge from mainline.Paul Eggert2011-04-25
|\ \
| * | Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-24
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-23
| * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-22
| |\|
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-13
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-19
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* | | Merge from mainline.Paul Eggert2011-04-18
|\| |
| * | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-18
* | | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-18
|/ /
* | Minor redisplay cleanups.Chong Yidong2011-04-17
* | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).Paul Eggert2011-04-16