summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
Commit message (Expand)AuthorAge
...
* Document constant vs mutable objects betterPaul Eggert2020-04-18
* Update copyright year to 2020Paul Eggert2020-01-01
* Support "%x" etc. formats on more floatsPaul Eggert2019-07-23
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | %o and %x can now format signed integersPaul Eggert2018-07-26
* | (format "%#x" 0) yields "0", not "0x0"Paul Eggert2018-07-23
* | positive → nonnegative doc fixesPaul Eggert2018-07-23
* | (format "%d" F) now truncates floating FPaul Eggert2018-06-25
* | Fix documentation and tests for 'string-distance'Eli Zaretskii2018-04-28
* | Merge from origin/emacs-26Glenn Morris2018-02-28
|\|
| * Fix @cindex entries in manualsMichael Albinus2018-02-24
* | Merge from origin/emacs-26Glenn Morris2018-02-24
|\|
| * Minor doc fixes, mostly for timestamp issuesPaul Eggert2018-02-23
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Merge from origin/emacs-26Glenn Morris2017-12-27
|\|
| * * doc/lispref/strings.texi (Case Conversion):Glenn Morris2017-12-27
| * Fix problems with ligatures in PDF version of ELisp manualEli Zaretskii2017-12-23
* | Allow 'make-string' callers force creation of multibyte stringsEli Zaretskii2017-11-04
|/
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-04
* Amend documentation for text-quoting-style becoming a user option.Alan Mackenzie2017-10-01
* 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
* * doc/lispref/strings.texi (Formatting Strings): Improve indexing.Eli Zaretskii2017-09-20
* Tune ‘format’ after recent fixPaul Eggert2017-06-04
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-03
* Limit format fields to more POSIX-like specPaul Eggert2017-06-01
* Minor improvements to format field numbersPaul Eggert2017-06-02
* Implement field numbers in format stringsPhilipp Stephani2017-06-02
* Improve documentation of 'split-string'Jean-Christophe Helary2017-05-19
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-06
* Merge from origin/emacs-25Paul Eggert2017-03-19
|\
| * ; Fix last change in doc/lispref/strings.texiEli Zaretskii2017-01-28
| * Improve documentation of 'format' conversionsEli Zaretskii2017-01-28
* | Merge from origin/emacs-25Paul Eggert2017-01-01
|\|
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Merge from origin/emacs-25Paul Eggert2016-12-07
|\|
| * Typo fixes in elisp manualBogdan Creanga2016-11-29
* | Merge from origin/emacs-25Paul Eggert2016-09-26
|\|
| * Clarify documentation of precision in format specsEli Zaretskii2016-08-26
* | Merge from origin/emacs-25Paul Eggert2016-08-05
|\|
| * Update ELisp manual to match 'string-collate-equalp' doc stringEli Zaretskii2016-07-10
* | Merge from origin/emacs-25Paul Eggert2016-06-26
|\|
| * Fix documentation of 'assoc-string' and 'compare-strings'Eli Zaretskii2016-06-23
* | Fix copying text properties by 'format'Eli Zaretskii2016-06-09
* | 'text-quoting-style' now affects only ` and 'Paul Eggert2016-05-10
* | Merge from origin/emacs-25Paul Eggert2016-05-05
|\|
| * Doc fixes for quotingPaul Eggert2016-05-03
* | Use Gnulib filevercmp for version comparisonPaul Eggert2016-02-21