Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: nano-lang | Distribution: openSUSE Tumbleweed |
Version: 8.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed May 1 13:58:56 2024 |
Group: System/Localization | Build host: reproducible |
Size: 2102580 | Source RPM: nano-8.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://nano-editor.org/ | |
Summary: Translations for package nano |
Provides translations for the "nano" package.
GPL-3.0-or-later
* Wed May 01 2024 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 8.0: * By default ^F is bound to starting a forward search, and ^B to starting a backward search, while M-F and M-B repeat the search in the corresponding direction. (See the documentation if you want the old bindings back.) * Command-line option --modernbindings (-/) makes ^Q quit, ^X cut, ^C copy, ^V paste, ^Z undo, ^Y redo, ^O open a file, ^W write a file, ^R replace, ^G find again, ^D find again backwards, ^A set the mark, ^T jump to a line, ^P show the position, and ^E execute. * Above modern bindings are activated also when the name of nano's executable (or a symlink to it) starts with the letter "e". * To open a file at a certain line number, one can now use also nano filename:number, besides nano +number filename. * <Alt+Home> and <Alt+End> put the cursor on the first and last row in the viewport, while retaining the horizontal position. * When the three digits in an #RGB color code are all the same, the code is mapped to the xterm grey scale, giving access to fourteen levels of grey instead of just four. * For easier access, M-" is bound to placing/removing an anchor, and M-' to jumping to the next anchor. * Whenever an error occurs, the keystroke buffer is cleared, thus stopping the execution of a macro or a string bind. * The mousewheel scrolls the viewport instead of moving the cursor. * Fri Jan 20 2023 Andreas Stieger <andreas.stieger@gmx.de> - update to 7.2: * <Shift+Insert> is prevented from pasting in view mode. * Wed Dec 14 2022 Andreas Stieger <andreas.stieger@gmx.de> - update to 7.1: * When --autoindent and --breaklonglines are combined, pressing <Enter> at a specific position no longer eats characters. * Wed Nov 16 2022 Andreas Stieger <andreas.stieger@gmx.de> - update to 7.0: * String binds may contain bindable function names between braces * Unicode codes can be entered (via M-V) without leading zeroes, by finishing short codes with <Space> or <Enter> * Word completion (^]) looks for candidates in all open buffers * No regular expression matches the final empty line any more * Wed Aug 03 2022 Dirk Müller <dmueller@suse.com> - update to 6.4: * The file browser does not crash when moving up to the root folder. * Softwrapping very long lines is done more efficiently. * Invoking the formatter does not blink the screen. * Mon Jul 25 2022 Maurizio Galli <maurizio.galli@suse.com> - Added obs-channel-and-patchinfo-syntax.patch to support syntax highlighting for _channel and _patchinfo files used by OBS * Fri Apr 29 2022 Martin Pluskal <mpluskal@suse.com> - Update to version 6.3: * For multiline regexes, text is now colored as soon a start match is found, also when there is no end match at all. * The colorizing of any line is stopped after two thousand bytes to avoid frustrating delays. * When environment variable NO_COLOR is set, the two default colors (yellow for the spotlight, red for error messages) are suppressed when no interface colors are specified in a nanorc file. * Full justification and piping the whole buffer through a command now keep the cursor at the same line number. * Utility 'xsel' can be used to copy a marked region to the system's clipboard. See doc/sample.nanorc for an example. * Fri Feb 18 2022 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 6.2 * The file browser clears the prompt bar also when using - -minibar * Linting now works also with a newer 'pyflakes' * Thu Feb 10 2022 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 6.1: * The behavior of ^K at a prompt has been enhanced: when there is text after the cursor, just this text is erased * At a prompt, M-6 copies the current answer into the cutbuffer * Large external pastes into nano are handled more quickly * Thu Dec 16 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 6.0: * Option --zero hides the interface and uses the whole terminal for editing * Colors can be given also in #rgb hexadecimal, to select the nearest color from the 6x6x6 color-cube palette available on 256-color terminals * Fourteen new color names are available, from rosy to crimson * Sat Oct 09 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.9: * The extension of a filename is added to the name of a corresponding temporary file, so that spell checking a C file, for example, will check only the comments and strings (when using 'aspell'). * The process number is added to the name of an emergency save file, so that when multiple nanos die they will not fight over a filename. * Undoing a cutting operation will restore an anchor that was located in the cut area to its original line. * When using --locking, saving a new buffer will create a lock file. * Syntax highlighting for YAML files has been added * Thu Jun 17 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.8: * After a search, the spotlighting is dropped after 1.5 seconds (0.8 seconds with --quick) to avoid the idea that the text is selected. * A + and a space before a filename on the command line will put the cursor at the end of the corresponding buffer. * Linter messages no longer include filename and line/column numbers. * Color name "grey" or "gray" can be used instead of "lightblack" * The color of the minibar can be chosen with 'set minicolor'. * Thu Apr 29 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.7: * The output of --constantshow (without --minibar) is more stable * When opening multiple buffers and there is an error message, this message is shown again upon first switch to the relevant buffer * The position and size of the indicator now follow actual lines, instead of visual lines when in softwrap mode, meaning that the size of the indicator can change when scrolling in softwrap mode * Mon Mar 08 2021 Martin Pluskal <mpluskal@suse.com> - Fox signature sources - Drop no longer needed scriplets * Wed Mar 03 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.6.1: * Search matches are properly colorized in softwrap mode too * Option 'highlightcolor' has been renamed to 'spotlightcolor' * Wed Feb 24 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.6: * A search match gets highlighted (in black on yellow by default), in addition to placing the cursor at the start of the matchA. The color combination can be changed with 'set highlightcolor'. By default the cursor is hidden until the next keystroke, but it can be forced on with --showcursor / 'set showcursor'. * Option --markmatch / 'set markmatch' has been removed * Cursor position and character code are displayed in the minibar only when option --constantshow / 'set constantshow' is used, and their display can be toggled with M-C * The state flags are displayed in the minibar only when option - -stateflags / 'set stateflags' is used * Thu Jan 14 2021 Andreas Stieger <andreas.stieger@gmx.de> - GNU nano 5.5: * Option 'set minibar' to suppress the title bar and show a bar with basic information * 'set promptcolor' can configure the prompt bar * 'set markmatch' highlights the result of a successful search * AThe bindable toggle 'nowrap' has been renamed to 'breaklonglines' * Support for Slang has been removed
/usr/share/licenses/nano-lang /usr/share/licenses/nano-lang/COPYING /usr/share/licenses/nano-lang/COPYING.DOC /usr/share/locale/bg/LC_MESSAGES/nano.mo /usr/share/locale/ca/LC_MESSAGES/nano.mo /usr/share/locale/cs/LC_MESSAGES/nano.mo /usr/share/locale/da/LC_MESSAGES/nano.mo /usr/share/locale/de/LC_MESSAGES/nano.mo /usr/share/locale/eo/LC_MESSAGES/nano.mo /usr/share/locale/es/LC_MESSAGES/nano.mo /usr/share/locale/eu/LC_MESSAGES/nano.mo /usr/share/locale/fi/LC_MESSAGES/nano.mo /usr/share/locale/fr/LC_MESSAGES/nano.mo /usr/share/locale/ga/LC_MESSAGES/nano.mo /usr/share/locale/gl/LC_MESSAGES/nano.mo /usr/share/locale/hr/LC_MESSAGES/nano.mo /usr/share/locale/hu/LC_MESSAGES/nano.mo /usr/share/locale/id/LC_MESSAGES/nano.mo /usr/share/locale/is/LC_MESSAGES/nano.mo /usr/share/locale/it/LC_MESSAGES/nano.mo /usr/share/locale/ja/LC_MESSAGES/nano.mo /usr/share/locale/ka/LC_MESSAGES/nano.mo /usr/share/locale/ko/LC_MESSAGES/nano.mo /usr/share/locale/ms/LC_MESSAGES/nano.mo /usr/share/locale/nb/LC_MESSAGES/nano.mo /usr/share/locale/nl/LC_MESSAGES/nano.mo /usr/share/locale/pl/LC_MESSAGES/nano.mo /usr/share/locale/pt/LC_MESSAGES/nano.mo /usr/share/locale/pt_BR/LC_MESSAGES/nano.mo /usr/share/locale/ro/LC_MESSAGES/nano.mo /usr/share/locale/ru/LC_MESSAGES/nano.mo /usr/share/locale/sk/LC_MESSAGES/nano.mo /usr/share/locale/sl/LC_MESSAGES/nano.mo /usr/share/locale/sq/LC_MESSAGES/nano.mo /usr/share/locale/sr/LC_MESSAGES/nano.mo /usr/share/locale/sv/LC_MESSAGES/nano.mo /usr/share/locale/tr/LC_MESSAGES/nano.mo /usr/share/locale/uk/LC_MESSAGES/nano.mo /usr/share/locale/vi/LC_MESSAGES/nano.mo /usr/share/locale/zh_CN/LC_MESSAGES/nano.mo /usr/share/locale/zh_TW/LC_MESSAGES/nano.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 23:47:31 2024