aboutsummaryrefslogtreecommitdiffstats
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* dynwind fixesRobin Templeton2015-04-201-1/+2
* guile-elisp bootstrap (lisp)Robin Templeton2015-04-191-1/+1
* remove sigio blockingBT Templeton2015-04-191-22/+0
* remove polling suppressionBT Templeton2015-04-191-13/+0
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-31/+33
* remove redundant assignmentsBT Templeton2015-04-181-1/+1
* use guile-snarf for subr definitionBT Templeton2015-04-181-19/+2
* store lisp structures in SCM objectsBT Templeton2015-04-181-1/+1
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-1/+1
* use BDW-GCRobin Templeton2015-04-181-10/+0
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-5/+3
* Merge from emacs-24; up to 2014-06-06T02:22:[email protected]Glenn Morris2014-06-211-2/+5
|\
| * A better fix for bug #17777 with visual-order cursor movement.Eli Zaretskii2014-06-161-1/+4
| * Spelling fix.Paul Eggert2014-06-151-1/+1
* | Omit redundant extern decls.Paul Eggert2014-06-171-5/+0
* | Merge from emacs-24; up to 2014-06-03T06:51:[email protected]Glenn Morris2014-06-141-3/+65
|\|
| * Fix bug #17777 with keyboard macros and visual-order cursor movement.Eli Zaretskii2014-06-141-0/+1
| * src/xdisp.c: Enhance commentary.Eli Zaretskii2014-06-141-3/+64
* | Merge from emacs-24; up to 2014-06-02T14:17:[email protected]Glenn Morris2014-06-111-3/+3
|\|
| * Fix bug #17744 with cursor motion near overlay string with 'cursor' prop.Eli Zaretskii2014-06-111-3/+3
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-10/+4
* | * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ...Dmitry Antipov2014-06-101-6/+6
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-6/+0
* | Debugging facility to check whether 'const char *' points toDmitry Antipov2014-05-301-6/+4
* | Merge from emacs-24; up to 2014-05-26T10:21:[email protected]Glenn Morris2014-05-251-14/+48
|\|
| * Fix bug #17585 with incorrect vertical motion when linum-mode is on.Eli Zaretskii2014-05-251-1/+1
| * * xdisp.c (safe__call1, safe__eval): Now static.Paul Eggert2014-05-241-2/+2
| * Fix last commits in xdisp.c, which caused a crash at startup on w32.Eli Zaretskii2014-05-241-8/+17
| * * src/xdisp.c: Bind inhibit-quit during pre-redisplay-function.Stefan Monnier2014-05-241-6/+25
| * Fix bug #17539 with infinite recursion during scroll commands.Eli Zaretskii2014-05-211-5/+11
* | * xdisp.c (draw_glyphs): Set clipping to highlight boundaries.YAMAMOTO Mitsuharu2014-05-121-4/+12
* | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-4/+4
* | Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Juanma Barranquero2014-04-191-1/+13
|\|
| * Fix bug #17288 with inserting left truncation glyph under linum-mode.Eli Zaretskii2014-04-181-0/+1
| * Fix bug #17281 with infloop in line-pixel-height.Eli Zaretskii2014-04-171-1/+12
* | Merge from emacs-24; up to 2014-04-07T20:54:[email protected]Glenn Morris2014-04-121-0/+23
|\|
| * Fix bug #17244 with line-move-visual when display string covers a lot of text.Eli Zaretskii2014-04-121-0/+23
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
|/
* Fix bug #17047 with cursor motion when invisible text starts a line.Eli Zaretskii2014-03-231-4/+42
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-1/+1
* Update docs for window dividers and `window-text-pixel-size'.Martin Rudalics2014-03-091-6/+10
* src/xdisp.c (Fmove_point_visually): Fix previous change.Eli Zaretskii2014-03-081-1/+4
* Fix more failures of visual-order cursor movement under word-wrap (bug#16961).Eli Zaretskii2014-03-081-1/+27
* Fix bug #16961 with visual-order cursor movement and word-wrap.Eli Zaretskii2014-03-071-1/+6
* Don't show drag cursor when modeline can't be dragged (Bug#16647).Martin Rudalics2014-02-281-2/+6
* More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics2014-02-271-16/+52
* Fix bug #16870 with 'box' face in display strings.Eli Zaretskii2014-02-271-11/+52
* Fixes around Bug#16647.Martin Rudalics2014-02-261-0/+10
* Pacify GCC when configuring with --enable-gcc-warnings.Paul Eggert2014-02-201-1/+1
* Fix excessive calls to bidi_shelve_cache reported in bug #15555.Eli Zaretskii2014-02-201-17/+32