summaryrefslogtreecommitdiff
path: root/src/xdisp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix subtle problems with linum-mode and invisible textEli Zaretskii2015-03-151-19/+37
* Merge from origin/emacs-24Paul Eggert2015-03-031-2/+30
|\
| * Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769)Eli Zaretskii2015-02-051-2/+30
* | Merge from origin/emacs-24Paul Eggert2015-03-031-16/+16
|\ \ | |/
| * A more thorough fix for bug#19307Eli Zaretskii2015-02-031-16/+10
| * Fix display of overlay strings with faces after ellipsis (Bug#19307)Eli Zaretskii2015-02-021-1/+6
| * Fix redrawing of mode lines when exposed (Bug#19721)Eli Zaretskii2015-02-021-0/+1
* | Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-3/+2
* | Use bool for boolean in xdisp.cPaul Eggert2015-02-091-1245/+1148
* | Remove no-longer-used cursor_in_echo_area codePaul Eggert2015-02-061-2/+2
* | Remove recently added BUFFER arg of `window-text-pixel-size'.Martin Rudalics2015-02-051-25/+10
* | Remove no-longer-used two_byte_p calculationsPaul Eggert2015-02-031-21/+12
* | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-011-15/+29
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-011-284/+19
* | Give `window-text-pixel-size' optional BUFFER argument.Martin Rudalics2015-02-011-15/+29
* | Merge branch 'master' into xwidgetJoakim Verona2015-02-011-7/+33
|\ \
| * | Use bool, not int, to track face changesPaul Eggert2015-01-281-6/+6
| * | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-0/+9
| |\ \ | | |/
| | * Fix display of images in R2L screen linesEli Zaretskii2015-01-171-0/+9
| * | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-1/+18
| |\ \ | | |/
| | * Fix assertion violations in try_window_id (Bug#19511)Eli Zaretskii2015-01-051-1/+18
| | * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | Fix for crash when displaying xwidget in a ttyJoakim Verona2015-01-311-1/+2
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-271-11/+11
|\ \ \ | |/ /
| * | Use bool for boolean in xfaces.cPaul Eggert2015-01-261-11/+11
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-251-18/+9
|\ \ \ | |/ /
| * | Count MANY function args more reliablyPaul Eggert2015-01-251-18/+9
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-231-0/+2
|\ \ \ | |/ /
| * | src/xdisp.c (init_iterator): Restore a comment lost in transition.Eli Zaretskii2015-01-221-0/+2
* | | merge masterJoakim Verona2015-01-221-7/+1
|\ \ \ | |/ /
| * | Better isolate code that assumes NIL_IS_ZEROPaul Eggert2015-01-211-7/+1
* | | cleanupJoakim Verona2015-01-211-11/+1
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-211-24/+15
|\ \ \ | |/ /
| * | Undo port to hypothetical nonzero Qnil casePaul Eggert2015-01-201-10/+5
| * | Fix minor bugs with printing null bytesPaul Eggert2015-01-191-1/+1
| * | Port to hypothetical case where Qnil is nonzeroPaul Eggert2015-01-191-24/+20
* | | Merge branch 'master' into xwidgetJoakim Verona2015-01-201-0/+3
|\ \ \ | |/ /
| * | Verify that Qnil is zero before relying on that in redisplay.Eli Zaretskii2015-01-191-0/+3
* | | bidi bugfixJoakim Verona2015-01-181-0/+9
* | | merge masterJoakim Verona2015-01-161-2/+1
|\ \ \ | |/ /
| * | Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-2/+1
* | | Fill in some bidi values for xwidgetsJoakim Verona2015-01-161-4/+20
* | | merge masterJoakim Verona2015-01-151-1/+15
|\ \ \ | |/ /
| * | Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
| * | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-0/+13
* | | merge master, fix conflictsJoakim Verona2015-01-111-171/+103
|\ \ \ | |/ /
| * | Port to 32-bit --with-wide-intPaul Eggert2015-01-101-10/+11
| * | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-53/+52
| * | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-116/+48
* | | Fixed over-eager ifdefjave2015-01-041-1/+1