summaryrefslogtreecommitdiff
path: root/src/dispnew.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ProtoizeAndreas Schwab2011-07-101-2/+1
* | Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.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:00Z!juri@jurta.org.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:24Z!eggert@cs.ucla.edu..2011-04-25T19: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
* | Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-5/+5
* | * dispnew.c: Make symbols static if they're not exported.Paul Eggert2011-04-111-22/+9
* | Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-5/+5
* | * dispnew.c (update_window) [PERIODIC_PREEMPTION_CHECKING]:Paul Eggert2011-03-281-2/+5
* | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-1/+1
* | src/*.c: Remove unused function parameters.Juanma Barranquero2011-03-251-14/+10
* | * dispnew.c: Rename locals to avoid shadowing.Paul Eggert2011-02-261-28/+28
* | * dispnew.c: Fix problem uncovered by gcc -Wunused-variable.Paul Eggert2011-02-261-17/+19
* | * dispnew.c: Fix problems uncovered by gcc -Wstrict-prototypes.Paul Eggert2011-02-261-30/+4
* | Change B_ to BVARTom Tromey2011-02-161-4/+4
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-4/+4
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-1/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-64/+11
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ \ | |/ /
| * | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Remove unused declarationsAndreas Schwab2010-12-271-9/+5
* | ProtoizeAndreas Schwab2010-12-271-30/+14
* | Minor clean up to silence some gcc warnings.Stefan Monnier2010-12-191-0/+4
* | * src/xfaces.c (lookup_face): Make static.Andreas Schwab2010-11-201-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.comChong Yidong2010-11-161-1/+1
* | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | Fix mouse redesigned mouse highlight on MSDOS.Eli Zaretskii2010-11-051-0/+6
* | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-0/+8