]> code.delx.au - gnu-emacs/history - src/dispextern.h
Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.
[gnu-emacs] / src / dispextern.h
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-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-13 Paul Eggert* dispextern.h (struct image): Don't assume time_t...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-04-26 Paul EggertMerge from mainline.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
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 EggertMerge from mainline.
2011-04-16 Paul Eggert* dispextern.h (struct redisplay_interface): Rename...
2011-04-16 Paul Eggert* xdisp.c, dispextern.h (set_vertical_scroll_bar):...
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* xdisp.c (draw_row_with_mouse_face): Now static.
2011-04-14 Paul Eggert* term.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* scroll.c (scroll_cost): Remove; unused.
2011-04-13 Paul Eggert* image.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* font.c, fontset.c: Make symbols static if they're...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Juanma BarranqueroFix typos.
2011-04-12 Paul Eggert* xfns.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* dispnew.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xfaces.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* xdisp.c: Make symbols static if they're not exported.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul Eggert* bidi.c (bidi_dump_cached_states): Mark as externally...
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-31 Juanma Barranquerosrc/xdisp.c: Remove unused parameters.
2011-03-29 Paul EggertMerge from mainline.
2011-03-28 Juanma Barranquerosrc/*.c: Remove unused parameters and other warnings.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-25 Juanma Barranqueront/*.c, src/*.c: Remove unused variables.
2011-03-21 Stefan MonnierMerge from trunk
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-11 Paul EggertFix some minor problems found by GCC 4.5.2's static...
2011-03-11 Paul EggertMerge: Minor changes for problems found by GCC 4.5...
2011-03-09 Paul Eggert* cm.c (calccost, cmgoto): Use const pointers where...
2011-03-08 Paul Eggert* dispextern.h (bidi_dump_cached_states): Likewise.
2011-03-06 Stefan MonnierMerge from trunk
2011-03-02 Paul EggertMerge from mainline.
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-27 Eli ZaretskiiImplement stub emulation of `readlink' for MS-DOS.
2011-02-27 Paul EggertMerge: Minor cleanups uncovered by gcc warnings
2011-02-27 Paul Eggert* dispextern.h (struct glyph): Make u.img_id int, not...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-21 Stefan MonnierMerge from trunk
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-18 Paul EggertMerge from mainline.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Stefan MonnierMerge from trunk
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-05 Paul EggertMerge: xstrcasecmp: conform to C89 pointer rules
2011-02-05 Paul Eggertxstrcasecmp: conform to C89 pointer rules
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-26 Glenn MorrisRefill some long/short copyright headers.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisNuke arch-tags.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-27 Andreas SchwabRemove unused declarations
2010-12-19 Stefan MonnierMinor clean up to silence some gcc warnings.
2010-12-17 Chong YidongSupport for menu separators in the GTK tool-bar.
2010-12-16 Ken ManheimerSynopsis: Migrate allout encryption provisions from...
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-11 Stefan MonnierMerge from trunk
2010-12-06 Chong YidongFix crash with invisible text and overlays (Bug#7016).
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-20 Jan DjärvAdd keyword :vert-only for tool bar items with labels...
2010-11-20 Eli Zaretskiifaces.el (glyphless-char): Define value for `pc'.
2010-11-20 Eli Zaretskiimsdos.c (dos_rawgetc): Use gen_help_event, instead...
2010-11-20 Andreas Schwab* src/xfaces.c (lookup_face): Make static.
2010-11-18 Stefan MonnierMerge from emacs-23
next