index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
/
subr-x.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Fix string-pixel-width with global setting of display-line-numbers
Dmitry Gutov
2023-11-18
1
-4
/
+3
*
Fix 'string-pixel-width' under 'line-prefix'
Eli Zaretskii
2023-07-31
1
-3
/
+6
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-31
1
-1
/
+1
*
; Review and fix NEWS and related documentation
Eli Zaretskii
2022-12-25
1
-1
/
+4
*
; Don't quote nil in comments
Stefan Kangas
2022-12-15
1
-1
/
+1
*
Fix 'add-display-text-property' when OBJECT is non-nil
Eli Zaretskii
2022-12-06
1
-2
/
+3
*
Disable display-line-numbers-mode in string-pixel-width (bug#59311)
Juri Linkov
2022-11-20
1
-0
/
+4
*
Autoload string-join
Lars Ingebrigtsen
2022-09-17
1
-0
/
+1
*
Hide local variable section in emacs-news-modes
Stefan Kangas
2022-08-12
1
-0
/
+12
*
; * lisp/emacs-lisp/subr-x.el (string-pad): Optimise.
Mattias EngdegÄrd
2022-08-10
1
-7
/
+3
*
Autoload string-blank-p
Stefan Kangas
2022-08-09
1
-0
/
+1
*
Fix off-by-one error in string-truncate-left
Lars Ingebrigtsen
2022-07-23
1
-2
/
+6
*
Autoload named-let
Lars Ingebrigtsen
2022-07-11
1
-0
/
+1
*
; * lisp/emacs-lisp/subr-x.el (string-limit): Clarify doc string.
Eli Zaretskii
2022-07-05
1
-5
/
+4
*
Mention byte order marks in string-limit doc string
Lars Ingebrigtsen
2022-07-05
1
-1
/
+6
*
Make string-limit with encoding return complete glyphs
Lars Ingebrigtsen
2022-07-03
1
-31
/
+52
*
Re-fix build warnings about subr-x defsubsts
Lars Ingebrigtsen
2022-06-25
1
-4
/
+0
*
Fix cl-generic bootstrap problems
Lars Ingebrigtsen
2022-06-24
1
-13
/
+0
*
Slightly faster hash-table-keys and hash-table-values
Mattias EngdegÄrd
2022-06-17
1
-2
/
+6
*
; Re-fix last change in doc of 'with-buffer-unmodified-if-unchanged'.
Robert Pluim
2022-05-04
1
-1
/
+1
*
; Fix last change in doc string of 'with-buffer-unmodified-if-unchanged'.
Eli Zaretskii
2022-05-04
1
-1
/
+2
*
Clarify the doc string of 'with-buffer-unmodified-if-unchanged'
Eli Zaretskii
2022-05-04
1
-7
/
+14
*
Make with-buffer-unmodified-if-unchanged more efficient
Lars Ingebrigtsen
2022-05-03
1
-2
/
+2
*
Make with-buffer-unmodified-if-unchanged more resilient
Lars Ingebrigtsen
2022-05-03
1
-8
/
+10
*
with-buffer-unmodified-if-unchanged: Tweak the implementation
Stefan Monnier
2022-05-03
1
-3
/
+5
*
Add new macro with-buffer-unmodified-if-unchanged
Lars Ingebrigtsen
2022-05-03
1
-0
/
+25
*
Move the when-let family of macros to subr.el
Lars Ingebrigtsen
2022-04-30
1
-110
/
+0
*
Fix bootstrap errors after previous easy-mmode change
Lars Ingebrigtsen
2022-04-02
1
-32
/
+0
*
Make string-pixel-width about 40% faster
Lars Ingebrigtsen
2022-02-20
1
-1
/
+4
*
Make string-pixel-width slightly speedier
Lars Ingebrigtsen
2022-02-19
1
-3
/
+5
*
Add new function to prompt a user for a process name
Phil Sainty
2022-01-23
1
-0
/
+42
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Remove APPEND argument from add-display-text-property
Lars Ingebrigtsen
2021-11-24
1
-8
/
+5
*
|
Add new function 'add-display-text-property'
Lars Ingebrigtsen
2021-11-24
1
-0
/
+45
*
|
Fix string-glyph-split infloop
Lars Ingebrigtsen
2021-11-24
1
-1
/
+6
*
|
Add new function buffer-text-pixel-size
martin rudalics
2021-11-22
1
-2
/
+1
*
|
Improve 'ensure-empty-lines' docstring
Robert Pluim
2021-11-10
1
-6
/
+6
*
|
Add new function string-glyph-split
Lars Ingebrigtsen
2021-10-30
1
-0
/
+16
*
|
Merge from origin/emacs-28
Eli Zaretskii
2021-10-30
1
-6
/
+6
|
\
|
|
*
Improve documentation of string truncation APIs
Eli Zaretskii
2021-10-30
1
-6
/
+6
*
|
(string-pixel-width): Rewrite to avoid side effects
Stefan Monnier
2021-10-27
1
-7
/
+2
*
|
Simplify string-pixel-width
Lars Ingebrigtsen
2021-10-27
1
-12
/
+6
*
|
Add new function 'string-pixel-width'
Lars Ingebrigtsen
2021-10-27
1
-0
/
+19
*
|
Make 'mapconcat' argument 'separator' optional
Stefan Kangas
2021-10-05
1
-1
/
+3
*
|
Add new command 'ensure-empty-lines'.
Lars Ingebrigtsen
2021-10-04
1
-0
/
+26
*
|
* lisp/emacs-lisp/subr-x.el (with-memoization): New macro
Stefan Monnier
2021-10-01
1
-0
/
+12
|
/
*
Change how thread-first/thread-last indent the first argument
Lars Ingebrigtsen
2021-09-22
1
-3
/
+3
[next]