summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* * src/buffer.c (Fget_buffer_create): Apply booleans's eta-reductionStefan Monnier2019-04-061-6/+4
* Don't leave inhibit_buffer_hooks uninitializedBasil L. Contovounesios2019-04-061-0/+2
* Fix union Lisp_Fwd * alignment bugPaul Eggert2019-04-011-4/+4
* Fix a thinko in a recent commitEli Zaretskii2019-03-301-4/+6
* Don't run buffer-related hooks in " *code conversion work*" buffersEli Zaretskii2019-03-301-8/+16
* Merge from origin/emacs-26Glenn Morris2019-03-091-3/+5
|\
| * Warn against recursive invocations of 'buffer-list-update-hook' (Bug#34765)Martin Rudalics2019-03-081-3/+5
* | Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* | Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-11/+14
* | Add portable dumperDaniel Colascione2019-01-151-16/+52
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-2/+1
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-19/+9
* | * src/buffer.c (Fmove_overlay): Don't call Fdelete_overlayStefan Monnier2018-10-141-1/+21
* | file-attributes cleanupPaul Eggert2018-09-231-5/+5
* | Merge from origin/emacs-26Glenn Morris2018-09-151-18/+6
|\ \ | |/
| * Avoid adverse side effects of fixing bug#21824Eli Zaretskii2018-09-151-18/+6
| * Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-36/+19
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-140/+110
* | More macro renamings for bignumTom Tromey2018-08-071-29/+29
* | Use fixnump rather than integerp in some spotsTom Tromey2018-07-121-11/+11
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-66/+66
* | New function record_unwind_protect_excursionPaul Eggert2018-06-071-1/+1
* | Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-231-36/+19
* | Merge from origin/emacs-26Paul Eggert2018-01-011-12/+22
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
| * * src/buffer.c (Frestore_buffer_modified_p): Fix bug#29846Stefan Monnier2017-12-281-9/+11
| * Improve documentation of 'inhibit-modification-hooks' and friendsEli Zaretskii2017-12-281-2/+10
* | Merge from origin/emacs-26Glenn Morris2017-12-161-3/+3
|\ \ | |/
| * Fix doc-string of Fbuffer_listMartin Rudalics2017-12-141-3/+3
* | Make truncate-lines permanently local (bug#15396)Glenn Morris2017-11-301-1/+3
|/
* Improve documentation of "constant" symbolsEli Zaretskii2017-11-261-0/+2
* Work around GCC bug 80776 on Fedora 27 x86Paul Eggert2017-11-251-1/+5
* * lisp/bindings.el (buffer-file-coding-system):Glenn Morris2017-11-221-0/+2
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-9/+10
* Use GCALIGNED properly for GCCPaul Eggert2017-11-081-2/+2
* Fix alignment portability problemsPaul Eggert2017-11-021-2/+2
* ; Doc fixesCharles A. Roelli2017-10-311-1/+1
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-2/+2
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Fix order of sorted overlays returned by 'overlays-at'Eli Zaretskii2017-09-161-0/+6
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-1/+1
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-1/+1
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-1/+0
* Fix a bug in 'generate-new-buffer-name'Eli Zaretskii2017-08-051-1/+2
* Allow user control on what starts and ends a paragraph for bidiEli Zaretskii2017-07-171-0/+59
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1