Changeset 7ceb8d9
- Timestamp:
- 11/27/2017 04:59:55 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 72772afe
- Parents:
- 1740585
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1740585 r7ceb8d9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 6"> <!-- Always 2 digits -->3 <!ENTITY day "27"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2017"> -
introduction/welcome/changelog.xml
r1740585 r7ceb8d9 43 43 --> 44 44 <listitem> 45 <para>November, 27th, 2017</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Update to nano-2.9.0, fixes 49 <ulink url="&blfs-ticket-root;10044">#10044</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 26th, 2017</para> 46 56 <itemizedlist> -
packages.ent
r1740585 r7ceb8d9 71 71 <!ENTITY joe-version "4.5"> 72 72 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> 73 <!ENTITY nano-version "2. 8.7">73 <!ENTITY nano-version "2.9.0"> 74 74 <!ENTITY vim-version "8.0.586"> 75 75 <!ENTITY vim-majmin "80"> -
postlfs/editors/nano.xml
r1740585 r7ceb8d9 6 6 7 7 <!-- Note minor version in URL --> 8 <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2. 8/nano-&nano-version;.tar.xz">8 <!ENTITY nano-download-http "https://www.nano-editor.org/dist/v2.9/nano-&nano-version;.tar.xz"> 9 9 <!ENTITY nano-download-ftp " "> 10 <!ENTITY nano-md5sum " 733b3f80a0a2f44fb25de6c6d3a583cf">10 <!ENTITY nano-md5sum "a7f0a70fea21431745aa07ee2c5c8d3a"> 11 11 <!ENTITY nano-size "1.4 MB"> 12 <!ENTITY nano-buildsize "1 6MB">12 <!ENTITY nano-buildsize "17 MB"> 13 13 <!ENTITY nano-time "0.2 SBU"> 14 14 ]> … … 166 166 set smooth 167 167 set suspend</literal></screen> 168 169 <para>You probably want to create the directory 170 <filename class="directory">$HOME/.local/share/nano</filename>. 171 This is where <application>Nano</application> will store search 172 and position log files. Required only if you have either historylog 173 and/or positionlog enabled. When using those settings in a system-wide 174 configuration, you may want to update 175 <filename class="directory">/etc/skel</filename> to make the 176 directory available for all (new) users. 177 </para> 168 178 169 179 <para>
Note:
See TracChangeset
for help on using the changeset viewer.