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/bytecomp.el (byte-compile-make-obsolete-variable):
Stefan Monnier
2011-03-11
1
-0
/
+11
*
Fix package.el handling of version numbers like 1.0pre6.
Chong Yidong
2011-03-10
1
-5
/
+32
*
Fix package-strip-rcs-id to be more robust.
Chong Yidong
2011-03-10
1
-7
/
+9
*
Use condition-case-no-debug in package.el.
Chong Yidong
2011-03-08
1
-2
/
+2
*
* simple.el (shell-command-to-string): Use `process-file'.
Michael Albinus
2011-03-08
2
-41
/
+44
*
Usability improvements to commands in package-x.el.
Chong Yidong
2011-03-06
1
-108
/
+145
*
Allow specifying local ELPA mirrors in package-archives.
Chong Yidong
2011-03-05
1
-57
/
+67
*
* lisp/emacs-lisp/elp.el (elp-results): Fix off-by-one in header. (Bug#2746)
Nikolaj Schumacher
2011-03-05
1
-1
/
+1
*
Minor ewoc fix for bug#3261.
Bob Rogers
2011-03-03
1
-0
/
+2
*
Added fast path to ERT explanation of `equal'.
Christian Ohler
2011-03-03
1
-16
/
+26
*
Fix ERT bug related to quit handling.
Christian Ohler
2011-03-03
1
-6
/
+14
*
lisp/emacs-lisp/cl-macs.el (lexical-let*): Fix argument name in docstring.
Juanma Barranquero
2011-03-01
2
-3
/
+3
*
lisp/emacs-lisp/pcase.el (pcase, pcase--u1, pcase--q1): Fix typos in docstrings.
Juanma Barranquero
2011-02-28
1
-5
/
+5
*
* lisp/emacs-lisp/pcase.el (pcase--if): Try to invert test to reduce depth.
Stefan Monnier
2011-02-26
1
-14
/
+87
*
* lisp/emacs-lisp/assoc.el: Remove misleading `sort'.
Stefan Monnier
2011-02-26
1
-5
/
+5
*
Fix package uploading for newly made or local archives.
Jambunathan K
2011-02-25
1
-22
/
+67
*
Avoid some possible prompts from autoloads.el.
Glenn Morris
2011-02-23
1
-6
/
+10
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
Stefan Monnier
2011-02-23
1
-0
/
+1
*
Import filemode module from gnulib.
Paul Eggert
2011-02-20
1
-1
/
+1
*
Fix incorrect changes introduced in 2011-02-02T17:59:44Z!sds@gnu.org.
Chong Yidong
2011-02-18
1
-2
/
+2
*
Use generated-autoload-file for internal eieio autoloads.
Glenn Morris
2011-02-18
3
-9
/
+75
*
* lisp/emacs-lisp/pcase.el (pcase--u1): Understand non-linear patterns.
Stefan Monnier
2011-02-17
1
-1
/
+8
*
Fix ERT.
Christian Ohler
2011-02-18
1
-11
/
+11
*
Merge changes from emacs-23 branch
Chong Yidong
2011-02-12
3
-18
/
+18
|
\
|
*
Merge changes from emacs-23 branch
Chong Yidong
2011-02-12
3
-17
/
+17
|
/
|
|
*
Fix trivial typos in comments and ChangeLogs.
Juanma Barranquero
2011-02-12
1
-1
/
+1
|
*
Update cl-loaddefs.el again
Andreas Schwab
2011-02-10
1
-2
/
+2
|
*
Update cl-loaddefs.el and ibuffer.el
Andreas Schwab
2011-02-10
1
-9
/
+9
|
*
cl-seq.el doc fixes.
Glenn Morris
2011-02-09
1
-8
/
+8
*
|
Allow packages to be reinstalled.
Phil Hagelberg
2011-02-11
1
-5
/
+4
*
|
* lisp/emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
Glenn Morris
2011-02-10
1
-1
/
+1
*
|
* lisp/emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
Stefan Monnier
2011-02-10
1
-4
/
+12
*
|
* lisp/emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
Stefan Monnier
2011-02-10
1
-1
/
+1
*
|
Move keymap initialization into declaration.
Stefan Monnier
2011-02-10
1
-5
/
+7
*
|
update for autoloads
Kenichi Handa
2011-02-08
1
-2
/
+2
*
|
Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.
Glenn Morris
2011-02-05
1
-1
/
+1
|
\
|
|
*
* lisp/emacs-lisp/cl-macs.el (return-from): Fix doc typo.
Glenn Morris
2011-02-05
1
-1
/
+1
*
|
elint.el trivia.
Glenn Morris
2011-02-02
1
-1
/
+0
*
|
* lisp/apropos.el (apropos-print): Now that `apropos-mode' inherits
Sam Steingold
2011-02-02
2
-18
/
+13
*
|
* lisp/simple.el (special-mode-map): Bind "h" to `describe-mode';
Sam Steingold
2011-02-01
2
-20
/
+5
*
|
Merge changes from emacs-23 branch
Chong Yidong
2011-01-31
1
-1
/
+1
|
\
|
|
*
Don't complain about duplicate leim-list files
Andreas Schwab
2011-01-29
1
-1
/
+1
*
|
Fix help-mode highlighting of advice warning (Bug#6304).
Leo Liu
2011-01-28
1
-3
/
+1
*
|
Update autoloads.
Chong Yidong
2011-01-28
1
-3
/
+3
*
|
Refill some long/short copyright headers.
Glenn Morris
2011-01-26
9
-14
/
+13
*
|
Undo part of previous copyright.el change.
Glenn Morris
2011-01-25
1
-1
/
+1
*
|
copyright.el updates.
Glenn Morris
2011-01-25
1
-36
/
+101
*
|
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
73
-127
/
+73
*
|
Merge from emacs-23.
Glenn Morris
2011-01-24
1
-1
/
+3
|
\
|
|
*
Fix toggling of case-fold-search from re-builder menu (Bug#7650).
Keitaro Miyazaki
2011-01-22
1
-1
/
+3
[next]