summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAge
* 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
* substitute-command-keys keeps quotes’ text propsPaul Eggert2016-04-14
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* doc string file descriptor exhaustion fixPaul Eggert2016-03-04
* Fix Bug#22814Michael Albinus2016-03-04
* Update copyright year to 2016Paul Eggert2016-01-01
* Improve text-quoting-style docPaul Eggert2015-11-23
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-07
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* format-message now curves ` and 'Paul Eggert2015-08-25
* Treat ' like ’ even when not matching `Paul Eggert2015-08-24
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-23
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab2015-08-23
* Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert2015-08-17
* Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert2015-08-14
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-14
* Give names to Unicode code points in C codePaul Eggert2015-08-11
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-09
* Redo text-quoting-style variablePaul Eggert2015-08-02
* ; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii2015-06-30
* Translate undisplayable ‘ to `Paul Eggert2015-06-25
* * src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert2015-06-20
* Improve the optional translation of quotesPaul Eggert2015-06-19
* * src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris2015-06-18
* Make translation of quotes to curly in doc strings optional.Alan Mackenzie2015-06-18
* Don't misencode C-generated messagesPaul Eggert2015-05-30
* substitute-command-keys now curves quotesPaul Eggert2015-05-28
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-30
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-29
* Fix some slow uses and misuses of strcat.Paul Eggert2014-09-23
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-23
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-23
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-15
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-05
* * doc.c (store_function_docstring): Fix pointer signedness mismatch.Paul Eggert2014-03-20
* * lisp/emacs-lisp/nadvice.el (advice--make-docstring): Try harder to findStefan Monnier2014-03-20
* * src/doc.c (Fsnarf_documentation): Snarf not-yet-bound variablesGlenn Morris2014-02-27
* Remove the dynamic-docstring-function feature.Chong Yidong2014-01-03
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Don't let unusual after-change-functions overwrite " prin1" buffer in use.Eli Zaretskii2013-11-16
* Omit some unnecessary casts.Paul Eggert2013-08-10