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
*
Spelling fixes.
Paul Eggert
2011-11-19
2
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el: Silence obsolete warnings more reliably.
Stefan Monnier
2011-11-19
1
-4
/
+7
*
Fix typos.
Juanma Barranquero
2011-11-20
2
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-19
3
-3
/
+3
*
Spelling fixes.
Paul Eggert
2011-11-19
4
-4
/
+4
*
* lisp/emacs-lisp/smie.el: Improve warnings and conflict detection.
Stefan Monnier
2011-11-18
1
-46
/
+109
*
Spelling fixes.
Paul Eggert
2011-11-18
1
-1
/
+1
*
autoload.el fix for bug#10049
Glenn Morris
2011-11-17
1
-0
/
+7
*
Spelling fixes.
Paul Eggert
2011-11-17
3
-5
/
+6
*
Fix typos.
Juanma Barranquero
2011-11-16
2
-2
/
+2
*
* autoconf.el (autoconf-mode): Fix comment-start-skip regexp.
Chong Yidong
2011-11-16
1
-1
/
+1
*
Fix typos.
Juanma Barranquero
2011-11-15
4
-16
/
+16
*
Spelling fixes.
Paul Eggert
2011-11-14
1
-1
/
+1
*
Spelling fixes.
Paul Eggert
2011-11-14
3
-4
/
+4
*
Fix typos.
Juanma Barranquero
2011-11-14
1
-2
/
+2
*
Spelling fixes.
Paul Eggert
2011-11-14
3
-13
/
+13
*
Spelling fixes.
Paul Eggert
2011-11-13
3
-3
/
+3
*
Spelling fixes.
Paul Eggert
2011-11-12
2
-2
/
+2
*
toggle-read-only fixes for bugs#7292, 10006.
Glenn Morris
2011-11-09
1
-1
/
+1
*
* emacs-lisp/find-func.el (find-function-read): Fix incorrect use of default ...
thierry volpiatto
2011-11-08
1
-23
/
+17
*
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
Chong Yidong
2011-10-29
1
-0
/
+1
*
* lisp/emacs-lisp/cl.el (most-negative-float): Fix doc typo.
Glenn Morris
2011-10-27
1
-1
/
+1
*
Auto-commit of loaddefs files.
Glenn Morris
2011-10-27
1
-11
/
+15
*
Add doc-strings to some cl float parameters.
Glenn Morris
2011-10-27
2
-18
/
+50
*
Replace fundamental-mode-hook with change-major-mode-after-body-hook.
Chong Yidong
2011-10-27
2
-3
/
+5
*
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix. (Bug#9819)
Glenn Morris
2011-10-24
1
-2
/
+3
*
Fix more minor mode docstrings.
Chong Yidong
2011-10-19
2
-11
/
+15
*
Fix minor mode docstrings for the new meaning of a nil ARG.
Chong Yidong
2011-10-19
1
-5
/
+7
*
* emacs-lisp/ert.el (ert--explain-equal-rec, ert-select-tests): Doc fixes.
Glenn Morris
2011-10-15
1
-21
/
+20
*
* lisp/emacs-lisp/timer.el (with-timeout): Make sure we cancel the timer
Stefan Monnier
2011-10-13
1
-21
/
+20
*
* lisp/emacs-lisp/edebug.el: Heed checkdoc recommendations.
Stefan Monnier
2011-10-05
1
-20
/
+19
*
* lisp/emacs-lisp/debug.el (debug-convert-byte-code): Don't assume the
Stefan Monnier
2011-09-27
1
-1
/
+3
*
* lisp/emacs-lisp/package.el (list-packages): Fix echo area message.
Chong Yidong
2011-09-27
1
-2
/
+3
*
* lisp/emacs-lisp/debug.el (debugger-args): Give it a docstring.
Stefan Monnier
2011-09-19
1
-26
/
+41
*
Capitalize non-function content words in menu item strings.
Juri Linkov
2011-09-18
2
-11
/
+11
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix overflow
Andreas Schwab
2011-09-17
1
-1
/
+1
*
Add package-menu-mark-upgrades to the Package Menu menu bar map.
Chong Yidong
2011-09-14
1
-0
/
+3
*
Add an "mark upgradable packages" command to Package Menu mode.
Chong Yidong
2011-09-14
1
-26
/
+87
*
Tabify previous change.
Glenn Morris
2011-09-13
1
-62
/
+62
*
* lisp/emacs-lisp/debug.el (debugger-make-xrefs): Preserve point. (Bug#9462)
Glenn Morris
2011-09-13
1
-65
/
+66
*
Doc fixes related to lisp-indent-function (bug#9484)
Glenn Morris
2011-09-12
2
-11
/
+18
*
* lisp/emacs-lisp/find-func.el (find-function-C-source): Only set
Stefan Monnier
2011-09-06
1
-7
/
+8
*
Fix package menu bug in marking obsolete packages for deletion.
Chong Yidong
2011-08-28
1
-1
/
+1
*
* package.el (package-install): Call package-initialize if called interactively.
Chong Yidong
2011-08-26
1
-10
/
+16
*
Fix bug #9324 with unwarranted repositioning of point.
Eli Zaretskii
2011-08-26
1
-1
/
+1
*
Fix format bug in defstruct
Leo Liu
2011-08-26
1
-6
/
+4
*
* lisp/emacs-lisp/derived.el (define-derived-mode): Doc fix.
Glenn Morris
2011-08-24
1
-2
/
+2
*
* lisp/emacs-lisp/eieio.el (eieio-defmethod, eieio-defgeneric):
Stefan Monnier
2011-08-23
1
-8
/
+108
*
* lisp/emacs-lisp/debug.el (debug-arglist): New function.
Stefan Monnier
2011-08-22
1
-13
/
+21
*
Improve Edebug error for attempting to instrument built-in functions.
Chong Yidong
2011-08-21
2
-2
/
+8
[next]