Grouped changes for 4.6.0-pre2.

This commit is contained in:
Pavel Roskin 2002-12-26 20:38:33 +00:00
parent ca66e5f21a
commit 6ef3ea6500

57
NEWS
View File

@ -1,26 +1,47 @@
Changes made after 4.6.0-pre1. Version 4.6.0-pre2.
- Polish manual has been added. Release candidate for 4.6.0.
- glib is now properly detected on FreeBSD.
- New syntax rules - RPM specfile. - Security.
- Support for termnet and HSC firewall has heen removed. - mc now creates its own temporary directory /tmp/mc-$USER.
- mc now creates its own temporary directory, separate for each user. If it fails or permissions are wrong, the user is warned.
- Portability.
- mc now complies with the Filesystem Hierarchy Standard and
uses @prefix@/share/mc for the data files.
- Support for glib 2.0.x has been added. - Support for glib 2.0.x has been added.
- Mouse wheel is supported in the internal editor and viewer in xterm - glib 1.2 is now properly detected on FreeBSD.
compatible terminals that implement wheel events correctly.
- mc now complies with the Filesystem Hierarchy Standard and uses - Core functionality.
@prefix@/share/mc for the data files. - Fixed segmentation fault when displaying messages from
- Editor shows control characters in the caret notation. background operations.
- Fixed segmentation fault when displaying messages from background - When using support for setting the last working directory of
process. mc in the parent shell, "mc" is now an alias in all shells,
not a function. The "-P" option needs an argument now.
- Alt-O sets the same directory on the other panel.
- Screen libraries.
- Screen library is now selected by the option --with-screen. - Screen library is now selected by the option --with-screen.
- X11 support is enabled by default, use --without-x to disable.
- The keycode now contains information about all screen
modifiers. This allows to implement more shortcuts, but this
work has just begun.
- Included S-Lang library has been updated to version 1.4.5. - Included S-Lang library has been updated to version 1.4.5.
- Fixed viewing and editing files on mcfs. - Mouse wheel is supported in the internal editor and viewer in
- When using support for setting the last working directory of mc in the xterm compatible terminals that implement wheel events.
parent shell, "mc" is now an alias in all shells, not a function.
- Behavior of Alt-O is more intuitive now. - Editor.
- Internal editor now saves the cursor position in the file. - Internal editor now saves the cursor position in the file.
- X11 support is now enabled by default, use --without-x to disable. - New syntax rules - RPM specfile, m4.
- Editor shows control characters in the caret notation.
- VFS.
- Most extfs scripts have been reviewed and improved.
- Fixed viewing and editing files on mcfs.
- Support for termnet and HSC firewall has been removed.
- Documentation.
- Polish manual has been added.
Version 4.6.0-pre1. Version 4.6.0-pre1.