summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-141/+66
* GLYPH_DEBUG fixesPaul Eggert2011-06-221-25/+27
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-4/+3
* * xdisp.c (display_mode_element): Don't assume strlen fits in int.Paul Eggert2011-06-201-2/+1
* * xdisp.c (message_log_check_duplicate): Return intmax_t,Paul Eggert2011-06-201-7/+8
* Merge from trunk.Paul Eggert2011-06-201-16/+7
|\
| * Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-16/+7
* | * dispextern.h (struct it.selective): Now EMACS_INT, not int.Paul Eggert2011-06-171-4/+5
* | * xdisp.c (init_iterator): Use XINT, not XFASTINT; it might be < 0.Paul Eggert2011-06-171-1/+1
|/
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-2/+2
* GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-121-2/+3
* * character.h (CHAR_VALID_P): Remove unused parameter.Paul Eggert2011-06-121-1/+1
* Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert2011-06-121-1/+2
* Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-16/+12
* src/xdisp.c (single_display_spec_intangible_p): Remove declaration.Juanma Barranquero2011-06-051-1/+0
* Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-041-244/+365
|\
| * src/xdisp.c (single_display_spec_string): Correct a FIXME comment.Eli Zaretskii2011-05-311-3/+10
| * Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-281-72/+23
| * Fix cursor motion near overlays covering reordered text.Eli Zaretskii2011-05-281-2/+21
| * src/xdisp.c (compute_display_string_pos): Fix bogus parentheses.Eli Zaretskii2011-05-281-1/+1
| * Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-211-170/+260
| * Remove kludgey save and restore of IT->position for push_it.Eli Zaretskii2011-05-141-16/+10
| * Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-141-3/+47
| * Refactoring with bidi_fetch_char tested and debugged.Eli Zaretskii2011-05-141-6/+7
| * Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii2011-05-101-0/+15
* | [ChangeLog]Paul Eggert2011-05-281-24/+24
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-6/+20
|\ \
| * | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-2/+4
| * | xdisp.c (get_next_display_element): Set correct it->face_id for a static comp...Kenichi Handa2011-05-251-2/+14
| * | Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-5/+5
* | | fix many doubled-word typosU. Ser2011-05-101-2/+2
| |/ |/|
* | * lisp.h (EMACS_INTPTR): Remove. All uses changed to intptr_t.Paul Eggert2011-04-291-8/+8
* | Prefer intptr_t/uintptr_t for integers the same widths as pointers.Paul Eggert2011-04-291-8/+13
* | Merge from mainline.Paul Eggert2011-04-251-19/+8
|\ \
| * | Minor cleanup in src/xdisp.c.Eli Zaretskii2011-04-241-4/+4
| * | Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-15/+3
| * | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-0/+1
| |\ \ | | |/
| | * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-131-0/+1
| | * Backport fix for Bug#8219 from trunk.Chong Yidong2011-03-191-2/+2
* | | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5
* | | Merge from mainline.Paul Eggert2011-04-181-14/+30
|\ \ \ | |/ /
| * | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-181-14/+30
* | | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-3/+3
|/ /
* | Minor redisplay cleanups.Chong Yidong2011-04-171-2/+0
* | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).Paul Eggert2011-04-161-1/+1
* | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var.Paul Eggert2011-04-161-1/+1
* | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern ifPaul Eggert2011-04-151-1/+4
* | Merge from mainline.Paul Eggert2011-04-141-6/+16
|\ \
| * \ Fix bug #8487 with invisible text at EOB under bidi.Eli Zaretskii2011-04-131-1/+1
| |\ \