summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete default-FOO variablesMark Oteiza2016-11-071-141/+0
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Merge from origin/emacs-25Paul Eggert2016-08-051-1/+3
|\
| * Document buffer-swap-text+save-excursion interactionNoam Postavsky2016-07-141-1/+3
| * cursor-type doc fixLars Ingebrigtsen2016-05-011-0/+2
* | Ensure hack-local-variables is run in a fundamental mode buffer.Alan Mackenzie2016-06-241-1/+3
* | emacs_strerror cleanupsPaul Eggert2016-06-111-1/+0
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-3/+3
* | Fix the buffer-count patch (Bug#23394)Paul Eggert2016-04-301-2/+2
* | Fix generate-new-buffer-name increment typoPaul Eggert2016-04-301-1/+1
* | cursor-type doc fixLars Ingebrigtsen2016-04-301-0/+2
* | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-27/+19
* | Merge from origin/emacs-25John Wiegley2016-03-111-9/+9
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-9/+9
* | Merge from origin/emacs-25John Wiegley2016-02-031-5/+5
|\ \ | |/
| * Some corrections in Elisp manualMartin Rudalics2016-02-011-5/+5
* | Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert2016-01-301-1/+1
* | -Paul Eggert2016-01-301-6/+2
|\ \ | |/
| * xwidgets style cleanupPaul Eggert2016-01-221-6/+2
* | -Paul Eggert2016-01-301-0/+6
|\ \ | |/
| * Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* | -John Wiegley2016-01-181-7/+1
|\ \ | |/
| * * src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris2016-01-121-7/+1
* | * src/buffer.c (Fset_buffer_major_mode): Allow default major-mode,Glenn Morris2016-01-131-1/+1
|/
* * src/buffer.c: Stick with ASCII in doc string.Paul Eggert2016-01-051-1/+1
* Reword transient-mark-mode doc stringPaul Eggert2016-01-051-3/+3
* Update doc string of 'selective-display'Eli Zaretskii2016-01-051-1/+4
* Fix a doc string of 'transient-mark-mode'Eli Zaretskii2016-01-041-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-6/+5
* Don't invoke overlay modification hooks in wrong bufferEli Zaretskii2015-11-061-0/+17
* Don't require default-directory to end with a slashDmitry Gutov2015-10-291-1/+1
* An even better fix for bug#21739Eli Zaretskii2015-10-241-41/+6
* A better fix for bug#21739Eli Zaretskii2015-10-241-11/+41
* Fix redisplay of frame title when current buffer is killedEli Zaretskii2015-10-231-0/+5
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+2
* * src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)Xue Fuqiao2015-10-061-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-8/+8
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-27/+27
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-25/+3
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-2/+2
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* * src/buffer.c (init_buffer): Add final newline to message.Glenn Morris2015-06-121-1/+2
* Some progress towards starting with PWD deleted. (Bug#18851)Glenn Morris2015-06-111-32/+37
* Avoid grave accent quoting in stderr diagnosticsPaul Eggert2015-05-311-2/+2
* Remove format2Paul Eggert2015-05-301-2/+2
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Fix handling and doc-string of FRAME arg of `other-buffer' (Bug#20533)Martin Rudalics2015-05-201-3/+3
* Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel2015-04-291-46/+46