summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from origin/emacs-24Paul Eggert2015-03-031-0/+1
|\
| * Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii2015-02-131-0/+1
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-5/+3
* | Revert changes installed by xwidgets mergePaul Eggert2015-02-011-8/+0
* | Merge branch 'master' into xwidgetJoakim Verona2015-01-251-8/+3
|\ \
| * | Count MANY function args more reliablyPaul Eggert2015-01-251-8/+3
* | | merge masterJoakim Verona2015-01-151-72/+89
|\| |
| * | * src/buffer.c (init_buffer_once): Initialize buffer_local_flags early.Stefan Monnier2015-01-111-72/+89