]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-07-02 Stefan Monnier* test/src/editfns-tests.el (test-group-name): Accept...
2019-07-02 Andreas SchwabCorrect customize type for gnus-group-customize
2019-07-02 João TávoraCorrectly reindent previous line in electric-indent...
2019-07-02 João TávoraProtect Flymake from being corrupted by backends
2019-07-02 João TávoraMore carefully cleanup Flymake C/C++ backend's temp...
2019-07-02 João TávoraDon't create nil-severity diagnostics in the Flymake...
2019-07-02 João TávoraRevert "Avoid occasional confusion of Flymake C/C+...
2019-07-02 Alan MackenzieCC Mode: Improve handling of unbalanced strings
2019-07-02 Mattias EngdegårdBetter error message for C-h P RET
2019-07-02 Paul EggertFix performDragOperation: diagnostic typo
2019-07-02 Paul EggertFix regex-emacs debug format glitches
2019-07-02 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2019-07-01 Michael AlbinusMinor changes in tramp.texi
2019-07-01 Eli ZaretskiiMore XFIXNUM fixes
2019-07-01 Eli ZaretskiiFix assertion violations in fontset_find_font
2019-07-01 Eli ZaretskiiAdjust return value of image-transforms-p
2019-07-01 Glenn Morris; Auto-commit of loaddefs files.
2019-07-01 Sam SteingoldExtract gnus-collect-urls from gnus-summary-browse-url
2019-07-01 YAMAMOTO MitsuharuImplement the otf_capability method for HarfBuzz
2019-06-30 Paul EggertRemove divide_double
2019-06-30 Alan MackenzieC++ Mode: change the default doc comment style from...
2019-06-30 Basil L. Contovounesios; Fix last change to profiler-report
2019-06-30 Michael AlbinusRelease Tramp 2.4.2
2019-06-30 Andreas SchwabDoc fix
2019-06-30 Andreas SchwabFix use of undefined macro
2019-06-30 YAMAMOTO MitsuharuFix negation in elements of OTF feature list
2019-06-30 YAMAMOTO MitsuharuFix error in mouse-set-font on GTK 3 with Harfbuzz...
2019-06-30 YAMAMOTO Mitsuharu* src/xfns.c (x_create_tip_frame): Support inhibit...
2019-06-30 YAMAMOTO Mitsuharu* src/xfns.c (Fx_show_tip): Call flush_frame. (Bug...
2019-06-29 Paul EggertPacify gcc and other image rotation tweaks
2019-06-29 Ken BrownSimplify workaround for Cygwin O_PATH bug
2019-06-29 Eli ZaretskiiSupport native image transforms on MS-Windows
2019-06-29 Shuguang SunFix recent change in Tramp
2019-06-29 Lars IngebrigtsenCosmetic fix-up of message-forward-included-headers
2019-06-29 Eli ZaretskiiFix display of fringe bitmaps for tooltips in echo...
2019-06-29 Mattias EngdegårdAllow empty argument to `regexp-opt-charset'
2019-06-29 Paul EggertRevert O_PATH change to fileio.c
2019-06-29 Andreas Schwab* test/src/json-tests.el (json-serialize/object): Fix...
2019-06-29 Pip CetFix json-serialize/object test failure
2019-06-28 Mattias EngdegårdStrength-reduce `equal', `eql', `member' and `memql'
2019-06-28 Stefan KangasDocument bookmark annotations in Emacs Manual (bug...
2019-06-28 Mattias EngdegårdCorrect regexp matching of raw bytes
2019-06-28 Michael AlbinusTramp requires Emacs 24.4
2019-06-28 Lars IngebrigtsenDoc fix for Gnus "very wide" reply commands
2019-06-28 Lars IngebrigtsenRevert "Fontify _emphasis_ in info nodes"
2019-06-28 Lars IngebrigtsenInclude To and Cc headers when forwarding with Message
2019-06-28 Michael Albinus* lisp/gnus/gnus-art.el (gnus-article-stop-animations):
2019-06-28 Mattias EngdegårdMore readable regexp debug output
2019-06-28 Mattias EngdegårdConsistently use stderr for debug output in regexp...
2019-06-28 Lars IngebrigtsenDon't inhibit quit in Gnus when prefetching articles
2019-06-28 Alex Branham* lisp/simple.el (undo): Make message less enthusiastic
2019-06-28 Ola NilssonAllow underscore in defun-prompt-regex names for sh...
2019-06-27 Paul EggertImprove ‘equal’ and array doc
2019-06-27 Paul Eggert* src/xfaces.c (resolve_face_name): Simplify.
2019-06-27 Pip CetRemove unnecessary tortoise checks.
2019-06-27 Paul EggertWork around Cygwin bug with O_PATH
2019-06-27 Paul EggertOmit a few minor unnecessary range checks
2019-06-27 Paul EggertImprove XFIXNUM cleanup a bit
2019-06-27 Paul EggertClean up use of XFIXNUM etc.
2019-06-27 Paul EggertCatch duplicate keywords in image specs
2019-06-27 Lars IngebrigtsenMention the new emacsclient -a/--eval behaviour
2019-06-27 Lars Ingebrigtsenemacsclient: ignore --eval parameters when starting...
2019-06-27 Vasilij SchneidermannAllow for retrieving profiler logs after stopping
2019-06-27 Dan NicolaescuInclude the date in the bzr annotation buffer
2019-06-27 Stefan KangasAdd new ispell-change-dictionary-hook (Bug#1110)
2019-06-27 Thierry VolpiattoAdd a new regexp variable to control boring winner...
2019-06-27 Ken BrownFix invoking Emacs via a symlink on Cygwin
2019-06-27 Lennart BorgmanAdd more fontification to regexp builder mode
2019-06-27 Lars IngebrigtsenRename displayor to displayer in CEDET
2019-06-27 Dmitry GutovUse `default-indent-new-line' instead of `indent-new...
2019-06-27 Lars IngebrigtsenRevert "Apply font-lock in hexl-mode buffers"
2019-06-27 Aaron S. HawleyAllow generating wiki and mediawiki tables
2019-06-27 Wilfred HughesApply font-lock in hexl-mode buffers
2019-06-27 Juanma BarranqueroAdd :local specifier to defcustom
2019-06-27 Paul EggertTweak ‘error’ and ‘user-error’ doc strings
2019-06-27 Stefan KangasClarify error and user-error docstrings
2019-06-26 Basil L. ContovounesiosRemove gnus-bug from report-emacs-bug TODO entry
2019-06-26 Mattias EngdegårdDocument bug in `replace-regexp-in-string'
2019-06-26 Stefan Monnier* lisp/textmodes/page-ext.el (sort-pages-buffer): Fix...
2019-06-26 Eli ZaretskiiSupport invoking Emacs via a symlink on MS-Windows
2019-06-26 Andrzej PFix redisplay of registers in gdb-mi
2019-06-26 Lars IngebrigtsenRestrict indirect lookups in Fdocumentation_property
2019-06-26 Stefan MonnierMerge branch 'master' of git+ssh://git.sv.gnu.org/srv...
2019-06-26 Bruce Stephens* lisp/calc/calc-ext.el (math-scalarp): Fix typo
2019-06-26 Lars IngebrigtsenFdocumentation_property: Return doc string for indirect...
2019-06-26 Stefan MonnierRevert "* lisp/calc/calc-ext.el (math-scalarp): Fix...
2019-06-26 Johan Claessonhelp-C-file-name shouldn't error out if we can't find...
2019-06-26 Stefan Monnier* test/lisp/calc/calc-tests.el (test-math-bignum, test...
2019-06-26 Stefan Monnier* lisp/calc/calc-ext.el (math-scalarp): Fix typo
2019-06-26 Noam PostavskyFix (rx-to-string (and (literal STR) (regexp STR))...
2019-06-26 Mattias EngdegårdMerge consecutive constant `concat' args (bug#14769)
2019-06-26 Stefan Monnier* lisp/calc/calc.el: Take advantage of native bignums.
2019-06-26 Noam PostavskyMerge from emacs-26
2019-06-26 Noam Postavsky; Merge from emacs-26
2019-06-26 Noam PostavskyMerge from emacs-26
2019-06-26 Noam Postavsky; Merge from emacs-26
2019-06-26 Noam PostavskyDon't bind search-spaces-regexp around possible autoloa...
2019-06-26 Noam PostavskySupport (rx (and (regexp EXPR) (literal EXPR))) (Bug...
2019-06-26 Juanma BarranqueroFix PATH_MAX change to lib-src/emacsclient.c
2019-06-25 Lars IngebrigtsenFix previous patch to dired-mark-if
next