Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix subtle problems with linum-mode and invisible text | Eli Zaretskii | 2015-03-15 | 1 | -19/+37 |
* | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -2/+30 |
|\ | |||||
| * | Fix vertical-motion and posn-at-point when word-wrap is on (Bug#19769) | Eli Zaretskii | 2015-02-05 | 1 | -2/+30 |
* | | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -16/+16 |
|\ \ | |/ | |||||
| * | A more thorough fix for bug#19307 | Eli Zaretskii | 2015-02-03 | 1 | -16/+10 |
| * | Fix display of overlay strings with faces after ellipsis (Bug#19307) | Eli Zaretskii | 2015-02-02 | 1 | -1/+6 |
| * | Fix redrawing of mode lines when exposed (Bug#19721) | Eli Zaretskii | 2015-02-02 | 1 | -0/+1 |
* | | Prefer 'Qfoo' to 'intern ("foo")' | Paul Eggert | 2015-02-21 | 1 | -3/+2 |
* | | Use bool for boolean in xdisp.c | Paul Eggert | 2015-02-09 | 1 | -1245/+1148 |
* | | Remove no-longer-used cursor_in_echo_area code | Paul Eggert | 2015-02-06 | 1 | -2/+2 |
* | | Remove recently added BUFFER arg of `window-text-pixel-size'. | Martin Rudalics | 2015-02-05 | 1 | -25/+10 |
* | | Remove no-longer-used two_byte_p calculations | Paul Eggert | 2015-02-03 | 1 | -21/+12 |
* | | Give `window-text-pixel-size' optional BUFFER argument. | Martin Rudalics | 2015-02-01 | 1 | -15/+29 |
* | | Revert changes installed by xwidgets merge | Paul Eggert | 2015-02-01 | 1 | -284/+19 |
* | | Give `window-text-pixel-size' optional BUFFER argument. | Martin Rudalics | 2015-02-01 | 1 | -15/+29 |
* | | Merge branch 'master' into xwidget | Joakim Verona | 2015-02-01 | 1 | -7/+33 |
|\ \ | |||||
| * | | Use bool, not int, to track face changes | Paul Eggert | 2015-01-28 | 1 | -6/+6 |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -0/+9 |
| |\ \ | | |/ | |||||
| | * | Fix display of images in R2L screen lines | Eli Zaretskii | 2015-01-17 | 1 | -0/+9 |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -1/+18 |
| |\ \ | | |/ | |||||
| | * | Fix assertion violations in try_window_id (Bug#19511) | Eli Zaretskii | 2015-01-05 | 1 | -1/+18 |
| | * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | | | Fix for crash when displaying xwidget in a tty | Joakim Verona | 2015-01-31 | 1 | -1/+2 |
* | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-27 | 1 | -11/+11 |
|\ \ \ | |/ / | |||||
| * | | Use bool for boolean in xfaces.c | Paul Eggert | 2015-01-26 | 1 | -11/+11 |
* | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-25 | 1 | -18/+9 |
|\ \ \ | |/ / | |||||
| * | | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -18/+9 |
* | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-23 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | src/xdisp.c (init_iterator): Restore a comment lost in transition. | Eli Zaretskii | 2015-01-22 | 1 | -0/+2 |
* | | | merge master | Joakim Verona | 2015-01-22 | 1 | -7/+1 |
|\ \ \ | |/ / | |||||
| * | | Better isolate code that assumes NIL_IS_ZERO | Paul Eggert | 2015-01-21 | 1 | -7/+1 |
* | | | cleanup | Joakim Verona | 2015-01-21 | 1 | -11/+1 |
* | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-21 | 1 | -24/+15 |
|\ \ \ | |/ / | |||||
| * | | Undo port to hypothetical nonzero Qnil case | Paul Eggert | 2015-01-20 | 1 | -10/+5 |
| * | | Fix minor bugs with printing null bytes | Paul Eggert | 2015-01-19 | 1 | -1/+1 |
| * | | Port to hypothetical case where Qnil is nonzero | Paul Eggert | 2015-01-19 | 1 | -24/+20 |
* | | | Merge branch 'master' into xwidget | Joakim Verona | 2015-01-20 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Verify that Qnil is zero before relying on that in redisplay. | Eli Zaretskii | 2015-01-19 | 1 | -0/+3 |
* | | | bidi bugfix | Joakim Verona | 2015-01-18 | 1 | -0/+9 |
* | | | merge master | Joakim Verona | 2015-01-16 | 1 | -2/+1 |
|\ \ \ | |/ / | |||||
| * | | Give up on -Wsuggest-attribute=const | Paul Eggert | 2015-01-15 | 1 | -2/+1 |
* | | | Fill in some bidi values for xwidgets | Joakim Verona | 2015-01-16 | 1 | -4/+20 |
* | | | merge master | Joakim Verona | 2015-01-15 | 1 | -1/+15 |
|\ \ \ | |/ / | |||||
| * | | Support const and noreturn DEFUN attributes. | Dmitry Antipov | 2015-01-13 | 1 | -1/+2 |
| * | | Adjust frame heights to real height of tool bar. | Martin Rudalics | 2015-01-12 | 1 | -0/+13 |
* | | | merge master, fix conflicts | Joakim Verona | 2015-01-11 | 1 | -171/+103 |
|\ \ \ | |/ / | |||||
| * | | Port to 32-bit --with-wide-int | Paul Eggert | 2015-01-10 | 1 | -10/+11 |
| * | | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535) | Eli Zaretskii | 2015-01-08 | 1 | -53/+52 |
| * | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -116/+48 |
* | | | Fixed over-eager ifdef | jave | 2015-01-04 | 1 | -1/+1 |