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
*
Backport: Add an extra column for Version in list-packages table
Steve Purcell
2015-01-06
1
-1
/
+1
*
Auto-commit of loaddefs files.
Glenn Morris
2015-01-02
1
-2
/
+2
*
Update copyright year to 2015
Paul Eggert
2015-01-01
75
-75
/
+76
*
* bytecomp.el (byte-compile-report-error): Allow the argument to be a string.
Glenn Morris
2014-11-08
1
-2
/
+5
*
* lisp/emacs-lisp/bytecomp.el: Require cl-extra.
Stefan Monnier
2014-10-23
2
-1
/
+6
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-and-folded): Optimize case where
Stefan Monnier
2014-10-22
1
-9
/
+10
*
Restore temporarily reverted bytecomp change
Stefan Monnier
2014-10-20
1
-5
/
+6
*
Temporarily revert previous bytecomp change
Glenn Morris
2014-10-20
1
-6
/
+5
*
* lisp/emacs-lisp/bytecomp.el (=, <, >, <=, >=): Don't optimize multi-arg
Stefan Monnier
2014-10-19
1
-5
/
+6
*
* lisp/emacs-lisp/lisp.el (lisp--local-variables-1): Handle `quote'.
Stefan Monnier
2014-10-14
1
-0
/
+1
*
Fix display of R2L entries in tabulated-list-mode.
Eli Zaretskii
2014-10-14
1
-1
/
+4
*
Tweak previous authors.el change
Glenn Morris
2014-10-13
1
-2
/
+2
*
Small authors.el updates
Glenn Morris
2014-10-13
1
-4
/
+31
*
* package.el (package-import-keyring): Create gnupg directory private.
Glenn Morris
2014-10-01
1
-1
/
+7
*
* lisp/emacs-lisp/package.el (package-check-signature): Default to nil if
Stefan Monnier
2014-09-27
1
-7
/
+9
*
* lisp/emacs-lisp/package.el (package-generate-description-file):
Stefan Monnier
2014-09-02
1
-9
/
+15
*
* emacs-lisp/authors.el (authors-aliases): Addition.
Michael Albinus
2014-08-27
1
-0
/
+1
*
* lisp/emacs-lisp/edebug.el (edebug-eval-defun): Print result using
Stefan Monnier
2014-07-05
1
-1
/
+1
*
* emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp):
Leo Liu
2014-07-02
1
-2
/
+2
*
* lisp/emacs-lisp/package.el (package--check-signature): (backport)
Daiki Ueno
2014-06-26
1
-10
/
+14
*
Remove some function declarations, no longer needed or correct
Glenn Morris
2014-06-25
1
-2
/
+0
*
authors.el: Add some renamed/moved files
Glenn Morris
2014-06-25
1
-1
/
+8
*
* lisp/emacs-lisp/package.el (package-list-unsigned): New var.
Stefan Monnier
2014-06-25
1
-6
/
+10
*
* lisp/emacs-lisp/smie.el (smie-config--guess): Fix typo.
Stefan Monnier
2014-06-20
1
-6
/
+5
*
* lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.
Stefan Monnier
2014-06-19
1
-4
/
+10
*
* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix up "other-end" info when
Stefan Monnier
2014-06-13
1
-1
/
+4
*
* lisp/emacs-lisp/package.el: Comment update
Glenn Morris
2014-06-05
1
-2
/
+0
*
Some documentation for signing of packages
Glenn Morris
2014-06-04
1
-2
/
+7
*
* lisp/emacs-lisp/package.el (package-pinned-packages): Doc fix.
Glenn Morris
2014-06-02
1
-10
/
+17
*
* emacs-lisp/gv.el (window-buffer, window-display-table)
Leo Liu
2014-05-31
1
-6
/
+11
*
Fix typo in previous
Glenn Morris
2014-05-29
1
-1
/
+1
*
package.el: Fix some version tags
Glenn Morris
2014-05-29
1
-3
/
+3
*
* lisp/emacs-lisp/byte-opt.el (byte-optimize-binary-predicate): Don't assume
Stefan Monnier
2014-05-27
1
-8
/
+10
*
* lisp/emacs-lisp/nadvice.el (advice--member-p): Change second arg.
Stefan Monnier
2014-05-23
1
-6
/
+10
*
Replace uses of `save-buffer' with `write-region'
Dmitry Gutov
2014-05-21
1
-9
/
+8
*
* lisp/emacs-lisp/lisp.el (end-of-defun): Ensure we move.
Stefan Monnier
2014-05-20
1
-13
/
+23
*
* lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change.
Stefan Monnier
2014-05-18
1
-1
/
+1
*
* lisp/emacs-lisp/timer.el (timer-event-handler): Don't run if canceled.
Stefan Monnier
2014-05-18
1
-36
/
+44
*
Auto-commit of loaddefs files.
David Engster
2014-05-14
1
-1
/
+1
*
Deal with EIEIO methods without doc strings (Bug#17490).
Nicolas Richard
2014-05-14
1
-1
/
+1
*
* lisp/emacs-lisp/nadvice.el (advice--interactive-form): Don't get fooled
Stefan Monnier
2014-05-12
1
-1
/
+1
*
Move lisp/emacs-lisp/find-gc.el to admin/
Glenn Morris
2014-05-10
1
-149
/
+0
*
* lisp/emacs-lisp/nadvice.el: Support adding a given function multiple times.
Stefan Monnier
2014-05-10
1
-20
/
+21
*
* lisp/emacs-lisp/package.el (package-compute-transaction): Topological sort.
Stefan Monnier
2014-05-06
1
-9
/
+19
*
Minor stylistic changes in find-gc.el.
Eli Zaretskii
2014-05-06
1
-8
/
+4
*
find-gc.el misc fixes
Glenn Morris
2014-05-05
1
-44
/
+36
*
* emacs-lisp/cl-macs.el (cl-deftype): Fix indentation.
Leo Liu
2014-05-02
1
-1
/
+1
*
* emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
Leo Liu
2014-04-24
1
-1
/
+1
*
Require gv early to break eager macro-expansion cycles
Daniel Colascione
2014-04-23
1
-0
/
+1
*
* lisp/emacs-lisp/cl-macs.el (cl--loop-let): Avoid `nil' as var name.
Stefan Monnier
2014-04-21
1
-2
/
+4
[next]