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
*
Convert unsafep tests to ert
Stefan Kangas
2020-08-29
1
-140
/
+0
*
Prevent ElDoc blinking when eldoc-documentation-enthusiast is used
João Távora
2020-08-29
1
-2
/
+3
*
; Bump seq version to 2.22
Stefan Kangas
2020-08-29
1
-1
/
+1
*
Make XEmacs compat aliases obsolete in warnings.el
Stefan Kangas
2020-08-28
1
-2
/
+4
*
Use lexical-binding in warnings.el and add tests
Stefan Kangas
2020-08-28
1
-5
/
+1
*
New eieio-persistent-make-instance generic function
Eric Abrahamsen
2020-08-28
1
-41
/
+39
*
Remove redundant slot validation in eieio-persistent-read
Eric Abrahamsen
2020-08-28
1
-148
/
+63
*
; Fix license statements.
Stefan Kangas
2020-08-27
1
-3
/
+5
*
Preserve setf semantics in 'substring', 'cons', 'logand' expanders
Štěpán Němec
2020-08-25
2
-8
/
+17
*
Merge from origin/emacs-27
Michael Albinus
2020-08-25
1
-24
/
+28
|
\
|
*
Fix cond jump table compilation (bug#42919)
Mattias Engdegård
2020-08-19
1
-24
/
+28
*
|
Change how #:uninterned symbols are font-locked in Lisp mode
Lars Ingebrigtsen
2020-08-24
1
-3
/
+1
*
|
Avoid some uses of obsolete function interactive-p
Stefan Kangas
2020-08-24
1
-1
/
+1
*
|
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-3
/
+0
*
|
Minor mode doc string clarification
Lars Ingebrigtsen
2020-08-21
1
-1
/
+4
*
|
Fix #'(lambda ...) font locking
Anders Lindgren
2020-08-19
1
-1
/
+3
*
|
Remove some compat code from chart.el
Lars Ingebrigtsen
2020-08-18
1
-3
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-08-18
1
-2
/
+2
|
\
|
|
*
; spelling fixes
Paul Eggert
2020-08-13
1
-2
/
+2
*
|
Fix ert ability to peek inside structures when comparing unequal values
Clément Pit-Claudel
2020-08-18
1
-1
/
+8
*
|
Make Emacs 20 compat code in derived.el obsolete
Stefan Kangas
2020-08-14
1
-0
/
+1
*
|
Remove many items obsolete since Emacs 23.1
Stefan Kangas
2020-08-14
3
-18
/
+0
*
|
Handle nil load-path element in read-library-name
Tobias Zawada
2020-08-13
1
-2
/
+3
*
|
; * lisp/emacs-lisp/autoload.el: Begin summary line with three semicolons.
Jonas Bernoulli
2020-08-13
1
-1
/
+1
*
|
Merge two conditions and fix indentation
Jonas Bernoulli
2020-08-13
1
-4
/
+4
*
|
Remove Emacs 23 compat code from checkdoc.el
Stefan Kangas
2020-08-12
1
-9
/
+4
*
|
Remove compat code from autoload.el
Lars Ingebrigtsen
2020-08-11
1
-3
/
+2
*
|
Fix (end-of-defun N) for N >= 2
Noam Postavsky
2020-08-11
1
-1
/
+2
*
|
Add the new library hierarchy.el
Damien Cassou
2020-08-09
1
-0
/
+579
*
|
Make the name column in 'list-buffers' have a dynamic width
Lars Ingebrigtsen
2020-08-08
1
-0
/
+1
*
|
Clean up and improve compilation of arithmetic (bug#42597)
Mattias Engdegård
2020-08-07
2
-60
/
+62
*
|
Fix byte-compilation of (+ -0.0) (bug#42597)
Mattias Engdegård
2020-08-07
1
-3
/
+3
*
|
Tweak the autoloads scrape output slightly
Lars Ingebrigtsen
2020-08-06
1
-2
/
+2
*
|
Make the loaddefs scraping compilation output look more regular
Lars Ingebrigtsen
2020-08-06
1
-1
/
+15
*
|
Make 'byte-compile-info*' functions more logical
Lars Ingebrigtsen
2020-08-06
1
-2
/
+15
*
|
Avoid duplicate Edebug symbols when backtracking (Bug#42701)
Philipp Stephani
2020-08-03
1
-0
/
+7
*
|
Improve Edebug symbols for inlined secondary methods (Bug#42671)
Philipp Stephani
2020-08-02
1
-1
/
+1
*
|
Add a workaround for Bug#42672
Philipp Stephani
2020-08-02
1
-1
/
+10
*
|
Avoid duplicate Edebug symbols when using ‘cl-flet’ (Bug#41989)
Philipp Stephani
2020-08-02
2
-1
/
+18
*
|
Don’t generate duplicate symbols for secondary CL methods (Bug#42671)
Philipp Stephani
2020-08-02
2
-3
/
+14
*
|
; Maintainer header updates
Glenn Morris
2020-07-31
1
-0
/
+1
*
|
* lisp/emacs-lisp/byte-opt.el: Minor simplifications
Stefan Monnier
2020-07-31
1
-77
/
+45
*
|
Declare some ancient compat aliases obsolete (Bug#41328)
Stefan Kangas
2020-07-31
1
-1
/
+1
*
|
Simplify and streamline optimizer clauses
Mattias Engdegård
2020-07-28
1
-14
/
+9
*
|
Make newer ElDoc versions are compatible with Emacs < 28
João Távora
2020-07-27
1
-6
/
+10
*
|
Bring back ElDoc's eldoc-display-message-p, but obsolete it
João Távora
2020-07-27
1
-1
/
+7
*
|
Optimise 3-arg +, - and *
Mattias Engdegård
2020-07-25
1
-0
/
+10
*
|
Don't needlessly request docs from ElDoc functions
João Távora
2020-07-23
1
-19
/
+42
*
|
Fix ElDoc bugs around eldoc-echo-area-use-multiline-p.
João Távora
2020-07-19
1
-9
/
+13
*
|
; Reword bits of ElDoc internal documentation
João Távora
2020-07-19
1
-66
/
+66
[next]