aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* * dispextern.h (struct it.overlay_strings_charpos): EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* * dispextern.h (struct it.selective): Now EMACS_INT, not int.Paul Eggert2011-06-171-1/+1
* GLYPH_CODE_FACE returns EMACS_INT, not int.Paul Eggert2011-06-121-1/+1
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-1/+1
* Cruft removal in struct image.Chong Yidong2011-06-101-10/+3
* Support bidi reordering of text covered by display properties.Eli Zaretskii2011-06-041-5/+13
|\
| * Fix cursor motion across display strings covering reordered text.Eli Zaretskii2011-05-281-1/+1
| * Discovery of replacing display properties now uses the same codeEli Zaretskii2011-05-211-2/+3
| * Text covered by `display' overlays is correctly reordered.Eli Zaretskii2011-05-141-1/+2
| * Started work on reordering display strings. Refactor FETCH_CHAR.Eli Zaretskii2011-05-101-3/+9
* | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-0/+4
|\ \
| * | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-0/+4
* | | * dispextern.h (struct image): Don't assume time_t <= unsigned long.Paul Eggert2011-05-121-1/+1
| |/ |/|
* | Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2011-04-131-2/+2
* | Minor redisplay cleanups.Chong Yidong2011-04-171-0/+1
* | * dispextern.h (struct redisplay_interface): Rename paramPaul Eggert2011-04-161-2/+2
* | * xdisp.c, dispextern.h (set_vertical_scroll_bar): Now extern ifPaul Eggert2011-04-151-0/+3
* | * xdisp.c (draw_row_with_mouse_face): Now static.Paul Eggert2011-04-131-2/+0
* | * term.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-4/+0
* | * scroll.c (scroll_cost): Remove; unused.Paul Eggert2011-04-131-1/+0
* | * image.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+1
* | * font.c, fontset.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-1/+4
* | * xfns.c: Make symbols static if they're not exported.Paul Eggert2011-04-121-1/+0
* | * dispnew.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-3/+0
* | * xfaces.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-2/+0
* | * xdisp.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-16/+0
* | * bidi.c (bidi_dump_cached_states): Mark as externally visible,Paul Eggert2011-04-101-1/+0
* | src/xdisp.c: Remove unused parameters.Juanma Barranquero2011-03-311-1/+1
* | src/*.c: Remove unused parameters and other warnings.Juanma Barranquero2011-03-281-2/+0
* | nt/*.c, src/*.c: Remove unused variables.Juanma Barranquero2011-03-251-1/+1
* | * cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert2011-03-081-3/+4
* | * dispextern.h (bidi_dump_cached_states): Likewise.Paul Eggert2011-03-081-0/+1
* | * dispextern.h (struct glyph): Make u.img_id int, not unsigned.Paul Eggert2011-02-261-1/+1
* | Change B_ to BVARTom Tromey2011-02-161-3/+3
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-3/+3
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-2/+1
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-38/+0
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused declarationsAndreas Schwab2010-12-271-8/+0
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-1/+1
* | Support for menu separators in the GTK tool-bar.Chong Yidong2010-12-171-1/+2
* | Merge from emacs-23Stefan Monnier2010-12-131-0/+6
|\ \ | |/
| * Fix crash with invisible text and overlays (Bug#7016).Chong Yidong2010-12-061-0/+6
| * Backport 2010-04-10T10:52:30Z!mituharu@math.s.chiba-u.ac.jp from trunkChong Yidong2010-11-041-0/+4