]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-05-28 Utkarsh Singh* lisp/outline.el (outline-minor-mode-highlight): Fix...
2021-05-28 Philipp Stephani; * src/Makefile.in: Fix typo.
2021-05-28 Eli ZaretskiiAnother stability fix in 'lisp_string_width'
2021-05-28 Eli ZaretskiiAttempt to fix segfaults caused by changes in 'lisp_str...
2021-05-28 Lars IngebrigtsenImprove previous frames.texi change
2021-05-28 Lars IngebrigtsenSpecify which Gsetting font names are used in the manual
2021-05-28 Lars IngebrigtsenFix previous admin/emake change
2021-05-28 Lars IngebrigtsenAdjust admin/emake filters
2021-05-28 Lars IngebrigtsenContinue checking the same line when hitting SPC in...
2021-05-27 Daniel MartínFix looking-at-p example in shortdoc.el
2021-05-27 Alex BochannekMention the -e switch in an ange-ftp doc string
2021-05-27 Alex BochannekFix nnimap lexical conversion problem
2021-05-27 Stefan Monnier* lisp/emacs-lisp/byte-opt.el (byte-compile-inline...
2021-05-27 Ingo Lohmar* lisp/progmodes/sql.el: Turn `sql-*-statement-starters...
2021-05-27 Eli Zaretskii; * src/character.c (lisp_string_width): Another defens...
2021-05-27 Eli Zaretskii* src/character.c (lisp_string_width): Fix a typo in...
2021-05-27 Eli ZaretskiiFix resolution of symlinks during dumping
2021-05-27 Mattias Engdegård; * etc/tutorials/TUTORIAL.sv: Fix typo in last change.
2021-05-27 Eli Zaretskii* src/character.c (lisp_string_width): Fix last change.
2021-05-27 Mattias EngdegårdFix lexing of numbers with trailing decimal point and...
2021-05-27 Mattias EngdegårdDon't propagate lexical variables into inlined functions
2021-05-27 Philipp Stephani* src/character.c (lisp_string_width): Add missing...
2021-05-27 Eli ZaretskiiA better fix for 'string-width'
2021-05-26 Deneb MeketaFix filling of overlong first lines in Python doc strings
2021-05-26 Lars IngebrigtsenImprove the prompting in read-directory-name
2021-05-26 Lars IngebrigtsenFix ediff message parsing in non-English locales
2021-05-26 Juri Linkov* lisp/vc/diff-mode.el (diff-hunk-text): Test-driven...
2021-05-26 Alex BochannekRemove the base64 Face header repadding in Gnus
2021-05-26 Karl FogelImprove some doc strings in bookmark.el
2021-05-26 Eli ZaretskiiMake 'string-width' auto-composition aware
2021-05-26 Filipp Gunbin* src/sysdep.c (system_process_attributes): Fix misspel...
2021-05-26 Filipp GunbinImprove system_process_attributes on macOS (Bug#48548)
2021-05-26 Protesilaos... Remove modus-themes.org build date (bug#48661)
2021-05-25 Juri Linkov* lisp/international/mule-cmds.el (mule--ucs-names...
2021-05-25 Tassilo HornMake the Alacritty terminal an alias of xterm-256color
2021-05-25 Lars IngebrigtsenMake hs-set-up-overlay into user option
2021-05-25 Stephen LeakeRestore `ff-find-other-file' buffer selection logic
2021-05-25 Lars IngebrigtsenFix font and indentation of call-with-port in scheme...
2021-05-25 Lars IngebrigtsenHandle syntactically invalid .dir-locals.el files better
2021-05-25 Protesilaos... Update modus-themes to version 1.4.0
2021-05-25 Gregory HeytingsDo not switch to other window when minibuffer is selected
2021-05-25 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2021-05-25 Lars IngebrigtsenRestore `dired-do-create-files' return value
2021-05-25 Eli ZaretskiiFix documentation of a recent change
2021-05-25 Lars IngebrigtsenUpdate help-tests.el after minibuffer map change
2021-05-25 Miha RihtaršičTry to not prioritise reading from lower file descriptors
2021-05-25 Glenn Morris* doc/misc/cc-mode.texi: Remove hand-written node point...
2021-05-25 Stefan Monnier* lisp/emacs-lisp/byte-opt.el: Make the build more...
2021-05-25 Philipp StephaniAllow years in a copyright range to be separated by...
2021-05-25 Jonas Bernoulli* lisp/transient.el: Update to package version 0.3.4.
2021-05-25 Gregory HeytingsFurther improvements to completion-list-mode-map
2021-05-25 Gregory HeytingsImprove completion-list-mode-map
2021-05-25 Gregory HeytingsUse correct face when pulsing in CEDET
2021-05-25 Gregory HeytingsConsider all user-defined bitmaps in gui_init_fringe()
2021-05-25 Gregory HeytingsFix infloop in Modula-2 mode
2021-05-25 Amin Bandali* lisp/erc/erc-services.el: Fix newly-added Libera...
2021-05-24 Gregory HeytingsFix bug when moving directories to trash
2021-05-24 Corwin BrustAdd Libera.chat to `erc-nickserv-alist'
2021-05-23 Glenn MorrisTweak c-mode bug reporting address
2021-05-23 Philipp StephaniFix find invocation for macOS (Bug#48471).
2021-05-23 Michael AlbinusAdapt tramp-archive-autoload-file-name-handler
2021-05-22 Juri Linkov* src/editfns.c (Finsert_char): Add docstring reference...
2021-05-22 Tassilo HornDocument bug-reference setup for 3rd-party packages
2021-05-22 Glenn MorrisMerge from origin/emacs-27
2021-05-22 Glenn Morris* doc/emacs/maintaining.texi (Bug Reference): Fix cross...
2021-05-22 Michael AlbinusFix bug#48476
2021-05-22 Stefan Monnier* lisp/emacs-lisp/subr-x.el (if-let*, if-let): Use...
2021-05-22 Basil L. ContovounesiosFix native-comp-async-report-warnings-errors :type
2021-05-22 Philipp StephaniGive 'when-let' and 'when-let*' their own Edebug specif...
2021-05-22 Philipp Stephani* lisp/emacs-lisp/cl-macs.el (cl-loop): Add missing...
2021-05-21 Tassilo HornAdd documentation about bug-reference auto-setup.
2021-05-21 Eric AbrahamsenRobustify parsing of gnus-search search results
2021-05-21 Basil L. Contovounesios; * etc/NEWS: Fix typo in last change.
2021-05-21 Juri Linkov* lisp/dired-aux.el (dired-do-revert-buffer): New defcu...
2021-05-21 Juri Linkov* lisp/simple.el (yank-from-kill-ring): Fix kill-ring...
2021-05-21 Michael Albinus; * test/infra/gitlab-ci.yml: Fix it, again.
2021-05-21 Michael Albinus; * test/infra/gitlab-ci.yml: Fix previous commit
2021-05-21 Michael AlbinusAdapt native-comp entries in gitlab-ci.yml
2021-05-21 Eli ZaretskiiAvoid byte-compiler warning during bootstrap
2021-05-21 Michael AlbinusRearrange nativecomp tests for EMBA
2021-05-21 Eli ZaretskiiImprove documentation of display tables
2021-05-21 Andrea Corallo* Fix ahead-of-time native compilation for out-of-tree...
2021-05-21 Eli Zaretskii* src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix...
2021-05-20 Tassilo Horn; Improve new bug-reference manual section
2021-05-20 Juri Linkov* lisp/help.el (describe-bindings-outline): New defcust...
2021-05-20 Juri Linkov* lisp/vc/diff-mode.el (diff-hunk-text): Handle better...
2021-05-20 Juri LinkovFix off-by-one inconsistency of 'M-y C-y' (bug#48478).
2021-05-20 Juri Linkov* lisp/international/mule-cmds.el: Use group-function...
2021-05-20 Daniel Mendler(minibuffer-completion-help): Add group sorting
2021-05-20 Daniel Mendler(completion--insert-vertical): Separate groups completely
2021-05-20 Daniel Mendler(minibuffer-completion-help): Do not check `completions...
2021-05-20 Daniel Mendler(completion--insert-strings): Split function; Full...
2021-05-20 Daniel Mendler(completing-read): Add `group-function` to the completi...
2021-05-20 Michael Albinus* doc/emacs/maintaining.texi (Bug Reference): Add debbu...
2021-05-20 Eli ZaretskiiImprove documentation of 'etags' tests
2021-05-20 Eli ZaretskiiFix arg-out-of-range errors in 'line-number-at-pos'
2021-05-20 Eli ZaretskiiMake sure gmalloc's hybrid_free preserves errno
2021-05-20 Eli ZaretskiiClean up the fix for unexec build on GNU/Linux
2021-05-20 Eli Zaretskii; * src/fns.c (Fline_number_at_pos): Fix doc string...
2021-05-19 Tassilo HornAdd a section about bug-reference-mode.
next