summaryrefslogtreecommitdiff
path: root/src/buffer.c
AgeCommit message (Expand)Author
2016-01-30-Paul Eggert
2016-01-30-Paul Eggert
2016-01-22xwidgets style cleanupPaul Eggert
2016-01-19Support for the new Xwidget feature.Joakim Verona
2016-01-18-John Wiegley
2016-01-13* src/buffer.c (Fset_buffer_major_mode): Allow default major-mode,Glenn Morris
2016-01-12* src/buffer.c (syms_of_buffer) <major-mode>: Doc fix.Glenn Morris
2016-01-05* src/buffer.c: Stick with ASCII in doc string.Paul Eggert
2016-01-05Reword transient-mark-mode doc stringPaul Eggert
2016-01-05Update doc string of 'selective-display'Eli Zaretskii
2016-01-04Fix a doc string of 'transient-mark-mode'Eli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-11-06Don't invoke overlay modification hooks in wrong bufferEli Zaretskii
2015-11-01merge from trunkKen Raeburn
2015-10-29Don't require default-directory to end with a slashDmitry Gutov
2015-10-24An even better fix for bug#21739Eli Zaretskii
2015-10-24A better fix for bug#21739Eli Zaretskii
2015-10-23Fix redisplay of frame title when current buffer is killedEli Zaretskii
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-06* src/buffer.c (syms_of_buffer): Typo fix. (Bug#21622)Xue Fuqiao
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-01Docstring fixes re quotes in C codePaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-20Don't quote symbols 'like-this' in docstrings etc.Paul Eggert
2015-06-30In strings, prefer plain ` and ' to \` and \'Paul Eggert
2015-06-12* src/buffer.c (init_buffer): Add final newline to message.Glenn Morris
2015-06-11Some progress towards starting with PWD deleted. (Bug#18851)Glenn Morris
2015-05-31Avoid grave accent quoting in stderr diagnosticsPaul Eggert
2015-05-30Remove format2Paul Eggert
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-05-20Fix handling and doc-string of FRAME arg of `other-buffer' (Bug#20533)Martin Rudalics
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel
2015-03-03Merge from origin/emacs-24Paul Eggert
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-02-13Improve docs of transient-mark-mode (Bug#19841)Eli Zaretskii
2015-02-01Revert changes installed by xwidgets mergePaul Eggert
2015-01-25Merge branch 'master' into xwidgetJoakim Verona
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-15merge masterJoakim Verona
2015-01-11* src/buffer.c (init_buffer_once): Initialize buffer_local_flags early.Stefan Monnier
2015-01-11merge master, fix conflictsJoakim Verona
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-02merge masterjave
2015-01-01Update copyright year to 2015Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-27Merge from origin/emacs-24Fabián Ezequiel Gallina
2014-12-19* buffer.c (syms_of_buffer): Omit unneeded staticpros.Paul Eggert
2014-12-18Minor cleanups for Lisp objects and symbolsPaul Eggert
2014-12-15* lisp/subr.el (sit-for): Tweak docstring.Stefan Monnier