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
*
* lisp/emacs-lisp/cl-macs.el (cl-parse-loop-clause): Fix error in recent
Stefan Monnier
2012-06-11
1
-1
/
+1
*
Fix compiler-expansion of CL's cXXr functions.
Stefan Monnier
2012-06-11
3
-66
/
+111
*
Use lexical-binding for all of CL, and clean up its namespace.
Stefan Monnier
2012-06-11
7
-319
/
+305
*
* lisp/emacs-lisp/pcase.el (pcase-UPAT, pcase-QPAT): New edebug specs.
Johan Bockgård
2012-06-10
1
-3
/
+24
*
* lisp/emacs-lisp/pcase.el (pcase--let*): New function.
Stefan Monnier
2012-06-10
1
-72
/
+90
*
Reduce use of cl in lisp/emacs-lisp/.
Stefan Monnier
2012-06-10
12
-258
/
+232
*
Don't autoload functions too eagerly during macroexpansion.
Stefan Monnier
2012-06-08
7
-56
/
+56
*
Clean up scoping rule of predefined single-word vars.
Stefan Monnier
2012-06-08
5
-58
/
+56
*
Mention in "C-u C-x =" display how to insert the character w/o input methods.
Eli Zaretskii
2012-06-08
1
-1
/
+1
*
Get rid of cl-lexical-let, keeping only lexical-let for compatibility.
Stefan Monnier
2012-06-07
4
-202
/
+249
*
Move old compatiblity to cl.el. Remove cl-macroexpand-all.
Stefan Monnier
2012-06-07
5
-210
/
+159
*
Cleanup cl-macs namespace. Add macro helpers in macroexp.el.
Stefan Monnier
2012-06-07
9
-495
/
+507
*
* lisp/emacs-lisp/macroexp.el: Don't require CL since we don't use it.
Stefan Monnier
2012-06-06
1
-38
/
+36
*
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Don't spam the output
Stefan Monnier
2012-06-06
1
-1
/
+2
*
Remove lib-src/vcdiff
Glenn Morris
2012-06-05
1
-1
/
+1
*
* emacs-list/cust-print.el: Move to obsolete.
Stefan Monnier
2012-06-05
1
-683
/
+0
*
* lisp/emacs-lisp/macroexp.el (macroexpand-all-1): Tolerate errors during
Stefan Monnier
2012-06-05
2
-5
/
+12
*
Add native compiler-macro support.
Stefan Monnier
2012-06-05
6
-56
/
+64
*
* lisp/emacs-lisp/cl-lib.el (cl-values, cl-values-list): Fix up last change.
Stefan Monnier
2012-06-04
1
-0
/
+2
*
Update autogenerated bootstrap file.
Stefan Monnier
2012-06-04
1
-264
/
+269
*
* lisp/emacs-lisp/cl-lib.el: Rename from cl.el.
Stefan Monnier
2012-06-03
6
-1565
/
+1889
*
* lisp/emacs-lisp/authors.el (authors-aliases): Addition.
Glenn Morris
2012-06-03
1
-0
/
+1
*
Remove incorrect uses of "modeline".
Chong Yidong
2012-06-02
2
-2
/
+2
*
Auto-commit of loaddefs files.
Glenn Morris
2012-06-02
1
-1
/
+1
*
* lisp/emacs-lisp/cl-macs.el: Use backquotes.
Stefan Monnier
2012-06-01
2
-641
/
+591
*
* lisp/emacs-lisp/bytecomp.el: Fix last change.
Stefan Monnier
2012-06-01
1
-5
/
+14
*
Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.de
Chong Yidong
2012-05-31
1
-7
/
+5
|
\
|
*
Fix long filename handling of byte-compile-fix-header.
Stefan Monnier
2012-05-31
1
-7
/
+5
|
*
Auto-commit of loaddefs files.
Glenn Morris
2012-05-18
1
-1
/
+1
|
*
* lisp/emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
Stefan Monnier
2012-05-17
1
-2
/
+3
*
|
Add `declare' for `defun'. Align `defmacro's with it.
Stefan Monnier
2012-05-30
3
-106
/
+201
*
|
* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C.
Stefan Monnier
2012-05-29
7
-328
/
+322
*
|
Fix minor corner case bugs in byte compilation and pcase.
Stefan Monnier
2012-05-29
3
-45
/
+57
*
|
* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars'
Juri Linkov
2012-05-27
2
-2
/
+3
*
|
Use `declare' in `lambda' and mis minor changes.
Stefan Monnier
2012-05-26
3
-10
/
+5
*
|
lisp/emacs-lisp/edebug.el: Do not load cl-specs.el.
Juanma Barranquero
2012-05-22
1
-8
/
+0
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-root-dir): New var.
Stefan Monnier
2012-05-19
1
-24
/
+27
*
|
* lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
Stefan Monnier
2012-05-17
7
-27
/
+85
*
|
* lisp/emacs-lisp/cl-macs.el, lisp/emacs-lisp/cl.el: Move indent info.
Stefan Monnier
2012-05-17
2
-64
/
+35
*
|
* lisp/emacs-lisp/pcase.el (pcase--u1): Avoid ((lambda ...) ...).
Stefan Monnier
2012-05-17
1
-1
/
+2
*
|
* lisp/emacs-lisp/cl.el: Add edebug specs from cl-specs.el.
Stefan Monnier
2012-05-17
4
-474
/
+327
*
|
Minor renaming of internal CL functions and variables.
Stefan Monnier
2012-05-17
5
-37
/
+37
*
|
* lisp/emacs-lisp/cl-macs.el (cl-transform-lambda): Don't add spurious
Stefan Monnier
2012-05-17
1
-2
/
+3
*
|
* lisp/emacs-lisp/pcase.el (pcase-let*, pcase-let): Fix edebug spec.
Stefan Monnier
2012-05-15
1
-2
/
+3
*
|
* lisp/emacs-lisp/smie.el (smie-indent--bolp-1): New function.
Stefan Monnier
2012-05-15
1
-2
/
+24
*
|
*** empty log message ***
Stefan Monnier
2012-05-13
1
-2
/
+4
*
|
Adapt Electric Buffer Menu to recent Buffer Menu changes.
Chong Yidong
2012-05-13
1
-0
/
+9
*
|
Move define-obsolete-variable-alias before the var's definition.
Stefan Monnier
2012-05-12
2
-2
/
+3
*
|
Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com
Glenn Morris
2012-05-08
1
-3
/
+6
|
\
|
|
*
* emacs-lisp/package.el (package-built-in-p): Handle `emacs' package.
Chong Yidong
2012-05-06
1
-2
/
+5
[next]