- Thoughts and whitespace.
- Deprecated
auto-compile-use-mode-line-set. Instead customize optionauto-compile-use-mode-lineusing the Custom interface orsetopt. 4a5f0d9
- Thoughts and whitespace.
- At least Emacs 27.1 is required now.
- Thoughts and whitespace.
- Fix locating the place to insert our mode-line element. c5b1146
- Thoughts and whitespace.
- Thoughts and whitespace.
- Thoughts and whitespace.
- Fixed the fix from the previous release, which is necessary for font-lock to be enable for Emacs 30 but keeps it from being enabled for older releases.
- Fixed an issue that prevented "Compile-Log" from being fontified in Emacs 30. 4a951af
At least Emacs 26.1 is required now.
- Fixed an issue that occurred when the init file is being
compiled during Emacs startup.
startup--load-user-init-filebindsuser-init-fileto a special value to instructbyte-compile-fileto behave differently. We didn’t account for that, resulting in some other library that our advise loads (most likelycompile.el) to be treated as the init file. #33 - When trying to remove an element from the mode-line, which happens to come last in a list, we ended up replacing it with nil, instead of completely removing it. 3899157