summaryrefslogtreecommitdiff
path: root/src/scroll.c
AgeCommit message (Expand)Author
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* scroll.c: Integer and memory overflow fixes.Paul Eggert
2011-06-22GLYPH_DEBUG fixesPaul Eggert
2011-04-13* scroll.c (scroll_cost): Remove; unused.Paul Eggert
2011-03-29src/scroll.c, src/w32.c: Trivial whitespace changes.Juanma Barranquero
2011-03-22* scroll.c (do_scrolling): Work around GCC bug 48228.Paul Eggert
2011-03-08* cm.c (calccost, cmgoto): Use const pointers where appropriate.Paul Eggert
2011-02-26* scroll.c (CHECK_BOUNDS): #define only if GLYPH_DEBUG.Paul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-27* scroll.c: Fix comment.Andreas Schwab
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-09-24Fix EMACS_INT/int conversion in scroll.c.Lars Magne Ingebrigtsen
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-12Convert more function definitions to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert declarations or definitions to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-31Merge from emacs--devo--0Miles Bader
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-01-29Merged from emacs@sv.gnu.orgKaroly Lorentey
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-12Merged from emacs@sv.gnu.orgKaroly Lorentey
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-09-04Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-05Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey
2005-07-04Update FSF's address.Lute Kamstra
2004-04-16Eliminated updating_frame.Karoly Lorentey
2004-01-05Converted display hooks to be display-local. Plus many bugfixes.Karoly Lorentey
2004-01-02Fixed X support, preliminary support for X-tty combo sessions.Karoly Lorentey
2003-12-26lib-src/emacsclient.c: Implemented --here option (open a new Emacs tty). Ne...Karoly Lorentey
2003-12-25Implemented multiple tty support.Karoly Lorentey
2003-12-24Add a level of indirection to terminal characteristics.Karoly Lorentey