summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
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
2016-01-30-Paul Eggert
2016-01-30-Paul Eggert
2016-01-22xwidgets style cleanupPaul Eggert
2016-01-19Support for the new Xwidget feature.Joakim Verona
2016-01-18-John Wiegley
2016-01-13* src/buffer.c (Fset_buffer_major_mode): Allow default major-mode,Glenn Morris
2016-01-12* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris
2016-01-05* src/buffer.c: Stick with ASCII in doc string.Paul Eggert
2016-01-05Reword transient-mark-mode doc stringPaul Eggert
2016-01-05Update doc string of 'selective-display'Eli Zaretskii
2016-01-04Fix a doc string of 'transient-mark-mode'Eli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert