aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-01cursor-type doc fixLars Ingebrigtsen1-0/+2
2016-04-30Fix the buffer-count patch (Bug#23394)Paul Eggert1-2/+2
2016-04-30Fix generate-new-buffer-name increment typoPaul Eggert1-1/+1
2016-04-30cursor-type doc fixLars Ingebrigtsen1-0/+2
2016-04-04Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert1-27/+19
2016-03-10Rework C source files to avoid ^(Paul Eggert1-9/+9
2016-02-01Some corrections in Elisp manualMartin Rudalics1-5/+5
2016-01-30Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert1-1/+1
2016-01-22xwidgets style cleanupPaul Eggert1-6/+2
2016-01-19Support for the new Xwidget feature.Joakim Verona1-0/+6
2016-01-13* src/buffer.c (Fset_buffer_major_mode): Allow default major-mode,Glenn Morris1-1/+1
2016-01-12* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris1-7/+1
2016-01-05* src/buffer.c: Stick with ASCII in doc string.Paul Eggert1-1/+1
2016-01-05Reword transient-mark-mode doc stringPaul Eggert1-3/+3
2016-01-05Update doc string of 'selective-display'Eli Zaretskii1-1/+4
2016-01-04Fix a doc string of 'transient-mark-mode'Eli Zaretskii1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-6/+5
2015-11-06Don't invoke overlay modification hooks in wrong bufferEli Zaretskii1-0/+17
2015-10-29Don't require default-directory to end with a slashDmitry Gutov1-1/+1
2015-10-24An even better fix for bug#21739Eli Zaretskii1-41/+6
2015-10-24A better fix for bug#21739Eli Zaretskii1-11/+41
2015-10-23Fix redisplay of frame title when current buffer is killedEli Zaretskii1-0/+5
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+2
2015-10-06* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)Xue Fuqiao1-1/+1
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-8/+8
2015-09-01Docstring fixes re quotes in C codePaul Eggert1-27/+27
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-25/+3
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert1-2/+2
2015-06-30In strings, prefer plain ` and ' to \` and \'Paul Eggert1-1/+1
2015-06-12* src/buffer.c (init_buffer): Add final newline to message.Glenn Morris1-1/+2
2015-06-11Some progress towards starting with PWD deleted. (Bug#18851)Glenn Morris1-32/+37
2015-05-31Avoid grave accent quoting in stderr diagnosticsPaul Eggert1-2/+2
2015-05-30Remove format2Paul Eggert1-2/+2
2015-05-21Don't quote nil and t in doc stringsPaul Eggert1-1/+1
2015-05-20Fix handling and doc-string of FRAME arg of `other-buffer' (Bug#20533)Martin Rudalics1-3/+3
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel1-46/+46
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert1-5/+3
2015-02-13Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii1-0/+1
2015-02-01Revert changes installed by xwidgets mergePaul Eggert1-8/+0
2015-01-25Count MANY function args more reliablyPaul Eggert1-8/+3
2015-01-11* src/buffer.c (init_buffer_once): Initialize buffer_local_flags early.Stefan Monnier1-72/+89
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-37/+4
2015-01-01Update copyright year to 2015Paul Eggert1-1/+2
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-19* buffer.c (syms_of_buffer): Omit unneeded staticpros.Paul Eggert1-5/+0
2014-12-18Minor cleanups for Lisp objects and symbolsPaul Eggert1-7/+5
2014-12-15* lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier1-2/+2
2014-11-16Implement an `inhibit-read-only' text propertyLars Magne Ingebrigtsen1-4/+12
2014-10-04Add documentation for horizontal scroll bars and fix some minor issues.Martin Rudalics1-2/+2