aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |/ /
| | * | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-1/+41
| |/ /
| * | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-4/+23
* | | manual upstream mergeJoakim Verona2014-06-231-2/+2
|\ \ \ | |/ /
| * | Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-2/+2
* | | upstreamJoakim Verona2014-06-041-211/+206
|\ \ \ | |/ /
| * | Fix bug #17622 with crashes in mmap routines.Eli Zaretskii2014-05-291-16/+44
| * | Use mmap(2) emulation for buffer text on MS-Windows.Fabrice Popineau2014-05-271-63/+6
| * | Always map new memory for buffers after dumping.Fabrice Popineau2014-05-171-10/+11
| * | Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert2014-05-041-11/+12
| |\ \ | | |/