aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Minor cleanups for Lisp objects and symbolsPaul Eggert2014-12-181-7/+5
| * | | | | | | | | | | | | | Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen2014-11-161-4/+12
| * | | | | | | | | | | | | | Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics2014-10-041-2/+2
| * | | | | | | | | | | | | | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-8/+14
| * | | | | | | | | | | | | | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-6/+6
| * | | | | | | | | | | | | | Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-3/+0
| * | | | | | | | | | | | | | Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-1/+4
| * | | | | | | | | | | | | | Avoid clang-specific warnings.Dmitry Antipov2014-09-171-1/+1
| * | | | | | | | | | | | | | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-6/+6
| * | | | | | | | | | | | | | * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).Detlev Zundel2014-09-121-0/+1
| * | | | | | | | | | | | | | Spelling fixes.Paul Eggert2014-09-111-1/+1
| * | | | | | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-6/+11
| * | | | | | | | | | | | | | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-1/+1
| * | | | | | | | | | | | | | Minor cleanup of recent strlen-avoiding patch.Paul Eggert2014-09-021-5/+5
| * | | | | | | | | | | | | | * buffer.h (decode_buffer): New function.Dmitry Antipov2014-09-021-75/+10
| * | | | | | | | | | | | | | Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris2014-08-101-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | Fix bug with uninitialized undo list of an indirect buffer (Bug#18180).Dmitry Antipov2014-08-051-0/+3
| | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ upstreamJoakim Verona2014-07-311-4/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / /