summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Minor cleanup in doc.cStefan Kangas2020-12-31
* Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
* Remove C version of substitute-command-keysStefan Kangas2020-10-18
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* Update copyright year to 2020Paul Eggert2020-01-01
* Improve error reporting for DOC file problemsPaul Eggert2019-09-11
* Mention that text properties are removed in substitute-command-keysLars Ingebrigtsen2019-08-16
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Restrict indirect lookups in Fdocumentation_propertyLars Ingebrigtsen2019-06-26
* Fdocumentation_property: Return doc string for indirect variablesLars Ingebrigtsen2019-06-26
* Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-24
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Tune SAFE_FREEPaul Eggert2018-06-28
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-13
|/
* Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)Noam Postavsky2018-02-08
* Update copyright year to 2018Paul Eggert2018-01-01
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-13
* Tweak Fdocumentation's error for an undefined functionGlenn Morris2017-10-20
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-01
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Reimplement module functionsPhilipp Stephani2017-05-20
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-10
* Revamp quitting and fix infloopsPaul Eggert2017-02-01
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
| * * src/doc.c (Fsubstitute_command_keys): Another fix for smart quotes.Eli Zaretskii2016-08-16
| * Avoid segfaults due to quoting in 'substitute-command-keys'Eli Zaretskii2016-08-16
* | Fix unlikely substitute-command-keys memory leakPaul Eggert2016-12-08
* | Minor doc quoting fixesPaul Eggert2016-08-30
* | * src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert2016-08-17
* | Omit substitute-command-keys code no longer neededPaul Eggert2016-08-16
* | Minor text-quoting-style fixesPaul Eggert2016-08-13
* | Fix substitute-command-keys unibyte, alloc bugsPaul Eggert2016-08-13
* | Port to platforms where char * has top bit setPaul Eggert2016-06-14
* | Remove recursion from store_function_docstringPaul Eggert2016-06-14
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-10
* | Allow `text-quoting-style' to be `leave', i.e. no translation of quotes.Alan Mackenzie2016-05-04
* | Merge from origin/emacs-25Paul Eggert2016-04-18
|\|
| * substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-14
* | Merge from origin/emacs-25John Wiegley2016-03-11
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-10
| * doc string file descriptor exhaustion fixPaul Eggert2016-03-04