projects
/
emacs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
emacs.git
2017-06-08
Philipp Stephani
Fix another compiler warning on macOS
commit
|
commitdiff
|
tree
|
snapshot
2017-06-08
Philipp Stephani
Add garbage collection support for module environments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-08
Glenn Morris
Make autogen.sh report relevant environment variables
commit
|
commitdiff
|
tree
|
snapshot
2017-06-08
Noam Postavsky
Split variable macro env from function env
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Glenn Morris
; ChangeLog fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Glenn Morris
* make-dist: Directory modules/mod-test no longer exists.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Glenn Morris
More authors.el updates
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Glenn Morris
* make-dist: Check a release has a ChangeLog with a...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Glenn Morris
* make-dist: Use existing ChangeLog if present.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Michael Albinus
* lisp/net/tramp-sh.el (tramp-maybe-open-connection...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-07
Lars Ingebrigtsen
(url-cookie-host-can-set-p): Protect against zero-lengt...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
More authors.el updates
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
; * admin/authors.el (authors-obsolete-files-regexps...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
More small authors.el updates
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
; Update some more Maintainer: header comments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
; Update some Maintainer: header comments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
Make authors.el report names that were ignored
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
* admin/authors.el (authors-aliases): Additions.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
; Small fixes for some Author: header comments
commit
|
commitdiff
|
tree
|
snapshot
2017-06-06
Glenn Morris
; ChangeLog fixes
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Tino Calancha
* test/lisp/subr-tests.el (subr-tests-bug22027): Add...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Noam Postavsky
* lisp/subr.el (read-passwd): Don't delete return value...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Dmitry Gutov
Enable ElDoc messages after the newline command
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Dmitry Gutov
Enable eldoc-mode explicitly inside read--expression
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Andy Moreton
Fix check for package-unsigned-archives during retrieval
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Noah Friedman
Merge etc/emacs-buffer.gdb from emacs-25 to master.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Philipp Stephani
Fix undefined behavior in mapbacktrace
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Eli Zaretskii
Fix emacs-module-tests on MS-Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Philipp Stephani
Use unwind protection to clean up data structures in...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Michael Albinus
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Michael Albinus
Some minor tweaks in tramp-tests.el
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Michael Albinus
Fix error in Tramp rsync method
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Philipp Stephani
Inline module_has_cleanup
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Philipp Stephani
Add missing dependency to test module source file
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Paul Eggert
Omit space that broke ‘make check’
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Paul Eggert
Remove easserts etc. from emacs-module.c
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Paul Eggert
Remove unnecessary checking in emacs-module.c
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Paul Eggert
SCHARS and STRING_BYTES are nonnegative
commit
|
commitdiff
|
tree
|
snapshot
2017-06-05
Noam Postavsky
* lisp/desktop.el (desktop-clear): Skip the daemon...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Remove an unused error symbol
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Support quitting in modules
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Use more specific errors for module load failure
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Remove an unneeded assertion
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Guard against signed integer overflows
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Add a couple more assertions to the module code
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
; Grammar fix
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
; Small comment fix
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Use ATTRIBUTE_MAY_ALIAS where alias violations are...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Simplify interface of dynlib_attr.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Rationalize environment lifetime management functions
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Rework printing of module functions
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Define helper macro to reduce code duplication
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Philipp Stephani
Remove two FIXMEs that can't be fixed
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Eli Zaretskii
Avoid slow startup in daemon mode when global-linum...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Paul Eggert
Fix eldoc bug with curved quote
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Paul Eggert
Tune ‘format’ after recent fix
commit
|
commitdiff
|
tree
|
snapshot
2017-06-04
Nikolay Kudryavtsev
Improve of file-local-name use in vc-git-checkin
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Simen Heggestøyl
Support a new CSS indentation style
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Philipp Stephani
; Fix off-by-one error
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Philipp Stephani
Fix a bug when using format field numbers
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Paul Eggert
Document uniqueness limitation of ‘format’
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Glenn Morris
Small rmailmm fix (bug#27203)
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Glenn Morris
* admin/authors.el (authors-aliases): Addition.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Glenn Morris
Add watch for password back to inferior python comint...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-03
Ryan
Use completing-read-default in tmm-prompt
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Mats Lidell
* etc/tutorials/TUTORIAL.sv: synced with TUTORIAL ...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Glenn Morris
Fix with-todo-test
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Lele Gaifax
Update TUTORIAL.it
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Eli Zaretskii
; * doc/emacs/emacs-xtra.texi: Explain in a comment...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Eli Zaretskii
Fix cursor position in Dired buffers after dired-sort...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Eli Zaretskii
Update TUTORIAL.he
commit
|
commitdiff
|
tree
|
snapshot
2017-06-02
Noam Postavsky
* etc/tutorials/TUTORIAL: Explain how to stop the tutor...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Paul Eggert
Limit format fields to more POSIX-like spec
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Paul Eggert
Improve performance by avoiding strtoumax
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Paul Eggert
Minor improvements to format field numbers
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Philipp Stephani
Implement field numbers in format strings
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Alexander Gramiak
Limit scope of local overriding-terminal-local-map
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Stephen Berman
Correct and isolate the todo-mode test environment
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Alan Third
Fix build errors on macOS 10.6 (bug#27059)
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Eli Zaretskii
Improve testing of octal and hex display of raw bytes
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Vasilij Schneidermann
Add customizable to display raw bytes as hex
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Eli Zaretskii
Revert "Add customizable to display raw bytes as hex"
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Eli Zaretskii
Add customizable to display raw bytes as hex
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Eli Zaretskii
Fix linum under text-scaling when leuven-theme is used
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Glenn Morris
; Auto-commit of loaddefs files.
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Paul Eggert
Free cwd when no longer needed
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Anders Waldenborg
Fix memory leak of cwd string in emacsclient (Bug#26628)
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Noam Postavsky
; CONTRIBUTE: Better example for multi-entry example...
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Glenn Morris
Quieten compilation of some test files
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Glenn Morris
Use true names for invocation- and source-directory
commit
|
commitdiff
|
tree
|
snapshot
2017-06-01
Glenn Morris
Avoid elisp-mode test failures when source dir has...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Paul Eggert
Fix bug with "%%" in error format
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Paul Eggert
* src/editfns.c (Fmessage): Improve doc string (Bug...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Katsumi Yamaoka
Revert mml-generate-mime-1 (bug#27141)
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Michael Albinus
Fix Bug#27108
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Glenn Morris
* test/Makefile.in (.SECONDARY): Stop make deleting...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Eli Zaretskii
Document current-line hscrolling in ELisp manual
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Eli Zaretskii
Support lower bound on hscrolling when only current...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Noam Postavsky
cl-print: handle circular objects when `print-circle...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-31
Noam Postavsky
Further simplify test/Makefile, optionally load elc...
commit
|
commitdiff
|
tree
|
snapshot
next