| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: mc-lang | Distribution: openSUSE Tumbleweed |
| Version: 4.8.33 | Vendor: openSUSE |
| Release: 1.2 | Build date: Mon Jan 27 22:01:26 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 4661589 | Source RPM: mc-4.8.33-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://midnight-commander.org/ | |
| Summary: Translations for package mc | |
Provides translations for the "mc" package.
GPL-3.0-or-later
* Mon Jan 27 2025 Adam Mizerski <adam@mizerski.pl>
- Update to 4.8.33:
- Core
* Minimal version of Automake is 1.14 (#4604)
* Upgrade C standard to C99 (#4604)
* Support ksh variants as subshell (#3748)
* Improve fish 4.0 shell support (#4597)
* Add support for bash PROMPT_COMMAND being an array (#4599)
* Don't override ENV variable for ash/dash subshell (#4605)
* Don't disable verbose mode if tty baudrate can't be reliably determined (#2452)
* New keymap for vim users (#4588)
- VFS
* extfs vfs: chmod/chown inside extfs (e.g. zip archive) silently fails (#4629)
* Add embedded torrent viewer/vfs (#3100)
- Misc
* Code cleanup (#4572, #4593, #4595, #4598)
* Adjust mc-wrappers to work with the new MC_TMPDIR creation logic (#4575)
* Prefer console players for sound, images and video in non-graphical sessions (#4479, #4596)
* Support `TERM=xterm-clear` for FreeBSD users (#2633)
* mc.ext.ini:
- Support for Rust crates file format (#4609)
- Support for OpenEmbedded ipk archives (#4626)
* ext.d: select browser at runtime (#4615)
* Move CI from Travis to GitHub Actions (#4170, #3738, #4602)
- Fixes
* Segfault if filter makes file panel empty (#4600)
* Segfault in built-in help when going to the previous topic (#4627)
* Incorrect handling of ext2 attributes of a directory (#4590)
* Failed copy/move operations make ETA inaccurate (#3205, #4613, #4623)
* Hotlist: use after free (#4621)
* mc.ext.ini: typo for apt view command line (#4583)
* mcedit: visual glitches if built with aspell, but libraries not installed (#4576)
* mcedit: segfault on new file creation (#4580)
* mcedit: PageDown skips lines in edit window (#4617)
* mcedit: cursor jumps during PageDown in edit window (#4618)
* mvciew: false-positive regex search of BOL (#4587)
* mcdiff: segmentation fault on empty files merge (#4608)
* tar vfs: double free (#4616)
* sftpfs vfs: use after free (#4620)
* tests: fix charset-related code on non-glibc platforms (Alpine, Illumos) (#3972, #4495)
* tests: use weak symbols instead of symbol duplication to support non-GNU linkers / macOS (#4584, #3542)
- Removed patches:
- 4575-fix-wrapper.patch - merged upstream
- mc-extd-misc.patch - reslved upstream
- mc-vfs-fish-deleted_source_file.patch - resolved upstream TODO verify
- Refreshed patches:
- mc-esc-seq.patch
- mc-extd-doc.patch
- mc-extd-sound.patch
- mc-extd-video.patch
- mc-extd-xdg.patch
- xls2csv_update.patch
- Rewrote patch mc-vfs-fish-deleted_source_file.patch
* Tue Dec 03 2024 Matej Cepl <mcepl@cepl.eu>
- Add mc-ext-obscpio.patch making mc handle SUSE *.obscpio
archives (bsc#1233006).
* Mon Sep 23 2024 Adam Mizerski <adam@mizerski.pl>
- Added patch 4575-fix-wrapper.patch - fixes boo#1203617
* Tue Sep 17 2024 Matej Cepl <mcepl@cepl.eu>
- Update to 4.8.32:
- Core
- Tell the current directory to the terminal using OSC 7 sequence (so it can open new tabs there) (#3088)
- Preserve ext2fs attributes on copy/move operations (#4532)
- Change name of temporary directory: make it unique for each run (#4535)
- Hide password in file operation progress dialog (#4541)
- Support reget in file move operation (#4563)
- Implement nanosecond precision timestamps on non-Linux (macOS, BSD, AIX, Solaris) (#4563)
- Remove remaining mmap code to simplify maintenance (#3960)
- VFS
- extfs: support unrar-7 (#4518)
- Editor
- Improve syntax highlighting:
- C and C++ (MidnightCommander?/mc#195, #4556)
- Viewer
- Diff viewer
- Add man page mcdiff.1 (#4224)
- Misc
- Code cleanup (#4524)
- New skins
- xoria256-thin, xoria256root-thin (#4530)
- modarcon16-defbg-thin, modarcon16-thin, modarcon16root-defbg-thin, modarcon16root-thin (#4530)
- modarin256-defbg-thin, modarin256-thin, modarin256root-defbg-thin, modarin256root-thin (#4530)
- julia256root (#4536)
- mc.ext.ini: clarify escaping of spaces and parenthesis (#4502)
- Fixes
- External editor does not work with arguments in $EDITOR (#4533)
- fish shell: strings " cd (printf '%b' ... " in history (#4521)
- Redundant back slashes for autocomplete (#4292)
- subshell: call execl with argv[0] that is not an actual path to Bash (#4549)
- mcedit: php.syntax: comment highlight from start of light only (#4519)
- mcedit: wrong replacement using regular expressions with begin or end of line (#4525, #4526)
- mcedit: losing column position when navigating up/down (MidnightCommander?/mc#194)
- mcedit: macro deletes text (#4540)
- mcedit: macros are applied to the pasted text (#4562)
- extfs: iso9660: xorriso is slow to open an ISO image (#3570, #4567)
- extfs: u7z: wrong add of nested directories to archive (#4559)
- extfs: segfault on enter to deleted archive (#4560)
- tar: segfault on copy files from archive (#4561)
- man: typo (#4550)
- Remove mc-extfs-iso9660-xorriso.patch patch which doesn't apply anymore.
- Other patches reapplied.
* Mon Mar 18 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang_path macro, [bsc#1212476]
* Mon Mar 04 2024 Adam Mizerski <adam@mizerski.pl>
- fix python3 dependency (boo#1220900)
* Fri Feb 23 2024 pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
* Mon Jan 29 2024 ecsos <ecsos@opensuse.org>
- 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
* Tue Aug 15 2023 ecsos <ecsos@opensuse.org>
- 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)
* Incorrect redraw of overlapped file panels (#4408)
* Subshell/Command line prompt is empty/missing (#3121)
* Find file: relative ignore directory is applied to the start search directory (#4235)
* Diff viewer: options are not applied on second run (#4486)
* mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434)
* mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444)
* mcedit: off-by-one error in paragraph formatting (#4446)
* ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472)
* Various typos in the source code (MidnightCommander/mc#177, MidnightCommander/mc#178)
* Wed Apr 26 2023 Jan Engelhardt <jengelh@inai.de>
- Replace xorg-x11-devel by pkgconfig(...)
* Thu Mar 23 2023 Adam Majer <adam.majer@suse.de>
- mc-ext-audio.patch: refresh patch
* Sun Mar 19 2023 Dirk Müller <dmueller@suse.com>
- update to 4.8.29:
* Add more options for panel filter (#1373):
* "Files only"
* "Case sensitive"
* "Using shell patterns"
* Continue copy after interrupt
* Restore menu accelerator for "Sort order": back to "S";
change menu accelerator for "SFTP link" to "N"
* Add support for cross-compilation with PERL path different
between --build and --host
* Bootstrap with autotools providing direct support for Apple
M1
* Port mc.ext to INI format and rename to mc.ext.ini
* Implement compound (AND) conditions (Type/Shell and
Type/Regex pairs) to disambiguate overloaded extensions
* There is no fallback to previous mc.ext format
* Editor
+ Change location of all user's syntax related stuff to
~/.local/share/mc/syntax/ directory
+ syntax/Syntax: document location of syntax files
+ Improvements of syntax highlighting:
+ YAML: improve multiline blocks highliting
+ New syntax highlighting:
+ Privoxy (https://www.privoxy.org) actions files
+ TOML (Tom's Obvious Minimal Language)
+ sqlite3 view: use 'immutable=1' URI parameter to prevent
leaving wal/shm files after viewing sqlite database
+ Support of contour terminal emulator
(https://github.com/contour-terminal/contour)
+ mc.ext.ini: clarify regex for makefiles
+ Remove empty hints translations by setting 5% threshold
+ Fixes
+ Fail to build with only SFTP network VFS is enabled
+ Crash on quick view of archives
+ Wrong description of --enable-configure-args option
+ Wrong version sort
+ No subshell if subshell is initializing more than 1 second
+ Filter keyboard shortcut only affects left panel
+ File type check does not work with special character in
filename
+ Select files keeping the right mouse button pressed doesn't
select all files
+ Cannot scroll panel listing upwards using mouse
+ "Directory Compare" doesn't correct work with panelization
+ Wrong decompressing of zip files in quick view panel
+ mc.ext: 'include' keyword (for command class def) have no
effect if it was defined before 'Include' keyword (for
command def)
+ mcedit: infinite loop when deleting a macro
+ mcviewer: segfault when switching from raw to parsed mode and
back
+ Broken handling of zip archives
+ FISH subshell: commands don't work after window resize
+ FTP VFS: doesn't reconnect to server after timeout
+ FISH VFS: cannot remove non-empty directory
+ EXTFS VFS: segfault if archive contains file(s) in the parent
directory
+ Tests: variable redeclaration in filevercmp_test5
* Mon Jun 27 2022 Matej Cepl <mcepl@suse.com>
- Include review comments: don't depend on fish.
* Wed Jun 15 2022 Matej Cepl <mcepl@suse.com>
- Add 4258-fish-subshell-prompt.patch fixing
https://midnight-commander.org/ticket/4258 stopping fish from sending
\r while printing prompt and mc erases prompt buffer.
- Add mc.fish, which the fish equivalent of /usr/share/mc/mc-wrapper.sh
* Sun Mar 27 2022 Andreas Stieger <andreas.stieger@gmx.de>
- Update to 4.8.28:
* Remove SMB support
* Add syntax highlighting for Ngspice/SPICE and DOT/Graphviz
* Support file/dir macros from mc.ect for standalone viewer
* Support Shift+Fn keys for KiTTY
* Filehighlight: graphical formats: avif, jp2, jxl, heic, heif,
psb, psd, Markdown
* bug fixes
- drop mc-startup-timeout.patch
/usr/share/locale/af/LC_MESSAGES/mc.mo /usr/share/locale/ar/LC_MESSAGES/mc.mo /usr/share/locale/az/LC_MESSAGES/mc.mo /usr/share/locale/be/LC_MESSAGES/mc.mo /usr/share/locale/bg/LC_MESSAGES/mc.mo /usr/share/locale/br/LC_MESSAGES/mc.mo /usr/share/locale/ca/LC_MESSAGES/mc.mo /usr/share/locale/cs/LC_MESSAGES/mc.mo /usr/share/locale/da/LC_MESSAGES/mc.mo /usr/share/locale/de/LC_MESSAGES/mc.mo /usr/share/locale/de_CH/LC_MESSAGES/mc.mo /usr/share/locale/el/LC_MESSAGES/mc.mo /usr/share/locale/en_GB/LC_MESSAGES/mc.mo /usr/share/locale/eo/LC_MESSAGES/mc.mo /usr/share/locale/es/LC_MESSAGES/mc.mo /usr/share/locale/et/LC_MESSAGES/mc.mo /usr/share/locale/eu/LC_MESSAGES/mc.mo /usr/share/locale/fa/LC_MESSAGES/mc.mo /usr/share/locale/fi/LC_MESSAGES/mc.mo /usr/share/locale/fr/LC_MESSAGES/mc.mo /usr/share/locale/fr_CA/LC_MESSAGES/mc.mo /usr/share/locale/ga/LC_MESSAGES/mc.mo /usr/share/locale/gl/LC_MESSAGES/mc.mo /usr/share/locale/he/LC_MESSAGES/mc.mo /usr/share/locale/hr/LC_MESSAGES/mc.mo /usr/share/locale/hu/LC_MESSAGES/mc.mo /usr/share/locale/ia/LC_MESSAGES/mc.mo /usr/share/locale/id/LC_MESSAGES/mc.mo /usr/share/locale/it/LC_MESSAGES/mc.mo /usr/share/locale/ja/LC_MESSAGES/mc.mo /usr/share/locale/ka/LC_MESSAGES/mc.mo /usr/share/locale/kk/LC_MESSAGES/mc.mo /usr/share/locale/ko/LC_MESSAGES/mc.mo /usr/share/locale/lt/LC_MESSAGES/mc.mo /usr/share/locale/lv/LC_MESSAGES/mc.mo /usr/share/locale/nb/LC_MESSAGES/mc.mo /usr/share/locale/nl/LC_MESSAGES/mc.mo /usr/share/locale/nl_BE/LC_MESSAGES/mc.mo /usr/share/locale/pl/LC_MESSAGES/mc.mo /usr/share/locale/pt/LC_MESSAGES/mc.mo /usr/share/locale/pt_BR/LC_MESSAGES/mc.mo /usr/share/locale/ro/LC_MESSAGES/mc.mo /usr/share/locale/ru/LC_MESSAGES/mc.mo /usr/share/locale/sk/LC_MESSAGES/mc.mo /usr/share/locale/sl/LC_MESSAGES/mc.mo /usr/share/locale/sr/LC_MESSAGES/mc.mo /usr/share/locale/sv/LC_MESSAGES/mc.mo /usr/share/locale/ta/LC_MESSAGES/mc.mo /usr/share/locale/te/LC_MESSAGES/mc.mo /usr/share/locale/tr/LC_MESSAGES/mc.mo /usr/share/locale/uk/LC_MESSAGES/mc.mo /usr/share/locale/vi/LC_MESSAGES/mc.mo /usr/share/locale/wa/LC_MESSAGES/mc.mo /usr/share/locale/zh_CN/LC_MESSAGES/mc.mo /usr/share/locale/zh_TW/LC_MESSAGES/mc.mo /usr/share/man/es/man1/mc.1.gz /usr/share/man/hu/man1/mc.1.gz /usr/share/man/it/man1/mc.1.gz /usr/share/man/pl/man1/mc.1.gz /usr/share/man/ru/man1/mc.1.gz /usr/share/man/sr/man1/mc.1.gz /usr/share/mc/help/mc.hlp.es /usr/share/mc/help/mc.hlp.hu /usr/share/mc/help/mc.hlp.it /usr/share/mc/help/mc.hlp.pl /usr/share/mc/help/mc.hlp.ru /usr/share/mc/help/mc.hlp.sr /usr/share/mc/hints/mc.hint.be /usr/share/mc/hints/mc.hint.bg /usr/share/mc/hints/mc.hint.ca /usr/share/mc/hints/mc.hint.cs /usr/share/mc/hints/mc.hint.da /usr/share/mc/hints/mc.hint.de /usr/share/mc/hints/mc.hint.el /usr/share/mc/hints/mc.hint.en_GB /usr/share/mc/hints/mc.hint.eo /usr/share/mc/hints/mc.hint.es /usr/share/mc/hints/mc.hint.et /usr/share/mc/hints/mc.hint.eu /usr/share/mc/hints/mc.hint.fa /usr/share/mc/hints/mc.hint.fr /usr/share/mc/hints/mc.hint.ga /usr/share/mc/hints/mc.hint.gl /usr/share/mc/hints/mc.hint.hu /usr/share/mc/hints/mc.hint.id /usr/share/mc/hints/mc.hint.it /usr/share/mc/hints/mc.hint.ja /usr/share/mc/hints/mc.hint.ka /usr/share/mc/hints/mc.hint.ko /usr/share/mc/hints/mc.hint.lt /usr/share/mc/hints/mc.hint.nb /usr/share/mc/hints/mc.hint.nl /usr/share/mc/hints/mc.hint.pl /usr/share/mc/hints/mc.hint.pt /usr/share/mc/hints/mc.hint.pt_BR /usr/share/mc/hints/mc.hint.ro /usr/share/mc/hints/mc.hint.ru /usr/share/mc/hints/mc.hint.sk /usr/share/mc/hints/mc.hint.sr /usr/share/mc/hints/mc.hint.sv /usr/share/mc/hints/mc.hint.tr /usr/share/mc/hints/mc.hint.uk /usr/share/mc/hints/mc.hint.zh_CN /usr/share/mc/hints/mc.hint.zh_TW
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 12 23:03:13 2025