summaryrefslogtreecommitdiff
path: root/doc/lispref/strings.texi
Commit message (Expand)AuthorAge
* Move string-trim functions to subr.elLars Ingebrigtsen2021-03-24
* Merge from origin/emacs-27Glenn Morris2021-01-04
|\
| * Fix last changeEli Zaretskii2021-01-02
| * Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2021-01-02
| * Update copyright year to 2021Paul Eggert2021-01-01
| * Correct 'concat' manual entry (bug#42296)Mattias Engdegård2020-07-11
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Add a SPLIT parameter to `format-spec'Lars Ingebrigtsen2020-12-29
* | Add a reference between the Strings node and Search/ReplaceLars Ingebrigtsen2020-12-29
* | Allow `string-limit' to work on encoded stringsLars Ingebrigtsen2020-12-25
* | Remove `string-slice' -- it's not very well definedLars Ingebrigtsen2020-12-25
* | Make string-pad take an optional START parameterLars Ingebrigtsen2020-12-22
* | Change the string-limit parameter semanticsLars Ingebrigtsen2020-12-22
* | Add string-chop-newlineLars Ingebrigtsen2020-12-21
* | Rename slice-string to string-sliceLars Ingebrigtsen2020-12-21
* | Add `string-pad'Lars Ingebrigtsen2020-12-21
* | Beef up the Emacs string utility set a bitLars Ingebrigtsen2020-12-21
* | string-search robustness and documentation improvement (bug#43598)Mattias Engdegård2020-09-25
* | Add a new function 'string-search'Lars Ingebrigtsen2020-09-25
* | Correct 'concat' manual entry (bug#42296)Mattias Engdegård2020-07-11
* | Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-18
|/
* Improve format-spec documentation (bug#41571)Basil L. Contovounesios2020-06-02
* Don’t use “constant” for values you shouldn’t changePaul Eggert2020-05-16
* Improve mutability documentationPaul Eggert2020-04-19
* 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