summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAge
* ; * src/doc.c (syms_of_doc): Fix last change.Eli Zaretskii2021-05-06
* Improve formatting in text-quoting-style docstringStefan Kangas2021-05-06
* * src/doc.c (Fsnarf_documentation): Fix bug#48019Stefan Monnier2021-04-29
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
| * Minor cleanup in doc.cStefan Kangas2020-12-31
* | Merge remote-tracking branch 'savannah/master' into devAndrea Corallo2020-11-14
|\|
| * Simplify getting value of text-quoting-style (Bug#44471)Stefan Kangas2020-11-09
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-23
|\|
| * Remove C version of substitute-command-keysStefan Kangas2020-10-18
| * Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* | Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2020-10-10
|\|
| * Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-05
* | Lazy load function documentation.Andrea Corallo2020-04-25
* | Store function documentations in a hash table.Andrea Corallo2020-04-25
* | * Fix store_function_docstring for for native functionsAndreaCorallo2020-03-10
* | fix naming for predicate SUBR_NATIVE_COMPILEDPAndrea Corallo2020-01-01
* | mitigate ifdef proliferationAndrea Corallo2020-01-01
* | add initial native compiler pdumper supportAndrea Corallo2020-01-01
* | add native compiled function docstring supportAndrea Corallo2020-01-01
|/
* 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