summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2017-11-25Work around GCC bug 80776 on Fedora 27 x86Paul Eggert
2017-11-22* lisp/bindings.el (buffer-file-coding-system):Glenn Morris
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-11-08Use GCALIGNED properly for GCCPaul Eggert
2017-11-02Fix alignment portability problemsPaul Eggert
2017-10-31; Doc fixesCharles A. Roelli
2017-10-15Avoid compilation warnings in optimized buildsEli Zaretskii
2017-10-09; Typo fixes, mostly repeated wordsPaul Eggert
2017-10-09Remove redundant checks for the empty overlay treeAndreas Politz
2017-10-06Adapt overlays when multibyteness changesAndreas Politz
2017-10-04Provide a new tree data-structure for overlays.Andreas Politz
2017-09-16Fix order of sorted overlays returned by 'overlays-at'Eli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2017-09-09Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii
2017-08-12Improve make-temp-file performance on local filesPaul Eggert
2017-08-05Fix a bug in 'generate-new-buffer-name'Eli Zaretskii
2017-07-17Allow user control on what starts and ends a paragraph for bidiEli Zaretskii
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-06-25Allow to disable display of line numbers beyond EOBEli Zaretskii
2017-05-10Implement 1-based column numbering in mode linePerry E. Metzger
2017-04-27Merge from origin/emacs-25Glenn Morris
2017-03-31default-directory: Remark that it must be a directory nameTino Calancha
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-16; Spelling fixesEli Zaretskii
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-12-02Add lisp watchpointsNoam Postavsky
2016-11-07Remove obsolete default-FOO variablesMark Oteiza
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-08-05Merge from origin/emacs-25Paul Eggert
2016-07-14Document buffer-swap-text+save-excursion interactionNoam Postavsky
2016-06-24Ensure hack-local-variables is run in a fundamental mode buffer.Alan Mackenzie
2016-06-11emacs_strerror cleanupsPaul Eggert
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-05-01cursor-type doc fixLars Ingebrigtsen
2016-04-30Fix the buffer-count patch (Bug#23394)Paul Eggert
2016-04-30Fix generate-new-buffer-name increment typoPaul Eggert
2016-04-30cursor-type doc fixLars Ingebrigtsen
2016-04-04Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-02-03Merge from origin/emacs-25John Wiegley
2016-02-01Some corrections in Elisp manualMartin Rudalics
2016-01-30Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert