]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-05-17 Eli ZaretskiiFix a recent commit in select.el
2019-05-17 Lars IngebrigtsenRemove obsolete example functions from imenu.el
2019-05-17 Lars IngebrigtsenRemove unused internal function completion-pcm--optimiz...
2019-05-17 Stefan Monnier* lisp/gnus: Remove assumptions about mail-header being...
2019-05-17 Lars IngebrigtsenDeclare fileloop-continue in dired-aux to avoid warning
2019-05-17 Lars IngebrigtsenAvoind string-as-multibyte in ps-output-string-prim
2019-05-17 Lars Ingebrigtsen(gui-get-selection): Avoid using `string-to-multibyte'
2019-05-17 Lars IngebrigtsenDeclare two w32 functions to avoid byte compilation...
2019-05-17 Lars IngebrigtsenRemove obsolete epg functions
2019-05-17 Lars IngebrigtsenDeclare rectangle functions in mouse.el to avoid warnings
2019-05-17 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix docstr...
2019-05-17 Stefan Monnier* lisp/gnus/nnheader.el (mail-header-*): Define via...
2019-05-17 Katsumi YamaokaFix ffap behavior in the Gnus group buffer (bug#35693)
2019-05-17 Stefan Monnier* mule.el (set-buffer-file-coding-system): Don't burp...
2019-05-17 Paul PogonyshevMake `package' not "uninhibit" messages (Bug#34037)
2019-05-16 Basil L. ContovounesiosFix gnus-summary-expand-window placement of point
2019-05-16 Basil L. ContovounesiosAdd docstring to project--read-file-cpd-relative
2019-05-16 Stefan Monnier* cl-macs-tests.el (cl-macs-test--symbol-macrolet)...
2019-05-16 Eric AbrahamsenFix stray call to make-vector
2019-05-16 Stefan Monnier* lisp/emacs-lisp/cl-macs.el (cl--sm-macroexpand) ...
2019-05-16 Paul EggertDistribute test cases in tarballs by default
2019-05-16 Lars IngebrigtsenMake shr-rescale-image respect get-buffer-window again
2019-05-16 Ivan ShmakovImprove user convenience of the rcirc debug buffer
2019-05-16 Noam PostavskyAccept NO-PROPERTIES in thing-at-point aliases (Bug...
2019-05-16 Michael Albinus* lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend.
2019-05-16 Stefan Monnier* lisp/textmodes/sgml-mode.el (sgml-syntax-propertize...
2019-05-15 Noam PostavskyFix merge of sgml-syntax-propertize-rules
2019-05-15 Anders LindgrenFix diff-mode face problem when used in terminals ...
2019-05-15 Stefan Monnier* lisp/gnus/gnus-sum.el: Use lexical-binding
2019-05-15 Paul EggertTune reading of radix integers
2019-05-15 Stefan Monnier* lisp/mail/footnote.el (footnote-prefix): Docstring...
2019-05-15 Mattias EngdegårdAdd standard unmatchable regexp
2019-05-15 John ShahidAvoid infinitly looping in tramp-interrupt-process...
2019-05-15 Alan MackenzieCC Mode: fix indentation in switch statement after...
2019-05-15 Lars IngebrigtsenDescribe error data in url-retrieve better
2019-05-15 Lars IngebrigtsenDon't have url-basic-auth bug out when called with...
2019-05-15 Lars IngebrigtsenFix obscure HTTP chunked parsing problem
2019-05-15 Lars IngebrigtsenIndent url-http-chunked-encoding-after-change-function
2019-05-15 Thomas FitzsimmonsFix url-auth prompts when realm is empty
2019-05-15 Lars IngebrigtsenMake image scaling work without imagemagick support...
2019-05-15 Glenn Morris; Merge from origin/emacs-26
2019-05-15 Glenn MorrisMerge from origin/emacs-26
2019-05-15 Glenn Morris; Merge from origin/emacs-26
2019-05-14 Juri Linkov* lisp/progmodes/project.el (project-read-file-name...
2019-05-14 Paul EggertBackport: fix broken build on m68k
2019-05-14 Stefan Monnier* lisp/savehist.el: Use lexical-binding
2019-05-14 Paul EggertDefault to disabling ImageMagick (Bug#33587)
2019-05-14 Dmitry GutovAllow customizing the display of project file names...
2019-05-14 YAMAMOTO MitsuharuAvoid artifacts in ftx and ftcr font backend drivers
2019-05-14 Basil L. ContovounesiosFix mail-header-separator font lock in message.el
2019-05-14 Kévin Le GouguecExtract common code for adding text properties
2019-05-14 Kévin Le GouguecStop splicing anonymous faces in font-lock-append-text...
2019-05-14 Noam PostavskyHandle GNUTLS_E_AGAIN in emacs_gnutls_read (Bug#34341)
2019-05-13 Basil L. ContovounesiosDo not hard-code message-mode keys in docstring
2019-05-13 Basil L. ContovounesiosFix last change to message-signature :type
2019-05-13 Robert PluimDocument nil value of message-signature and mail-signature
2019-05-13 Juri Linkov* lisp/vc/log-view.el (log-view-diff-common): Use the...
2019-05-13 Alexandre Garreau[PATCH 1/1] Adds variable 'eww-accept-content-types'
2019-05-13 Lars IngebrigtsenMake mml respect the "recipient-filename" parameter
2019-05-13 Lars IngebrigtsenMake eww understand #fragment URLs at point interactively
2019-05-13 Paul EggertFix broken build on m68k
2019-05-13 Lars IngebrigtsenAdd a comment about the previous shr change
2019-05-13 Lars IngebrigtsenFix problems in shr when indenting tables
2019-05-13 Federico TedinUse a more specific Accepts header in eww
2019-05-12 Jimmy Aguilar... ; * lisp/faces.el (fill-column-indicator): Fix typo.
2019-05-12 Xu Chunyang(eww-follow-link): Record the location properly when...
2019-05-12 Stefan Monnier* lisp/emacs-lisp/packages.el: Add `all` to package...
2019-05-12 Neil RobertsLet dir locals for more specific modes override those...
2019-05-12 Noam PostavskyImprove printing for named keyboard macros (Bug#35486)
2019-05-12 Noam PostavskyUse remapping in ffap-bindings (Bug#35577)
2019-05-12 Basil L. ContovounesiosFix Gnus summary widget navigation across frames
2019-05-12 Basil L. ContovounesiosMake application/x-patch inlinable in mm-decode.el
2019-05-12 Basil L. ContovounesiosFix some gnus-msg.el variables (bug#35239)
2019-05-11 Mauro ArandaUse characters, not symbols for table-cell-bindings
2019-05-11 Eli ZaretskiiImprove documentation of Hexl mode
2019-05-11 Mark OteizaGenerate some repetitive WordStar code with macros
2019-05-10 Alexander GramiakConvert Free_Pixmap macro into terminal hook
2019-05-10 Alexander GramiakRemove display member of glyph_string
2019-05-10 Stefan Monnier* lisp/help.el (help--read-key-sequence): Handle `switc...
2019-05-10 Michael AlbinusHandle subdomains in Tramp ad-hoc proxies
2019-05-10 Noam PostavskyStop using message-default-charset (Bug#35370)
2019-05-10 Alan MackenzieOptimize CC Mode a bit for repetitive insertion and...
2019-05-10 Alan MackenzieMake uncomment-region remove obtrusive spaces before...
2019-05-09 Michael HeerdegenFix alist-get gv setter not returning VAL
2019-05-09 Alan MackenzieFix description of (move-to-column <n> t) when column...
2019-05-09 Stefan Monnier* lisp/mail/footnote.el: Avoid regexp-opt-charset,...
2019-05-09 Michael AlbinusFix an error in tramp-vc-file-name-handler
2019-05-09 Michael Albinus* test/lisp/net/tramp-tests.el (cl-lib): Require instea...
2019-05-09 Noam Postavsky; Fix smtpmail-stream-type docstring
2019-05-09 Noam PostavskyRecognize single quote attribute values in nxml and...
2019-05-09 Noam PostavskyDisable extra display of &#10; in nxml-mode (Bug#32897)
2019-05-09 Noam PostavskyFix nxml-get-inside (Bug#32003)
2019-05-08 Stefan Monnier* lisp/emacs-lisp/syntax.el (syntax-propertize): `ignor...
2019-05-08 Eli ZaretskiiFix positioning client buffer as instructed by emacsclient
2019-05-08 Stefan Monnier* etc/package-keyring.gpg: Add the 2019 key (backport)
2019-05-08 Paul EggertPort LIBRSVG_CHECK_VERSION fix to picky cpp
2019-05-08 Glenn MorrisMerge from origin/emacs-26
2019-05-08 Glenn Morris; Merge from origin/emacs-26
2019-05-08 Glenn MorrisMerge from origin/emacs-26
2019-05-08 Eli Zaretskii; * lisp/help.el (view-lossage): Fix commentary. ...
next