summaryrefslogtreecommitdiff
path: root/src/fringe.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* In draw_fringe_bitmap_1 don't draw fringe if it's outside the window (Bug#166...Martin Rudalics2014-02-05
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* Doc fix for set-fringe-bitmap-face.Xue Fuqiao2013-10-26
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-04
* * fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM becauseDmitry Antipov2013-10-02
* * window.h (struct window): Convert left_margin_cols andDmitry Antipov2013-08-13
* * fringe.c (draw_window_fringes, update_window_fringes)Dmitry Antipov2013-07-30
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-28
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Simplify via eabs.Paul Eggert2013-01-01
* | Consistently use marker_position and marker_byte_position.Dmitry Antipov2012-12-11
* | Window-related stuff cleanup here and there.Dmitry Antipov2012-11-02
|/
* Simplify and avoid signal-handling races.Paul Eggert2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-09
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-07
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-07
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-06
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-06
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-01
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-31
* Add news for exclamation-mark and flymakeLeo Liu2012-07-15
* Add a new bitmap exclamation-markLeo Liu2012-07-14
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* * fringe.c (Fset_fringe_bitmap_face): Handle the noninteractive case.Chong Yidong2012-06-09
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-24
| * Spelling fixes.Paul Eggert2011-11-22
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* * fringe.c (Fdefine_fringe_bitmap): Don't update size until alloc works.Paul Eggert2011-07-28
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Merge from emacs-23; up to 2010-06-12T17:12:15Z!cyd@stupidchicken.com.Glenn Morris2011-06-04
|\
| * * fringe.c (update_window_fringes): Don't update overlay arrow bitmap in the ...YAMAMOTO Mitsuharu2011-06-01
* | Merge from emacs-23; up to 2010-06-12T08:59:37Z!albinus@detlef.Glenn Morris2011-05-24
|\|
| * Take account of periodic fringe bitmap's dependency on y-position in redrawing.YAMAMOTO Mitsuharu2011-05-25
| * Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii2011-05-09
* | * lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert2011-04-25
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25