index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
startup.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Fix doc strings of splash-screen data structures
Eli Zaretskii
2024-01-29
1
-2
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Rename native-comp-deferred-compilation into native-comp-jit-compilation
Andrea Corallo
2023-02-13
1
-2
/
+2
*
Rename comp-enable-subr-trampolines into native-comp-enable-subr-trampolines
Andrea Corallo
2023-02-13
1
-2
/
+2
*
Revert "Add new variable 'inhibit-native-compilation'"
Andrea Corallo
2023-02-13
1
-5
/
+2
*
Revert "Rename to inhibit-automatic-native-compilation"
Andrea Corallo
2023-02-13
1
-4
/
+3
*
Avoid warning about 'load-path' in non-interactive sessions
Eli Zaretskii
2023-02-12
1
-1
/
+2
*
* lisp/startup.el (command-line): Fix warning message. (Bug#61014)
Eli Zaretskii
2023-01-23
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
A better fix for bug#60096
Eli Zaretskii
2022-12-16
1
-1
/
+1
*
Avoid segfaults due to invalid selected-window's buffer
Eli Zaretskii
2022-12-15
1
-1
/
+1
*
Fix handling of relative directories in "--init-directory=DIR"
Eli Zaretskii
2022-12-03
1
-1
/
+3
*
Make sure 'user-emacs-directory' ends in a slash
Eli Zaretskii
2022-12-03
1
-0
/
+4
*
; Avoid byte-compiler warning in startup.el
Eli Zaretskii
2022-11-19
1
-1
/
+4
*
Avoid `user-init-file' being set to an eln file (bug#59334)
Juanma Barranquero
2022-11-18
1
-13
/
+21
*
Set `comp-no-spawn' earlier using -no-comp-spawn
Andrea Corallo
2022-10-26
1
-1
/
+4
*
Rename `file-attribute-file-number' to `file-attribute-file-identifier'
Michael Albinus
2022-10-14
1
-1
/
+2
*
Clarify structure of file-attribute's device number
Michael Albinus
2022-10-13
1
-1
/
+1
*
Rename to inhibit-automatic-native-compilation
Lars Ingebrigtsen
2022-10-03
1
-3
/
+4
*
Add new variable 'inhibit-native-compilation'
Lars Ingebrigtsen
2022-10-03
1
-2
/
+5
*
Fix point adjustment in recreated *Messages* buffers
Eli Zaretskii
2022-08-29
1
-2
/
+0
*
Fix error during startup in -nw sessions
Eli Zaretskii
2022-07-20
1
-2
/
+4
*
; * lisp/startup.el (command-line-1): Fix last change.
Eli Zaretskii
2022-07-10
1
-1
/
+2
*
Fix the startup.el behavior when 'face-font-rescale-alist' is non-nil
Eli Zaretskii
2022-07-10
1
-4
/
+14
*
Make the nativecomp test eln directory more reliably be removed
Lars Ingebrigtsen
2022-05-24
1
-31
/
+7
*
Factor out *scratch* initialization
Sean Whitton
2022-05-09
1
-9
/
+3
*
Fix inhibiting reading the user init file with "emacs -x"
Lars Ingebrigtsen
2022-05-06
1
-0
/
+8
*
; Improve comments for a recently installed bugfix
Eli Zaretskii
2022-04-22
1
-6
/
+11
*
Respect user-emacs-directory-warning in startup
Tino Calancha
2022-04-21
1
-5
/
+16
*
Make it easier to use Emacs as a script interpreter
Lars Ingebrigtsen
2022-04-18
1
-2
/
+21
*
Guard against custom entries that can contain NULs
Robert Pluim
2022-03-16
1
-1
/
+5
*
Make `next-buffer' order reflect command line file order
Lars Ingebrigtsen
2022-02-21
1
-2
/
+16
*
Merge from origin/emacs-28
Eli Zaretskii
2022-02-18
1
-9
/
+9
|
\
|
*
* lisp/startup.el (normal-top-level): Small code move, improve 202d3be873.
Andrea Corallo
2022-02-11
1
-8
/
+8
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-02-10
1
-0
/
+10
|
\
|
|
*
; * lisp/startup.el (normal-top-level): Fix byte-compilation warning.
Eli Zaretskii
2022-02-10
1
-1
/
+5
|
*
* lisp/startup.el (normal-top-level): Disable native-comp if not available
Andrea Corallo
2022-02-10
1
-0
/
+7
*
|
Restore command-line--load-script messaging
Lars Ingebrigtsen
2022-02-10
1
-1
/
+1
*
|
Don't signal a backtrace on empty --script files
Lars Ingebrigtsen
2022-02-10
1
-1
/
+14
*
|
Allow customization of the user's eln-cache directory
Eli Zaretskii
2022-02-10
1
-71
/
+59
*
|
* lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0
Andrea Corallo
2022-02-01
1
-1
/
+1
*
|
Rename `comp--loadable' into `comp--compilable'
Andrea Corallo
2022-02-01
1
-4
/
+4
*
|
* Fix `startup--require-comp-safely' (bug#53675)
Andrea Corallo
2022-02-01
1
-1
/
+1
*
|
Fix error at startup with recent change
Po Lu
2022-01-29
1
-25
/
+26
*
|
Fix native-compilation at startup
Eli Zaretskii
2022-01-29
1
-0
/
+59
*
|
Move native-comp-eln-load-path setting earlier again
Lars Ingebrigtsen
2022-01-28
1
-38
/
+41
*
|
; Rename 'startup--require-comp-safetly'
Eli Zaretskii
2022-01-28
1
-2
/
+2
*
|
Add new switch --init-directory
Lars Ingebrigtsen
2022-01-27
1
-32
/
+46
*
|
Fix potential native compiler circular dependencies during load
Andrea Corallo
2022-01-27
1
-11
/
+15
*
|
* Fix `startup--honor-delayed-native-compilations' for (bug#53497)
Andrea Corallo
2022-01-27
1
-6
/
+10
[next]