summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify via eabs.Paul Eggert2013-01-011-2/+2
* Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-111-1/+1
* Window-related stuff cleanup here and there.Dmitry Antipov2012-11-021-4/+2
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-091-1/+8
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-7/+7
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-7/+7
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-2/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-7/+7
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-2/+2
* Add news for exclamation-mark and flymakeLeo Liu2012-07-151-1/+1
* Add a new bitmap exclamation-markLeo Liu2012-07-141-0/+17
* More xmalloc and related cleanup.Paul Eggert2012-07-051-9/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-9/+4
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-1/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-091-5/+9
* Merge from trunk.Paul Eggert2012-04-091-1/+1
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* | 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