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
*
Use new macro debounce-reduce to make mouse scaling of images more responsive
Juri Linkov
2019-11-24
1
-0
/
+44
*
Fix edebug instrumentation removing from advised functions
Michael Heerdegen
2019-11-23
1
-6
/
+22
*
Refix conditional step clauses in cl-loop
dickmao
2019-11-22
1
-59
/
+37
*
Fix uses of inhibit-message in package.el
Eli Zaretskii
2019-11-22
1
-5
/
+1
*
* lisp/emacs-lisp/smie.el (smie-next-sexp): Fix bug#38255
Stefan Monnier
2019-11-21
1
-1
/
+5
*
Make pp-buffer into a command
Lars Ingebrigtsen
2019-11-21
1
-0
/
+1
*
Make with-suppressed-warnings work for macros, too
Lars Ingebrigtsen
2019-11-20
1
-1
/
+1
*
Fix cl-prettyexpand in the non-FULL case
Lars Ingebrigtsen
2019-11-18
1
-9
/
+7
*
Make edebug-remove-instrumentation remove macro instrumentation
Lars Ingebrigtsen
2019-11-15
1
-2
/
+3
*
Allow using edebug-remove-instrumentation more fine-grained
Lars Ingebrigtsen
2019-11-14
1
-17
/
+31
*
* lisp/emacs-lisp/easymenu.el (easy-menu-make-symbol): Fix last change
Stefan Monnier
2019-11-12
1
-1
/
+1
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-3
/
+3
*
Document Lisp floats a bit better
Paul Eggert
2019-11-10
1
-9
/
+7
*
* lisp/autorevert.el: Use 'minibuffer-message' to not obscure the prompt.
Juri Linkov
2019-11-10
1
-1
/
+1
*
Add CHARS arg to read-char-from-minibuffer compatible with read-char-choice.
Juri Linkov
2019-11-10
1
-3
/
+3
*
* lisp/emacs-lisp/easymenu.el: Don't quote lambdas
Stefan Monnier
2019-11-07
1
-6
/
+6
*
Clean up major mode check in package-menu-mode
Stefan Kangas
2019-11-07
1
-8
/
+20
*
Fix problem with my last commit in package.el
Stefan Kangas
2019-11-06
1
-3
/
+3
*
Avoid changing value of defcustom package-enable-at-startup
Stefan Kangas
2019-11-06
1
-6
/
+9
*
Make 'g' refresh package data in package menu
Stefan Kangas
2019-11-06
1
-6
/
+11
*
Declare unused macro package--push obsolete
Stefan Kangas
2019-11-05
1
-0
/
+1
*
* lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.
Juri Linkov
2019-11-03
1
-0
/
+1
*
Don't refuse to install packages without a "footer line"
Stefan Kangas
2019-11-02
1
-3
/
+6
*
Really enable setting a breakpoint without instrumenting first
Lars Ingebrigtsen
2019-11-01
1
-1
/
+3
*
Revert "Move description of value to syntax-ppss function."
Lars Ingebrigtsen
2019-10-30
1
-20
/
+0
*
Add a new ppss structure for syntax-ppss data
Lars Ingebrigtsen
2019-10-30
1
-0
/
+34
*
Move description of value to syntax-ppss function.
Lars Ingebrigtsen
2019-10-30
1
-0
/
+20
*
* lisp/tab-bar.el: Store point position and frame buffer-lists in tab.
Juri Linkov
2019-10-30
1
-0
/
+2
*
* lisp/emacs-lisp/seq.el: Don't require cl-lib.
Stefan Monnier
2019-10-27
2
-22
/
+23
*
Fix point position after revert-buffer in tabulated-list mode
Eli Zaretskii
2019-10-27
1
-1
/
+6
*
Expand rx definitions inside (not ...)
Mattias Engdegård
2019-10-27
1
-0
/
+3
*
* lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.
Juri Linkov
2019-10-27
1
-0
/
+2
*
rx.el: Refactor user-definition expansion
Mattias Engdegård
2019-10-24
1
-41
/
+56
*
rx doc string tweaks
Mattias Engdegård
2019-10-22
1
-3
/
+4
*
Make edebug-eval-last-sexp interactively take a zero prefix
Lars Ingebrigtsen
2019-10-22
1
-10
/
+29
*
* lisp/emacs-lisp/cursor-sensor.el: Make it possible to reveal invisible text
Stefan Monnier
2019-10-21
1
-8
/
+18
*
Tiny clean-up of previous edebug patch
Lars Ingebrigtsen
2019-10-21
1
-1
/
+1
*
Ensure we always remove the breakpoint overlays
Lars Ingebrigtsen
2019-10-21
1
-1
/
+1
*
Add fringe markers to edebug breakpoints
Lars Ingebrigtsen
2019-10-21
1
-5
/
+18
*
Don't try to add nil packages on refresh
Stefan Kangas
2019-10-21
1
-1
/
+4
*
Add a command to toggle an edebug breakpoint
Lars Ingebrigtsen
2019-10-20
1
-4
/
+39
*
Add missing rx symbols `bow' and `eow' to documentation
Mattias Engdegård
2019-10-20
1
-2
/
+2
*
Make edebug-mode-map take precedence
Lars Ingebrigtsen
2019-10-20
1
-2
/
+6
*
Fix edebug--restore-breakpoints re-instrumentinging bug-out
Lars Ingebrigtsen
2019-10-20
1
-17
/
+18
*
Add a new edebug-breakpoint face
Lars Ingebrigtsen
2019-10-20
1
-1
/
+4
*
New command to clear all breakpoints in a function
Lars Ingebrigtsen
2019-10-20
1
-0
/
+12
*
Preserve breakpoints when Edebug-reinstrumenting functions
Lars Ingebrigtsen
2019-10-20
2
-6
/
+28
*
Change default to cancel all edebug-on-entry in cancel-edebug-on-entry
Lars Ingebrigtsen
2019-10-20
1
-11
/
+20
*
Use user-error in cancel-edebug-on-entry
Lars Ingebrigtsen
2019-10-20
1
-1
/
+1
*
Instrument function if it hasn't been already in edebug-set-breakpoint
Lars Ingebrigtsen
2019-10-20
1
-0
/
+5
[next]