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
*
Suspend temp .elc production when native compiling till when necessary
Andrea Corallo
2022-01-19
2
-9
/
+16
*
* Move some code in in `byte-write-target-file'.
Andrea Corallo
2022-01-19
1
-32
/
+37
*
autoload.el: Fix corner case and avoid encoding issues
Stefan Monnier
2022-01-18
1
-2
/
+2
*
Move the Gnus range functions to a new range.el file
Lars Ingebrigtsen
2022-01-17
1
-0
/
+467
*
Don't bug out on improper lists in pp-emacs-lisp-code
Lars Ingebrigtsen
2022-01-15
1
-1
/
+4
*
(macroexp--expand-all): Fix bug#53227 and bug#46636
Stefan Monnier
2022-01-14
1
-2
/
+6
*
Add a `shortdoc' convenience alias
Lars Ingebrigtsen
2022-01-14
1
-0
/
+3
*
Merge from origin/emacs-28
Stefan Kangas
2022-01-14
1
-1
/
+1
|
\
|
*
Fix Edebug specification for inline functions (Bug#53068).
Philipp Stephani
2022-01-13
1
-1
/
+1
|
*
Revert "Fix closure-conversion of shadowed captured lambda-lifted vars"
Mattias Engdegård
2022-01-12
1
-25
/
+6
|
*
Fix closure-conversion of shadowed captured lambda-lifted vars
Mattias Engdegård
2022-01-12
1
-6
/
+25
*
|
Prefer defvar-keymap to easy-mmode-defmap
Stefan Kangas
2022-01-13
1
-1
/
+5
*
|
Make ert explainers work on function aliases
Lars Ingebrigtsen
2022-01-13
1
-6
/
+11
*
|
Remove the filename argument from the command line after an ELC+ELN build
Alan Mackenzie
2022-01-11
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/emacs-28' into trunk
Stefan Monnier
2022-01-10
2
-6
/
+5
|
\
|
|
*
Revert "Remove the filename argument from the command line after an ELC+ELN b...
Eli Zaretskii
2022-01-10
1
-2
/
+1
|
*
Remove the filename argument from the command line after an ELC+ELN build
Alan Mackenzie
2022-01-10
1
-1
/
+2
|
*
Revert "Fix alignment on font size change in tabulated-list-mode"
Eli Zaretskii
2022-01-09
1
-2
/
+1
|
*
; * lisp/emacs-lisp/package.el (package-native-compile): Fix doc wording.
Eli Zaretskii
2022-01-09
1
-4
/
+4
*
|
Add doc-string indices to easy-mmode-{defmap,defsyntax}
Ivan Sokolov
2022-01-09
1
-2
/
+2
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-01-09
1
-1
/
+7
|
\
|
|
*
Clarify docstring of package-native-compile
Stefan Kangas
2022-01-09
1
-1
/
+7
*
|
cl-generic.el: Fix bug#46722
Stefan Monnier
2022-01-05
1
-1
/
+3
*
|
Merge from origin/emacs-28
Stefan Kangas
2022-01-05
1
-0
/
+1
|
\
|
|
*
* lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing require
Philipp Stephani
2022-01-05
1
-0
/
+1
*
|
Improve pp-emacs-lisp-code for #'
Lars Ingebrigtsen
2022-01-04
1
-2
/
+4
*
|
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
92
-92
/
+92
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
93
-93
/
+93
*
|
* lisp/emacs-lisp/package.el (package-get-version): Add fallback
Stefan Monnier
2021-12-31
1
-1
/
+4
*
|
Don't store docstrings of preloaded .el files in etc/DOC
Stefan Monnier
2021-12-30
1
-7
/
+7
*
|
* lisp/emacs-lisp/ert.el (ert-select-tests): Document new error.
Philipp Stephani
2021-12-30
1
-1
/
+2
*
|
* lisp/emacs-lisp/ert.el (ert-select-tests): Simplify nested switch
Philipp Stephani
2021-12-30
1
-46
/
+36
*
|
Properly report errors about unbound ERT test symbols.
Philipp Stephani
2021-12-30
1
-2
/
+7
*
|
; * lisp/emacs-lisp/ert.el: Update reference to 'cl-assert'
Philipp Stephani
2021-12-30
1
-1
/
+1
*
|
* Fix native comp for non trivial function names (bug#52833)
Andrea Corallo
2021-12-28
1
-1
/
+3
*
|
Fix read-multiple-choice tests
Stefan Kangas
2021-12-28
1
-1
/
+1
*
|
read-multiple-choice: Improve key formatting
Stefan Kangas
2021-12-27
1
-2
/
+2
*
|
* lisp/emacs-list/eieio-compat.el: Really move to obsolete
Stefan Monnier
2021-12-27
1
-278
/
+0
*
|
read-multiple-choice: Display "SPC" instead of " "
Stefan Kangas
2021-12-26
1
-11
/
+13
*
|
read-multiple-choice: Add optional argument show-help
Stefan Kangas
2021-12-26
1
-54
/
+68
*
|
read-multiple-choice: Add face when key not in name string
Stefan Kangas
2021-12-26
1
-3
/
+10
*
|
Factor out new function rmc--add-key-description
Stefan Kangas
2021-12-26
1
-32
/
+30
*
|
; Fix last change: use 'utf-8-emacs-unix' encoding.
Eli Zaretskii
2021-12-26
1
-3
/
+3
*
|
Minor improvements in multisession.el
Eli Zaretskii
2021-12-26
1
-6
/
+9
*
|
Use the new `permission-denied' error to catch multisession errors
Lars Ingebrigtsen
2021-12-21
1
-1
/
+1
*
|
Fix bug#28557
Stefan Monnier
2021-12-20
5
-25
/
+33
*
|
; * lisp/emacs-lisp/cl-macs.el (cl--self-tco): fix bootstrapping
Mattias Engdegård
2021-12-20
1
-2
/
+2
*
|
Body of dynamic let-bindings is not in tail position
Mattias Engdegård
2021-12-20
1
-3
/
+8
*
|
Add `macroexp--dynamic-variable-p`
Mattias Engdegård
2021-12-20
2
-20
/
+42
[next]