]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-05-05 Jimmy Aguilar... ;Small changes in the documentation
2019-05-05 Jimmy Aguilar... Added correction in the texinfo manual.
2019-05-05 Jimmy Aguilar... Added fill-column-indicator manual documentation
2019-05-05 Jimmy Aguilar... Fixed fill-column-indicator for continuation lines
2019-05-05 Jimmy Aguilar... Display-fill-column-indicator NEWS info.
2019-05-05 Jimmy Aguilar... Start display-fill-column-indicator-mode.
2019-05-05 Michael AlbinusDescribe, how to adapt shell command output width in...
2019-05-05 Eli ZaretskiiAvoid compiler warning in print.c
2019-05-05 Eli ZaretskiiAvoid crashes in read_integer
2019-05-05 Stefan Monnier* lisp/files.el (hack-local-variables): Don't burp...
2019-05-05 Michael Albinus; SOme changes in filenotify-tests.el for EMBA
2019-05-05 Michael AlbinusAdapt tests for recent file-notification changes in...
2019-05-05 Mattias EngdegårdReorganise (auto-)revert nodes in the manual
2019-05-04 Philipp StephaniAvoid suppressing -Wcast-function-type warning.
2019-05-04 Philipp StephaniFix compilation of test module.
2019-05-04 Philipp StephaniUse extract_time in test module.
2019-05-04 Philipp Stephani* test/Makefile.in (src/emacs-module-tests.elc): Requir...
2019-05-04 Philipp StephaniRefactoring: Factor out a function to set an mpz_t...
2019-05-04 Philipp StephaniAvoid undefined behavior when printing function pointers.
2019-05-04 Michael AlbinusNotify broken file notification from Tramp
2019-05-04 Paul EggertPort new fingerprinting scheme to clang + LTO
2019-05-04 Noam PostavskyAvoid slow overlay ansi coloring in eshell (Bug#29854)
2019-05-04 Paul EggertFix bytecode optimization typo
2019-05-04 John ShahidFix Bug#35506
2019-05-04 Eli ZaretskiiMinor fix in .gdbinit
2019-05-04 Eli Zaretskii; * src/minibuf.c (Fread_buffer): Doc fix. (Bug#35361)
2019-05-04 Eli Zaretskii; * src/xfaces.c (merge_face_ref): Improve commentary.
2019-05-03 Paul EggertSkip tests if test subdir is missing
2019-05-03 Paul EggertModernize INSTALL a bit
2019-05-03 Paul EggertSimplify use of NDEBUG in etags.c
2019-05-03 Paul EggertPacify librsvg 2.45.1 and later
2019-05-03 Paul EggertSimplify xd_signature to pacify GCC 9
2019-05-03 Paul EggertUpdate from Gnulib
2019-05-03 Michael AlbinusAdd tests for remote files in auto-revert-tests
2019-05-03 Basil L. ContovounesiosFix Gnus inline attachment decoding (bug#35507)
2019-05-03 Stefan Monnier* lisp/server.el: Cosmetic changes
2019-05-03 Eli ZaretskiiImprove documentation of 'isearch-regexp-function'
2019-05-03 Michael Albinus; Fix declaration in tramp-compat.el
2019-05-03 Alexander GramiakRefactor update_window_begin and update_window_end...
2019-05-02 Dmitry Gutovxref--find-ignores-arguments: Return "" if IGNORES...
2019-05-02 Dmitry GutovAllow project-find-regexp'ing inside an ignored dir
2019-05-02 Dmitry Gutov(xref--mouse-2): Fix not to jump to the next line
2019-05-02 Dmitry GutovFix an "empty identifier" problem
2019-05-02 Alan MackenzieFix fontification of first item in CC Mode macro withou...
2019-05-02 Stefan Monnier* lisp/mail/footnote.el: Add TEXT and POINTERS together
2019-05-02 Alan MackenzieCC Mode: Fix multiline block comments in macros.
2019-05-02 Stefan Monnier* lisp/mail/footnote.el: Tweak markers convention
2019-05-02 Sam Steingolduse view-mode on score file for ease of scrolling and...
2019-05-02 Sam Steingoldtetris-null-map: bind "q" to `quit-window`
2019-05-02 Mattias EngdegårdSmall code clean-up of file-notify-add-watch
2019-05-02 Stefan Monnier* lisp/mail/footnote.el: Use dolist and hoist regexps...
2019-05-02 Michael AlbinusFix tramp-compat-file-name-quoted-p
2019-05-01 Stefan Monnier* lisp/mail/footnote.el: Consolidate the two marker...
2019-05-01 Stefan Monnier* lisp/mail/footnote.el: Minor simplifications
2019-05-01 Lars IngebrigtsenRestore previous calling signature of gnus-set-info
2019-05-01 Stefan Monnier* lisp/emacs-lisp/edebug.el: Better handle instrumentat...
2019-05-01 Stefan Monnier* lisp/help.el (function-called-at-point): Use Elisp...
2019-05-01 Basil L. Contovounesios; * etc/NEWS: Fix position of +++ marker
2019-05-01 Glenn Morris; Auto-commit of loaddefs files.
2019-04-30 Basil L. ContovounesiosMinor region-noncontiguous-p simplification
2019-04-30 Stefan Monnier* lisp/progmodes/cc-engine.el: Silence minor compiler...
2019-04-30 Paul EggertFix decode-time/encode-time roundtrip on macOS
2019-04-30 Stefan Monnier* lisp/progmodes/cc-fonts.el: Silence some compiler...
2019-04-30 Paul EggertUpdate from Gnulib
2019-04-30 Mattias Engdegård* lisp/autorevert.el (auto-revert-avoid-polling): Fix...
2019-04-30 Alan MackenzieCC Mode: in certain font lock loops, check point is...
2019-04-30 Mattias EngdegårdDon't poll auto-revert files that use notification...
2019-04-29 Stefan MonnierRefrain from splicing anonymous faces in text properties
2019-04-29 Stefan Monnier* lisp/international/mule-util.el: Avoid setq; clarify...
2019-04-29 Paul EggertSync latest SKK-JISYO.L
2019-04-29 Paul EggertDisable __attribute__ ((cold)) on MinGW
2019-04-29 Glenn MorrisMerge from origin/emacs-26
2019-04-29 Glenn Morris; Merge from origin/emacs-26
2019-04-29 Glenn MorrisMerge from origin/emacs-26
2019-04-29 Glenn Morris; Merge from origin/emacs-26
2019-04-29 Paul EggertReplace ‘/* FALLTHROUGH! */’ with ‘break;’
2019-04-29 Michael Albinus* test/lisp/net/tramp-tests.el (tramp--test-timeout...
2019-04-29 Eli ZaretskiiAvoid compilation warnings in w32.c
2019-04-28 YAMAMOTO Mitsuharu* src/macfont.m (macfont_shape): Use convenient LGLYPH_NEW.
2019-04-28 Noam PostavskyRecommend using font-lock-face over face (Bug#35044)
2019-04-28 Noam PostavskyReplace use of obsolete string-make-unibyte
2019-04-28 Noam Postavsky; Add test for previous change
2019-04-28 Tommi Komulainenpython.el: Fix close paren indentation to match pep8...
2019-04-28 Paul EggertUpdate from GMP
2019-04-28 Philipp StephaniExport major version of latest Emacs supported by emacs...
2019-04-28 Philipp StephaniFix another compilation warning.
2019-04-28 Philipp StephaniAlso regenerate emacs-module.h if module-env-*.h changes.
2019-04-28 Philipp Stephani* src/emacs-module.c (funcall_module): Add a nontrivial...
2019-04-28 Philipp StephaniFix a few minor compilation and Checkdoc warnings.
2019-04-28 Philipp Stephani* test/src/emacs-module-tests.el: Switch to lexical...
2019-04-28 Eli ZaretskiiFix names of functions in last commit
2019-04-28 Noam PostavskyCheck if mouse_face_overlay was deleted (Bug#35273)
2019-04-28 Philipp StephaniRefactoring: move UTF-8 decoding functions into coding.h.
2019-04-27 Paul EggertPort to platforms where tputs is in libtinfow
2019-04-27 Alan MackenzieFix slow scrolling in C++ buffers with lots of template...
2019-04-27 Eli ZaretskiiFix -nw sessions on MS-Windows broken by a recent commit
2019-04-27 Eli ZaretskiiFix MS-Windows build broken by a recent commit
2019-04-27 YAMAMOTO MitsuharuFix --with-x-toolkit=no build breakage
2019-04-27 YAMAMOTO MitsuharuUpdate multicolor font support status
2019-04-27 Alexander Gramiak* src/frame.c (x_get_resource_string): Fix typo
next