]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-02-17 Basil L. Contovounesios; Finish recent rename of completion-* predicates.
2021-02-17 Lars IngebrigtsenClarify 'read-extended-command-predicate' in NEWS
2021-02-17 Lars IngebrigtsenChange name for the completion-* predicates
2021-02-17 Glenn Morris* configure.ac: Replace obsolete AC_CHECK_HEADER usage...
2021-02-17 Glenn Morris* configure.ac: Replace obsolete AC_TRY_LINK with AC_LI...
2021-02-17 Glenn MorrisRemove TIME_WITH_SYS_TIME, unused for a long time
2021-02-16 Harald Jörgcperl-mode: Improve detection of index entries for...
2021-02-16 Lars IngebrigtsenDon't move point in `exif-parse-buffer'
2021-02-16 Lars IngebrigtsenFix edebug spec for minibuffer-with-setup-hook
2021-02-16 Lars IngebrigtsenClarify Gnus Agent expiry quirks
2021-02-16 Glenn Morristhumbs.el: avoid creating thumbs directory on loading...
2021-02-16 Glenn Morris* admin/cus-test.el (cus-test-load-libs): Quieten loading.
2021-02-16 Glenn Morris* admin/cus-test.el (cus-test-get-lisp-files): Ignore...
2021-02-16 Bastian Beranek* lisp/tab-bar.el: Fix behavior of toggle-frame-tab...
2021-02-16 Basil L. ContovounesiosPacify unused function warning in xfns.c with GTK2
2021-02-16 Lars IngebrigtsenRevert "Fix problem of point movement in image-mode"
2021-02-16 Lars IngebrigtsenFix problem of point movement in image-mode
2021-02-16 Lars IngebrigtsenDo interactive mode tagging for info.el
2021-02-16 Lars IngebrigtsenDon't resize images in image-mode if we have a rotation
2021-02-16 Konstantin... make smerge-vc-next-conflict wrap around
2021-02-16 Stefan KangasDo `interactive' mode tagging in gomoku.el
2021-02-16 Stefan Kangas* lisp/play/gomoku.el: Minor doc fixes; formatting.
2021-02-16 Stefan Monnier* lisp/emacs-lisp/bindat.el: Add 64bit int support
2021-02-16 Stefan KangasFix admin/check-doc-strings for new DEFUN format
2021-02-16 Stefan Monnier* lisp/emacs-lisp/bindat.el: Clarify when field labels...
2021-02-16 Stefan Monnier* lisp/emacs-lisp/bindat.el (bindat-spec): New macro.
2021-02-16 Basil L. Contovounesios; Fix last change in simple.el.
2021-02-15 Stefan Monnier* lisp/emacs-lisp/macroexp.el (macroexp--expand-all...
2021-02-15 Ulf JasperDisplay yearly ical events from first year on. Fix...
2021-02-15 Stefan Monnier* lisp/calc/calc-sel.el (calc-replace-sub-formula)...
2021-02-15 Stefan Monnier* lisp/emacs-lisp/bindat.el: Expose the `struct` variab...
2021-02-15 Lars IngebrigtsenAllow overriding declared predicates, too
2021-02-15 Lars IngebrigtsenDo `interactive' mode tagging in the remaining lisp...
2021-02-15 Lars IngebrigtsenAdd a new variable `global-minor-modes'
2021-02-15 Lars IngebrigtsenRename minor-modes to local-minor-modes
2021-02-15 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-&optional, edebug...
2021-02-15 Stefan Monnier* lisp/emacs-lisp/byte-run.el (compiler-macro): Make...
2021-02-15 Lars IngebrigtsenMake the button completion predicate be more useful
2021-02-15 Lars IngebrigtsenSpeed up completion-in-mode-p in the common case
2021-02-15 Lars IngebrigtsenFix two syntax errors in Specification List
2021-02-15 Stefan Monnier* Edebug: Generalize `&lookup`, use it for `cl-macrolet...
2021-02-14 Stefan KangasAvoid asking repeatedly about reloading bookmarks file
2021-02-14 Stefan KangasMark up bookmark.el for correct modes
2021-02-14 Lars IngebrigtsenAdd a comment to `read-extended-command'
2021-02-14 Eli Zaretskii* src/xdisp.c (move_it_to): Fix last change. (Bug...
2021-02-14 Lars IngebrigtsenAdd a possible completion predicate for buttons
2021-02-14 Lars IngebrigtsenMake completion-with-modes-p work with minor modes...
2021-02-14 Bastian BeranekFix showing and hiding of tab-bar on new frames (bug...
2021-02-14 Lars IngebrigtsenDo command markup in blackbox.el
2021-02-14 Lars IngebrigtsenFix byte-run--set-modes call signature
2021-02-14 Lars IngebrigtsenFix missing ' in NEWS
2021-02-14 Lars IngebrigtsenAlso mention `M-o M-o' removal
2021-02-14 Lars IngebrigtsenDon't update `minor-modes' in global modes
2021-02-14 Lars IngebrigtsenMark up 5x5 for interactive mode
2021-02-14 Robert Pluim; * doc/lispref/modes.texi: typo fix
2021-02-14 Lars IngebrigtsenFix problem with the newly introduces `minor-modes...
2021-02-14 Lars IngebrigtsenDo `interactive' mode markup in all Gnus files
2021-02-14 Lars IngebrigtsenReally fix the syntax problem in define-minor-mode
2021-02-14 Lars IngebrigtsenFix previous define-minor-mode change
2021-02-14 Lars IngebrigtsenMark up eww.el for correct modes
2021-02-14 Lars IngebrigtsenMake `C-h m' list unbound commands applicable for the...
2021-02-14 Lars IngebrigtsenAllow define-minor-mode to take an :interactive keyword
2021-02-14 Lars IngebrigtsenFix dumping of buffers after minor_modes was added
2021-02-14 Lars IngebrigtsenRevert the bit about command_modes in previous patch set
2021-02-14 Lars IngebrigtsenAdd 'read-extended-command-predicate'
2021-02-14 Lars IngebrigtsenMark easy-menu-do-define menus as "not interesting"
2021-02-14 Lars IngebrigtsenAdd new 'declare' forms for command completion predicates
2021-02-14 Lars IngebrigtsenExtend the syntax of `interactive' to list applicable...
2021-02-14 Lars IngebrigtsenFix how `shell-mode' avoids being called interactively
2021-02-14 Lars IngebrigtsenIntroduce an :interactive keyword for `defined-derived...
2021-02-14 Stefan KangasRemove redundant :group args from textmodes/*.el
2021-02-14 Lars IngebrigtsenAdd a new buffer-local variable `minor-modes'
2021-02-14 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-make-enter-wrapper...
2021-02-14 Stefan Monnier* lisp/emacs-lisp/edebug.el: Fix `called-interactively-p`
2021-02-13 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug-match-lambda-expr...
2021-02-13 Alan ThirdFix flicker when resizing NS frame programmatically...
2021-02-13 Alan ThirdRemove aliasing on SVG images under scaled NS frames
2021-02-13 Stefan Monnier* lisp/emacs-lisp/edebug.el (edebug--handle-&-spec...
2021-02-13 Philipp Stephani* etc/NEWS: Document new JSON behavior.
2021-02-13 Augusto StoffelSmall correction to `isearch-lazy-highlight-buffer...
2021-02-13 Stefan Monnier(backtrace-goto-source-functions): Make it a normal...
2021-02-13 Eli ZaretskiiFix I-search at EOB when long lines are truncated
2021-02-13 Eli Zaretskii; * src/json.c (Fjson_parse_string): Fix the doc string.
2021-02-13 Philipp StephaniPass 'struct json_configuration' as const where possible.
2021-02-13 Philipp StephaniAllow any JSON value at the top level (Bug#42994).
2021-02-13 Basil L. ContovounesiosRemove stale comments from gnus-msg.el
2021-02-13 Eli ZaretskiiFix vertical cursor motion among many images
2021-02-13 Lars Ingebrigtsenadd-minor-mode doc string clarification
2021-02-13 Stefan KangasDelete 20 year old comment in executable.el
2021-02-13 Stefan KangasRemove redundant :group args in progmodes/*.el
2021-02-13 Stefan MonnierEdebug: Make it possible to debug `gv-expander`s in...
2021-02-13 Stefan KangasComment out mysterious code from cperl-mode.el
2021-02-13 Stefan KangasRemove outdated documentation from cperl-mode.el
2021-02-13 Stefan MonnierEdebug: Overload `edebug-form-spec` even less
2021-02-12 Stefan KangasRemove XEmacs and Emacs 21 compat code from cperl-mode
2021-02-12 Basil L. ContovounesiosFix ElDoc setup for eval-expression
2021-02-12 Stefan MonnierUse `declare` instead of `def-edebug-spec` in most...
2021-02-12 Mattias EngdegårdSimplify expression in byte-code decompiler
2021-02-12 Mattias Engdegårdbyte-opt.el: More concise expression
2021-02-12 Mattias EngdegårdAvoid traversing dead `if` branches in bytecode optimiser
next