-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ChangeLog: Add entry. * compiler-explorer.el: Update version.
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,31 @@ | ||
2024-04-18 Michał Krzywkowski <[email protected]> | ||
|
||
Version 0.4.0 | ||
|
||
- The "Debug Intrinsics" output filter can now be set. | ||
|
||
- Useless (unmodified) sessions are now not persisted. | ||
|
||
- The compilation and execution buffers are now updated | ||
non-destructively, i.e the point and window scroll is preserved | ||
when possible. | ||
|
||
- A menu bar is now available in compiler-explorer sessions. | ||
|
||
- New command `compiler-explorer-exit' kills the current session. | ||
|
||
- Documentation for ASM opcodes is now optionally provided via | ||
eldoc in the compilation buffers. This is controlled by the | ||
`compiler-explorer-document-opcodes' defcustom. | ||
|
||
- New command `compiler-explorer-load-example' loads a named | ||
example for the current language. | ||
|
||
- The annoying "request--callback: peculiar error" message has | ||
been removed. | ||
|
||
- Various fixes and smaller improvements. | ||
|
||
2024-03-28 Michał Krzywkowski <[email protected]> | ||
|
||
Version 0.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Michał Krzywkowski <[email protected]> | ||
;; Keywords: c, tools | ||
;; Version: 0.3.0 | ||
;; Version: 0.4.0 | ||
;; Homepage: https://github.com/mkcms/compiler-explorer.el | ||
;; Package-Requires: ((emacs "26.1") (request "0.3.0") (eldoc "1.15.0")) | ||
|
||
|