index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
lispref
/
strings.texi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
* doc/lispref/strings.texi (Case Conversion):
Glenn Morris
2017-12-27
1
-3
/
+3
*
Fix problems with ligatures in PDF version of ELisp manual
Eli Zaretskii
2017-12-23
1
-0
/
+14
*
Speed up (format "%s" STRING) and the like
Paul Eggert
2017-10-04
1
-3
/
+7
*
Amend documentation for text-quoting-style becoming a user option.
Alan Mackenzie
2017-10-01
1
-10
/
+4
*
Make the value nil in text-quoting-style mean what it does in Emacs 25.
Alan Mackenzie
2017-10-01
1
-4
/
+4
*
Make text-quoting-style customizable. Introduce t and new meaning for nil.
Alan Mackenzie
2017-10-01
1
-2
/
+5
*
* doc/lispref/strings.texi (Formatting Strings): Improve indexing.
Eli Zaretskii
2017-09-20
1
-2
/
+3
*
Tune ‘format’ after recent fix
Paul Eggert
2017-06-04
1
-7
/
+6
*
Document uniqueness limitation of ‘format’
Paul Eggert
2017-06-03
1
-3
/
+4
*
Limit format fields to more POSIX-like spec
Paul Eggert
2017-06-01
1
-8
/
+5
*
Minor improvements to format field numbers
Paul Eggert
2017-06-02
1
-64
/
+55
*
Implement field numbers in format strings
Philipp Stephani
2017-06-02
1
-3
/
+28
*
Improve documentation of 'split-string'
Jean-Christophe Helary
2017-05-19
1
-15
/
+13
*
Support casing characters which map into multiple code points (bug#24603)
Michal Nazarewicz
2017-04-06
1
-0
/
+27
*
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-12
/
+23
|
\
|
*
; Fix last change in doc/lispref/strings.texi
Eli Zaretskii
2017-01-28
1
-1
/
+4
|
*
Improve documentation of 'format' conversions
Eli Zaretskii
2017-01-28
1
-12
/
+20
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-12-07
1
-14
/
+0
|
\
|
|
*
Typo fixes in elisp manual
Bogdan Creanga
2016-11-29
1
-14
/
+0
*
|
Merge from origin/emacs-25
Paul Eggert
2016-09-26
1
-2
/
+3
|
\
|
|
*
Clarify documentation of precision in format specs
Eli Zaretskii
2016-08-26
1
-2
/
+3
*
|
Merge from origin/emacs-25
Paul Eggert
2016-08-05
1
-2
/
+3
|
\
|
|
*
Update ELisp manual to match 'string-collate-equalp' doc string
Eli Zaretskii
2016-07-10
1
-2
/
+3
*
|
Merge from origin/emacs-25
Paul Eggert
2016-06-26
1
-2
/
+3
|
\
|
|
*
Fix documentation of 'assoc-string' and 'compare-strings'
Eli Zaretskii
2016-06-23
1
-2
/
+3
*
|
Fix copying text properties by 'format'
Eli Zaretskii
2016-06-09
1
-1
/
+2
*
|
'text-quoting-style' now affects only ` and '
Paul Eggert
2016-05-10
1
-3
/
+2
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-05
1
-2
/
+8
|
\
|
|
*
Doc fixes for quoting
Paul Eggert
2016-05-03
1
-2
/
+8
*
|
Use Gnulib filevercmp for version comparison
Paul Eggert
2016-02-21
1
-14
/
+6
*
|
Avoid integer overflows in string-numeric-lessp
Lars Ingebrigtsen
2016-02-21
1
-1
/
+4
*
|
Add the string-numeric-lessp function
Lars Ingebrigtsen
2016-02-21
1
-0
/
+13
|
/
*
Some corrections in Elisp manual
Martin Rudalics
2016-02-01
1
-2
/
+3
*
* doc/lispref/strings.texi (Text Comparison): Document 'string-greaterp'.
Eli Zaretskii
2016-01-16
1
-1
/
+7
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Improve documentation of string-collate-* functions
Eli Zaretskii
2015-11-29
1
-5
/
+8
*
Document behavior of collation on Cygwin
Ken Brown
2015-11-02
1
-2
/
+5
*
Avoid non-ASCII decoding errors in Texinfo files
Eli Zaretskii
2015-09-25
1
-1
/
+1
*
Restore some of the quoting in the manuals
Eli Zaretskii
2015-09-16
1
-1
/
+1
*
Quote less in manuals
Paul Eggert
2015-09-15
1
-6
/
+6
*
Go back to grave quoting in source-code docstrings etc.
Paul Eggert
2015-09-07
1
-8
/
+8
*
Fix minor problems with " in manual
Paul Eggert
2015-09-04
1
-7
/
+7
*
Documentation fixes re quotes
Paul Eggert
2015-08-30
1
-8
/
+8
*
format-message now curves ` and '
Paul Eggert
2015-08-25
1
-18
/
+18
*
More-conservative ‘format’ quote restyling
Paul Eggert
2015-08-23
1
-1
/
+7
*
Fix minor glitches from ‘format’ reversion
Paul Eggert
2015-08-23
1
-2
/
+6
*
Revert "Extend ‘format’ to translate curved quotes"
Andreas Schwab
2015-08-23
1
-49
/
+20
[next]