aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-11Improve error reporting for DOC file problemsPaul Eggert1-1/+1
2019-08-16Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen1-2/+2
2019-07-09Do not alter match data in Fcapitalize etc.Paul Eggert1-1/+1
2019-06-26Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen1-3/+5
2019-06-26Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen1-0/+12
2019-04-24Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani1-1/+3
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-1/+1
2019-01-15Add portable dumperDaniel Colascione1-12/+4
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-1/+1
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-13/+13
2018-06-28Tune SAFE_FREEPaul Eggert1-6/+3
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris1-26/+16
2018-02-08Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky1-2/+2
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert1-1/+1
2017-10-20Tweak Fdocumentation's error for an undefined functionGlenn Morris1-0/+2
2017-10-01Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie1-20/+16
2017-10-01Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie1-16/+20
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-2/+2
2017-05-20Reimplement module functionsPhilipp Stephani1-0/+2
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff1-2/+2
2017-02-01Revamp quitting and fix infloopsPaul Eggert1-5/+4
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-08Fix unlikely substitute-command-keys memory leakPaul Eggert1-4/+13
2016-08-30Minor doc quoting fixesPaul Eggert1-1/+1
2016-08-17* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert1-2/+4
2016-08-16Omit substitute-command-keys code no longer neededPaul Eggert1-3/+7
2016-08-16* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii1-1/+1
2016-08-16Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii1-4/+16
2016-08-13Minor text-quoting-style fixesPaul Eggert1-4/+4
2016-08-13Fix substitute-command-keys unibyte, alloc bugsPaul Eggert1-92/+77
2016-06-14Port to platforms where char * has top bit setPaul Eggert1-15/+3
2016-06-14Remove recursion from store_function_docstringPaul Eggert1-10/+10
2016-05-10'text-quoting-style' now affects only ` and 'Paul Eggert1-30/+11
2016-05-04Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie1-2/+10
2016-04-14substitute-command-keys keeps quotes’ text propsPaul Eggert1-3/+22
2016-03-10Rework C source files to avoid ^(Paul Eggert1-3/+3
2016-03-04doc string file descriptor exhaustion fixPaul Eggert1-3/+3
2016-03-04Fix Bug#22814Michael Albinus1-0/+3
2016-02-26--enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert1-6/+6
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-23Improve text-quoting-style docPaul Eggert1-1/+2
2015-10-20Include-file cleanup for src directoryPaul Eggert1-1/+1
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-1/+1
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert1-7/+7
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert1-9/+1
2015-08-25format-message now curves ` and 'Paul Eggert1-91/+24
2015-08-24Treat ' like ’ even when not matching `Paul Eggert1-17/+8