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
*
alist-get: Add optional arg TESTFN
Tino Calancha
2017-07-17
2
-10
/
+17
*
* lisp/emacs-lisp/bytecomp.el: Fix bug#14860.
Stefan Monnier
2017-07-14
1
-28
/
+15
*
* lisp/emacs-lisp/cl-lib.el (cl--random-time): Remove as well
Stefan Monnier
2017-07-14
1
-5
/
+0
*
Remove duplicate cl--random-state definition
Paul Eggert
2017-07-14
1
-3
/
+0
*
Fix core dump in substitute-object-in-subtree
Paul Eggert
2017-07-09
1
-1
/
+1
*
Fix lisp-comment-indent for single-semicolon case
Noam Postavsky
2017-07-06
1
-6
/
+8
*
Don't put whitespace between open paren and comment in Lisp modes (Bug#19740)
Noam Postavsky
2017-07-05
1
-3
/
+10
*
* lisp/emacs-lisp/cl-print.el (cl-print-compiled-button): t by default.
Noam Postavsky
2017-07-02
2
-4
/
+1
*
Let test summary go through even if some logs were not generated
Noam Postavsky
2017-07-01
1
-1
/
+1
*
* lisp/emacs-lisp/cl-extra.el (cl--random-state): New defstruct
Stefan Monnier
2017-06-30
1
-15
/
+24
*
* lisp/emacs-lisp/debug.el (debugger-list-functions): Remove obsolete msg
Stefan Monnier
2017-06-30
1
-3
/
+7
*
Hide byte code in backtraces (Bug#6991)
Noam Postavsky
2017-06-29
1
-8
/
+18
*
Don't redundantly cl-print arglist in function docstring again
Noam Postavsky
2017-06-29
1
-4
/
+5
*
Improve ert backtrace recording
Noam Postavsky
2017-06-29
2
-120
/
+36
*
Operate on frame list instead of printed backtrace
Noam Postavsky
2017-06-29
1
-39
/
+51
*
Adjust lm-verify to accept current notices
Paul Eggert
2017-06-24
1
-3
/
+4
*
Don't change byte-compile-delete-errors at runtime (Bug#27340)
Noam Postavsky
2017-06-24
1
-3
/
+7
*
Don't put deleted packages in the trash (bug#14967)
Glenn Morris
2017-06-19
1
-1
/
+1
*
Fix wrong indentation after string literal (Bug#27306)
Noam Postavsky
2017-06-13
1
-14
/
+13
*
Buttonize #<bytecode> part of printed functions (Bug#25226)
Noam Postavsky
2017-06-12
1
-4
/
+29
*
Split variable macro env from function env
Noam Postavsky
2017-06-07
1
-36
/
+28
*
Enable ElDoc messages after the newline command
Dmitry Gutov
2017-06-06
1
-1
/
+1
*
Fix check for package-unsigned-archives during retrieval
Andy Moreton
2017-06-06
1
-1
/
+1
*
Implement field numbers in format strings
Philipp Stephani
2017-06-02
1
-3
/
+8
*
cl-print: handle circular objects when `print-circle' is nil (Bug#27117)
Noam Postavsky
2017-05-31
1
-11
/
+24
*
Extract eldoc--supported-p
Dmitry Gutov
2017-05-31
1
-2
/
+5
*
Turn global-eldoc-mode into a globalized minor mode
Dmitry Gutov
2017-05-30
1
-20
/
+9
*
Fix cl-indent for `loop' with :keywords (Bug#15543)
Svante Carl v. Erichsen
2017-05-27
1
-1
/
+1
*
Don't attempt to recover from undefined behavior in some cases
Philipp Stephani
2017-05-27
2
-0
/
+18
*
* lisp/emacs-lisp/eieio.el (defclass): Fix quote in warning message.
Noam Postavsky
2017-05-26
1
-1
/
+1
*
Mark keywordp as a safe, error-free function
Wilfred Hughes
2017-05-26
1
-1
/
+1
*
Protect *Backtrace* from being killed (Bug#26650)
Noam Postavsky
2017-05-23
1
-0
/
+3
*
Give a name to lisp-mode's adaptive-fill-function (Bug#22730)
Noam Postavsky
2017-05-23
1
-4
/
+8
*
* lisp/emacs-lisp/cl-indent.el: Don't require CL. Use lexical-binding.
Stefan Monnier
2017-05-23
1
-18
/
+16
*
* lisp/emacs-lisp/package.el (package-delete): Delete readme file as well.
Tino Calancha
2017-05-21
1
-4
/
+9
*
Don't save unrelated buffers before recompiling directory (Bug#25964)
Andreas Politz
2017-05-20
1
-1
/
+6
*
New commands: find-library-other-window, find-library-other-frame
Charles A. Roelli
2017-05-20
1
-35
/
+57
*
* lisp/emacs-lisp/package.el: Quote `package-desc' in docstrings
Stefan Monnier
2017-05-19
1
-12
/
+12
*
Add an optional arguments to string-trim
Jean-Christophe Helary
2017-05-19
1
-9
/
+15
*
autoload-rubric no longer provides a feature by default
Glenn Morris
2017-05-17
1
-14
/
+10
*
Make sure indent-sexp stops at end of sexp (Bug#26878)
Noam Postavsky
2017-05-15
1
-15
/
+18
*
Make edebug-step-in work on generic methods (Bug#22294)
Gemini Lasswell
2017-05-14
3
-15
/
+46
*
Merge branch 'fix/bug-21072'
Marcin Borkowski
2017-05-14
1
-38
/
+98
|
\
|
*
Modify `beginning-of-defun-comments'
Noam Postavsky
2017-05-12
1
-8
/
+16
|
*
* lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving the point.
Noam Postavsky
2017-05-12
1
-7
/
+3
|
*
Fix Bug#21072 and rework `mark-defun'
Marcin Borkowski
2017-05-12
1
-38
/
+94
*
|
; Revert "Adjust the edebug spec of if-let*"
Mark Oteiza
2017-05-13
1
-2
/
+1
*
|
Make `old-style-backquotes' variable internal
Philipp
2017-05-13
1
-2
/
+2
*
|
Improve unescaped character literal warnings
Philipp Stephani
2017-05-13
1
-1
/
+1
*
|
Fix lisp-indent-region and indent-sexp (Bug#26619)
Noam Postavsky
2017-05-09
1
-85
/
+91
[next]