aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* REALLY fix bug #10164 with crashes when linum-mode is turned on.Eli Zaretskii2011-11-301-4/+0
* src/dispnew.c (adjust_glyph_matrix) [XASSERTS]: Add missing check.Juanma Barranquero2011-11-301-1/+1
* Fix bug #10164 with assertion violations in linum-mode.Eli Zaretskii2011-11-301-3/+4
* Truncate scroll runs that copy to where we copied to.YAMAMOTO Mitsuharu2011-11-281-8/+66
* src/dispnew.c (update_window): Fix outdated commentary.Eli Zaretskii2011-11-261-3/+4
* Fix bug #10098 with assertion violation during frame resize.Eli Zaretskii2011-11-221-1/+3
* Revert last commit.Eli Zaretskii2011-11-191-1/+1
* Fix minor problems found by static checking.Paul Eggert2011-11-181-1/+1
* Add assertion for hash values of rows.Eli Zaretskii2011-11-181-0/+1
* Fix another crash due to incorrect hash value of glyph rows, bug #10035.Eli Zaretskii2011-11-181-14/+21
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Verify glyph row's hash values.Eli Zaretskii2011-11-121-0/+23
* dispnew.c (scrolling_window): Fix index usage.Eli Zaretskii2011-11-121-4/+4
* Fix bug #4426 with buffer_posn_from_coords when header line is present.Eli Zaretskii2011-10-081-0/+4
* Change the default value of redisplay-dont-pause to t.Eli Zaretskii2011-09-241-2/+2
* Whitespace changes.Juanma Barranquero2011-09-091-5/+5
* * src/doprnt.c (esnprintf): Remove. All uses removed.Paul Eggert2011-09-011-10/+10
* * dispnew.c (add_window_display_history): Don't overrun buffer.Paul Eggert2011-08-291-9/+10
* Merge from trunk.Paul Eggert2011-08-241-1/+2
|\
| * Fix crashes with completion and composed characters.Eli Zaretskii2011-08-231-1/+2
* | Merge from trunk.Paul Eggert2011-08-051-1/+1
|\|
| * Fix bug #9221 with memory leak in bidi display.Eli Zaretskii2011-08-051-1/+1
| |\
| | * Fix bug #9221 with resource allocation under word-wrap.Eli Zaretskii2011-08-051-1/+1
* | | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-63/+36
* | | Integer and memory overflow fixes for display code.Paul Eggert2011-07-281-38/+72
|/ /
* | Merge from trunk.Paul Eggert2011-07-141-0/+3
|\ \
| * | Support bidi reordering of overlay and display strings.Eli Zaretskii2011-07-141-0/+3
| |\|
| | * Empty the bidi cache "stack" when it->sp is zeroed.Eli Zaretskii2011-07-051-0/+3
* | | * dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.Paul Eggert2011-07-111-2/+2
* | | Merge from trunk.Paul Eggert2011-07-101-2/+1
|\| |
| * | ProtoizeAndreas Schwab2011-07-101-2/+1
* | | * dispnew.c: Integer signedness and overflow fixes.Paul Eggert2011-07-071-48/+19
|/ /
* | Merge from emacs-23; up to 2010-06-15T03:34:[email protected].Glenn Morris2011-06-251-0/+1
|\ \
| * | * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight ...YAMAMOTO Mitsuharu2011-06-181-0/+1
* | | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-4/+2
* | | GLYPH_DEBUG fixesPaul Eggert2011-06-221-6/+5
* | | Fixes for GLYPH_DEBUG.Chong Yidong2011-06-181-2/+2
* | | Move window resize code from window.c to window.el.Martin Rudalics2011-06-101-23/+4
* | | Don't force ./temacs to start in terminal mode.Dan Nicolaescu2011-05-311-2/+1
* | | Use const for a string pointer.Dan Nicolaescu2011-05-311-5/+1
* | | [ChangeLog]Paul Eggert2011-05-281-7/+7
* | | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-7/+6
|\| |
| * | Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-7/+6
* | | Merge from emacs-23; up to 2010-06-11T18:51:[email protected].Glenn Morris2011-05-201-12/+18
|\| | | |/ |/|
| * * dispnew.c (scrolling_window): Don't exclude the case that theYAMAMOTO Mitsuharu2011-05-211-12/+18
| * Backport revisions 2011-04-24T05:30:[email protected]:40:...Eli Zaretskii2011-05-091-5/+5
* | * dispnew.c (scrolling_window): Return 1 if we scrolled,Paul Eggert2011-04-301-2/+2
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-5/+5
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-5/+5