summaryrefslogtreecommitdiff
path: root/src/doc.c
Commit message (Expand)AuthorAgeFilesLines
* Minor doc quoting fixes...Paul Eggert2016-08-301-1/+1
* * src/doc.c (Fsubstitute_command_keys): Clarify GC comments.Paul Eggert2016-08-171-2/+4
* Omit substitute-command-keys code no longer needed...Paul Eggert2016-08-161-3/+7
* Minor text-quoting-style fixes...Paul Eggert2016-08-131-4/+4
* Fix substitute-command-keys unibyte, alloc bugs...Paul Eggert2016-08-131-92/+77
* Port to platforms where char * has top bit set...Paul Eggert2016-06-141-15/+3
* Remove recursion from store_function_docstring...Paul Eggert2016-06-141-10/+10
* 'text-quoting-style' now affects only ` and '...Paul Eggert2016-05-101-30/+11
* Allow `text-quoting-style' to be `leave', i.e. no translation of quotes....Alan Mackenzie2016-05-041-2/+10
* Merge from origin/emacs-25...Paul Eggert2016-04-181-3/+22
|\
| * substitute-command-keys keeps quotes’ text props...Paul Eggert2016-04-141-3/+22
* | Merge from origin/emacs-25...John Wiegley2016-03-111-3/+6
|\|
| * Rework C source files to avoid ^(...Paul Eggert2016-03-101-3/+3
| * doc string file descriptor exhaustion fix...Paul Eggert2016-03-041-3/+3
| * Fix Bug#22814...Michael Albinus2016-03-041-0/+3
* | --enable-gcc-warnings now uses -Wjump-misses-init...Paul Eggert2016-02-261-6/+6
|/
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Improve text-quoting-style docPaul Eggert2015-11-231-1/+2
* Include-file cleanup for src directory...Paul Eggert2015-10-201-1/+1
* Omit unnecessary \ before paren in C docstrings...Paul Eggert2015-09-161-1/+1
* Go back to grave quoting in source-code docstrings etc....Paul Eggert2015-09-071-7/+7
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS...Paul Eggert2015-08-261-9/+1
* format-message now curves ` and '...Paul Eggert2015-08-251-91/+24
* Treat ' like ’ even when not matching `...Paul Eggert2015-08-241-17/+8
* More-conservative ‘format’ quote restyling...Paul Eggert2015-08-231-0/+62
* Revert "Prefer ‘format’ to ‘substitute-command-keys’"...Andreas Schwab2015-08-231-4/+5
* Curved quotes in --batch diagnostics in non-UTF-8...Paul Eggert2015-08-171-11/+22
* Prefer ‘format’ to ‘substitute-command-keys’...Paul Eggert2015-08-141-7/+4
* Extend ‘format’ to translate curved quotes...Paul Eggert2015-08-141-26/+26
* Give names to Unicode code points in C code...Paul Eggert2015-08-111-1/+0
* Fix some minor quoting issues with grave accent...Paul Eggert2015-08-091-2/+7
* Redo text-quoting-style variable...Paul Eggert2015-08-021-13/+14
* ; * src/doc.c: Add a 'coding' cookie.Eli Zaretskii2015-06-301-1/+1
* Translate undisplayable ‘ to `...Paul Eggert2015-06-251-3/+3
* * src/doc.c (syms_of_doc): Remove unused symbols.Paul Eggert2015-06-201-2/+0
* Improve the optional translation of quotes...Paul Eggert2015-06-191-30/+59
* * src/doc.c (Fsubstitute_command_keys): Make previous change compile.Glenn Morris2015-06-181-3/+3
* Make translation of quotes to curly in doc strings optional....Alan Mackenzie2015-06-181-2/+32
* Don't misencode C-generated messages...Paul Eggert2015-05-301-2/+7
* substitute-command-keys now curves quotes...Paul Eggert2015-05-281-6/+33
* Count MANY function args more reliably...Paul Eggert2015-01-251-13/+0
* Compute C decls for DEFSYMs automatically...Paul Eggert2015-01-051-2/+0
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+2
* Prefer stpcpy to strcat...Paul Eggert2014-12-251-21/+12
* Use AUTO_CONS instead of SCOPED_CONS, etc....Paul Eggert2014-09-301-2/+3
* Simplify stack-allocated Lisp objects, and make them more portable....Paul Eggert2014-09-291-2/+2
* Fix some slow uses and misuses of strcat....Paul Eggert2014-09-231-2/+2
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy....Paul Eggert2014-09-231-1/+1
* Use known length of a Lisp string to copy it faster....Dmitry Antipov2014-09-231-1/+1
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack....Dmitry Antipov2014-09-151-2/+2