index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
doc.c
Age
Commit message (
Expand
)
Author
2022-04-07
OClosure: New function `function-documentation`
Stefan Monnier
2022-03-28
Add OClosures, a cross between functions and structs
Stefan Monnier
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-30
Don't store docstrings of preloaded .el files in etc/DOC
Stefan Monnier
2021-05-06
; * src/doc.c (syms_of_doc): Fix last change.
Eli Zaretskii
2021-05-06
Improve formatting in text-quoting-style docstring
Stefan Kangas
2021-04-29
* src/doc.c (Fsnarf_documentation): Fix bug#48019
Stefan Monnier
2021-01-02
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-31
Minor cleanup in doc.c
Stefan Kangas
2020-11-14
Merge remote-tracking branch 'savannah/master' into dev
Andrea Corallo
2020-11-09
Simplify getting value of text-quoting-style (Bug#44471)
Stefan Kangas
2020-10-23
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-18
Remove C version of substitute-command-keys
Stefan Kangas
2020-10-18
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-10-10
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-10-05
Use the full name of the null byte/character, not its abbreviation
Andreas Schwab
2020-04-25
Lazy load function documentation.
Andrea Corallo
2020-04-25
Store function documentations in a hash table.
Andrea Corallo
2020-03-10
* Fix store_function_docstring for for native functions
AndreaCorallo
2020-01-01
fix naming for predicate SUBR_NATIVE_COMPILEDP
Andrea Corallo
2020-01-01
mitigate ifdef proliferation
Andrea Corallo
2020-01-01
add initial native compiler pdumper support
Andrea Corallo
2020-01-01
add native compiled function docstring support
Andrea Corallo
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-11
Improve error reporting for DOC file problems
Paul Eggert
2019-08-16
Mention that text properties are removed in substitute-command-keys
Lars Ingebrigtsen
2019-07-09
Do not alter match data in Fcapitalize etc.
Paul Eggert
2019-06-26
Restrict indirect lookups in Fdocumentation_property
Lars Ingebrigtsen
2019-06-26
Fdocumentation_property: Return doc string for indirect variables
Lars Ingebrigtsen
2019-04-24
Move definition of Lisp_Module_Function to emacs-module.c.
Philipp Stephani
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-06-28
Tune SAFE_FREE
Paul Eggert
2018-02-13
Stop keeping multiple doc copies for items defined multiple times
Glenn Morris
2018-02-08
Clarify that text-quoting-style doesn't affect *Info* (Bug#24519)
Noam Postavsky
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-10-20
Tweak Fdocumentation's error for an undefined function
Glenn Morris
2017-10-01
Make the value nil in text-quoting-style mean what it does in Emacs 25.
Alan Mackenzie
2017-10-01
Make text-quoting-style customizable. Introduce t and new meaning for nil.
Alan Mackenzie
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-05-20
Reimplement module functions
Philipp Stephani
2017-04-10
Add PVSIZE function to return the size of a pseudovector.
Lars Brinkhoff
[next]