aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-8/+5
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25Reorder lisp.h to declare types before using themPaul Eggert1-0/+1
2016-12-12Fix point motion in cloned buffersEli Zaretskii1-3/+11
2016-12-02Add lisp watchpointsNoam Postavsky1-34/+48
2016-11-07Remove obsolete default-FOO variablesMark Oteiza1-141/+0
2016-09-30Limit <config.h>’s includesPaul Eggert1-0/+1
2016-07-14Document buffer-swap-text+save-excursion interactionNoam Postavsky1-1/+3
2016-06-24Ensure hack-local-variables is run in a fundamental mode buffer.Alan Mackenzie1-1/+3
2016-06-11emacs_strerror cleanupsPaul Eggert1-1/+0
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-1/+2
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-3/+3
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-11Rename comment-depth (etc.) to literal-cache (etc.). Enable it by defaultAlan Mackenzie1-7/+7
2016-03-10Rework C source files to avoid ^(Paul Eggert1-9/+9
2016-03-08First "working" version of cacheing comments in a text property.Alan Mackenzie1-0/+11
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