summaryrefslogtreecommitdiff
path: root/src/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-091-0/+10
* Change vectorlike from struct to unionPaul Eggert2017-11-131-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-171-0/+6
* Add command to replace buffer contentsPhilipp Stephani2017-06-171-0/+9
* * src/buffer.h: Fix indenting.Paul Eggert2017-02-161-1/+2
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-151-9/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+19
* | Fix point motion in cloned buffersEli Zaretskii2016-12-121-0/+1
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-4/+0
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-166/+187
| |\ \
| * \ \ merge from trunkTom Tromey2013-08-191-4/+15
| |\ \ \
| * \ \ \ merge from trunkTom Tromey2013-07-261-0/+2
| |\ \ \ \
| * \ \ \ \ merge from trunkTom Tromey2013-03-081-34/+27
| |\ \ \ \ \
| * \ \ \ \ \ merge from trunkTom Tromey2013-01-161-1/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-2/+5
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-12/+70
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-041-11/+37
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge from trunkTom Tromey2012-08-201-26/+127
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | This introduces a thread-state object and moves various C globalsTom Tromey2012-08-151-4/+0
* | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-09-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-231-11/+1
* | | | | | | | | | | | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-091-13/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Rework C source files to avoid ^(Paul Eggert2016-03-101-13/+13
* | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+8
* | | | | | | | | | Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-94/+94
* | | | | | | | | | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+0
* | | | | | | | | | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | | | | | | | | Fix minor problems found by static checking.Paul Eggert2014-09-171-2/+3
* | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-7/+7
* | | | | | | | | | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-0/+7
* | | | | | | | | | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-2/+5
* | | | | | | | | | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-0/+1
* | | | | | | | | | * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-1/+1
* | | | | | | | | | src/buffer.h, src/frame.h: Clarify doc of optimization variables.Stefan Monnier2014-04-041-2/+2
* | | | | | | | | | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* | | | | | | | | | Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-16/+16
* | | | | | | | | | Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* | | | | | | | | | Fix minor problems found by static checking.Paul Eggert2013-11-281-4/+4
* | | | | | | | | | Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-3/+6
* | | | | | | | | | Spelling fixes.Paul Eggert2013-11-161-1/+1
* | | | | | | | | | Switch cache-long-scans to t by default.Eli Zaretskii2013-11-081-1/+7
* | | | | | | | | | A simpler, centralized INLINE.Paul Eggert2013-09-201-39/+36
* | | | | | | | | | * intervals.c (set_point_from_marker): New function.Dmitry Antipov2013-08-291-0/+1
* | | | | | | | | | Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-5/+5
| |_|_|_|_|_|_|_|/ |/| | | | | | | |