]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2017-05-20 Philipp StephaniReimplement module functions
2017-05-20 Eli ZaretskiiAvoid crashes in GC due to unescaped characters warning
2017-05-20 Charles A.... New commands: find-library-other-window, find-library...
2017-05-20 Eli ZaretskiiFix automatic hscrolling of only the current line
2017-05-19 Paul EggertAdd handlerlist assertion to module code
2017-05-19 Paul EggertPort --enable-gcc-warnings to clang 3.9.1
2017-05-19 Noam PostavskyLimit integers printed as characters (Bug#16828)
2017-05-19 Noam PostavskyRefactor lisp eval result printing
2017-05-19 Paul EggertCheck that signed right shift is arithmetic
2017-05-19 Paul EggertMinor .gitignore fixes
2017-05-19 Eli Zaretskii; * doc/emacs/files.texi (Auto Save Files): Fix a cross...
2017-05-19 Stefan Monnier* lisp/emacs-lisp/package.el: Quote `package-desc'...
2017-05-19 Nick HelmFix turning off whitespace-mode
2017-05-19 Michael AlbinusMinor tweaks in tramp-tests.el
2017-05-19 Michael AlbinusFix a problem with OpenSSH 7 in Tramp
2017-05-19 Jean-Christophe... Improve documentation of 'split-string'
2017-05-19 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2017-05-19 Ruslan BekenevFix typos in doc strings
2017-05-19 Philipp StephaniFix module tests on some systems
2017-05-19 Jean-Christophe... Add an optional arguments to string-trim
2017-05-19 Stephen BermanFix typo in last change to auto-hscroll-mode
2017-05-19 Eli ZaretskiiSupport remote editing in emacsclient via Tramp
2017-05-19 Eli Zaretskii* lisp/replace.el (query-replace-regexp-eval): Doc...
2017-05-19 Paul EggertAttempt to work around macOS vfork bug
2017-05-19 Eli ZaretskiiAdjust defcustom form for 'auto-hscroll-mode'
2017-05-19 Paul EggertFix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarm
2017-05-19 Paul EggertPort --enable-gcc-warnings to clang 3.9.1
2017-05-19 Paul EggertClean up compiler warning in emacs-module.c
2017-05-19 Philipp StephaniClean up some compiler warnings
2017-05-18 Eli ZaretskiiSupport hscrolling only the current line
2017-05-18 Eli ZaretskiiFix last change in line-move-finish
2017-05-18 Simen HeggestøylExpand docstring for CSS mode
2017-05-18 Tino CalanchaUse the expression angle units while simplifying it
2017-05-18 Tino CalanchaRevert "Ignore angle mode while simplifying units"
2017-05-17 Paul Eggert; Spelling fix
2017-05-17 Paul EggertAvoid undefined behavior in struct sockaddr
2017-05-17 Stefan Monnier* lisp/vc/smerge-mode.el (smerge-refine-regions): Work...
2017-05-17 Paul EggertWork around AddressSanitizer bug with vfork
2017-05-17 Paul EggertCatch IPv4/IPv6 issues at compile time
2017-05-17 Paul EggertPacify --enable-gcc-warnings --with-x-toolkit=no
2017-05-17 Glenn Morris* admin/update_autogen (commit): Pull before push.
2017-05-17 Glenn Morrisautoload-rubric no longer provides a feature by default
2017-05-17 Eli ZaretskiiRemove redundant code in connect_network_socket
2017-05-16 Paul EggertFix minor timezone memory leak
2017-05-16 Paul EggertDo not discard AddressSanitizer stderr
2017-05-16 Paul EggertSimplify procname code to avoid GCC bug
2017-05-16 Paul EggertPacify GCC 7 with --enable-gcc-warnings
2017-05-16 Paul EggertMerge with gnulib, pacifying GCC 7
2017-05-16 Michael AlbinusMake autoloading Tramp more robust
2017-05-16 Michael AlbinusExtend tramp-tests.el
2017-05-16 Michael Albinus* lisp/net/tramp.el: Avoid recursive load of Tramp...
2017-05-16 Noam PostavskyMake `indent-line-to' respect field boundaries (Bug...
2017-05-16 Noam PostavskyMake sure indent-sexp stops at end of sexp (Bug#26878)
2017-05-16 Glenn MorrisStop some epg tests failing on rhel7 with gpg 2.0.22...
2017-05-16 Glenn MorrisAdd oldxmenu to system-configuration-features
2017-05-15 Ted Zlatanov* .gitlab-ci.yml: Adjust disclaimer as per RMS.
2017-05-15 Eli ZaretskiiRemove unneeded stuff from nt/inc/sys/time.h
2017-05-15 Paul EggertFix address violation found by AddressSanitizer
2017-05-14 Gemini LasswellMake edebug-step-in work on generic methods (Bug#22294)
2017-05-14 Paul EggertMerge from gnulib
2017-05-14 Eli ZaretskiiRemove gettimeofday from w32 sources
2017-05-14 Eli ZaretskiiFix the MS-Windows build
2017-05-14 Paul EggertMerge from gnulib
2017-05-14 Marcin BorkowskiMerge branch 'fix/bug-21072'
2017-05-14 Ted Zlatanov* .gitlab-ci.yml: Add setup for GitLab CI builds.
2017-05-14 Mark Oteiza; Revert "Adjust the edebug spec of if-let*"
2017-05-13 Tak KunihiroNew minor mode 'pixel-scroll-mode'
2017-05-13 PhilippMake `old-style-backquotes' variable internal
2017-05-13 Philipp StephaniImprove unescaped character literal warnings
2017-05-12 Alan MackenzieFontify C++ for loop variable as variable, even when...
2017-05-12 Michael AlbinusMake Tramp backward compatible
2017-05-12 Noam PostavskyModify `beginning-of-defun-comments'
2017-05-12 Noam PostavskyFix elisp-tests-with-temp-buffer compilation
2017-05-12 Noam Postavsky* lisp/emacs-lisp/lisp.el (mark-defun): Simplify moving...
2017-05-12 Marcin BorkowskiFix Bug#21072 and rework `mark-defun'
2017-05-12 Alfred M. Szmidt* lisp/mail/rmail.el (rmail-ignored-headers): Add 3...
2017-05-12 Eli ZaretskiiImprove doc strings in net-utils.el
2017-05-12 Andrew RobbinsExtend DNS lookup commands to allow specifying the...
2017-05-12 Glenn MorrisDon't hard-code loaddefs files in lisp/Makefile
2017-05-11 Katsumi YamaokaKill modified buffers silently when quitting (bug#26862)
2017-05-10 Perry E. MetzgerImplement 1-based column numbering in mode line
2017-05-10 Eli ZaretskiiEnsure cursor's foreground color is in sync with 'defau...
2017-05-10 Eli ZaretskiiFix vertical cursor motion when columns are of unequal...
2017-05-10 Glenn MorrisFix finding test .el files
2017-05-10 Tino CalanchaTweak a recent test
2017-05-10 Glenn MorrisPut license information in each generated uni-*.el
2017-05-10 Noam PostavskyFix lisp-indent-region and indent-sexp (Bug#26619)
2017-05-10 Dmitry GutovSimplify url-encode-url and add a test
2017-05-09 Glenn MorrisMore informative error when required feature missing
2017-05-09 Glenn MorrisPut re-loaded file back at start of load-history (bug...
2017-05-09 Glenn MorrisDon't duplicate autoload code in package.el
2017-05-09 Michael Albinus* test/lisp/net/tramp-tests.el: Keep additional test.
2017-05-09 Marcin BorkowskiAdd elisp-tests-with-temp-buffer, a new testing macro
2017-05-09 Noam PostavskyRevert "Output number of characters added to file ...
2017-05-08 Ken BrownSkip a test from filenotify-tests.el on Cygwin
2017-05-08 Paul EggertMerge from gnulib
2017-05-08 Wilson SnyderFix various verilog-mode.el issues.
2017-05-08 Michael AlbinusHandle `write-region' messages in Tramp properly
2017-05-07 YAMAMOTO MitsuharuFix glyph string generation for multi-font compositions...
2017-05-07 Philipp StephaniFix all unescaped character literals
next