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.el: Provide completion of locally bound variables in Elisp.
Stefan Monnier
2013-06-03
1
-8
/
+96
*
* lisp/emacs-lisp/lisp-mode.el (eval-sexp-add-defvars): Expand macros
Stefan Monnier
2013-06-03
1
-0
/
+1
*
Merge with CEDET upstream (rev. 8564).
David Engster
2013-06-02
3
-2205
/
+2294
|
\
|
*
Merge from CEDET upstream (8564).
David Engster
2013-06-02
3
-2205
/
+2294
*
|
* syntax.el (syntax-propertize-function): Fix docstring.
Stefan Monnier
2013-05-30
1
-6
/
+7
*
|
* lisp/emacs-lisp/eieio.el (eieio-eval-default-p): Move before use.
Glenn Morris
2013-05-29
1
-4
/
+4
*
|
* lisp/emacs-lisp/trace.el (trace--read-args): Provide a default.
Stefan Monnier
2013-05-29
1
-1
/
+11
*
|
* lisp/emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Inherit from
Stefan Monnier
2013-05-29
1
-0
/
+1
*
|
* lisp/emacs-lisp/smie.el (smie-highlight-matching-block): Always turn
Leo Liu
2013-05-29
1
-9
/
+6
|
/
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-warnings): Doc fix.
Glenn Morris
2013-05-27
1
-2
/
+3
*
Always defvar a mode's hook and provide a docstring.
Stefan Monnier
2013-05-27
2
-4
/
+9
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't burp at EOB.
Stefan Monnier
2013-05-24
1
-1
/
+1
*
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Don't use
Stefan Monnier
2013-05-24
1
-1
/
+5
*
* lisp/emacs-lisp/smie.el (smie-auto-fill): Rework to be more robust.
Stefan Monnier
2013-05-24
1
-55
/
+58
*
* emacs-lisp/chart.el (chart-sort): Replace obsolete `object-name'.
Glenn Morris
2013-05-23
1
-1
/
+1
*
* lisp/emacs-lisp/smie.el (smie-indent-forward-token)
Stefan Monnier
2013-05-23
1
-2
/
+12
*
Silence checkdoc.el compilation
Glenn Morris
2013-05-22
1
-20
/
+15
*
Tweak byte-compile-file-form-autoload warnings
Glenn Morris
2013-05-22
1
-12
/
+17
*
Small speedbar-related clean-up
Glenn Morris
2013-05-21
2
-4
/
+4
*
Silence some compiler warnings
Glenn Morris
2013-05-21
1
-7
/
+8
*
* emacs-lisp/smie.el (smie-highlight-matching-block-mode): Clean
Leo Liu
2013-05-17
1
-6
/
+12
*
Doc string fix for "nanoseconds".
Paul Eggert
2013-05-16
1
-2
/
+2
*
* emacs-lisp/smie.el (smie-matching-block-highlight): New face.
Leo Liu
2013-05-17
1
-2
/
+82
*
* lisp/emacs-lisp/cl-extra.el (cl-getf): Return the proper value in
Stefan Monnier
2013-05-14
2
-3
/
+6
*
* lisp/emacs-lisp/tabulated-list.el: Set a version number.
Yann Hodique
2013-05-14
2
-0
/
+2
*
* lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
Glenn Morris
2013-05-11
1
-1
/
+4
*
Make some files provide features
Glenn Morris
2013-05-11
1
-0
/
+2
*
Fix some declarations
Glenn Morris
2013-05-10
1
-2
/
+2
*
More custom :type fixes
Glenn Morris
2013-05-10
1
-1
/
+1
*
Auto-commit of loaddefs files.
Glenn Morris
2013-05-10
1
-12
/
+30
*
* lisp/emacs-lisp/cl-macs.el (cl-loop): Doc fix.
Glenn Morris
2013-05-09
1
-11
/
+29
*
Fix a bunch of custom types (thank you cus-test.el)
Glenn Morris
2013-05-08
1
-4
/
+4
*
Silence byte-compiler warnings.
Juanma Barranquero
2013-05-08
1
-1
/
+1
*
* lisp/emacs-lisp/trace.el (trace--display-buffer): New function.
Stefan Monnier
2013-05-06
1
-10
/
+14
*
* lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Doc fix.
Juri Linkov
2013-05-06
1
-7
/
+6
*
* lisp/emacs-lisp/nadvice.el (advice--member-p): Return the advice if found.
Stefan Monnier
2013-05-06
1
-3
/
+7
*
* lisp/emacs-lisp/package.el (package-autoload-ensure-default-file):
Stefan Monnier
2013-04-27
1
-3
/
+3
*
* lisp/emacs-lisp/tabulated-list.el (tabulated-list-mode): Disable undo.
Stefan Monnier
2013-04-26
1
-6
/
+5
*
Merge from emacs-24; up to 2012-12-27T08:21:08Z!rgm@gnu.org
Glenn Morris
2013-04-26
1
-1
/
+1
|
\
|
*
* lisp/emacs-lisp/syntax.el (syntax-propertize-multiline):
Erik Charlebois
2013-04-22
1
-1
/
+1
*
|
list-load-path-shadows simplification
Glenn Morris
2013-04-26
1
-75
/
+53
*
|
* lisp/progmodes/octave-mod.el (octave-smie-forward-token): Only emit
Stefan Monnier
2013-04-24
1
-12
/
+24
*
|
No longer include timestamp in header of .elc files
Glenn Morris
2013-04-20
1
-5
/
+1
*
|
Use add/remove-function to manipulate process-filters.
Stefan Monnier
2013-04-20
1
-0
/
+3
*
|
* lisp/subr.el (with-wrapper-hook): Declare obsolete.
Stefan Monnier
2013-04-17
1
-2
/
+5
*
|
* lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Provide specialized
Stefan Monnier
2013-04-17
1
-26
/
+54
*
|
* lisp/emacs-lisp/nadvice.el (add-function): Default simple vars to their
Stefan Monnier
2013-04-15
1
-4
/
+3
*
|
* lisp/emacs-lisp/nadvice.el: Properly test names when adding advice.
Stefan Monnier
2013-04-15
1
-4
/
+6
*
|
* lisp/emacs-lisp/trace.el (trace-values): New function.
Stefan Monnier
2013-04-13
1
-0
/
+11
*
|
* src/keyboard.c (timer_start_idle): Call internal-timer-start-idle instead
Stefan Monnier
2013-04-10
1
-69
/
+82
[next]