Revisions of mc

buildservice-autocommit accepted request 1142182 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 11)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 10)
- Update to 4.8.31
  - Core
    * Minimal version of GLib is 2.32.0. 
  - VFS
    * fish: drop support of native FISH server and protocol. Rename VFS to shell (#4232)
    * extfs;
      - uc1541 extfs: update up to 3.6 version (#4511)
      - s3+: port to Python3 (#4324) 
    * Support for LZO/LZOP compression format (#4509) 
  - Misc
    * Skins: add color for non-printable characters in editor (#4433) 
  - Fixes
    * FTBFS on FreeBSD with ext2fs attribute support (#4493)
    * Broken stickchars (-a) mode (#4498)
    * Wrong timestamp after resuming of file copy operation (#4499)
    * Editor: wrong deletion of marked column (#3761)
    * Diff viewer: segfault when display of line numbers is enabled (#4500)
    * Tar VFS: broken handling of hard links (#4494)
    * Sftp VFS: failure establishing SSH session due hashed host names in ~/.ssh/known_hosts (#4506)
    * Shell VFS: incorrect file names with cyrillic or diacritic symbols (#4507)
    * mc.ext.ini: incorrect description of of how multiple sections and keys with same names are processed (#4497)
    * mc.ext.ini: unescaped backslash \ is treated as invalid escape sequence in glib-2.77.3 and glib-2.79 (#4502)
    * mc.ext.ini: file "Makefile.zip" is handled as Makefile not as zip-arhive (#4419) 
- Rebase mc-ext-audio.patch, mc-extd-xdg.patch and
  mc-vfs-fish-deleted_source_file.patch
buildservice-autocommit accepted request 1104048 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 9)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 8)
- Update to 4.8.30
  - Core
    * Support PCRE2 as search engine (via ----with-search-engine=pcre2) (#4450)
    * Implement panelization buffers for both file panels (#4370)
  - VFS
    * tar: support extended headers (including long file names and sparse files) (#1952, #2201)
    * extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander/mc#174)
    * extfs/patchfs: be more specific in error message (#4485)
  - Editor
    * Add syntax highlighting:
        - Jenkinsfiles (#4469)
        - B language (#4470)
    * Improve syntax highlighting:
        - ECMAScript (MidnightCommander/mc#172)
        - ECMAScript in TypeScript (MidnightCommander/mc#172)
        - use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander/mc#85)
  - Misc
    * Code cleanup (#4426, #4438)
    * Filehighlight:
        - recognize vsix files as zip files (MidnightCommander/mc#171)
    * Skin updates:
        - julia256 (#4441, #4445)
  - Fixes
    * Usage of 'sed' in build system/makefiles is not portable (#4459, #4466)
    * Unportable '$<' in Makefiles (#4460)
    * FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462)
    * Ncurses library is duplicated in MCLIBS (#4463, #4465)
    * FTBFS without ext2fs attributes support (#4464)
    * Wrong sort order after swapping panels (#4432)
    * Incorrect time delimiter in the copy/move progress window (#4437)
buildservice-autocommit accepted request 915746 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 7)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 6)
- Midnight Commander 4.8.27:
  * Core
    - Minimal version of Autoconf is 2.64 (#3603)
    - Minimal version of Automake is 1.12 (#3986)
    - Minimal version of Gettext is 0.18.2 (#3603)
    - Minimal version of libssh2 is 1.2.8 (#4259)
    - Reimplement version detection (#3603, #4249)
    - Significantly reduce rebuilt time after version change (#2252, #4266)
    - Drop automatic migration of configuration from ~/.mc to XDG-based directories (#3682)
    - zsh: support custom configuration file: ~/.local/share/mc/.zshrc (#4203)
    - Widgets: implement WST_VISIBLE state to show/hide widgets (#2919)
    - Find File: add Follow symlinks option (#2020) 
  * VFS
    - extfs: support unrar-6 (#4154)
    - extfs: support official 7z binary (7zz) (#4239)
    - ftpfs: apply file list parser from lftp project (#2841, #3174) 
  * Editor
    - Word completion: get candidates from all open files (#4160)
    - etags: get rid of hardcoded list length and window width (#4132)
    - Update syntax files:
      - python (#4140) 
    - Add syntax highlighting:
      - Verilog and SystemVerilog? header files (#4215)
      - JSON (#4250)
      - openrc-run scripts (#4246) 
  * Viewer
  * Diff viewer
  * Misc
    - Code clean up (#4179, #4173, #4269)
    - Filehighlight of c++ and h++ files as sources (#4194)
buildservice-autocommit accepted request 614367 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 5)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 4)
- update to 4.8.21
  ** Core
     * Cancel Chmod/Chown/Advanced chown operation for large group of files when operation is not permitted (#3850)
     * Mouse support in the "Advanced chown" dialog window (#3148)
     * File highlighting by extension is case insensitive by default (#1620)
     * Safe file overwrite (#3913) 
  ** VFS
     * Support zstd compression format (#3906) 
  ** Editor
     * Syntax:
       - Rust support (#3884)
       - JavaScript modules support (#3890)
       - Improve Markdown support (#3893) 
  ** Viewer
  ** Diff viewer
  ** Misc
     * Add JavaScript module support to filehighlight.ini (MidnightCommander/mc#132)
     * Add Excel xlsx file format support to mc.ext.in (MidnightCommander/mc#135)
     * i18n of argument type names in --help blocks (#3879)
     * Code cleanup: (#3857, #3914) 
  ** Fixes
     * Fail to link to ncurses built as two libraries: ncurses+tinfo (#3880)
     * Garbage in displaying of summary of file sizes for selected files (#3883)
     * "Compute totals" unnecessarily done for moves (#3149, #3908)
     * mc.ext: allow Java class files to be viewed even if JAD isn't on PATH (MidnightCommander/mc#134)
     * mcedit: broken extended key mode (#3897)
     * mcedit doesn't save all opened files (#3898)
     * extfs: sftps: -31 SFTP Protocol Error when transferring file (#3406)
     * extfs: rpm: truncated script content in the viewer (#3865)
     * extfs: rpm helper misses CONFLICTS field (#3789)
buildservice-autocommit accepted request 546269 from Eric Schirra's avatar Eric Schirra (ecsos) (revision 3)
baserev update by copy to link target
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 2)
- Update to Version 4.8.20
** Core
    * Rename key bindings:
       - [main].PanelListingSwitch -> [panel].CycleListingFormat
       - [main].PanelListingChange -> [main].SetupListingFormat 
    *Speed up of UTF-8 normalization for frequent cases (#3616) 
** VFS
    * extfs helpers tester:
       - diff of failed tests is now included in output to ease bug reporting (#3784) 
** Editor
    * Syntax:
       - ES2015 support (#3793)
       - TypeScript support (#3794)
       - Ada 95 updates (#3804)
       - Apache Hive QL support (#3828)
       - SQL & PHP keyword updates (MidnightCommander/mc#129)
       - Simplification of case insensitive file name patterns in /usr/share/mc/syntax/Syntax file (#3829)
       - Markdown (initial support) (#3864)
       - Protocol Buffers and gRPC support (#3868) 
    * Add %c (cursor offset from BOF) support for user menu macros (#3867) 
** Viewer
** Diff viewer
** Misc
    * Unify curses initialization for various curses implementations (#3697)
    * Highlight txz extension as archive like tgz, etc. (#3782)
    * Add new media extensions to filehighlight.ini (#3834) 
** Fixes
    * Wrong --help message for mcview, mcedit and mcdiff (#3805)
    * Compression from menu broken due to bad quoting (#3840)
    * --with-homedir gives "yes" as config directory (#3836)
Eric Schirra's avatar Eric Schirra (ecsos) committed (revision 1)
Displaying all 11 revisions
openSUSE Build Service is sponsored by