Skip to content

Mg v3.3

Compare
Choose a tag to compare
@troglobit troglobit released this 11 Dec 20:47
· 380 commits to master since this release

Changes

  • Initial support for scheme-like scripting functionality to ~/.mg, by Mark Lumsden
  • Add set-case-replaced to toggle case-preserving replace on or off, by Reyk Flöter
  • Complement mg -R with new function: toggle-read-only-all, by Mark Lumsden
  • Distribute and install example ~/.mg file in /usr/shared/doc/mg
  • Improved internal support for debugging mg, by Mark Lumsden
  • Add dired-revert to the dired funmap, by Mark Lumsden
  • Display an error message if trying to copy or rename a file to itself, by Mark Lumsden
  • Add dired-goto-file, by Mark Lumsden

Fixes

  • Fix undo in transpose-paragraph, by Mark Lumsden
  • Fix GCC truncation warning in help.c
  • Fixes to various GCC 8 compiler warnings, by Joachim Nilsson
  • Fix --with-startup=foo and --disable-all configure options
  • Fix #2: Update build instructions for Ubuntu 16.04
  • Fix switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed, by Mark Lumsden
  • Fix to always display correct file name in minibuffer, by Mark Lumsden
  • Fix to allow fns with >0 param receive and process when eval from startup file, by Mark Lumsden