summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Document buffer-swap-text+save-excursion interactionNoam Postavsky2016-07-141-1/+3
* cursor-type doc fixLars Ingebrigtsen2016-05-011-0/+2
* Rework C source files to avoid ^(Paul Eggert2016-03-101-9/+9
* Some corrections in Elisp manualMartin Rudalics2016-02-011-5/+5
* xwidgets style cleanupPaul Eggert2016-01-221-6/+2
* Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+6
* * src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris2016-01-121-7/+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
* | | merge master, fix conflictsJoakim Verona2015-01-111-37/+4
|\ \ \ | |/ /
| * | Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-37/+4
* | | merge masterjave2015-01-021-1/+2
|\ \ \ | |/ /
| * | Update copyright year to 2015Paul Eggert2015-01-011-1/+2
* | | merge upstreamjave2014-12-311-2/+2
|\ \ \ | |/ /
| * | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-2/+2
| |\ \ | | |/
| | * * lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier2014-12-151-2/+2
* | | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-113/+64
|\ \ \ | |/ /
| * | * buffer.c (syms_of_buffer): Omit unneeded staticpros.Paul Eggert2014-12-191-5/+0