projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2022-10-11
Matt Armstrong
Check red-black invariants in most places
commit
|
commitdiff
|
tree
|
snapshot
2022-10-11
Matt Armstrong
Improve check_subtree
commit
|
commitdiff
|
tree
|
snapshot
2022-10-10
Matt Armstrong
; * test/src/buffer-tests.el: Remove unecessary `messag...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-09
Stefan Monnier
Tighten up handling of `otick`
commit
|
commitdiff
|
tree
|
snapshot
2022-10-09
Stefan Monnier
itree.c: Use `interval_tree_inherit_offset`
commit
|
commitdiff
|
tree
|
snapshot
2022-10-09
Matt Armstrong
Debug check overlay tree invariants
commit
|
commitdiff
|
tree
|
snapshot
2022-10-09
Matt Armstrong
; * test/src/buffer-tests.el (test-overlay-randomly...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-09
Matt Armstrong
Comment change: explain inheriting "dirty" offsets
commit
|
commitdiff
|
tree
|
snapshot
2022-10-07
Stefan Monnier
itree: Try and detect non-local exits during itree...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-07
Matt Armstrong
; * src/itree.c: Add comment describing when noverlay...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-07
Matt Armstrong
Use a bool instead of a bitfield
commit
|
commitdiff
|
tree
|
snapshot
2022-10-07
Matt Armstrong
; * src/itree.c: change comments for clarity.
commit
|
commitdiff
|
tree
|
snapshot
2022-10-07
Matt Armstrong
; * src/itree.h (struct interval_node): document field...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-06
Matt Armstrong
; * src/itree.h: include "lisp.h" for Lisp_Object
commit
|
commitdiff
|
tree
|
snapshot
2022-10-06
Stefan Monnier
itree.c: Get rid of the trick using null->parent
commit
|
commitdiff
|
tree
|
snapshot
2022-10-06
Stefan Monnier
* src/itree.c (interval_tree_remove_fix): Move before...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-06
Stefan Monnier
itree.c: Fix corner case errors in offsets
commit
|
commitdiff
|
tree
|
snapshot
2022-10-05
Stefan Monnier
itree.c: Fix incomplete update of `limit`s in corner...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-05
Stefan Monnier
itree.c: Clarify how the sentinel is used
commit
|
commitdiff
|
tree
|
snapshot
2022-10-05
Stefan Monnier
itree.c: Remove some unnecessary `tree` arguments
commit
|
commitdiff
|
tree
|
snapshot
2022-10-02
Stefan Monnier
itree: Use a single iterator object
commit
|
commitdiff
|
tree
|
snapshot
2022-10-02
Stefan Monnier
mark_overlays: Use the normal ITREE_FOREACH
commit
|
commitdiff
|
tree
|
snapshot
2022-10-02
Stefan Monnier
itree.c: Remove `tree` field from iterator
commit
|
commitdiff
|
tree
|
snapshot
2022-10-02
Stefan Monnier
Merge remote-tracking branch 'origin/feature/noverlay...
commit
|
commitdiff
|
tree
|
snapshot
2022-10-02
Stefan Monnier
New ITREE_FOREACH macro
commit
|
commitdiff
|
tree
|
snapshot
2022-10-01
Gerd Möllmann
Make it compile with ITREE_DEBUG defined
commit
|
commitdiff
|
tree
|
snapshot
2022-10-01
Stefan Monnier
itree.c: Improve division between tree and iterator
commit
|
commitdiff
|
tree
|
snapshot
2022-09-30
Gerd Möllmann
Remove the per-tree null node
commit
|
commitdiff
|
tree
|
snapshot
2022-09-29
Stefan Monnier
itree: Remove the `visited` flag from the tree nodes
commit
|
commitdiff
|
tree
|
snapshot
2022-09-29
Stefan Monnier
free_buffer_overlays: Move nearer to its sole caller
commit
|
commitdiff
|
tree
|
snapshot
2022-09-29
Stefan Monnier
* src/itree.c (interval_tree_iter_start): Improve error...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-29
Stefan Monnier
alloc.c: Avoid nested overlay iterations (bug#58158)
commit
|
commitdiff
|
tree
|
snapshot
2022-09-28
Stefan Monnier
itree.[ch]: Add sanity checks, comments, and minor...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-28
Stefan Monnier
Merge remote-tracking branch 'origin/scratch/noverlay...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-28
Gerd Möllmann
Avoid nested iteration over intervals (bug#58144)
commit
|
commitdiff
|
tree
|
snapshot
2022-09-28
Gerd Möllmann
Add debugging help for nested iterators (nug#58144)
commit
|
commitdiff
|
tree
|
snapshot
2022-09-28
Gerd Möllmann
Fix last change
commit
|
commitdiff
|
tree
|
snapshot
2022-09-27
Gerd Möllmann
Fix macOS build (bug#58108)
commit
|
commitdiff
|
tree
|
snapshot
2022-09-26
Stefan Monnier
* src/buffer.c (overlays_in): Fix confusion Z-vs-ZV
commit
|
commitdiff
|
tree
|
snapshot
2022-09-25
Stefan Monnier
Merge 'master' into noverlay
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Monnier
Merge remote-tracking branch 'refs/remotes/origin/master'
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
kobarity
hideshow.el: Improve hs-toggle-hiding behavior
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Regenerated ldefs-boot.el
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Remove "manual" package--builtin-versions updates
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Brian Cully
* lisp/net/tramp-docker.el: New file.
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Monnier
(event-start/end): Fix part of bug#52092
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Monnier
Merge branch 'emacs-28'
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Monnier
* lisp/progmodes/hideshow.el (hs-toggle-hiding): Fix...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Make dired-do-rename refuse to rename . and ..
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Add a new command vc-pull-and-push
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Tweak binding of `+' in vc-dir
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Alan Mackenzie
CC Mode. Make AWK Mode work with electric-pair-mode
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Visuwesh
docview: Use svg images when using mupdf for conversion
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Prefer command remapping
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Fix C-a/C-e in thumbnail buffer
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
Make thumbs.el obsolete
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
Move thumbs.el to lisp/obsolete
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Regenerate old thumbnails when needed
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Improve performance of marking commands
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Mark 'per-directory' as :safe
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
Add new macro image-dired--with-dired-buffer
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Tweak how :override advice is formatted in *Help*
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Rename file-name-directory
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Ensure that cus-load doesn't add things twice
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
`append' doc string clarification
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Lars Ingebrigtsen
Clarify message-newline-and-reformat doc string
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
; * lisp/image/image-dired.el: Improve sectioning.
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
; Make 'M-x image-dired' prompt even clearer
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
Improve image-dired-thumbnail-display-external
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
* lisp/emacs-lisp/shortdoc.el (file-name): Improve...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Use command substitution for tags bindings
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Stefan Kangas
image-dired: Various code clean ups
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Po Lu
Reduce complexity of scroll bar window protection code
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Augusto Stoffel
New Flymake backend using the shellcheck program
commit
|
commitdiff
|
tree
|
snapshot
2022-09-24
Eli Zaretskii
; * src/keyboard.c (Fposn_at_point): Doc fix. (Bug...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Sean Whitton
vc-git--pushpull: Restore handling of vc-git-program
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Monnier
* lisp/emacs-lisp/eieio.el (defclass): Fix bug#51068
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
image-dired: Rewrite and extend slideshow feature
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
image-dired: Mark two slideshow defuns as internal
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Monnier
cconv.el: Fix interactive closure bug#51695
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Visuwesh
Make Gnus respect mode-line-buffer-identification-keymap
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Visuwesh
Make bounding box of 'image-crop' more noticeable
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Lars Ingebrigtsen
Don't overwrite cus-load dependencies
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Lars Ingebrigtsen
Make loaddefs-gen register parent :groups from defcustom
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
kobarity
Fix syntax check in python-info-looking-at-beginning...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Lars Ingebrigtsen
Inhibit image-crop when there's overlays
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Lars Ingebrigtsen
Delete the correct region after cropping an image
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
image-dired: Disable 'image-map' in thumbnail buffer
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
Update manual for recent image-dired changes
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Mattias Engdegård
* lisp/files.el (risky-local-variable): Remove max...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Mattias Engdegård
Remove max-specpdl-size overrun test
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
; Fix :type of image-dired-thumbnail-storage
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Michael Albinus
* lisp/bookmark.el (bookmark-make-record): Fix thinko.
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
; Fix warnings in --without-x build
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
Improve prompt of 'image-dired' command
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
Rename 'image-dired-db-file' to 'image-dired-tags-db...
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
Merge from origin/emacs-28
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Po Lu
Fix more toolkit scroll bar window protection issues
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Stefan Kangas
Autoload wallpaper-set
commit
|
commitdiff
|
tree
|
snapshot
2022-09-23
Eli Zaretskii
Support Noto Emoji font as fallback
commit
|
commitdiff
|
tree
|
snapshot
next