summaryrefslogtreecommitdiff
path: root/src/buffer.h
AgeCommit message (Expand)Author
2017-07-17Allow user control on what starts and ends a paragraph for bidiEli Zaretskii
2017-06-17Add command to replace buffer contentsPhilipp Stephani
2017-02-16* src/buffer.h: Fix indenting.Paul Eggert
2017-02-15casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert
2016-12-12Fix point motion in cloned buffersEli Zaretskii
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-09-26Merge from origin/emacs-25Paul Eggert
2016-09-23Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii
2016-09-09STRING_CHAR does not unify characters; update documentationMichal Nazarewicz
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-01merge from trunkKen Raeburn
2015-10-16Make src headers idempotent and standalonePaul Eggert
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-17Fix minor problems found by static checking.Paul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-09-02* buffer.h (decode_buffer): New function.Dmitry Antipov
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-07-16More precise control over values of some buffer-local variables.Dmitry Antipov
2014-04-23* src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier
2014-04-04src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-12-01Spelling and punctuation fixes.Paul Eggert
2013-11-28Fix minor problems found by static checking.Paul Eggert
2013-11-28Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier
2013-11-16Spelling fixes.Paul Eggert
2013-11-08Switch cache-long-scans to t by default.Eli Zaretskii
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-29* intervals.c (set_point_from_marker): New function.Dmitry Antipov
2013-08-27Simplify EMACS_TIME-related code.Paul Eggert
2013-08-19merge from trunkTom Tromey
2013-08-15* lisp.h (FOR_EACH_ALIST_VALUE): New macroDmitry Antipov
2013-08-06Use region cache to speedup bidi_find_paragraph_start.Dmitry Antipov
2013-08-05New macro to iterate over live buffers similar to frames.Dmitry Antipov
2013-07-26merge from trunkTom Tromey
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-03-08merge from trunkTom Tromey
2013-01-17* buffer.h (NARROWED, BUF_NARROWED): Drop unused macros.Dmitry Antipov
2013-01-16merge from trunkTom Tromey
2013-01-10Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov
2013-01-09* lisp.h (make_gap_1): New prototype.Dmitry Antipov
2013-01-05merge from trunkTom Tromey
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert