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
*
Merge remote-tracking branch 'savahnna/master' into HEAD
Andrea Corallo
2020-07-15
1
-8
/
+9
|
\
|
*
;Fix eldoc regression bug#42365
Tassilo Horn
2020-07-15
1
-2
/
+3
|
*
Consistently stylize eldoc as ElDoc in more prose
Basil L. Contovounesios
2020-07-14
1
-6
/
+6
*
|
* Add a simple major mode for coloring LIMPLE in the log buffer
Andrea Corallo
2020-07-15
1
-0
/
+25
*
|
Merge remote-tracking branch 'savahnna/master' into HEAD
Andrea Corallo
2020-07-13
1
-54
/
+78
|
\
|
|
*
Fix a typo in eldoc.el
James N. V. Cash
2020-07-12
1
-1
/
+1
|
*
Sort out ElDoc backward compatibility of eldoc-documentation-function
João Távora
2020-07-12
1
-5
/
+22
|
*
Fix placement of Eldoc docs during eval-expression (bug#42309)
João Távora
2020-07-10
1
-36
/
+40
|
*
Revert "Fix Eldoc problem when loading on Emacs 26.3"
João Távora
2020-07-10
1
-4
/
+1
|
*
Fix byte compilation warning in Eldoc
João Távora
2020-07-10
1
-1
/
+1
|
*
Fix Eldoc problem when loading on Emacs 26.3
João Távora
2020-07-10
1
-1
/
+4
|
*
Unbreak M-x eldoc
João Távora
2020-07-09
1
-13
/
+16
|
*
Prevent infloop in Eldoc message truncation algorithm
João Távora
2020-07-09
1
-1
/
+1
*
|
* Rename `comp-propagate' into `fw-prop'
Andrea Corallo
2020-07-13
1
-10
/
+10
*
|
* Clean-up now unnecessary backward propagation in comp.el
Andrea Corallo
2020-07-13
1
-53
/
+7
*
|
Merge remote-tracking branch 'savannah/master' into wip2
Andrea Corallo
2020-07-09
1
-119
/
+389
|
\
|
|
*
Improve Eldoc docstrings
João Távora
2020-07-08
1
-31
/
+87
|
*
Change version scheme of two Eldoc obsolete specs
João Távora
2020-07-08
1
-2
/
+2
|
*
Adjust Eldoc documentation after Eli's review
João Távora
2020-07-08
1
-95
/
+106
|
*
Make more parts of Emacs use new Eldoc capabilities
João Távora
2020-07-08
1
-34
/
+4
|
*
* lisp/emacs-lisp/eldoc.el (Version): Bump to 1.1.0
João Távora
2020-07-08
1
-1
/
+1
|
*
New M-x eldoc for on-demand and interactive documentation requests
João Távora
2020-07-08
1
-0
/
+3
|
*
Better handle asynchronous Eldoc sources
João Távora
2020-07-08
1
-86
/
+316
*
|
* Add `comp-disabled-passes'
Andrea Corallo
2020-07-09
1
-6
/
+11
*
|
* Optimize pure functions defined by the compilation environment
Andrea Corallo
2020-07-09
1
-7
/
+27
*
|
* Introduce a new pass ipa-pure
Andrea Corallo
2020-07-09
1
-1
/
+57
*
|
* Add `comp-call-op-p'
Andrea Corallo
2020-07-09
1
-1
/
+5
*
|
* Define `comp-symbol-func-to-fun'
Andrea Corallo
2020-07-09
1
-7
/
+8
*
|
* Clean-up some const folding logic and add `comp-function-pure-p'
Andrea Corallo
2020-07-08
1
-24
/
+11
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-07-07
2
-90
/
+92
|
\
|
|
*
Optimise assoc and rassoc with symbol key to assq and rassq
Mattias Engdegård
2020-07-07
1
-0
/
+11
|
*
* lisp/emacs-lisp/cl-macs.el (cl-deftype-satisfies): Add `keyword`
Stefan Monnier
2020-07-06
1
-10
/
+16
|
*
Simplify byte-code optimisation of pure functions
Mattias Engdegård
2020-07-06
1
-43
/
+14
|
*
Mark more functions pure (bug#42147)
Mattias Engdegård
2020-07-06
1
-7
/
+42
|
*
Relax portable number check in byte compiler (bug#42147)
Mattias Engdegård
2020-07-05
1
-30
/
+9
*
|
* Relax constant folding rules
Andrea Corallo
2020-07-04
1
-7
/
+2
*
|
* Fix missing tail recursion elimination
Andrea Corallo
2020-07-02
1
-1
/
+1
*
|
Rework `comp-c-func-name' arguments
Andrea Corallo
2020-07-02
2
-4
/
+6
*
|
* Add to possibility to write per pass specific tests
Andrea Corallo
2020-07-02
1
-1
/
+8
*
|
Fix lambda-list relocation class
Andrea Corallo
2020-06-30
1
-14
/
+23
*
|
* Do not skip native compilation for leim subfolder during boostrap
Andrea Corallo
2020-06-28
1
-1
/
+1
*
|
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2020-06-27
1
-0
/
+1
|
\
|
|
*
Fix byte-compilation warning in project.el
Eli Zaretskii
2020-06-26
1
-0
/
+1
*
|
Merge remote-tracking branch 'savahnna/master' into dev
Andrea Corallo
2020-06-22
5
-13
/
+13
|
\
|
|
*
Revert last change in benchmark.el
Basil L. Contovounesios
2020-06-21
1
-1
/
+1
|
*
Evaluate some unnecessarily quoted lambdas
Basil L. Contovounesios
2020-06-21
2
-7
/
+7
|
*
Various battery.el improvements (bug#41808)
Basil L. Contovounesios
2020-06-18
1
-1
/
+1
|
*
Band-aid for edebugging generator bodies (Bug#40434).
Philipp Stephani
2020-06-14
1
-4
/
+4
|
*
Ensure that getters and setters can be edebugged at the same time.
Philipp Stephani
2020-06-14
1
-1
/
+1
*
|
* Handle correctly pure delaration specifier.
Andrea Corallo
2020-06-22
1
-8
/
+22
[next]