summaryrefslogtreecommitdiff
path: root/src/scroll.c
AgeCommit message (Expand)Author
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
2003-09-01Add arch taglinesMiles Bader
2003-05-24Make (some) trivial substitutions for renamed andKim F. Storm
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-14(calculate_scrolling, calculate_direct_scrolling):Dave Love
2001-10-08Don't define min/max.Gerd Moellmann
2000-08-22Include keyboard.h before frame.h.Andrew Innes
2000-03-29* scroll.c (CHECK_BOUNDS): Renamed from CHECK.Ken Raeburn
1999-07-21Rewritten.Gerd Moellmann
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-11-07[HAVE_NTGUI] (do_scrolling, do_direct_scrolling): Update frame geometry.Geoff Voelker
1994-12-26(scrolling_1): When scroll_region_ok is set, use aRichard M. Stallman
1994-12-04(scroll_cost): FRAME_DELETE_COST and FRAME_DELETEN_COSTS were confused. Fixed.Richard M. Stallman