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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move two more variables from autoload.el to loaddefs-gen.el
Lars Ingebrigtsen
2022-06-05
2
-25
/
+25
*
Rename generate-file to generate-lisp-file
Lars Ingebrigtsen
2022-06-05
2
-20
/
+23
*
Add convenience functions for generating Emacs Lisp files
Lars Ingebrigtsen
2022-06-05
2
-26
/
+126
*
Extend file-expand-wildcards to allow regexps
Lars Ingebrigtsen
2022-06-05
1
-1
/
+3
*
Make loaddefs-generate--parse-file more robust
Lars Ingebrigtsen
2022-06-04
1
-36
/
+43
*
Fix failing shortdoc test
Lars Ingebrigtsen
2022-06-04
1
-5
/
+5
*
Further raise-sexp doc string improvement
Lars Ingebrigtsen
2022-06-04
1
-1
/
+1
*
Improve the raise-sexp doc string
Lars Ingebrigtsen
2022-06-04
1
-1
/
+16
*
Fix warnings introduced by the lisp-mode-autoload-regexp change
Lars Ingebrigtsen
2022-06-04
1
-1
/
+1
*
Add a face to \\= doc string escapes
Lars Ingebrigtsen
2022-06-04
1
-0
/
+3
*
* lisp/emacs-lisp/shortdoc.el (string): Add `string-collate-lessp'.
Michael Albinus
2022-06-04
1
-1
/
+6
*
Don't issue warnings for Unicode quotes for now
Lars Ingebrigtsen
2022-06-03
1
-6
/
+0
*
Make checkdoc-file-comments-engine match more ;;;### forms
Lars Ingebrigtsen
2022-06-02
1
-4
/
+2
*
Fix out-of-tree build problems with loaddefs.el
Lars Ingebrigtsen
2022-06-02
1
-16
/
+23
*
Speed up loaddefs-generate on slow disks
Lars Ingebrigtsen
2022-06-02
1
-1
/
+5
*
Merge remote-tracking branch 'refs/remotes/origin/master'
Stefan Monnier
2022-06-01
1
-2
/
+9
|
\
|
*
Fix up the loaddefs-gen updating logic
Lars Ingebrigtsen
2022-06-01
1
-1
/
+1
|
*
Revert "Fix loaddefs generation"
Lars Ingebrigtsen
2022-06-01
1
-1
/
+1
|
*
Tweak how loaddefs-gen decides whether to do a full update
Lars Ingebrigtsen
2022-06-01
1
-1
/
+8
|
*
Fix loaddefs generation
Po Lu
2022-06-01
1
-1
/
+1
*
|
bindat (strz): Fix wrong-type-argument error when unpacking
Richard Hansen
2022-06-01
1
-2
/
+2
*
|
; bindat (strz): Consistent length type check
Richard Hansen
2022-06-01
1
-1
/
+1
*
|
bindat (strz): Fix off-by-one bug in computed length
Richard Hansen
2022-06-01
1
-2
/
+2
|
/
*
Fix the loaddefs updating logic
Lars Ingebrigtsen
2022-05-31
1
-49
/
+49
*
Make partial loaddefs updates work again
Lars Ingebrigtsen
2022-05-31
1
-24
/
+43
*
Speed up generation of loaddefs files
Lars Ingebrigtsen
2022-05-31
4
-343
/
+663
*
Traverse record literals in byte-compile--first-symbol-with-pos
Mattias Engdegård
2022-05-29
1
-1
/
+1
*
pp--insert-lisp: Don't bug out on certain forms at beginning of buffer
Visuwesh
2022-05-28
1
-1
/
+1
*
Fix native-comp of trampolines after previous change
Lars Ingebrigtsen
2022-05-28
1
-0
/
+1
*
Make package-update-all also refresh the list
Lars Ingebrigtsen
2022-05-27
1
-1
/
+2
*
Merge from origin/emacs-28
Stefan Kangas
2022-05-27
1
-1
/
+1
|
\
|
*
; Fix some doc typos and minor language issues
Štěpán Němec
2022-05-26
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/scratch/bug-55156'
Stefan Monnier
2022-05-26
1
-13
/
+10
|
\
\
|
*
|
eval.c: New functions `defvar-1` and `defconst-1` (bug#55156)
Stefan Monnier
2022-05-26
1
-13
/
+10
*
|
|
package-activate-all: Use the quickstart more conservatively
Stefan Monnier
2022-05-26
1
-1
/
+3
*
|
|
Avoid duplicates in `package-activated-list'
Sam Steingold
2022-05-26
1
-2
/
+3
|
/
/
*
|
Faster and less recursive byte-compile--first-symbol-with-pos
Mattias Engdegård
2022-05-26
1
-31
/
+26
*
|
Make comp--native-compile delete the temp file it creates
Lars Ingebrigtsen
2022-05-26
1
-42
/
+53
*
|
Make memory-report not bug out with symbols with positions
Lars Ingebrigtsen
2022-05-26
1
-0
/
+4
*
|
Don't have edebug bug out if C-x is rebound
Lars Ingebrigtsen
2022-05-25
1
-1
/
+4
*
|
Update edebug comments
Lars Ingebrigtsen
2022-05-25
1
-1
/
+1
*
|
Fix ert-run-tests-batch-and-exit doc string typo
Lars Ingebrigtsen
2022-05-25
1
-1
/
+1
*
|
Autoload package-update-all
Lars Ingebrigtsen
2022-05-25
1
-1
/
+2
*
|
Fix comp-mvar doc string quoting
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
|
Make byte compilation warn about wrong quoting in doc strings
Lars Ingebrigtsen
2022-05-24
1
-15
/
+32
*
|
Make `yank-transform-functions` a proper hook
Stefan Monnier
2022-05-24
1
-1
/
+1
*
|
Make the nativecomp test eln directory more reliably be removed
Lars Ingebrigtsen
2022-05-24
1
-12
/
+22
*
|
Further audits of single quotes in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
|
Audit symbol quoting in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
|
Fix previous warning suppression change
Lars Ingebrigtsen
2022-05-22
2
-3
/
+3
[next]