summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
Commit message (Expand)AuthorAgeFilesLines
* Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-041-1/+8
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-3/+7
* Amend documentation for text-quoting-style becoming a user option.Alan Mackenzie2017-10-011-10/+4
* Make the value nil in text-quoting-style mean what it does in Emacs 25.Alan Mackenzie2017-10-011-4/+4
* Make text-quoting-style customizable. Introduce t and new meaning for nil.Alan Mackenzie2017-10-011-2/+5
* * doc/lispref/strings.texi (Formatting Strings): Improve indexing.Eli Zaretskii2017-09-201-2/+3
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-7/+6
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-8/+5
* Minor improvements to format field numbersPaul Eggert2017-06-021-64/+55
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-3/+28
* Improve documentation of 'split-string'Jean-Christophe Helary2017-05-191-15/+13
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-061-0/+27
* Merge from origin/emacs-25Paul Eggert2017-03-191-12/+23
|\
| * ; Fix last change in doc/lispref/strings.texiEli Zaretskii2017-01-281-1/+4
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-281-12/+20
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-12-071-14/+0
|\ \ | |/
| * Typo fixes in elisp manualBogdan Creanga2016-11-291-14/+0
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+3
|\ \ | |/
| * Clarify documentation of precision in format specsEli Zaretskii2016-08-261-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+3
|\ \ | |/
| * Update ELisp manual to match 'string-collate-equalp' doc stringEli Zaretskii2016-07-101-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-06-261-2/+3
|\ \ | |/
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-231-2/+3
* | Fix copying text properties by 'format'Eli Zaretskii2016-06-091-1/+2
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-101-3/+2
* | Merge from origin/emacs-25Paul Eggert2016-05-051-2/+8
|\ \ | |/
| * Doc fixes for quotingPaul Eggert2016-05-031-2/+8
* | Use Gnulib filevercmp for version comparisonPaul Eggert2016-02-211-14/+6
* | Avoid integer overflows in string-numeric-lesspLars Ingebrigtsen2016-02-211-1/+4
* | Add the string-numeric-lessp functionLars Ingebrigtsen2016-02-211-0/+13
|/
* Some corrections in Elisp manualMartin Rudalics2016-02-011-2/+3
* * doc/lispref/strings.texi (Text Comparison): Document 'string-greaterp'.Eli Zaretskii2016-01-161-1/+7
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Improve documentation of string-collate-* functionsEli Zaretskii2015-11-291-5/+8
* Document behavior of collation on CygwinKen Brown2015-11-021-2/+5
* Avoid non-ASCII decoding errors in Texinfo filesEli Zaretskii2015-09-251-1/+1
* Restore some of the quoting in the manualsEli Zaretskii2015-09-161-1/+1
* Quote less in manualsPaul Eggert2015-09-151-6/+6
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-8/+8
* Fix minor problems with " in manualPaul Eggert2015-09-041-7/+7
* Documentation fixes re quotesPaul Eggert2015-08-301-8/+8
* format-message now curves ` and 'Paul Eggert2015-08-251-18/+18
* More-conservative ‘format’ quote restylingPaul Eggert2015-08-231-1/+7
* Fix minor glitches from ‘format’ reversionPaul Eggert2015-08-231-2/+6
* Revert "Extend ‘format’ to translate curved quotes"Andreas Schwab2015-08-231-49/+20
* New q flag for ‘format’Paul Eggert2015-08-181-3/+6
* Extend ‘format’ to translate curved quotesPaul Eggert2015-08-141-22/+51