Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bytecomp container test case | Lars Ingebrigtsen | 2021-08-12 | 1 | -1/+5 |
* | Put command line file names and mouse dragging onto 'file-name-history' | Lars Ingebrigtsen | 2021-07-20 | 1 | -0/+1 |
* | Use file-truename on files loaded with "emacs -l" | Lars Ingebrigtsen | 2021-06-19 | 1 | -2/+2 |
* | * lisp/startup.el (command-line-1): Avoid byte-compiler warning. | Eli Zaretskii | 2021-05-19 | 1 | -0/+3 |
* | Fix `custom-delayed-init-variables' problem when re-dumping emacs | Gong Qijian | 2021-05-18 | 1 | -5/+5 |
* | Rename comp-eln-load-path → native-comp-eln-load-path | Andrea Corallo | 2021-05-06 | 1 | -8/+8 |
* | Rename feature `nativecomp' into `native-compile' | Andrea Corallo | 2021-05-05 | 1 | -2/+2 |
* | * Clean-up temporary eln test-suite directory when exiting (bug#48060) | Andrea Corallo | 2021-04-27 | 1 | -1/+3 |
* | * lisp/startup.el (comp-eln-load-path): Silence a warning. | Andrea Corallo | 2021-04-25 | 1 | -1/+1 |
* | Merge branch 'feature/native-comp' into into trunk | Andrea Corallo | 2021-04-25 | 1 | -0/+25 |
|\ | |||||
| * | Fix loading *.eln files when Emacs is installed via symlinks | Eli Zaretskii | 2021-04-17 | 1 | -1/+12 |
| * | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-04-13 | 1 | -2/+3 |
| |\ | |||||
| * | | Add a tmp dir to `comp-eln-load-path' when running the testsuite. | Andrea Corallo | 2021-03-21 | 1 | -1/+7 |
| * | | * lisp/startup.el (normal-top-level): Use `path-separator' in place of ":". | Andrea Corallo | 2021-02-14 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-02-10 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-01-30 | 1 | -0/+2 |
| |\ \ \ | |||||
| * \ \ \ | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-01-24 | 1 | -8/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'savannah/master' into native-comp | Andrea Corallo | 2021-01-16 | 1 | -24/+13 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-01-08 | 1 | -11/+1 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2021-01-02 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-12-20 | 1 | -3/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-12-12 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Vanilla build warning clean-up | Andrea Corallo | 2020-12-04 | 1 | -0/+1 |
| * | | | | | | | | | | Add 'EMACSNATIVELOADPATH' env variable support (bug#44726) | Andrea Corallo | 2020-11-20 | 1 | -3/+7 |
| * | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-10-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | * lisp/startup.el (command-line): Clean-up logic for new .eln disposition. | Andrea Corallo | 2020-08-29 | 1 | -6/+1 |
| * | | | | | | | | | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-08-29 | 1 | -9/+3 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-08-19 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Move eln files into dedicated cache directories | Andrea Corallo | 2020-08-17 | 1 | -0/+3 |
| * | | | | | | | | | | | | | Two `load-history' eln related fixes. | Andrea Corallo | 2020-06-22 | 1 | -1/+6 |
* | | | | | | | | | | | | | | Fix unload+reload of files using `custom-initialize-delay` (bug#47072) | Stefan Monnier | 2021-04-22 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Add support for --seccomp command-line option. | Philipp Stephani | 2021-04-10 | 1 | -2/+3 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`. | Stefan Monnier | 2021-02-02 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Use `lexical-binding` in all `lisp/international` files | Stefan Monnier | 2021-01-25 | 1 | -0/+2 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | * lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913. | Stefan Monnier | 2021-01-19 | 1 | -8/+3 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursor | Stefan Monnier | 2021-01-14 | 1 | -9/+0 |
* | | | | | | | | | * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursor | Stefan Monnier | 2021-01-14 | 1 | -2/+1 |
* | | | | | | | | | Fix marking "delayed-initialization" vars as dynamically scoped | Stefan Monnier | 2021-01-14 | 1 | -9/+7 |
* | | | | | | | | | Merge from origin/emacs-27 | Glenn Morris | 2021-01-14 | 1 | -4/+5 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Fix inhibiting the default.el loading in user init file | Eli Zaretskii | 2021-01-08 | 1 | -4/+5 |
| * | | | | | | | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | | | | | | | | | * lisp/emacs-lisp/package.el: Load package-quickstart without package.el | Stefan Monnier | 2021-01-05 | 1 | -11/+1 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Default the init file to init.el, not init | Lars Ingebrigtsen | 2020-12-17 | 1 | -3/+3 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Prefer setq-local in most files | Stefan Kangas | 2020-12-09 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge from origin/emacs-27 | Glenn Morris | 2020-10-02 | 1 | -1/+1 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | ; Fix many typos in symbols in docs and comments | Stefan Kangas | 2020-10-02 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Fix PWD startup checking with symlinks | Paul Eggert | 2020-08-26 | 1 | -6/+3 |
* | | | Allow directories to be called .el in -add-subdirs-to-load-path | Robert Pluim | 2020-08-26 | 1 | -3/+0 |
|/ / | |||||
* / | Let Emacs start even if curdir is inaccessible | Paul Eggert | 2020-08-17 | 1 | -5/+6 |
|/ |