summaryrefslogtreecommitdiff
path: root/src/dispextern.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-121-1/+1
* | Add keyword :vert-only for tool bar items with labels not shown horizontally.Jan Djärv2010-11-201-0/+3
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-1/+0
* | Fix and document display of glyphless characters.Eli Zaretskii2010-11-131-7/+7
* | Unify mouse-highlight code for all GUI and TTY sessions.Eli Zaretskii2010-11-061-10/+18
|\ \
| * | Cleanup fallout from redesigning mouse highlight.Eli Zaretskii2010-11-051-3/+4
| * | Start redesigning portable mouse highlight. Not compiled.Eli Zaretskii2010-10-311-20/+5
| * | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-13/+35
* | | Handle glyphless characters on tty.Kenichi Handa2010-11-011-1/+1
* | | Implement various display methods for glyphless characters.Kenichi Handa2010-10-291-1/+44
|/ /
* | Fix int/EMACS_INT use in xdisp.c and print.c.Eli Zaretskii2010-09-291-2/+2