summaryrefslogtreecommitdiff
path: root/src/doc.c
AgeCommit message (Expand)Author
2017-05-20Reimplement module functionsPhilipp Stephani
2017-04-10Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-08Fix unlikely substitute-command-keys memory leakPaul Eggert
2016-08-30Minor doc quoting fixesPaul Eggert
2016-08-17* src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert
2016-08-16Omit substitute-command-keys code no longer neededPaul Eggert
2016-08-16* src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii
2016-08-16Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii
2016-08-13Minor text-quoting-style fixesPaul Eggert
2016-08-13Fix substitute-command-keys unibyte, alloc bugsPaul Eggert
2016-06-14Port to platforms where char * has top bit setPaul Eggert
2016-06-14Remove recursion from store_function_docstringPaul Eggert
2016-05-10'text-quoting-style' now affects only ` and 'Paul Eggert
2016-05-04Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie
2016-04-18Merge from origin/emacs-25Paul Eggert
2016-04-14substitute-command-keys keeps quotes’ text propsPaul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-04doc string file descriptor exhaustion fixPaul Eggert
2016-03-04Fix Bug#22814Michael Albinus
2016-02-26--enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-23Improve text-quoting-style docPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-08-25format-message now curves ` and 'Paul Eggert
2015-08-24Treat ' like ’ even when not matching `Paul Eggert
2015-08-23More-conservative ‘format’ quote restylingPaul Eggert
2015-08-23Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab
2015-08-17Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert
2015-08-14Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert
2015-08-14Extend ‘format’ to translate curved quotesPaul Eggert
2015-08-11Give names to Unicode code points in C codePaul Eggert
2015-08-09Fix some minor quoting issues with grave accentPaul Eggert
2015-08-02Redo text-quoting-style variablePaul Eggert
2015-06-30; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii
2015-06-25Translate undisplayable ‘ to `Paul Eggert
2015-06-20* src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert
2015-06-19Improve the optional translation of quotesPaul Eggert
2015-06-18* src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris
2015-06-18Make translation of quotes to curly in doc strings optional.Alan Mackenzie
2015-05-30Don't misencode C-generated messagesPaul Eggert
2015-05-28substitute-command-keys now curves quotesPaul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert