summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-2/+2
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-241-1/+1
| * Spelling fixes.Paul Eggert2011-11-221-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-5/+7
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.Paul Eggert2011-07-281-5/+8
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-12/+6
* Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com.Glenn Morris2011-06-041-2/+6
|\
| * * fringe.c (update_window_fringes): Don't update overlay arrow bitmap in the ...YAMAMOTO Mitsuharu2011-06-011-2/+6
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-241-14/+25
|\ \ | |/
| * Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-251-14/+25
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-091-1/+1
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-251-1/+1
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-1/+1
* | * fringe.c (standard_bitmaps): Now static.Paul Eggert2011-04-131-1/+4
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-3/+3
* | Merge from emacs-23; up to 2010-06-03T22:16:02Z!dann@ics.uci.eduGlenn Morris2011-03-121-8/+0
|\ \ | |/
| * * src/fringe.c (update_window_fringes): Remove unused variables.YAMAMOTO Mitsuharu2011-03-111-8/+0
* | * fringe.c: Add comment.Paul Eggert2011-03-101-0/+5
* | * fringe.c (update_window_fringes): Mark locals as initializedPaul Eggert2011-03-101-4/+1
* | * fringe.c (update_window_fringes): Initialize top_row_ends_at_zv_p andPaul Eggert2011-03-101-1/+4
* | * fringe.c (destroy_fringe_bitmap, init_fringe_bitmap): Now static.Paul Eggert2011-03-091-3/+2
* | Change B_ to BVARTom Tromey2011-02-161-9/+9
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-9/+9
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-15/+2
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-1/+1
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-6/+0
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-1/+1
* | Restore mistakenly reverted code from 2010-04-17T12:33:05Z!eliz@gnu.org merge...Eli Zaretskii2010-07-151-2/+4
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-65/+216
|\ \ | |/
| * Fix ghost buffer boundary indicators in fringes (Bug#5634, Bug#6325).YAMAMOTO Mitsuharu2010-07-051-61/+214
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+4
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* | * fringe.c (draw_fringe_bitmap_1): Use lookup_named_face to getChong Yidong2010-07-061-5/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-42/+16
* | Merge from emacs-23Andreas Schwab2010-06-101-1/+1
|\ \ | |/
| * Fix typos.Juanma Barranquero2010-06-031-1/+1
* | Fix fringe truncation bitmaps in R2L lines.Eli Zaretskii2010-05-081-2/+4
* | Mirror continuation indicators for R2L lines; fix face extension on TTY.Eli Zaretskii2010-04-171-2/+4
* | Implement cursor on the left fringe for R2L lines.Eli Zaretskii2010-04-101-2/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu2009-11-111-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-6/+6
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1